Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for local config files (config.local) | Tharre | 2015-01-03 | 1 | -0/+5 |
| | |||||
* | Merge all redo-*.c files into redo.c. | Tharre | 2014-11-17 | 1 | -7/+4 |
| | | | | | | | | 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. | ||||
* | Replace openssl SHA1 functions with custom version | Tharre | 2014-08-24 | 1 | -4/+5 |
| | |||||
* | Add redo-ifcreate (and add redo-always properly) | Tharre | 2014-08-16 | 1 | -1/+3 |
| | |||||
* | Add redo-always subcommand | Tharre | 2014-08-13 | 1 | -1/+3 |
| | |||||
* | Fix build for gcc | Tharre | 2014-08-13 | 1 | -2/+2 |
| | |||||
* | Add the magic number to the dependency record. | Tharre | 2014-08-12 | 1 | -2/+2 |
| | | | | | 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 | 1 | -3/+7 |
| | | | | checking code to use predefined error macros | ||||
* | Fix build.sh script | Tharre | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Initial codebase | Tharre | 2014-04-08 | 1 | -0/+11 |