about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant file check HEAD masterMayer Leonard2023-06-261-6/+1
* README.md: URL correctionAndreyDobrovolskyOdessa2021-05-091-1/+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
* bootstrap.sh: fix from clean buildLeah Neukirchen2021-02-071-2/+5
* add bootstrap.shLeah Neukirchen2021-02-071-0/+10
* 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
* Specify starting point for 'find'Max Horn2021-02-072-2/+2
* README.md: typoLeah Neukirchen2020-10-181-1/+1
* add README.md v0.3Leah Neukirchen2020-10-011-1/+20
* 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
* Mention redo -f / redo -kChristian Neukirchen2015-09-061-2/+6
* 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
* Add NOTESChristian Neukirchen2015-09-061-0/+32
* 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-042-4/+3
* Add redo-sources and redo-targetsChristian Neukirchen2015-09-042-0/+13
* 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