Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the build.sh script with bootstrap.sh | Tharre | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Improve CC.do | Tharre | 2016-08-03 | 1 | -2/+2 |
| | |||||
* | Implement new dependency storage system | Tharre | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | Add support for local config files (config.local) | Tharre | 2015-01-03 | 1 | -0/+9 |
| | |||||
* | Fix scripts to honor paths with spaces | Tharre | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | Fix bug in CC.do. | Tharre | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Make CC fail correctly (it does now, I promise) | Tharre | 2014-11-18 | 1 | -2/+2 |
| | |||||
* | Don't overwrite $CFLAGS and $LDFLAGS | Tharre | 2014-11-18 | 1 | -2/+2 |
| | |||||
* | Merge all redo-*.c files into redo.c. | Tharre | 2014-11-17 | 3 | -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 fails | Tharre | 2014-09-12 | 1 | -4/+2 |
| | |||||
* | Fix regression caused by 5e5e7e6 | Tharre | 2014-09-03 | 1 | -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 dependency | Tharre | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Replace openssl SHA1 functions with custom version | Tharre | 2014-08-24 | 5 | -6/+6 |
| | |||||
* | Make the CC script not use any extra temp files | Tharre | 2014-08-17 | 2 | -4/+4 |
| | |||||
* | Add redo-ifcreate (and add redo-always properly) | Tharre | 2014-08-16 | 1 | -0/+5 |
| | |||||
* | Add redo-always subcommand | Tharre | 2014-08-13 | 1 | -0/+5 |
| | |||||
* | Add the magic number to the dependency record. | Tharre | 2014-08-12 | 1 | -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 ↵ | Tharre | 2014-07-29 | 2 | -2/+2 |
| | | | | checking code to use predefined error macros | ||||
* | Initial codebase | Tharre | 2014-04-08 | 5 | -0/+32 |