Commit Graph

20 Commits

Author SHA1 Message Date
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 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 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 0e1b9f69d9 fix: CMakeLists.txt 2024-03-22 12:26:19 +08:00
TaurusXin c12be04007 fix: use utf-8 as filename encoding 2024-03-22 12:07:32 +08:00
TaurusXin 3b274edd2e feat: staticlly link libc 2024-03-21 14:12:20 +08:00
TaurusXin 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
overwriter 29273ff86f
feat: add MSVC CI; remove Makefile (#9)
Co-authored-by: TaurusXin <i@taurusxin.com>
2024-02-08 10:26:53 +08:00
TaurusXin fb17095626
removed: release type in CMakeLists.txt 2024-02-07 22:53:24 +08:00
overwriter b029725c98
refactor: use CMake for build
Co-authored-by: TaurusXin <i@taurusxin.com>
2024-02-07 21:54:56 +08:00