summaryrefslogtreecommitdiffstats
path: root/externals/nx_tzdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tzdb_to_nx: Update to latestlat9nq2024-02-101-0/+0
| | | | | | Includes memory leak fix. Includes option to specify a custom zoneinfo dir.
* nx_tzdb: add another safety assertionK9002024-01-271-0/+4
|
* nx_tzdb: check for unpacked directoryK9002024-01-271-1/+1
| | | | Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
* externals: Update txdb_to_nxlat9nq2024-01-091-0/+0
| | | | Includes a fix lat9nq/tzdb_to_nx@1e82342 that fixes a build issue on Mac OS.
* add mac workflowLiam2023-11-291-0/+0
|
* externals/nx_tzdb: Update download version to 2022glat9nq2023-10-121-1/+1
| | | | Mainly for MSVC, changes the time zone database version to latest.
* externals/tzdb_to_nx: Update to 221202lat9nq2023-10-111-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.
* nx_tzdb: Update tzdb_to_nx to 212afa2lat9nq2023-06-251-0/+0
| | | | | Moves build data to a separate directory so the build happens out of the source tree.
* nx_tzdb: Update tzdb_to_nxlat9nq2023-06-241-0/+0
| | | | Includes fixes for other BSD's, and axes shell scripts for pure CMake.
* nx_tzdb: Rename GNU_DATE variablelat9nq2023-06-191-2/+2
| | | | The repository can handle either GNU date or Apple date now.
* externals: Update tzdb_to_nxlat9nq2023-06-191-0/+0
| | | | Includes a fix for the Apple date utility.
* nx_tzdb: Directly reference variables in if statementslat9nq2023-06-172-11/+11
| | | | Addresses review feedback.
* cmake: Add warn about cross compiling, disable androidlat9nq2023-06-161-1/+3
|
* cmake: Check for target is Windowslat9nq2023-06-161-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 nameslat9nq2023-06-161-25/+27
|
* cmake: Extra time zone data download checkslat9nq2023-06-161-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 datalat9nq2023-06-161-3/+4
|
* externals: submodule tzdb_to_nxlat9nq2023-06-161-0/+0
| | | | Fix for Flatpak being unable to download during CMake configure.
* nx_tzdb: Support submoduling tzdb_to_nxlat9nq2023-06-161-7/+30
| | | | Fix for flatpak having no internet access during CMake configure.
* nx_tzdb: Correct Antarctica spellinglat9nq2023-06-162-2/+2
|
* nx_tzdb: Create headers from downloaded system archive datalat9nq2023-06-055-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