aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Install redo into /usr/local/bin by defaultTharre2015-04-081-4/+4
|
* Add support for local config files (config.local)Tharre2015-01-031-0/+5
|
* Merge all redo-*.c files into redo.c.Tharre2014-11-171-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 versionTharre2014-08-241-4/+5
|
* Add redo-ifcreate (and add redo-always properly)Tharre2014-08-161-1/+3
|
* Add redo-always subcommandTharre2014-08-131-1/+3
|
* Fix build for gccTharre2014-08-131-2/+2
|
* Add the magic number to the dependency record.Tharre2014-08-121-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 ↵Tharre2014-07-291-3/+7
| | | | checking code to use predefined error macros
* Fix build.sh scriptTharre2014-04-251-1/+1
|
* Initial codebaseTharre2014-04-081-0/+11