Commit Graph

11 Commits

Author SHA1 Message Date
Alex Palaistras dcdb07961f Rename base package from `engine` to `php` 2017-01-28 20:57:39 +00:00
Alex Palaistras 7320fffdf5 Bump year to 2017 2017-01-28 17:06:12 +00:00
Alex Palaistras 2b9857b73a Move workspace from "engine" directory to repository root
The initial rationale behind pushing all files into a subdirectory was keeping
the repository root clean, however there's probably better, and move meaningful
ways of doing so (splitting `engine`, `context`, and `value` to separate
packages, moving all `.c` files into the `src` directory etc.
2017-01-28 17:01:05 +00:00
Alex Palaistras 7f797605e9 Split code into seperate directories. 2015-10-02 00:48:33 +01:00
Alex Palaistras 48a7c537a3 Add array binding support for context. 2015-10-01 22:57:17 +01:00
Alex Palaistras 00679900c9 Rename value methods. 2015-09-26 20:40:41 +01:00
Alex Palaistras 81e82bfd1e Add boolean value bindings to context. 2015-09-22 22:14:51 +01:00
Alex Palaistras b410005a91 Remove extraneous includes. 2015-09-22 21:57:10 +01:00
Alex Palaistras 6cfc1c2302 Move value-related code to own file. 2015-09-22 21:54:58 +01:00
Alex Palaistras 44909ebb7f Remove deprecated `value` bindings. 2015-09-19 22:19:27 +01:00
Alex Palaistras bd0f41e3d5 Initial commit of entire workspace
Code was seperated out from the Sigil web application framework.
https://github.com/deuill/sigil
2015-09-17 22:22:07 +01:00