cantera/src/base
Ray Speth 8dcde36d20 Fix invalid iterator usage in Application::close_XML_File
The iterator 'b' is invalidated by calling erase(b), which means that the
subsequent call to ++b results in undefined behavior. This was identified by
segfaults in the Matlab unit test on OS X.
2015-06-08 17:20:54 -04:00
..
application.cpp Fix invalid iterator usage in Application::close_XML_File 2015-06-08 17:20:54 -04:00
application.h [Doc] Capitalize proper nouns and acronyms 2015-05-25 20:58:44 -04:00
checkFinite.cpp Use configuration checks to determine names for 'isnan' and 'finite' 2014-05-03 17:39:33 +00:00
clockWC.cpp Cleaned up Doxygen docs for class clockWC 2013-04-18 22:07:11 +00:00
ct2ctml.cpp Merge namespace ctml with namespace Cantera 2015-05-27 18:09:07 -04:00
ctexceptions.cpp Improve error messages generated by XML_NoChild and XML_TagMismatch 2015-05-02 20:07:46 -04:00
ctml.cpp Merge namespace ctml with namespace Cantera 2015-05-27 18:09:07 -04:00
global.cpp Remove unused, redundant 'g_DEBUG_MODE' variable 2015-05-29 16:29:57 -04:00
plots.cpp Remove unnecessary use of static_cast<int> 2014-01-31 23:15:09 +00:00
stringUtils.cpp Remove unnecessary delimiter lines between functions 2015-01-22 00:04:24 +00:00
units.h Minor cleanup of constructors and destructors 2015-02-26 21:58:42 +00:00
ValueCache.cpp Introduce a more general method of caching results 2014-03-18 00:48:38 +00:00
xml.cpp Improve error messages generated by XML_NoChild and XML_TagMismatch 2015-05-02 20:07:46 -04:00