Commit Graph
79 Commits
Author SHA1 Message Date
taurusxin 39adf93e46 feat: handle exception 2024-09-25 23:08:14 +08:00
taurusxin 0befc5bc93 feat: allow sepecify output dir; process dir recursively
use cxxopts library to parse command line options
2024-09-25 22:41:33 +08:00
taurusxin b9299d8988 feat: comment for ncm 3.0 2024-09-23 20:10:20 +08:00
taurusxin 84b5c0044d chore: typo 2024-09-21 00:10:26 +08:00
taurusxin f060bee5ad feat: autobuild for macOS arm64 2024-09-21 00:08:51 +08:00
taurusxin bc5719ac11 feat: docs for cross build on macOS 2024-09-20 23:55:46 +08:00
taurusxin 5e41d41874 update: README.md 2024-09-13 11:46:44 +08:00
taurusxin 3906a49f7a update: README.md 2024-09-13 11:39:00 +08:00
taurusxin 67cba29a8f chore: enhance output 2024-09-13 10:58:29 +08:00
taurusxinandGitHub 2e5fc75fee Merge pull request #27 from um-lsr/main
fix: ncm 3.x version compatibility issues
2024-09-13 10:47:32 +08:00
taurusxin 36e6801f29 fix: bug report template 2024-08-17 09:01:46 +08:00
taurusxin 2cd7d69aa5 fix: bug report 2024-08-17 09:01:09 +08:00
taurusxin 1aaaab10dc feat: notice of bug report 2024-08-17 09:00:15 +08:00
taurusxin e04415db9b removed: feature request template 2024-08-17 08:57:24 +08:00
taurusxin 911beb25bc enhanced: bug report template 2024-08-17 08:56:06 +08:00
taurusxin 0a6ac353ff removed: expect.bin 2024-04-17 16:56:43 +08:00
taurusxin f89ea7eab6 fix: cannot process in folder 2024-04-07 13:59:03 +08:00
taurusxin 6eb3649753 update: README.md 2024-04-06 12:29:08 +08:00
taurusxin 8a13d0fe07 update: parse UTF-8 to lib in C# 2024-04-06 12:10:56 +08:00
taurusxin 321e5f342e fix: parse UTF-8 path to lib 2024-04-06 12:09:03 +08:00
taurusxin dbdb73c120 fix: close file after fixing metadata(#17) 2024-04-06 10:47:49 +08:00
taurusxin 7ad6f27b75 feat: star history 2024-04-06 10:36:58 +08:00
taurusxin dd8b2d6fec chore: typo 2024-04-02 09:19:31 +08:00
taurusxin 981913d729 feat: 1.3.0 update README.md 2024-03-31 09:55:24 +08:00
taurusxin 5fbfc2db81 fix: Action cannot find builds 2024-03-25 12:09:35 +08:00
taurusxin e5cd9bddde fix: cannot find build target 2024-03-25 12:05:50 +08:00
taurusxin 068b1a6512 fix: missing header 2024-03-25 11:51:55 +08:00
taurusxin 265fe6765d fix: target name 2024-03-25 10:55:00 +08:00
taurusxin 5c970f4a09 feat: add header for lib 2024-03-25 09:07:01 +08:00
taurusxin 53b0d99431 feat: library example 2024-03-24 18:00:07 +08:00
taurusxin 37acbf07a7 fix: missing include and link options 2024-03-24 17:48:04 +08:00
taurusxin d47d29426e chore: only build lib on Windows 2024-03-24 17:44:51 +08:00
taurusxin 602c6ed43a add: unix/linux lib support; upload libs 2024-03-24 17:36:44 +08:00
taurusxin d8a0944810 feat: add dynamic library build 2024-03-24 17:27:41 +08:00
taurusxin aa7ae6128d refactor: project file structure 2024-03-24 09:20:25 +08:00
taurusxin d73e8c603c fix: only on win32 do utf8 2024-03-22 12:29:46 +08:00
taurusxin 0e1b9f69d9 fix: CMakeLists.txt 2024-03-22 12:26:19 +08:00
taurusxin 49bc90e976 Merge branch 'main' of github.com:taurusxin/ncmdump 2024-03-22 12:12:21 +08:00
taurusxin c12be04007 fix: use utf-8 as filename encoding 2024-03-22 12:07:32 +08:00
taurusxin 17d41ddbfc test: fix non-ASCII filename on Windows 2024-03-21 19:25:47 +08:00
taurusxin 348057bd09 chore: remove macOS brew update 2024-03-21 14:14:20 +08:00
taurusxin 3b274edd2e feat: staticlly link libc 2024-03-21 14:12:20 +08:00
taurusxin a54f25eea3 refactor: code structure 2024-03-21 14:04:16 +08:00
taurusxin d65dad255b fix: filename issue with MinGW 2024-03-21 13:31:24 +08:00
taurusxin 7ddc315069 chore: remporary remove homebrew workflow 2024-03-20 12:10:20 +08:00
taurusxin 1e031d1c88 fix: missing convertsion on msvc 2024-03-20 12:04:55 +08:00
taurusxin edea72fd24 remove: definations 2024-03-20 11:57:53 +08:00
taurusxin 6da8512b64 fix: non-ASCII filename on WIndows 2024-03-20 11:53:21 +08:00
taurusxin 40f9062682 update: README.md 2024-02-16 22:06:58 +08:00
taurusxinandGitHub ef5835687e chore: optimized code (#11)
* chore: use cout for printing

* chore: removed CMake optimize flags
2024-02-13 20:58:35 +08:00
taurusxin ac1028d6a0 fix: set CMP0077 policy not work 2024-02-12 23:53:14 +08:00
taurusxin e5906e425e fix: still build ZLIB on msys2 2024-02-12 22:37:04 +08:00
taurusxin 435aab5de6 chore: no ZLIB and TESTING 2024-02-12 22:24:25 +08:00
taurusxin 5cfe439e48 fix: cannot recognize non-ASCII file name on Windows 2024-02-12 21:52:56 +08:00
taurusxin 1cfc29560d fix: MSVC need config option 2024-02-08 10:49:07 +08:00
taurusxin 0f8158c964 fix: artifact MSVC binary path 2024-02-08 10:38:20 +08:00
taurusxin 8185c430ee fix: macOS CI error 2024-02-07 23:25:02 +08:00
taurusxin d62af94ab9 feat: add Linux and macOS CI 2024-02-07 23:19:32 +08:00
taurusxin 49119dcb6f fix: missing submodule in CI 2024-02-07 23:00:17 +08:00
taurusxin e0a958ef36 test: GItHub CI with CMake 2024-02-07 22:54:38 +08:00
taurusxin fb17095626 removed: release type in CMakeLists.txt 2024-02-07 22:53:24 +08:00
taurusxin 33a86db916 update: README.md 2024-02-07 22:51:06 +08:00
taurusxin e2d686ab29 chore: make taglib to https 2024-02-07 22:29:43 +08:00
taurusxin 2a45f07aba feat: add CMake build to gitignore 2024-02-07 21:57:01 +08:00
taurusxin e99f111472 fix: add msys2 env 2024-02-07 15:13:18 +08:00
taurusxin f2cbb76ac0 fix: build failed 2024-02-07 15:07:04 +08:00
taurusxin ffa2d82d94 feat: GitHub CI 2024-02-07 15:03:52 +08:00
taurusxinandGitHub 7add4a3846 Update issue templates 2024-02-07 14:47:55 +08:00
taurusxinandGitHub 8cd3f504e5 Update issue templates 2024-02-07 14:45:47 +08:00
taurusxin bec1eb7a37 feat: homebrew instructions 2024-01-10 04:48:35 +00:00
taurusxin befd8d45ad feat: github workflow 2024-01-10 04:46:44 +00:00
taurusxin 0502cdc8b8 feat: add macOS instructions 2024-01-06 10:25:57 +08:00
taurusxin 937a476743 feat: color in command line 2024-01-06 10:19:33 +08:00
taurusxin 13aa156214 fix: using vector as mutable array 2024-01-06 10:15:26 +08:00
taurusxin bc77cffcd8 update: README.md 2024-01-06 00:30:18 +08:00
taurusxin 8f5c9a9c10 fix: file name encoding under Windows (#3) 2024-01-06 00:20:17 +08:00
taurusxin cce512bbf3 feat: parse directory with -d option (#4) 2024-01-05 18:34:42 +08:00
taurusxin e08b922be3 chore: bump taglib to 1.13.1 2023-10-04 17:43:00 +08:00
taurusxin dfb082cdbf fix: build error on win32 with gcc 13.2.0 2023-10-04 17:42:47 +08:00