Age | Commit message (Expand) | Author |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2014-01-06 | Suff_FindDeps must happen before SuffExpandChildren (expand_all_children) | Marc Espie |
2013-05-22 | as checked through thorough tests, youngest->mtime == ctime, so ditch | Marc Espie |
2013-04-23 | remove TIMESTAMP abstraction layer, prodded by theo. | Marc Espie |
2012-12-08 | document a bit of job.c | Marc Espie |
2012-10-09 | actual engine change: prevent jobs from stomping on each other's files. | Marc Espie |
2012-04-21 | When a new parent is attached to an already examined child (prerequisite), | Philip Guenthe |
2011-11-03 | Garbage collect an unused variable. | Ingo Schwarze |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2009-08-16 | modify timestamp handling to grab current time instead of relying on a | Marc Espie |
2009-05-10 | simplify job handling a great deal: we don't care when jobs get | Marc Espie |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-01-12 | better error reporting/job handling error: | Marc Espie |
2007-12-01 | I was sure I had committed this already, grrrr. | Marc Espie |
2007-11-28 | grrr | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-26 | keep unmade uptodate all the time, even for targets we're not making yet, | Marc Espie |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-18 | simplify, no sense to break just to do return afterwards | Marc Espie |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-10 | UNMADE -> UNKNOWN | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-06 | get make.c in a more readable state, by extracting code into separate | Marc Espie |
2007-11-03 | zap dead code | Marc Espie |
2007-11-03 | suff.c sets IMPSRC correctly, whereas this is bogus and strips the path | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-09-17 | make usePipes the default, zap undocumented -P. | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | reindent, zap useless comments | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie |
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |
2001-11-22 | Explicitly mark nodes whose commands have been filled with | Marc Espie |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt |
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |