summaryrefslogtreecommitdiff
path: root/externals/nx_tzdb
AgeCommit message (Collapse)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed.
2024-12-31chore: update project references and add Citron copyrightZephyron
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
2024-02-10tzdb_to_nx: Update to latestlat9nq
Includes memory leak fix. Includes option to specify a custom zoneinfo dir.
2024-01-27nx_tzdb: add another safety assertionK900
2024-01-27nx_tzdb: check for unpacked directoryK900
Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
2024-01-09externals: Update txdb_to_nxlat9nq
Includes a fix lat9nq/tzdb_to_nx@1e82342 that fixes a build issue on Mac OS.
2023-11-29add mac workflowLiam
2023-10-11externals/nx_tzdb: Update download version to 2022glat9nq
Mainly for MSVC, changes the time zone database version to latest.
2023-10-11externals/tzdb_to_nx: Update to 221202lat9nq
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 212afa2lat9nq
Moves build data to a separate directory so the build happens out of the source tree.
2023-06-23nx_tzdb: Update tzdb_to_nxlat9nq
Includes fixes for other BSD's, and axes shell scripts for pure CMake.
2023-06-19nx_tzdb: Rename GNU_DATE variablelat9nq
The repository can handle either GNU date or Apple date now.
2023-06-19externals: Update tzdb_to_nxlat9nq
Includes a fix for the Apple date utility.
2023-06-17nx_tzdb: Directly reference variables in if statementslat9nq
Addresses review feedback.
2023-06-16cmake: Add warn about cross compiling, disable androidlat9nq
2023-06-16cmake: Check for target is Windowslat9nq
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 nameslat9nq
2023-06-16cmake: Extra time zone data download checkslat9nq
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 datalat9nq
2023-06-16externals: submodule tzdb_to_nxlat9nq
Fix for Flatpak being unable to download during CMake configure.
2023-06-16nx_tzdb: Support submoduling tzdb_to_nxlat9nq
Fix for flatpak having no internet access during CMake configure.
2023-06-15nx_tzdb: Correct Antarctica spellinglat9nq
2023-06-05nx_tzdb: Create headers from downloaded system archive datalat9nq
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