Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-16 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -35/+0 | |
2013-10-16 | Modified HPM Hook Caching | shennetsind | 1 | -1/+1 | |
Dropped hard-coded indexes, will make updates of the file in the future be smaller and much more clear in content. Made Possible Thanks to Haruna <3 Signed-off-by: shennetsind <ind@henn.et> | |||||
2013-10-16 | Removed some unnecessary doxygen settings from the HPMHookGen | Haru | 1 | -35/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-10-09 | Added HPMHookGen tool, to re-generate hooks include files | Haru | 3 | -0/+889 | |
- Slightly reformatted the include files (as produced by the new tool) - You normally won't need to use the generation tool, but in case you do, the software requirements are: * A Unix-compatible system (cygwin may work, or may not), capable to use the Hercules configure/make build system * perl (the perl executable must be in your $PATH) * doxygen (the command-line doxygen executable must be in your $PATH) - The generation tool was developed in collaboration with Ind (originally in php, the file here included is a tweaked version ported to perl) Signed-off-by: Haru <haru@dotalux.com> |