Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-25 | nx_tzdb: Update tzdb_to_nx to 212afa2 | lat9nq | 1 | -0/+0 | |
Moves build data to a separate directory so the build happens out of the source tree. | |||||
2023-06-24 | nx_tzdb: Update tzdb_to_nx | lat9nq | 1 | -0/+0 | |
Includes fixes for other BSD's, and axes shell scripts for pure CMake. | |||||
2023-06-19 | nx_tzdb: Rename GNU_DATE variable | lat9nq | 1 | -2/+2 | |
The repository can handle either GNU date or Apple date now. | |||||
2023-06-19 | externals: Update tzdb_to_nx | lat9nq | 1 | -0/+0 | |
Includes a fix for the Apple date utility. | |||||
2023-06-17 | nx_tzdb: Directly reference variables in if statements | lat9nq | 2 | -11/+11 | |
Addresses review feedback. | |||||
2023-06-16 | cmake: Add warn about cross compiling, disable android | lat9nq | 1 | -1/+3 | |
2023-06-16 | cmake: Check for target is Windows | lat9nq | 1 | -1/+1 | |
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well. | |||||
2023-06-16 | cmake: Use non-conflicting variable names | lat9nq | 1 | -25/+27 | |
2023-06-16 | cmake: Extra time zone data download checks | lat9nq | 1 | -5/+13 | |
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading | |||||
2023-06-16 | cmake: Add option to always download time zone data | lat9nq | 1 | -3/+4 | |
2023-06-16 | externals: submodule tzdb_to_nx | lat9nq | 1 | -0/+0 | |
Fix for Flatpak being unable to download during CMake configure. | |||||
2023-06-16 | nx_tzdb: Support submoduling tzdb_to_nx | lat9nq | 1 | -7/+30 | |
Fix for flatpak having no internet access during CMake configure. | |||||
2023-06-16 | nx_tzdb: Correct Antarctica spelling | lat9nq | 2 | -2/+2 | |
2023-06-05 | nx_tzdb: Create headers from downloaded system archive data | lat9nq | 5 | -0/+164 | |
Use lat9nq/tzdb_to_nx release data to generate header files. nx_tzdb: Use an interface library nx_tzdb: Gate download if achive not exists nx_tzdb: Fix header generator brace closing nx_tzdb: Add base directory files nx_tzdb: Add SPDX info |