Commit Graph

10 Commits

Author SHA1 Message Date
1fa4eba5d3 Add fmt::formatter specialisations for fmtlib-10 2023-07-21 14:20:49 +10:00
a94cd677bd tap: use fmtlib specifiers 2021-04-13 16:05:08 +10:00
1a82e4fe76 build: transition from experimental filesystem 2018-12-05 19:12:03 +11:00
75a3572fdd exe: defend test case against msys2 paths 2018-08-13 16:12:11 +10:00
f6056153e3 rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
2018-08-05 14:42:02 +10:00
2d7e3e5d7d build: prefer iosfwd over iostream 2018-03-22 16:11:13 +11:00
34788756d2 build: don't use './' as an include prefix
GCC produces ODR error when including paths of the form './foo' and
'foo' in the same binary. Rather than managing duplication we just
universally pick the absolute form over the relative form.
2017-11-22 16:49:37 +11:00
ca7f4b739a exe: test image query against argv, not constants 2017-01-25 15:07:14 +11:00
254a63ca90 exe: split into platform units 2016-10-10 16:23:07 +11:00
c3e2e1ae44 exe: add trivial test case 2016-05-13 15:23:05 +10:00