Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -2/+2 | |
- Functions that expect a printf-style format string are now marked as such, so that gcc/clang will emit a warning warn you if you mismatch format string and arguments. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-05-30 | HPMHookGen compatibility update for doxygen 1.8.7 | Haru | 1 | -2/+0 | |
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 | 1 | -0/+253 | |
- 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> |