Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |