summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-08Refactoring function class, and making it even more easy to directly enable ↵Emiel Bruijntjes
native C functions in PHP
2013-09-05Merge pull request #3 from RWOverdijk/patch-1Emiel Bruijntjes
Update README.md
2013-09-05Update README.mdWesley Overdijk
Syntax highlighting 4 Emiel :D
2013-09-02Update README.mdEmiel Bruijntjes
2013-09-01Update README.mdEmiel Bruijntjes
2013-08-31Work in progress on a simpler apiEmiel Bruijntjes
2013-08-31{auto} work in progressEmiel Bruijntjes
2013-08-30Further work in progress (that breaks everything)Emiel Bruijntjes
2013-08-30Update README.mdEmiel Bruijntjes
2013-08-29More progress on implementing nested arraysEmiel Bruijntjes
2013-08-29work in progress on nested arrays (still crashes with sigsegv)Emiel Bruijntjes
2013-08-29working with arrays is now almost as simple as it is in PHPEmiel Bruijntjes
2013-08-29Initial implementation for array access operators in Value classEmiel Bruijntjes
2013-08-29Extended interface of value class to be ready to deal with arraysEmiel Bruijntjes
2013-08-28added parameter handling, and return value handlingEmiel Bruijntjes
2013-08-28fix compile issuesEmiel Bruijntjes
2013-08-28renamed variable class to value class, and implemented most of the methods in itEmiel Bruijntjes
2013-08-28Initial implementation of the variable classEmiel Bruijntjes
2013-08-25Merge branch 'master' of https://github.com/EmielBruijntjes/PHP-CPPEmiel Bruijntjes
2013-08-25By hiding a pointer to the callable object in front of the function name we ↵Emiel Bruijntjes
have managed to retrieve back the callable object, so we can pass all callbacks to one single function, which will further deliver them to the appropriate function object
2013-08-25Update README.mdEmiel Bruijntjes
2013-08-25{more work in progress: the function that was defined with c++ now gets ↵Emiel Bruijntjes
calls, but it does not yet call the actual implementation
2013-08-25added request.h header fileEmiel Bruijntjes
2013-08-25{auto} requests are added as objectsEmiel Bruijntjes
2013-08-24The extension::initialize() and extension::finalize() methods are called at ↵Emiel Bruijntjes
the appropriate time
2013-08-24The extension::initialize() and extension::finalize() methods are called at ↵Emiel Bruijntjes
the appropriate time
2013-08-24initial setup for libraryEmiel Bruijntjes
2013-08-23Initial commitEmielBruijntjes