Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-28 | Add support for leak tracing. | Ori Bernstein | |
2015-09-22 | Start moving benchmark runner code to Myrddin. | Ori Bernstein | |
2015-08-26 | Move Myrddin libs to lib/ subdirectory. | Ori Bernstein | |
2015-08-24 | Add libcryptohash to myrddin | Ori Bernstein | |
2015-05-16 | Remove status arg from fatal. | Ori Bernstein | |
We never set it to anything other than '1' anyways. There's no standardized error codes, so the exit status isn't really useful in any case. | |||
2015-05-14 | Fix plan9 build. | Ori Bernstein | |
2015-05-03 | Run tests from mbld. | Ori Bernstein | |
2015-04-16 | Push/pop directories appropriately. | Ori Bernstein | |
We had bugs because this was done by just setting dirs, without properly changing back at the end of a command. Ordering of build targets would break builds. | |||
2015-04-15 | Rename bldfiles. | Ori Bernstein | |
We now consume bld.proj/bld.sub over bldfile. |