1205 Commits

Author SHA1 Message Date
Marcus Holland-Moritz
1b21be8804 Add another performance example to README 2023-07-12 12:25:52 +02:00
mhx
1b77fb77b3
Update README.md 2023-07-11 22:03:06 +02:00
mhx
3ea7c9eb9b
Merge pull request #148 from txkxgit/txkx/docu
Txkx/docu
v0.7.0
2023-07-11 19:52:44 +02:00
txkx
3071f48a9e Minor wording changes in mkdwarfs.md 2023-07-11 19:48:51 +02:00
txkx
c7aaf110f6 Added commas in README.md 2023-07-11 19:48:51 +02:00
Marcus Holland-Moritz
64114df8d5 Update change log 2023-07-11 19:31:22 +02:00
Marcus Holland-Moritz
18e0027588 Fix bug that could cause reallocation in brotli decompressed blocks
This ultimately could have led to corruption and was caught by ASAN.
2023-07-11 19:18:40 +02:00
Marcus Holland-Moritz
10924eb319 Add error handling for locale setup code 2023-07-11 18:08:47 +02:00
Marcus Holland-Moritz
caa3c9842a Add performance monitoring section to README 2023-07-11 13:13:51 +02:00
Marcus Holland-Moritz
b98f08e609 FS version bump in dwarfs-format.md 2023-07-11 11:31:10 +02:00
Marcus Holland-Moritz
795ae323fa Bump FS minor version (due to path separator addition) 2023-07-11 11:26:42 +02:00
Marcus Holland-Moritz
ae69f12659 Update change log 2023-07-11 10:53:33 +02:00
Marcus Holland-Moritz
a0b569689d Document --long-help 2023-07-11 10:53:25 +02:00
Marcus Holland-Moritz
859195c24e Better Unicode argument handling in FUSE driver on Windows 2023-07-11 01:23:12 +02:00
Marcus Holland-Moritz
caba64040c Reimplement sys_string_to_string using utfcpp 2023-07-11 01:21:16 +02:00
Marcus Holland-Moritz
96a101310f Make sure MSVC correctly defines __cplusplus 2023-07-11 01:20:42 +02:00
Marcus Holland-Moritz
35d27e8e24 Clean up FUSE driver 2023-07-10 23:44:36 +02:00
Marcus Holland-Moritz
60d44d90e5 Quoting in releasify 2023-07-10 20:52:20 +02:00
Marcus Holland-Moritz
89571de0f3 Symbolic links for the universal binary also work on Windows 2023-07-10 18:41:39 +02:00
Marcus Holland-Moritz
b978b954e0 Test universal binary in both tool mode and symlink mode 2023-07-10 17:05:20 +02:00
Marcus Holland-Moritz
34f3bf3c8a Restructure mkdwarfs options to be less overwhelming 2023-07-10 15:49:22 +02:00
Marcus Holland-Moritz
9303d0affa Disable multi-threaded archiving 2023-07-10 14:30:24 +02:00
Marcus Holland-Moritz
d6034e79e1 Add releasify script 2023-07-10 14:28:53 +02:00
Marcus Holland-Moritz
c3d6e16737 Don't package huge gifs/pngs 2023-07-10 13:01:58 +02:00
Marcus Holland-Moritz
e47b7b1ae6 Add zstd to docker dependencies v0.7.0-test1 2023-07-10 11:58:29 +02:00
Marcus Holland-Moritz
ae0f6c6b4b More .xz -> .zst 2023-07-10 11:46:54 +02:00
Marcus Holland-Moritz
d6c246d80c Fix .zst extension 2023-07-10 11:32:41 +02:00
Marcus Holland-Moritz
072a5218f3 Fix string comparison in CMakeLists.txt 2023-07-10 11:24:53 +02:00
Marcus Holland-Moritz
da79f53e02 CMakeLists.txt tweaks for release builds 2023-07-10 11:20:50 +02:00
Marcus Holland-Moritz
a2628fd71e Pass GITHUB_REF_TYPE to build job 2023-07-10 11:20:31 +02:00
Marcus Holland-Moritz
440fc1c8df Remove redundant cmake arguments 2023-07-10 11:20:05 +02:00
Marcus Holland-Moritz
a43629dcaf Don't use fancy UPX compression, as this may be buggy v0.7.0-RC6 2023-07-09 19:55:02 +02:00
Marcus Holland-Moritz
274885f1f1 Fix release build 2023-07-09 19:54:25 +02:00
Marcus Holland-Moritz
d631f9f775 Fix UPX command line for release builds 2023-07-09 18:39:42 +02:00
Marcus Holland-Moritz
db8b4a7716 See if this propagates annotated tags to runners 2023-07-09 18:29:05 +02:00
Marcus Holland-Moritz
2cdb3de35f Update change log 2023-07-09 18:01:44 +02:00
Marcus Holland-Moritz
28d5de33e6 Document that -O3 is still a bad idea for gcc-12 2023-07-09 17:47:16 +02:00
Marcus Holland-Moritz
6fe8b393a8 Update list of dependencies 2023-07-09 16:52:22 +02:00
Marcus Holland-Moritz
d33fae9e3c pkg-config dependency is resolved via vcpkg 2023-07-09 16:49:30 +02:00
Marcus Holland-Moritz
0a010131b9 clang-format 2023-07-09 16:47:34 +02:00
Marcus Holland-Moritz
c79369e8da Support delayed loading of WinFsp DLL for universal binary 2023-07-09 16:47:23 +02:00
Marcus Holland-Moritz
8dc5ea0697 Small CppCheck fixes 2023-07-09 15:39:01 +02:00
Marcus Holland-Moritz
7fe0f8c979 Fix useless use of f-string 2023-07-09 15:38:43 +02:00
Marcus Holland-Moritz
1d96ef6d8f Markdown fixes 2023-07-09 15:38:28 +02:00
Marcus Holland-Moritz
9aa02f4277 Ignore ShellCheck warnings as missing quotes are deliberate 2023-07-09 15:38:12 +02:00
Marcus Holland-Moritz
aa3e490217 Ignore (presumably) false positive Flawfinder warnings 2023-07-09 15:20:14 +02:00
Marcus Holland-Moritz
dcdac60828 Directly use ctest in Linux build script 2023-07-09 13:35:46 +02:00
Marcus Holland-Moritz
1ca04fa51f Clean up Linux build script 2023-07-09 13:22:41 +02:00
Marcus Holland-Moritz
6bcc3f5e78 Try to resolve codacy warning 2023-07-09 13:15:33 +02:00
Marcus Holland-Moritz
45871439ea Add CI build badge 2023-07-09 11:14:52 +02:00