- Feb 07, 2024
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
save const, but apparently they're not. *shrug*
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
&file_count is being passed as a pointer to a size_t.
-
Deucе authored
This need to be tested.
-
Deucе authored
Mingw32 is _WIN32 and GCC, and we need some way to get the free() prototype. :D
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
The last element of these arrays was getting clobbered by the next field because the array sizes are stored in the first element. Fixes warning on NetBSD and Raspian.
-
Deucе authored
It looks like we may need a set of PRI?TIME macros for printf()ing a time_t.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Also, add a BUILD_ARGS variable so custom pipelines can be ran for the templated job tree.
-
Deucе authored
Just because I use them for SyncTERM releases doesn't mean we want them for CI.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
This double definition just seems confusing and error-prone. Sure, the interpolation form is more verbose and ugly, but at least it's not duplicative.
-
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
-