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 |
|