Scripts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "There are a couple of scripts in the source tree that help with some tasks during development * src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also f...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
There are a couple of scripts in the source tree that help with some tasks during development | There are a couple of scripts in the source tree that help with some tasks during development | ||
* checkactivity.sh - creates some statistics from the svn log | |||
* src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also finds printf-style output that perhaps shouldnt be there | * src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also finds printf-style output that perhaps shouldnt be there |
Revision as of 17:03, 17 June 2018
There are a couple of scripts in the source tree that help with some tasks during development
- checkactivity.sh - creates some statistics from the svn log
- src/findhacks.h - finds defines and ifdefs that perhaps can be removed. also finds printf-style output that perhaps shouldnt be there