Age | Commit message (Expand) | Author |
2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses | Marc Espie |
2020-01-26 | simplify logic in compat engine, we can set ABORTED directly instead of | Marc Espie |
2020-01-13 | make the choice of engine explicit | Marc Espie |
2020-01-13 | unify compat mode and parallelmode a bit: there's no longer a need for | Marc Espie |
2020-01-08 | fix -q: in compatMode, compute and return outofdate just like parallel mode. | Marc Espie |
2019-12-21 | rename a few variable/functions to have better names. | Marc Espie |
2019-12-21 | rename built_status constants to be less quirky | Marc Espie |
2016-10-21 | small obvious cleanups: | Marc Espie |
2015-01-23 | typo | Marc Espie |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2013-06-20 | fix typo | Marc Espie |
2013-05-30 | remove cmtime again, but with a proper test for nodes without children. | Marc Espie |
2013-05-25 | obviously missed something, so revert. | 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-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-11-02 | exit 1 (not -1) for -q; PR 6494 | Theo de Raadt |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-04-25 | pure whitespace cleanup | 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-29 | A few changes: | 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-03 | simplify: Job_CheckCommands deals with silent and ignerr now, so there's | Marc Espie |
2007-11-03 | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-27 | fix indentation | Marc Espie |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | reindent compat.c | 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 |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-30 | local is always true, so zap it. | Marc Espie |
2007-01-04 | having a function that iterates through node's datum so that we retrieve | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2001-12-02 | Put back the interrupt fixed code, since it's not the issue. | Marc Espie |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |