lat9nq
|
7c1fc8b9ad
|
tzdb: Use pure cmake to generate binaryList.txt
|
2023-06-23 18:11:24 -04:00 |
|
lat9nq
|
e5a9681b37
|
tz: Use pure CMake to list TZif files
|
2023-06-23 17:34:35 -04:00 |
|
toast2903
|
73fcec9bda
|
Merge pull request #8 from jbeich/bsd
Unbreak build on FreeBSD
|
2023-06-23 17:33:18 -04:00 |
|
Jan Beich
|
c3700819a6
|
cmake: use date -r on more BSDs
- macOS `date` is based on FreeBSD while `-r` is from historical BSD
- GNU `date` may not be installed or installed as `gdate`
|
2023-06-23 21:29:48 +00:00 |
|
Jan Beich
|
6ca7f92b0e
|
Switch to POSIX sh for scripts
- GNU `bash` may not be installed or installed outside of /bin
- *.sh only use `==` from Bash, so /bin/sh is enough
|
2023-06-23 21:29:48 +00:00 |
|
toast2903
|
8c272f21d1
|
Merge pull request #7 from lat9nq/actually-build-it
workflows: Build x80e target
|
2023-06-19 15:21:18 -04:00 |
|
toast2903
|
20bc0acb16
|
workflows: Build x80e target
x80e was removed from the `all` target and was no longer building. Workflows should be specifying what target to build, anyway.
|
2023-06-19 15:18:51 -04:00 |
|
toast2903
|
b2ab6aca9d
|
Merge pull request #6 from Termynat0r/main
macOS fix for commit #394741
|
2023-06-19 15:14:47 -04:00 |
|
Termynat0r
|
d1dd9ad8e4
|
macOS fix for commit #394741
Fix for commit #394741, which broke macOS building because the macOS date takes slightly different arguments
|
2023-06-19 16:40:52 +02:00 |
|
toast2903
|
34df65eff2
|
Merge pull request #5 from lat9nq/generator
cmake: Use generator expression to target binary
|
2023-06-16 04:11:38 -04:00 |
|
lat9nq
|
03c56aa26c
|
cmake: Remove x80e from all target
|
2023-06-16 04:10:28 -04:00 |
|
lat9nq
|
3bcb7f0ed3
|
cmake: Reduce number of targets
All of these files can be generated from one target
|
2023-06-16 04:10:14 -04:00 |
|
lat9nq
|
38c6fddfc3
|
cmake: Fix dependencies
Now the files won't be built repeatedly each time it's called.
|
2023-06-16 04:00:50 -04:00 |
|
lat9nq
|
0b28ddb5a6
|
cmake: Use generator expression to target binary
|
2023-06-16 03:23:48 -04:00 |
|
lat9nq
|
35ced3c4bf
|
license: Re-license to MIT
|
2023-06-16 02:21:30 -04:00 |
|
toast2903
|
82959cb27b
|
Merge pull request #4 from lat9nq/submodule
general: Submodule time zone data
|
2023-06-16 02:07:25 -04:00 |
|
lat9nq
|
d394741906
|
cmake: Get version info from git
|
2023-06-16 02:04:50 -04:00 |
|
lat9nq
|
9a8dba8d76
|
gh/workflow: Propagate dir across other uses
|
2023-06-16 01:27:31 -04:00 |
|
lat9nq
|
31063d1881
|
github/workflows: Enable submodules
|
2023-06-16 01:24:04 -04:00 |
|
lat9nq
|
8fc053bc57
|
github/workflows: Update version dir
|
2023-06-16 01:17:19 -04:00 |
|
lat9nq
|
467e965659
|
general: Use a submodule of eggert/tz
|
2023-06-16 01:16:02 -04:00 |
|
toast2903
|
2beb8c93d2
|
Merge pull request #1 from lat9nq/named_archive
workflows: Name the binary archive
|
2023-06-02 23:00:02 -04:00 |
|
toast2903
|
ed0d331b72
|
workflows: Name the binary archive
|
2023-06-02 22:58:25 -04:00 |
|
toast2903
|
d4edba3a5a
|
Create build.yml
|
2023-06-02 22:51:30 -04:00 |
|
lat9nq
|
526f823010
|
Merge branch 'main' of https://github.com/lat9nq/tzdb_to_nx
|
2023-06-02 22:46:20 -04:00 |
|
lat9nq
|
64bde0a8bf
|
tzdb: Generate remaining nintendo files
|
2023-06-02 22:45:53 -04:00 |
|
toast2903
|
badfaddec2
|
Update README.md
|
2023-05-31 02:14:31 -04:00 |
|
toast2903
|
01e121b6e8
|
Create README.md
|
2023-05-31 02:06:01 -04:00 |
|
lat9nq
|
d8b4f6521c
|
Add license info
|
2023-05-31 01:32:38 -04:00 |
|
lat9nq
|
526b765d8c
|
tzdb: Generate nx time zone files
|
2023-05-28 01:54:17 -04:00 |
|
lat9nq
|
e2eec38882
|
main: Fix file creation bug
|
2023-05-28 01:53:55 -04:00 |
|
lat9nq
|
e359040558
|
src: Move tzdb2nx to its own directory
|
2023-05-27 19:33:00 -04:00 |
|
lat9nq
|
c91a0ccc43
|
main: Return errno when applicable
|
2023-05-27 19:29:07 -04:00 |
|
lat9nq
|
0cc0aed335
|
main: Show help text
|
2023-05-27 19:25:54 -04:00 |
|
lat9nq
|
2eb968905c
|
Add error checking
|
2023-05-27 19:21:30 -04:00 |
|
lat9nq
|
626ecd21cc
|
general: Initial strip implementation
Produces files identical to Nintendo's format.
|
2023-05-27 16:46:05 -04:00 |
|
lat9nq
|
d2349d6587
|
Initial commit
|
2023-05-27 00:30:34 -04:00 |
|