1713 Commits

Author SHA1 Message Date
Marcus Holland-Moritz
a342ef69b6 chore: update windows.gif 2024-01-22 11:13:29 +01:00
Marcus Holland-Moritz
87ff678f44 chore: update changes 2024-01-22 09:48:19 +01:00
Marcus Holland-Moritz
fd12e8a0b0 chore: update TODO 2024-01-22 09:43:07 +01:00
Marcus Holland-Moritz
f0c6a58387 chore: add benchmarking script 2024-01-22 08:35:00 +01:00
Marcus Holland-Moritz
340c96fd56 build: also build static binaries with -O2 2024-01-21 11:49:23 +01:00
Marcus Holland-Moritz
e0bcadd02c build: try building a gcc-static binary 2024-01-21 11:48:04 +01:00
Marcus Holland-Moritz
f98874e714 build: allow optimization level to be set via DWARFS_OPTIMIZE 2024-01-21 11:34:57 +01:00
Marcus Holland-Moritz
d7d390dbb3 test: make chmod_transformer_test easier to compile 2024-01-21 11:08:28 +01:00
Marcus Holland-Moritz
0967b9bdf8 chore: support building ARM image in docker makefile 2024-01-21 11:08:28 +01:00
Marcus Holland-Moritz
4c52178626 feat: fancy spinner, plus some refactoring 2024-01-20 21:32:43 +01:00
Marcus Holland-Moritz
cb737a5a58 feat: unicode progress mode works on Windows 2024-01-20 21:07:14 +01:00
Marcus Holland-Moritz
1e319bbf62 feat(logger): special case logging to cerr, mostly for Windows terminal 2024-01-20 20:52:31 +01:00
Marcus Holland-Moritz
90c8fcba2a refactor: always update console output in a single call 2024-01-20 20:49:20 +01:00
Marcus Holland-Moritz
0037a7c599 fix(win): find the right tool if argv[0] doesn't include extension 2024-01-20 15:02:30 +01:00
Marcus Holland-Moritz
4bbd46b598 chore: update change log 2024-01-20 13:37:32 +01:00
Marcus Holland-Moritz
921e832471 chore: add explicit init for logger_options 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
c6241810ea refactor: ensure FUSE driver options are standard layout 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
53692101bf chore: set a default for cache tidy strategy expiry time 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
291f541192 chore: try to silence some gcc warnings 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
242273ad05 chore: more system includes 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
7d09cc0ffc chore: try to distribute CI load a bit better 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
c323b84012 test: exercise script and entry interfaces 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
6f3ad2a563 test: try to improve test speed a bit 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
45439b5346 test: improve test speed and test more options 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
047b9bed61 refactor(pager): make pager somewhat testable 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
813de13d0e chore: don't waste time on unused byproducts in Windows build 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
a1ab9502ed refactor: more os_access abstraction, worker group tests 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
06e1910554 refactor: pass os_access to worker_group and other classes 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
da608ba3e6 refactor: use class to temporarily disable leak checks 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
0ec3af320e docs: update manual pages 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
f5869ddbf4 test: tool --man tests 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
b9f8e61229 chore: clean separation between is_tty() and is_fancy() for terminal 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
6994f9691e feat: add support for built-in manual pages 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
3c3de6ce9e fix: terminal detection was wrong 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
fbe188e540 chore: add header to thrift_library.cmake 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
09749b3a2e chore: add cmake_minimum_required to version.cmake 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
66f37989b6 build: use MSVC embedded debug info to enable ccache in debug build 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
1b70247dd9 chore: update folly/fbthrift 2024-01-20 12:02:37 +01:00
Marcus Holland-Moritz
d9feb70663 chore: enable ccache on Windows 2024-01-17 21:22:57 +01:00
Marcus Holland-Moritz
480b00f6dc docs: manpage rendering tweaks 2024-01-17 21:22:57 +01:00
Marcus Holland-Moritz
6e1e82e29d feat: only report basename of file in runtime errors 2024-01-17 09:32:50 +01:00
Marcus Holland-Moritz
51bd06e74f fix(mkdwarfs): don't assert on Windows when input path is not found 2024-01-16 22:31:58 +01:00
Marcus Holland-Moritz
72c9a451c5 doc: fix man page generation 2024-01-16 21:23:55 +01:00
Marcus Holland-Moritz
b11725b495 fix(mkdwarfs): don't store inodes with inconsistent fragments 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
6804aa0f75 refactor(test_helpers): argument name was a bit too specific 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
07acf5579c fix: windows compiler warning 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
04067e18de chore: use upx -9 to make the binary decompress/start faster 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
0c2a18f447 chore: update change log 2024-01-16 17:00:48 +01:00
Marcus Holland-Moritz
75a3986fda chore: update change log 2024-01-16 16:23:34 +01:00
Marcus Holland-Moritz
0771e8aa7d refactor: get rid of null_block_decompressor 2024-01-16 15:58:22 +01:00