Commit Graph

8 Commits

Author SHA1 Message Date
642d9b95c6 cpp: fix trailing tokens with new tokeniser 2021-12-17 12:07:08 +10:00
837b948435 Header cleanup using include-what-you-use 2020-07-01 17:02:44 +10:00
9031a12890 view: remove implicit equality for strings 2020-02-17 14:29:09 +11:00
1a82e4fe76 build: transition from experimental filesystem 2018-12-05 19:12:03 +11: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
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
493c91eace view: add nodiscard to constant split operations
Any time we have a constant operator we need to warn the user if they
thing the operation is mutating and does not make use of the result.
2018-07-13 14:05:54 +10:00
de247c7e7b cpp: add basic C preprocessor emulator 2018-04-01 14:49:10 +10:00