Commit Graph

12 Commits

Author SHA1 Message Date
Michael Forney
1d4f747eb6 python: Install man page 2019-11-17 15:24:25 -08:00
Michael Forney
f4720910b9 Update ninja requirement to 1.8.0 and don't bother with atomic outputs
Since ninja 1.8.0[0] and samurai 0.2[1], output mtime is always
recorded after a job succeeds, and outputs are considered dirty if
the recorded mtime is older than any input. This means that even
if a command partially writes its output then fails (for example,
if run with stdout redirected to a file), it will still get re-run
during the next build.

This means that outputs no longer have to be written atomically
(i.e. renamed into place) in order to ensure a correct build, and
we can drop the idiom `command >$out.tmp && mv $out.tmp $out`.

[0] 04d886b110
[1] 799bc5a471
2019-11-17 15:24:25 -08:00
Michael Forney
fe9c89c185 python: Update to 3.8.0 2019-10-18 00:17:21 -07:00
Michael Forney
075e37159d python: Don't add -fwrapv to CFLAGS 2019-08-12 02:24:38 +00:00
Michael Forney
bcd889d2c9 Call lua as lua5.2 to make sure we get the right version 2018-11-12 12:14:21 -08:00
Michael Forney
9207ea2b44 python: Update to 3.7.1 2018-11-05 11:52:19 -08:00
Michael Forney
afcfaa1a36 python: Fix DATE and TIME in getbuildinfo.c 2018-08-30 16:24:35 -07:00
Michael Forney
d91ba51ce9 python: Update to 3.7.0 2018-08-26 13:29:08 -07:00
Michael Forney
fba8f121a2 python: Update to 3.6.5 2018-04-12 14:30:25 -07:00
Michael Forney
f4c50108da Add raw mode for iterlines 2017-12-30 22:43:47 -08:00
Michael Forney
577110ae20 python: Update to 3.6.3 2017-10-04 01:08:57 -07:00
Michael Forney
ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00