summaryrefslogtreecommitdiff
path: root/include/inivalue.h
AgeCommit message (Expand)Author
2015-12-08Don't create a std::string with a nullptrv1.5.3Toon Schoenmakers
2015-09-08fixes #220Emiel Bruijntjes
2015-06-20Refactored IniValue::boolValue to use C++ style cast to clarify intentRico Antonio Felix
2015-06-20Enhanced API DocumentationRico Antonio Felix
2015-06-20Refactored cast to int32_t to use C++ style cast to clarify intent Rico Antonio Felix
2015-06-20Enhanced API DocumentationRico Antonio Felix
2015-06-20Refactored cast to int16_t to use C++ style cast to clarify intentRico Antonio Felix
2015-06-20Corrected API documentationRico Antonio Felix
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-03-12added methods IniValue::stringValue(), IniValue::numericValue(), etcv1.3.1Emiel Bruijntjes
2014-04-14Separated class IniValue from class Inivalmat