summaryrefslogtreecommitdiffstats
path: root/externals/nx_tzdb (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-12externals/nx_tzdb: Update download version to 2022glat9nq1-1/+1
Mainly for MSVC, changes the time zone database version to latest.
2023-10-11externals/tzdb_to_nx: Update to 221202lat9nq1-0/+0
This updates us to an eggert/tz commit downstream of 2022g that compiles. This seems to be the revision Nintendo is using for 17.0.0, if the data checksums are anything to go off of.
2023-06-25nx_tzdb: Update tzdb_to_nx to 212afa2lat9nq1-0/+0
Moves build data to a separate directory so the build happens out of the source tree.
2023-06-24nx_tzdb: Update tzdb_to_nxlat9nq1-0/+0
Includes fixes for other BSD's, and axes shell scripts for pure CMake.
2023-06-19nx_tzdb: Rename GNU_DATE variablelat9nq1-2/+2
The repository can handle either GNU date or Apple date now.
2023-06-19externals: Update tzdb_to_nxlat9nq1-0/+0
Includes a fix for the Apple date utility.
2023-06-17nx_tzdb: Directly reference variables in if statementslat9nq2-11/+11
Addresses review feedback.
2023-06-16cmake: Add warn about cross compiling, disable androidlat9nq1-1/+3
2023-06-16cmake: Check for target is Windowslat9nq1-1/+1
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.
2023-06-16cmake: Use non-conflicting variable nameslat9nq1-25/+27
2023-06-16cmake: Extra time zone data download checkslat9nq1-5/+13
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading
2023-06-16cmake: Add option to always download time zone datalat9nq1-3/+4
2023-06-16externals: submodule tzdb_to_nxlat9nq1-0/+0
Fix for Flatpak being unable to download during CMake configure.
2023-06-16nx_tzdb: Support submoduling tzdb_to_nxlat9nq1-7/+30
Fix for flatpak having no internet access during CMake configure.
2023-06-16nx_tzdb: Correct Antarctica spellinglat9nq2-2/+2
2023-06-05nx_tzdb: Create headers from downloaded system archive datalat9nq5-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