summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-29prepare version number for upcoming 1.5 releasev1.5Emiel Bruijntjes
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-28fixed memory leak when using magic casting functions like __toIntegerAart Stuurman
2015-07-28fixed memory leak when iterating over a Php::Traversable objectAart Stuurman
2015-07-27fixed a memory leak in using Value as a function.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-24Merge pull request #203 from RicoAntonioFelix/masterEmiel 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-23Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-06-23Merge pull request #202 from RicoAntonioFelix/masterMartijn Otto
2015-06-23Added extra example script (i thought this was a bug, but in this small setup...Emiel Bruijntjes
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
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-06-19Fix bug chaining magic methodsMartijn Otto
2015-06-15added extra check for abstract keyword when adding abstract methods for inter...Emiel Bruijntjes
2015-06-10removed hhvm code, it does not work now and wont work for the foreseeable futureEmiel Bruijntjes
2015-06-10added "sudo ldconfig" to Makefile to force that shared library cache is updatedEmiel Bruijntjes
2015-06-10Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPPMartijn Otto
2015-06-10Fix segfault when casting an object using the default handlersMartijn Otto
2015-06-10Add "ldconfig" to the installation instructionsEmiel Bruijntjes
2015-06-05rolled back change, the abstract flag should always be added if implementatio...Emiel Bruijntjes