summaryrefslogtreecommitdiff
path: root/include/type.h
AgeCommit message (Expand)Author
2016-05-17Fixed final compilation issuesMartijn Otto
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2014-09-25Made Type::Null the default type on ByVal and ByRef as this will allow any ty...Toon Schoenmakers
2014-03-12implemented magic __compare() methodEmiel Bruijntjes
2014-03-11implemented __toString, __toInteger, __toFloat and __toBool methodsEmiel Bruijntjes
2014-03-02types are not a C++11 class, introduced FixedValue class that can not change ...Emiel Bruijntjes
2014-02-17Some code cleanupMartijn Otto
2013-10-20long types have been replaced with int16, int32 and int64 types to make code ...Emiel Bruijntjes
2013-09-08Refactoring function class, and making it even more easy to directly enable n...Emiel Bruijntjes
2013-08-29More progress on implementing nested arraysEmiel Bruijntjes
2013-08-25{more work in progress: the function that was defined with c++ now gets calls...Emiel Bruijntjes