summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-05-25Fix move constructor Value and fix the hash iteratorMartijn Otto
2016-05-24Don't use initializer lists for converting valuesMartijn Otto
2016-05-20Fix exception catching and properly handle casting functions returning someth...Martijn Otto
2016-05-20Fixed segfault during Value::~ValueMartijn Otto
2016-05-18Fix destructor segfault and minor optimizations to some of the casting functionsMartijn Otto
2016-05-17Fixed final compilation issuesMartijn Otto
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-12-08Don't create a std::string with a nullptrv1.5.3Toon Schoenmakers
2015-09-17Added the error reporting method, used to change the error reporting levelToon Schoenmakers
2015-09-17Added support for passing the error types in the set_error_handlerToon Schoenmakers
2015-09-16Initial support for setting an error handler as wellToon Schoenmakers
2015-09-16Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPPToon Schoenmakers
2015-09-16Added support for setting a std::function as an exception handlerToon Schoenmakers
2015-09-08fixes #220Emiel Bruijntjes
2015-08-31Remove noexcept specification from a function that can throw. Fixes #219Martijn Otto
2015-08-28Remove NOEXCEPT specification for the Array constructor since it can throw. C...Martijn Otto
2015-08-28Update object.hEmiel Bruijntjes
2015-08-05Small fix in docblockToon Schoenmakers
2015-07-28added "keeprefcount" parameter to Value::detach()Emiel Bruijntjes
2015-07-28removed value::attach() methods, because they were not in use, and were proba...Aart Stuurman
2015-07-23It now is possible to assign Php::Value["whatever"] results directly to new P...Emiel Bruijntjes
2015-06-24removed tabs from fileEmiel Bruijntjes
2015-06-23Refactored Argument::~Argument() to use C++ default keyword instead ofRico Antonio Felix
2015-06-23Adjusted the file description headerRico Antonio Felix
2015-06-23Updated file description headerRico Antonio Felix
2015-06-23Tightened up fileRico Antonio Felix
2015-06-23Refactored Constant::implementation() constRico Antonio Felix
2015-06-23Enhanced API documentation for Constant::implementation() constRico Antonio Felix
2015-06-23Corrected API documentation for std::shared_ptr<ConstantImpl>Rico Antonio Felix
2015-06-23Corrected API documentation for Constant::addTo(ClassBase&) constRico Antonio Felix
2015-06-23Refactored Constant::~Constant() to use C++ default keyword instead ofRico Antonio Felix
2015-06-23Enhanced documentation for Constant(const char*, std::nullptr_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, const std::string&)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, const char*, size_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, const char*)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, double)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, int64_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, int32_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, bool)Rico Antonio Felix
2015-06-23Enhanced documentationRico Antonio Felix
2015-06-21Refactored operator%=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator/=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator*=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator-=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator+=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Corrected API DocumentationRico Antonio Felix
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