Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make targets depend on do-files. | Tharre | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | This includes two different scenarios, first if the do-files which was used to build the target has changed the target must be rebuilt. Second, if a target was build by a lower priority do-file, like default.fuu.do, then it must be rebuilt if <target>.fuu.do appears. Note that at this point, Redofile as do-file is semi-supported, as it's future is uncertain. | ||||
* | Add license notice to README and source files | Tharre | 2014-08-16 | 1 | -0/+8 |
| | |||||
* | Header file cleanup and smaller format fixes | Tharre | 2014-08-13 | 1 | -2/+1 |
| | |||||
* | Implement (incomplete) dependency checking. | Tharre | 2014-08-13 | 1 | -1/+9 |
| | | | | | | | | | | Targets still do not depend on .do-files, and a lot of the edge cases are still not handled correctly. Furthermore some error-checking code is still missing, which could possibly crash the program (partially marked with comments), as well as some free() calls. An utitlity python script (print_dep.py) was also added to aid in debugging matters. | ||||
* | Add several methods for storing dependencies | Tharre | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Convert all tabs to whitespaces | Tharre | 2014-04-14 | 1 | -4/+4 |
| | |||||
* | Initial codebase | Tharre | 2014-04-08 | 1 | -0/+10 |