Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nx_tzdb: Rename GNU_DATE variable | lat9nq | 2023-06-19 | 1 | -2/+2 |
| | | | | The repository can handle either GNU date or Apple date now. | ||||
* | nx_tzdb: Directly reference variables in if statements | lat9nq | 2023-06-17 | 1 | -7/+7 |
| | | | | Addresses review feedback. | ||||
* | cmake: Add warn about cross compiling, disable android | lat9nq | 2023-06-16 | 1 | -1/+3 |
| | |||||
* | cmake: Check for target is Windows | lat9nq | 2023-06-16 | 1 | -1/+1 |
| | | | | | MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well. | ||||
* | cmake: Use non-conflicting variable names | lat9nq | 2023-06-16 | 1 | -25/+27 |
| | |||||
* | cmake: Extra time zone data download checks | lat9nq | 2023-06-16 | 1 | -5/+13 |
| | | | | | | | Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading | ||||
* | cmake: Add option to always download time zone data | lat9nq | 2023-06-16 | 1 | -3/+4 |
| | |||||
* | nx_tzdb: Support submoduling tzdb_to_nx | lat9nq | 2023-06-16 | 1 | -7/+30 |
| | | | | Fix for flatpak having no internet access during CMake configure. | ||||
* | nx_tzdb: Correct Antarctica spelling | lat9nq | 2023-06-16 | 1 | -1/+1 |
| | |||||
* | nx_tzdb: Create headers from downloaded system archive data | lat9nq | 2023-06-05 | 1 | -0/+65 |
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 |