summaryrefslogtreecommitdiff
path: root/include/hashmember.h
AgeCommit message (Expand)Author
2015-03-30add PHPCPP_EXPORT macros to a number of << operators to prevent undefined sym...Emiel 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
2014-11-26Marked `noexcept` all move constructors and assigment operatorsvalmat
2014-04-09added unset function (request from issue #71)Emiel Bruijntjes
2014-04-09added support for accessing array keys by other value objects, support for un...Emiel Bruijntjes
2014-04-01HashMember::get() with numeric index was wrongEmiel Bruijntjes
2014-04-01much simpler implementation of hash member, i do not understand why i first u...Emiel Bruijntjes
2014-03-24fixed nested arrays, issue #50Emiel Bruijntjes
2014-03-15removed HardCoded class because it turned out to be too difficult to implemen...Emiel Bruijntjes
2014-03-15added empty() function, and added HardCoded classEmiel Bruijntjes
2014-03-14introduced super globals Php::POST, Php::GET, et cetera, fixed setting array ...Emiel Bruijntjes
2014-03-07update documentation, implemented comparison operator for hashmember class, a...Emiel Bruijntjes
2014-03-02work in progress to support implementing SPL interfaces, disabled the _self v...Emiel Bruijntjes
2013-12-08Fixed calling callback functions that were passed as array membersEmiel Bruijntjes
2013-12-07Implemented operator overloading for hash membersEmiel Bruijntjes
2013-10-22Initial setup for dealing with object propertiesEmiel Bruijntjes
2013-10-20long types have been replaced with int16, int32 and int64 types to make code ...Emiel Bruijntjes
2013-09-26Renamed member class to hashmember, because we're going to use the member cla...Emiel Bruijntjes