aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.c
Commit message (Expand)AuthorAgeFilesLines
* Actually write the source flag into the dep storeTharre2015-06-131-0/+2
* Don't create files with executeable permissionsTharre2015-06-131-1/+1
* Make `general` path from get_doscripts() absoluteTharre2015-06-131-9/+13
* Designated initializers set values to 0 alreadyTharre2015-06-131-6/+0
* Only hash files onceTharre2015-06-131-24/+31
* Make sha1_to_hex staticTharre2015-06-131-1/+1
* Use dep_info earlier to avoid duplicationTharre2015-06-131-80/+90
* Fix waitpid() error message and 2 if statementsTharre2015-06-131-7/+5
* Don't export build_target()Tharre2015-06-131-2/+1
* Pass 0755 directly instead of using POSIX macrosTharre2015-06-101-2/+1
* Fix error message for unsupported newlinesTharre2015-06-081-1/+1
* Rename `dependency file` to `dependency record`Tharre2015-05-251-5/+5
* Rename `do-file` to `.do script`Tharre2015-05-251-38/+39
* Small rename and code simplificationTharre2015-05-251-5/+5
* Store dependencies as plain text instead of binaryTharre2015-05-251-20/+51
* Use full path instead of one concatenated filenameTharre2015-05-241-3/+10
* Fix some issues with pathsTharre2015-05-051-10/+4
* Make redo lines colored to enhance readabilityTharre2015-05-051-1/+1
* Always use the CWD of the dofile, not the targetTharre2015-02-201-10/+5
* Replace make_relative() with relpath()Tharre2015-02-151-2/+2
* Rewrite add_dep() to be atomic through O_APPENDTharre2015-01-251-20/+24
* FILENAME_MAX should be the largest path there isTharre2015-01-251-1/+1
* Remove unecessary check for NULL from add_dep()Tharre2015-01-151-5/+1
* Fix the mode argument of open()Tharre2015-01-091-1/+2
* Remember sources and don't rebuild missing onesTharre2015-01-031-3/+14
* Represent dependencies in the dep_info structTharre2015-01-031-63/+64
* Fix typo in build.c that made fseek() failTharre2014-11-291-1/+1
* Implement perfect dependency rebuildingTharre2014-11-291-64/+62
* Rename diem to fatal to further confuse matters.Tharre2014-11-241-24/+24
* Refactor out handle_c and fix > 8096 reading bugTharre2014-11-241-72/+86
* Some cleanupTharre2014-11-241-48/+41
* Remove Redofile as an alias for default.doTharre2014-11-181-6/+0
* Merge all redo-*.c files into redo.c.Tharre2014-11-171-4/+0
* Refactor error handling system by using die()Tharre2014-11-161-52/+45
* Change the way redo updates targets.Tharre2014-11-161-43/+73
* Fix indentationTharre2014-11-111-365/+365
* Some refactoring and small fixes.Tharre2014-11-111-17/+21
* Replace openssl SHA1 functions with custom versionTharre2014-08-241-2/+2
* Remove unnecessary global const variablesTharre2014-08-231-22/+16
* Make targets depend on do-files.Tharre2014-08-201-37/+60
* Add license notice to README and source filesTharre2014-08-161-0/+8
* Fix some smaller issues and edge casesTharre2014-08-141-22/+21
* Add documentation and fix the one that's already thereTharre2014-08-131-9/+13
* Header file cleanup and smaller format fixesTharre2014-08-131-14/+19
* Implement (incomplete) dependency checking.Tharre2014-08-131-9/+101
* Add the magic number to the dependency record.Tharre2014-08-121-2/+7
* Add _XOPEN_SOURCE to include the right headersTharre2014-07-311-3/+1
* Add several methods for storing dependenciesTharre2014-07-301-2/+137
* Print redo <target> later to not print source files and small cleanupTharre2014-07-291-4/+3
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ch...Tharre2014-07-291-91/+44