summaryrefslogtreecommitdiff
path: root/include/object.h
AgeCommit message (Expand)Author
2016-05-20Fixed segfault during Value::~ValueMartijn Otto
2015-08-28Update object.hEmiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-01-26Added macro wrapper for noexceptRoland Eischer
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class t...Emiel Bruijntjes
2015-01-12Added missing executestate.h file (forgot that in previous commit), and solve...Emiel Bruijntjes
2014-11-26Marked `noexcept` all move constructors and assigment operatorsvalmat
2014-11-25Used variadic templates instead of code duplicationvalmat
2014-11-25Fixed a memory leak when returning a Php::Object with an already allocated Basev1.2.2Toon Schoenmakers
2014-11-21Removed move constructor from Object class, because it caused failures when i...Toon Schoenmakers
2014-11-20Fixed issue #137: Php::Object("MyClass") crashed when no __construct() functi...Emiel Bruijntjes
2014-07-27update coding styleEmiel Bruijntjes
2014-07-10Fixed Object Constructor.andot
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-04-08correct typo in error messageHector Jusforgues
2014-03-07added constructor to Php::Array class to accept std::vector and std::mapEmiel Bruijntjes
2014-03-06changes to documentationEmiel Bruijntjes
2014-03-04Php::Value and Php::Object classes can now be used to wrap around Php::Base o...Emiel Bruijntjes
2014-03-04removed forcedvalue and implemented array and object directly because now it ...Emiel Bruijntjes
2014-03-04all Value::call() and Value::exec() method no longer accept a std::string, bu...Emiel Bruijntjes
2014-03-03work in progress for support for creating object instancesEmiel Bruijntjes