Commit graph

22 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
1ff7c23860 Fixed signed/unsigned equality comparisons 2012-01-17 23:58:48 +00:00
Ray Speth
cfbd76ac02 Fixing signed/unsigned comparison warnings in OneD 2012-01-17 04:12:45 +00:00
Ray Speth
bc9ec48516 Fixing compiler warnings, part 5 2012-01-17 04:11:51 +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
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
15194b2721 Changed old to new style headers 2008-12-17 17:13:03 +00:00
Dave Goodwin
77a3fdbd56 *** empty log message *** 2007-07-27 03:38:23 +00:00
Dave Goodwin
275865b5a9 *** empty log message *** 2006-05-17 15:14:56 +00:00
Dave Goodwin
f5ffa16a48 changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Dave Goodwin
eef674a644 corrected minor bugs in windows versions of files 2005-08-19 03:17:16 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Dave Goodwin
57d555b502 removed NaN test 2003-11-13 11:54:30 +00:00
Dave Goodwin
d95df61602 *** empty log message *** 2003-11-01 04:50:35 +00:00
Dave Goodwin
1665ea3217 *** empty log message *** 2003-09-18 21:16:42 +00:00
Dave Goodwin
4cdb8aa015 *** empty log message *** 2003-08-28 14:22:15 +00:00
Dave Goodwin
3379326809 *** empty log message *** 2003-08-26 04:38:29 +00:00
Dave Goodwin
5d1b37c7aa *** empty log message *** 2003-08-26 03:25:39 +00:00
Dave Goodwin
1e8d3822ff Initial revision 2003-04-14 17:57:48 +00:00