summaryrefslogtreecommitdiff
path: root/tools/scaninc/c_file.h
AgeCommit message (Collapse)Author
2017-07-23scaninc: skipping comments seems to be faster than removing themyenatch
2017-07-22scaninc: read c includesyenatch
Now editing .h files triggers a rebuild. Also allow .h and .inc files to be passed as a main argument. src/ and include/ are temporarily hardcoded.
2017-02-03use std:: prefix and remove some unused functionscamthesaxman
2017-01-25make scaninc build under GCC (#218)Cameron Hall
2017-01-23preproc incbinsYamaArashi