cantera/samples/cxx
Ray Speth bc609ce2da [SCons] Fix Makefiles generated for C++ examples
- Use CXXFLAGS to pass flags to C++ compiler (not CCFLAGS)
- Set CXXFLAGS based on flags that Cantera was compiled with (which will include
  things like -pthread and -std=c++0x as necessary
- Remove incorrect / unused target for the target binary
- Add the generated binary to things remove by 'make clean'
2016-07-22 13:09:54 -04:00
..
bvp Let the constructor for std::string do its job 2016-03-27 22:19:38 -04:00
combustor [Reactor] Add flow-device-specific methods for setting coefficients 2016-06-23 11:53:20 -04:00
flamespeed [Examples] General cleanup of C++ flamespeed example 2016-04-14 15:31:50 -04:00
kinetics1 Clean up interstitial whitespace 2015-08-02 23:06:16 -04:00
LiC6_electrode [C++] Clean up of top-level headers 2016-05-14 16:10:10 -04:00
NASA_coeffs [Thermo] Combine SpeciesThermo and GeneralSpeciesThermo 2016-06-23 17:00:15 -04:00
rankine Clean up interstitial whitespace 2015-08-02 23:06:16 -04:00
demo.cpp Replace auto_ptr with unique_ptr 2015-10-14 18:45:23 -04:00
Makefile.in [SCons] Fix Makefiles generated for C++ examples 2016-07-22 13:09:54 -04:00
SConscript [SCons] Fix Makefiles generated for C++ examples 2016-07-22 13:09:54 -04:00
SConstruct.in [SCons] SConstruct for C++ demos inherits compiler and options 2016-04-06 22:07:51 -04:00