aboutsummaryrefslogtreecommitdiffstats
path: root/src/redo-ifchange.c
Commit message (Collapse)AuthorAgeFilesLines
* Some refactoring and small fixes.Tharre2014-11-111-0/+8
|
* Make targets depend on do-files.Tharre2014-08-201-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 filesTharre2014-08-161-0/+8
|
* Header file cleanup and smaller format fixesTharre2014-08-131-2/+1
|
* Implement (incomplete) dependency checking.Tharre2014-08-131-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 dependenciesTharre2014-07-301-0/+1
|
* Convert all tabs to whitespacesTharre2014-04-141-4/+4
|
* Initial codebaseTharre2014-04-081-0/+10