aboutsummaryrefslogtreecommitdiffstats
path: root/out
Commit message (Collapse)AuthorAgeFilesLines
* Replace the build.sh script with bootstrap.shTharre2016-12-201-1/+1
|
* Improve CC.doTharre2016-08-031-2/+2
|
* Implement new dependency storage systemTharre2016-07-261-1/+1
|
* Add support for local config files (config.local)Tharre2015-01-031-0/+9
|
* Fix scripts to honor paths with spacesTharre2014-12-221-2/+2
|
* Fix bug in CC.do.Tharre2014-11-241-1/+1
|
* Make CC fail correctly (it does now, I promise)Tharre2014-11-181-2/+2
|
* Don't overwrite $CFLAGS and $LDFLAGSTharre2014-11-181-2/+2
|
* Merge all redo-*.c files into redo.c.Tharre2014-11-173-15/+0
| | | | | | | | The resulting redo binary behaves differently if called with each respective redo-* name, and is symlinked to the different command names. This should reduce the memory footprint of a redo build, as the OS only needs to keep one copy of the redo code in memory.
* Rewrite CC.do to make it fail if $CC failsTharre2014-09-121-4/+2
|
* Fix regression caused by 5e5e7e6Tharre2014-09-031-1/+1
| | | | | We need to use the source operator on the CC script as if we don't bad return codes won't get forwarded and the script won't get aborted.
* Remove random math.h dependencyTharre2014-09-021-1/+1
|
* Replace openssl SHA1 functions with custom versionTharre2014-08-245-6/+6
|
* Make the CC script not use any extra temp filesTharre2014-08-172-4/+4
|
* Add redo-ifcreate (and add redo-always properly)Tharre2014-08-161-0/+5
|
* Add redo-always subcommandTharre2014-08-131-0/+5
|
* Add the magic number to the dependency record.Tharre2014-08-121-1/+1
| | | | | The magic number will be used later to determine if a target has already been rebuild.
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵Tharre2014-07-292-2/+2
| | | | checking code to use predefined error macros
* Initial codebaseTharre2014-04-085-0/+32