22 Commits

Author SHA1 Message Date
Michael Forney
d988d58d98 python: Update to 3.10.0 2021-10-05 18:54:21 -07:00
Michael Forney
732d09a691 python: Port _hashlib to BearSSL 2021-05-17 22:03:56 -07:00
Michael Forney
e087141fc0 python: Update to 3.9.2 2021-03-02 16:20:18 -08:00
Michael Forney
7d8c07c6f7 python: Use dot syntax for table access 2021-01-07 23:08:33 -08:00
Michael Forney
4c434148a2 python: Update to 3.9.1 2020-12-08 00:44:04 -08:00
Michael Forney
69b04f3be7 python: Update to 3.9.0 2020-10-06 01:01:42 -07:00
Michael Forney
adc036f58e Style 2020-06-22 22:47:59 -07:00
Michael Forney
d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney
2dfb6db807 Lua 5.1 compatibility 2020-05-10 02:15:55 -07:00
Michael Forney
aea11e0e4a Use our own linux-headers 2020-02-20 20:10:31 -08:00
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