about summary refs log tree commit diff
path: root/redo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant file check HEAD masterMayer Leonard2023-06-261-6/+1
* Avoid duplicate flags initialization in main()AndreyDobrovolskyOdessa2021-03-261-9/+5
* Incorporating sourcefile() call inside check_deps()AndreyDobrovolskyOdessa2021-03-261-6/+9
* remove unreachable code in run_scriptAndreyDobrovolskyOdessa2021-03-191-4/+1
* Changing order of creating files on find_dofile in run_script()AndreyDobrovolskyOdessa2021-03-191-6/+6
* use "all" as default target only when "redo" is called directlyLeah Neukirchen2021-03-091-5/+8
* Calling compute_uprel() before redo_ifchange()AndreyDobrovolskyOdessa2021-02-271-1/+1
* change fflag testing from ! to < 0AndreyDobrovolskyOdessa2021-02-201-1/+1
* take existence of a dofile into account when checking for sourcefileLeah Neukirchen2021-02-071-1/+8
* Fix some compiler warningsMax Horn2021-02-071-3/+3
* Fix non implicit job lease detectionChristian Kögler2020-09-061-1/+2
* use blocking/nonblocking reads instead of poll(2) v0.2Leah Neukirchen2020-06-261-10/+5
* added empty targetChristian Kögler2020-05-171-2/+1
* compute proper relative paths when default.do is run from a directory above v0.1Leah Neukirchen2018-07-081-2/+26
* document $1, $2, $3 for subdirectoriesLeah Neukirchen2018-07-081-0/+4
* styleLeah Neukirchen2017-08-311-23/+23
* check_deps: allow target not to exist, keep track when dofile did not create ...Leah Neukirchen2017-03-301-12/+9
* redo.c: keep lock_fd until the job actually finishedLeah Neukirchen2017-03-231-8/+13
* run_script: do not leak lock file fdsLeah Neukirchen2017-03-231-0/+2
* check_deps: always chdir back after calling sourcefileLeah Neukirchen2017-03-221-3/+3
* redo.c: styleLeah Neukirchen2017-03-221-9/+15
* check_deps: keep track of proper pwd when recursingLeah Neukirchen2017-03-221-6/+20
* LeahizeLeah Neukirchen2017-03-221-1/+1
* redo.c: update reference to jdebpChristian Neukirchen2016-08-241-1/+1
* $2 for non-default .do files is same as $1 actuallyChristian Neukirchen2015-09-061-1/+1
* record_deps needs to go back to where redo started, so the paths make senseChristian Neukirchen2015-09-061-0/+2
* Fix $2 for default.EXT.doChristian Neukirchen2015-09-061-8/+28
* Don't read after end of dirprefixChristian Neukirchen2015-09-061-1/+2
* Avoid close(-1) on toplevel redo.Christian Neukirchen2015-09-061-1/+2
* Use PATH_MAX for filename buffersChristian Neukirchen2015-09-061-9/+10
* Lock jobs to detect parallel builds of same targetChristian Neukirchen2015-09-061-24/+72
* Call .do files from the directory they reside in, rewrite argumentsChristian Neukirchen2015-09-061-9/+27
* Error handling in targetchdirChristian Neukirchen2015-09-061-1/+8
* redo-hash, just for debuggingChristian Neukirchen2015-09-041-3/+3
* Change naming schema: .foo.c.dep -> .dep.foo.cChristian Neukirchen2015-09-041-2/+2
* Factor write_depChristian Neukirchen2015-09-041-11/+16
* Track ctime and don't recompute hash when ctime is sameChristian Neukirchen2015-09-041-7/+23
* fix formattingChristian Neukirchen2015-09-041-41/+41
* redo -s / REDO_STDOUT=1 to enable the old "collect stdout" mode.Christian Neukirchen2015-09-041-6/+15
* Output "redo ..." lines to stderrChristian Neukirchen2015-09-041-1/+1
* Actually recurse into dependencies when checking them >_<Christian Neukirchen2015-09-041-10/+16
* Mention @erlehmann's redo in shell.Christian Neukirchen2015-09-041-0/+1
* Store hash for foo in .foo.dep too, to detect changes to targetsChristian Neukirchen2015-09-011-2/+10
* Skip over nonexisting files in record_depsChristian Neukirchen2015-09-011-3/+7
* Revert "Check for dofile earlier"Christian Neukirchen2015-09-011-6/+6
* Put dofile into static bufferChristian Neukirchen2015-09-011-2/+2
* Remove empty target tempfilesChristian Neukirchen2015-09-011-0/+2
* Skip source files, duhChristian Neukirchen2015-09-011-1/+8
* Check for dofile earlierChristian Neukirchen2015-09-011-6/+6
* Mention prior artChristian Neukirchen2015-09-011-0/+4