- Feb 07, 2024
-
-
Deucе authored
-
Deucе authored
This utility is for manual testing, not automated testing, so there's no point in anyone building it as a side-effect. Removing it should also flatten the dependency tree and allow more parallel jobs (there's up to 18 seconds to gain!)
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
This won't help though.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Bump them from standalone-utils
-
Deucе authored
-
Deucе authored
Most of these are useless by themselves, so no need to keep them after the build completes.
-
Deucе authored
-
Deucе authored
Add a standalone-utils .PHONY target to build all the rest before Spidermonkey is done.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
The should help with CI times... and I'll be able to see if the libs are worth splitting out too.
-
- Feb 06, 2024
-
-
Deucе authored
utf-8 at start. This may be the issue Keyop was seeing.
-
Rob Swindell authored
-
Rob Swindell authored
For Nightfox's use in DDMsgReader.
-
Rob Swindell authored
If you're writing, say, a message editor and you don't want to deal with UTF-8 input at all, specify this mode flag to convert any translatable UTF-8 chars (that have CP437 equivalents) to CP437 chars. Non-translatable UTF-8 chars are just ignored (treated the same as a timeout/no-input).
-