Ray Speth
6dc92b618f
[Doc] Eliminate some Doxygen and Sphinx warnings
2016-11-14 17:43:45 -05:00
Ray Speth
f959fa67c9
[Samples/Doc] Generate CMakeLists.txt files for C++ and F90 samples
2016-10-28 23:39:33 -04:00
Ray Speth
cb2876c33c
[Doc] Add some information about compiling to the "simple" c++ example
2016-10-14 17:31:40 -04:00
Ray Speth
14b9454819
[C++] Clean up of top-level headers
...
These headers should only include general functionality, i.e. base classes and
factory methods. Users working directly with derived types can include the
relevant headers directly.
Deprecate some top-level headers which are not really useful.
2016-05-14 16:10:10 -04:00
Ray Speth
a2aade2419
[Doc] Add C++ example showing initializaton of Kinetics and Transport
2016-05-14 15:01:09 -04:00
Ray Speth
28156cc511
[Doc] Use proper memory management in C++ examples
2016-02-01 19:23:44 -05:00
Ray Speth
a374d8b0fe
[Doc] Fix formatting in C++ guide
2016-02-01 15:23:23 -05:00
Ray Speth
ee95c60813
Simplify error handling to eliminate need for global error stack
...
All of the functions for manipulating the global error stack
(CanteraError::save, setError, showErrors, etc.) are deprecated. The ability to
store an error is retained only for use in the C and Fortran interfaces so that
the last error message can be retrieved after a function returns an error code.
2015-11-16 19:50:55 -05:00
Ray Speth
fb4eece9f8
Use std::unique_ptr instead of raw pointers where appropriate
2015-10-14 18:45:23 -04:00
Ray Speth
e131766b71
Replace auto_ptr with unique_ptr
...
auto_ptr is deprecated in c++11
2015-10-14 18:45:23 -04:00
Ray Speth
e4c45b6429
General whitespace cleanup
...
Remove unnecessary blank lines and trailing whitespace. Replace tabs with
spaces.
2015-08-02 23:06:15 -04:00
Ray Speth
51c8d7365a
[Doc] Fix spelling errors
2015-05-25 20:57:19 -04:00
Ray Speth
4e6205fa8c
Eliminate memory leak in demoequil.cpp
2014-12-12 01:36:48 +00:00
Ray Speth
39b751d655
[Equil] Always use the member function versions of 'equilibrate'
...
The various free functions are deprecated, along with the now unnecessary
headers 'equil.h' and 'equilibrium.h'.
2014-11-08 00:53:45 +00:00
Ray Speth
1215f05da7
[Kinetics] Remove deprecated GRI30 class
...
Resolves Issue 134.
2013-12-14 00:17:54 +00:00
Ray Speth
7da738d238
Re-applied consistent formatting to trunk
...
Applied using: astyle -n --style=kr --add-brackets --indent=spaces=4
--indent-col1-comments --unpad-paren --pad-header --align-pointer=type
--lineend=linux
2013-02-07 23:40:59 +00:00
Ray Speth
1d19803885
Pass "const std::string&" instead of "std::string" when possible
2012-10-24 15:42:51 +00:00
Ray Speth
f49ce03f88
Added documentation on using pkg-config
2012-06-14 21:06:46 +00:00
Ray Speth
545e258eb3
Moved more general documentation to ReST/Sphinx
2012-04-04 18:46:02 +00:00
Ray Speth
0783630204
Moved C++ sample programs into the ReST/Sphinx documentation
2012-04-04 18:45:47 +00:00
Ray Speth
bb2719deec
Added instructions for compiling C++ programs using SCons and make
2012-04-04 18:45:43 +00:00
Ray Speth
7e34588c5f
Reorganizing C++ User's guide documentation
2012-04-04 18:45:37 +00:00