Commit Graph

2725 Commits

Author SHA1 Message Date
Sam James
041b5baea5
src/fspp/fuse/Fuse.h: add <memory.h> include for std::shared_ptr (#395)
Needed to fix build with Boost 1.77 (some indirect inclusion
got lost).

Signed-off-by: Sam James <sam@gentoo.org>
2021-08-14 09:29:24 -07:00
Sebastian Meßmer
2ceab2a666
Update ChangeLog.txt 2021-06-21 10:31:34 -07:00
Evil Squirrel
b0c29d609d
Add instructions for arch-based distros (#391)
Added instructions for using pacman on arch-based distros. If it doesn't make enough sense please feel free to apply any changes.
2021-05-11 12:56:33 -07:00
Sebastian Messmer
a2b07cd8e8 Merge branch 'hotfix/gcc11' into feature/gcc11 2021-05-08 14:46:32 -07:00
Sebastian Messmer
27587ea1ac Fixed an issue when compiling with GCC 11, see https://github.com/cryfs/cryfs/issues/389 2021-05-08 14:44:27 -07:00
Sebastian Messmer
00e51ed1a6 Re-enable accidentally disabled CI jobs 2021-04-26 19:26:39 -07:00
Sebastian Messmer
89cfd363b6 Merge branch 'feature/windowsci' into develop 2021-04-26 19:25:59 -07:00
Sebastian Messmer
3c135449f1 Disable Circle CI via dummy config 2021-04-26 19:25:33 -07:00
Sebastian Messmer
c28cb2b2c4 Add Windows CI to Github Actions 2021-04-26 19:08:15 -07:00
Sebastian Meßmer
8ac8263bf7
Update ChangeLog.txt 2021-04-25 22:47:28 -07:00
Sebastian Messmer
5cf5816675 Disable LTO because crypto++ has problems with it 2021-04-25 17:19:50 -07:00
Sebastian Messmer
46ada21a30 Update to CryptoPP 8.5.0. This should make it work with Apple M1 2021-04-25 17:19:49 -07:00
Sebastian Meßmer
fd72b8c7ab
Fix description 2021-04-25 13:20:05 -07:00
Sebastian Meßmer
c90909013e
Don't fail a CI run if the cache download fails 2021-04-25 13:01:43 -07:00
Sebastian Meßmer
5c28675ec0
Allow PRs to read the cache (#384) 2021-04-25 12:46:56 -07:00
midchildan
c705031d0f
Add instructions for Nix (#383) 2021-04-25 12:27:47 -07:00
Sebastian Messmer
68a4c5646a Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
Sebastian Messmer
f4945fcfbe Update to clang-tidy 11 2021-04-21 01:15:27 -07:00
Sebastian Messmer
5ad959ee36 Update googletest 2021-04-21 01:15:27 -07:00
Sebastian Messmer
a57cd0eae8 Actually upload clang-tidy fixes when clang-tidy fails 2021-04-21 01:15:27 -07:00
Sebastian Messmer
4be8a48c03 Remove CircleCI now that everything is ported to Github Actions 2021-04-19 15:38:13 -07:00
Sebastian Messmer
dc85fae237 Add clang-tidy to Github Actions 2021-04-19 14:22:18 -07:00
Sebastian Messmer
76dd104293 Fix hashflags and show error when hashflags fail 2021-04-19 13:35:04 -07:00
Sebastian Messmer
b4328a0d74 Fix setting of ASAN_OPTIONS, UBSAN_OPTIONS, OMP_NUM_THREADS environment variables so they're only set if the job needs them 2021-04-19 10:56:17 -07:00
Sebastian Messmer
18b7cc63ec Add Sanitizers to Github Actions 2021-04-19 04:35:43 -07:00
Sebastian Messmer
a51a6f88eb Merge branch 'feature/clangdebug' into develop 2021-04-19 00:32:57 -07:00
Sebastian Messmer
f0220cb1f4 Add some debug defines for libc++ 2021-04-18 18:51:37 -07:00
Sebastian Messmer
bdc3f7c6ce Display CI job name if specified 2021-04-18 18:32:55 -07:00
Sebastian Messmer
a5f279174a Merge branch 'feature/random' into develop 2021-04-18 18:27:15 -07:00
Sebastian Messmer
b5bc602983 Add -Werror builds and a build with CRYFS_NO_COMPATIBILITY 2021-04-18 18:19:53 -07:00
Sebastian Messmer
c6bd069516 Add builds with local dependencies to Github Actions 2021-04-18 18:19:50 -07:00
Sebastian Messmer
4498352f4f On CI: Use /dev/urandom when /dev/random is accessed to use less entropy 2021-04-18 15:33:24 -07:00
Sebastian Messmer
f05c5cefa9 Increase ccache hit rate by introducing sloppiness 2021-04-18 12:38:37 -07:00
Sebastian Messmer
3343156668 Update conan.cmake to v0.16.1 2021-04-18 10:48:20 -07:00
Sebastian Meßmer
3ee0a8af7c
Remove unnecessary version check 2021-04-18 10:08:03 -07:00
Sebastian Messmer
e93c89a05c Mention boost update in ChangeLog 2021-04-18 00:51:15 -07:00
Sebastian Messmer
f52009c014 Add note why gcc 10 doesn't work 2021-04-18 00:50:42 -07:00
Sebastian Messmer
42169308b3 Update boost 2021-04-18 00:49:26 -07:00
Sebastian Messmer
25ccafda9e CMake checks for correct minimal compiler versions 2021-04-18 00:48:18 -07:00
Sebastian Messmer
bc3febcde6 Remove unnecessary repositories from CI 2021-04-18 00:47:44 -07:00
Sebastian Meßmer
ad0a851002
Mention our homebrew tap to install on osx 2021-04-18 00:21:08 -07:00
Sebastian Meßmer
f0b746b03d
Update README.md 2021-04-17 23:59:36 -07:00
Sebastian Meßmer
0856d3ed9f
Update conanfile.py 2021-04-17 23:07:16 -07:00
Sebastian Messmer
8898f32e20 Add Ubuntu 18.04 to CI 2021-04-17 19:45:30 -07:00
Sebastian Meßmer
0344b90707
Update main.yaml 2021-04-17 18:05:10 -07:00
Sebastian Meßmer
ce23640f46
Show ccache size after evicting 2021-04-17 16:13:35 -07:00
Sebastian Messmer
1cb2f90fd6 Use caches on S3 instead of Github actions/cache, because the latter has a limit of 5GB 2021-04-17 15:57:32 -07:00
Sebastian Messmer
db1cc7af8a Add Linux CI to GitHub Actions 2021-04-17 09:31:10 -07:00
Sebastian Meßmer
ff53d5bc7b
Be more clear about which osx versions are supported by the MacPorts distribution 2021-04-13 10:33:39 -07:00
Sebastian Meßmer
7640b630d0
Revert install instructions to osxfuse since the current homebrew build still uses osxfuse 2021-04-13 00:51:01 -07:00