| Age | Commit message (Collapse) | Author |
|
This commit does a lot of things:
- Use hashtables instead of lists to store the rules
- Rules that can be applied at launch time won't be tried at runtime
- Improve feedback when writing nonsensical rules
- Make intensive use of `zend_string` instead of `char*`
|
|
* switch to commonly used version schema
* update release process
|
|
|
|
|
|
- The version
- The git commit
|
|
|
|
|
|
|
|
|
|
- CFLAGS are now set in the config.m4 file (and not in the Makefile anymore)
- `make release` is added
- `make debug` and `make coverage` are now simpler
- hardening flags are added
|
|
The joomla testsuite is now run on travis automatically,
with and without snuffleupagus, to give us a rough overview
of the performance impact of snuffleupagus on realâ„¢ code.
|
|
|
|
|
|
|