Commit graph

23 commits

Author SHA1 Message Date
Ray Speth
2528df0f75 Reorganized source tree structure
These changes make it unnecessary to copy header files around during
the build process, which tends to confuse IDEs and debuggers. The
headers which comprise Cantera's external C++ interface are now in
the 'include' directory.

All of the samples and demos are now in the 'samples' subdirectory.
2012-02-12 02:27:14 +00:00
Ray Speth
a6f939c2fe Applied consistent formatting to all C++ code
Done using astyle:
astyle --style=kr --add-brackets --indent=spaces=4 --indent-col1-comments --unpad-paren --pad-header --align-pointer=type --lineend=linux
2012-02-10 17:24:00 +00:00
Ray Speth
d3c09984d0 Fixed some preprocessor directives for MinGW
The purpose of these changes is to make the distinction between
compiling under Windows (in which case _WIN32 is defined) and
compiling with the Microsoft compiler (in which case _MSC_VER is
defined). These changes are from the patch submitted by David
Fronczek.
2012-01-19 20:30:26 +00:00
Ray Speth
453576f0ad Removed MSVC-specific compiler warning suppression 2012-01-17 04:09:18 +00:00
Ray Speth
9e1fdfe39a Eliminated CVS keyword cruft 2012-01-09 17:32:01 +00:00
Ray Speth
0b9d912239 Fixed a segfault caused by an unprotected call to getenv() 2012-01-09 17:31:04 +00:00
Ray Speth
b796e83f81 Improved behavior of Python module when python isn't in the path 2011-12-14 02:20:19 +00:00
Harry Moffat
9c6080e3c9 Turned on keyword substitution in the cpp files. 2009-12-09 17:50:27 +00:00
Harry Moffat
70647c85ed Initial Import 2009-07-27 23:17:19 +00:00
Harry Moffat
16e84c9a5b Took out some debugging stuff that was still in the main distribution 2009-07-13 16:47:40 +00:00
Harry Moffat
86ff7e9314 General commit
- nothing has changed really. just added commented-out writes that I was using
    during the debug process
2009-07-11 17:20:19 +00:00
Harry Moffat
cd16354fd0 Fixed a glaring error concerning the situation where the cti file is
not in the current directory. THe xml file is always written to the
current directory. And the subsequent reading of the xml file must
reflect that. The xml file was trying to be read from the directory
where the cti file was located. Now, the xml file will be read from
the current directory.
2009-07-08 02:54:39 +00:00
Harry Moffat
14881787d0 Fixed the name of a routine in an error statement. 2009-07-05 23:32:29 +00:00
Harry Moffat
bb9e5e3fb8 doxygen updates 2009-01-11 23:52:41 +00:00
Harry Moffat
5d1c68d542 doxygen update -> added these files to doxygen 2009-01-11 19:59:15 +00:00
Harry Moffat
fdcb5164de doxygen update.
includes demangling
2009-01-10 17:58:12 +00:00
Harry Moffat
7ba6449978 Finished low lvl doxygen commenting XML_Node object 2009-01-05 23:33:44 +00:00
Harry Moffat
de704473eb Changed old to new style C headers 2008-12-17 17:09:37 +00:00
Harry Moffat
30a6ec91da Added a warning about employing relative paths to find python executable. 2008-10-16 17:00:18 +00:00
Harry Moffat
0a0dd2482e Added more pragma disables for removing VC++ compiler warnings. 2008-01-02 18:22:42 +00:00
Harry Moffat
23415dbe55 Changed the pypath() routine to reflect its own documentation. If
it fails to find PYTHON_CMD in the environment, it will now return
the string python, and not throw an error. WIth this change PYTHON_CMD
doesn't have to be set in the user's environment. Instead Cantera will
fall back to using the user's default path to find the executable,
python.
2007-12-28 02:16:09 +00:00
Dave Goodwin
8ee5b76fc9 added SemiconductorPhase 2007-11-26 22:45:19 +00:00
Dave Goodwin
a7e60c5e88 moved base files 2007-05-04 15:15:19 +00:00
Renamed from Cantera/src/ct2ctml.cpp (Browse further)