Commit Graph

2650 Commits

Author SHA1 Message Date
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
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
Sebastian Meßmer
867c2c2c5e
Add macfuse to dependencies 2021-04-13 00:48:56 -07:00
Sebastian Meßmer
bab5eb26a6
Update README.md 2021-04-13 00:48:00 -07:00
Sebastian Meßmer
dc65e842da
Update ChangeLog.txt 2021-04-13 00:47:42 -07:00
midchildan
fe1b0f10d3
Support the latest FUSE on macOS (#378)
* feat: support latest FUSE on macOS

This drops osxfuse support in favor of macFUSE. macFUSE is a newer
version of osxfuse that supports the latest release of macOS, and is a
rebranded version of the same project.

* build: use pkg-config to find FUSE

Co-authored-by: Sebastian Messmer <smessmer@users.noreply.github.com>
2021-04-13 00:45:47 -07:00
Sebastian Meßmer
f62c29662d
Update main.yaml 2021-04-11 19:45:56 -07:00
Sebastian Meßmer
f44d35681f
Update action.yaml 2021-04-11 19:45:22 -07:00
Raymond Berger
7eb47cbaf0
update brew install command (#381) 2021-04-11 02:01:19 -07:00
Sebastian Messmer
31159d5af9 Add Clang builds to osx CI 2021-04-09 01:03:43 -07:00
Sebastian Messmer
7e4c4b2122 Switch osx CI from Travis CI to Github Actions 2021-04-09 00:54:28 -07:00
Sebastian Messmer
7cab57996d Update spdlog to 1.8.5 2021-04-04 10:03:16 -07:00
Sebastian Messmer
148c6d298b Update CircleCI machine to 20.04 2021-04-03 23:13:18 -07:00
Sebastian Messmer
aff221e61b Merge branch 'release/0.10' into develop 2021-04-02 14:01:02 -07:00
Sebastian Messmer
0f83a1ab7e Mark 0.10.3 as released 2021-04-02 10:08:08 -07:00
Sebastian Messmer
944c8f2f66 Merge branch 'release/0.10' into develop 2021-02-23 08:26:46 -08:00
Sebastian Messmer
c6a69ae36b Fixed crash on startup when running in an environment that doesn't have /home/heinzi set (e.g. an empty env), https://github.com/cryfs/cryfs/issues/374 2021-02-23 08:25:15 -08:00
Muhammad Sanjar Afaq
8b2ac8ab64
Correct grammatical errors (#371)
Correct multiple grammatical errors and difficult word choices.
2021-01-30 09:50:45 -08:00
Sebastian Messmer
710a0db263 Add stability notes 2021-01-23 19:35:45 -08:00
Sebastian Messmer
e2cd97de96 Update ranges-v3 to 0.11.0 2021-01-14 20:08:09 -08:00
Sebastian Messmer
a245ac1ffb Add XChaCha20-Poly1305 cipher and make it the default 2021-01-14 20:02:06 -08:00
Sebastian Messmer
042c7130eb Update to spdlog 1.8.2 2021-01-14 20:00:19 -08:00
Sebastian Messmer
aced324564 Merge branch 'feature/fixwin' into develop 2021-01-13 13:31:41 -08:00
Sebastian Messmer
1b0400fc54 First check for debug build, then for LTO 2021-01-13 13:31:15 -08:00
Sebastian Messmer
3c64693778 Fix windows build 2021-01-13 12:35:44 -08:00
Sebastian Messmer
b3c6658466 Comments 2021-01-13 02:11:28 -08:00
Sebastian Messmer
92088b9967 Merge commit '38b05ced3b169069adf898c4a432aba03c409262' into develop 2021-01-12 23:00:39 -08:00