- Feb 07, 2024
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Both long long and long are reasonable for some mixes of platforms. Just punt, cast the whole thing to int64_t, and forget about it.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
value that's not an off_t as one.
-
Deucе authored
-
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.
-