Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-18 | scaninc: Fix C comment consumption logic | Diegoisawesome | |
2018-09-11 | Update scaninc and preproc with multi-file incbins (ported from pokeemerald) ↵ | Marcus Huderle | |
(#685) | |||
2017-10-22 | fix out of bounds read when scanning comments | camthesaxman | |
2017-07-29 | scaninc: fix buffer overflow | yenatch | |
2017-07-24 | scaninc: skip whitespace/comments in the read loop | yenatch | |
fixes e73ec108adb15cda40c17ebe891d25460c3c42b3 | |||
2017-07-23 | scaninc: optimize for unix newlines | yenatch | |
this probably has no effect whatsoever | |||
2017-07-23 | scaninc: skipping comments seems to be faster than removing them | yenatch | |
2017-07-23 | scaninc: faster incbin detection | yenatch | |
2017-07-22 | scaninc: read c includes | yenatch | |
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-03 | use std:: prefix and remove some unused functions | camthesaxman | |
2017-02-03 | remove C++14 feature from tools | YamaArashi | |
2017-01-25 | make scaninc build under GCC (#218) | Cameron Hall | |
2017-01-23 | preproc incbins | YamaArashi | |