Commit Graph

24 Commits

Author SHA1 Message Date
Sebastian Messmer
ef6e9f575f Update spdlog to 1.11.0 2023-07-12 10:51:44 -07:00
Sebastian Messmer
b3828e5385 Update to DokanY 2.0.6.1000 2023-07-10 18:39:55 -07:00
Sebastian Messmer
cc76400edc Update to DokanY 1.5.1.1000 2023-07-10 10:03:21 -07:00
Sebastian Messmer
3fa660599d Install DokanY manually instead of using Chocolatey because the Chocolatey package is outdated 2023-07-10 10:03:09 -07:00
Sebastian Messmer
764f46dc33 Upgrade to boost 1.79 2023-07-08 12:35:53 -07:00
Sebastian Messmer
9e037e485d Add Clang 10 to 15 to CI 2023-06-21 20:33:00 -07:00
Sebastian Messmer
369717f9c0 Fix range-v3 installation on CI 2023-06-20 08:54:29 -07:00
Sebastian Messmer
4980bcc143 Update range-v3 to 0.12.0 2023-06-20 08:22:52 -07:00
Sebastian Messmer
edc331301f Fix CI
- Remove ubuntu 18.04 from CI because GitHub deprecated it
- Replace macos-10 with macos-11, macos-12 and macos-13
- Add ubuntu 22.04 to CI
- Fix Clang 11 build
2023-06-19 11:28:05 -07:00
Sebastian Messmer
b8a20ee0b0 Fix CI apt-get timeouts by retrying more often 2022-10-12 10:08:34 -07:00
Sebastian Messmer
e1cc1cfada Update to DokanY 1.3.0.1000 2021-12-23 00:50:51 +01:00
Sebastian Messmer
e1eeb9a88c Update to DokanY 1.2.2.1001 2021-12-23 00:44:40 +01:00
a1346054
fdaa9270a0
Tiny cleanup (#397)
* use license file from gnu.org

They changed http link to https.

File downloaded from:
https://www.gnu.org/licenses/lgpl-3.0.txt

* invoke bash using /usr/bin/env

* fix shellcheck warnings

* fix spelling

* trim excess whitespace
2021-09-01 18:44:21 -07:00
Sebastian Messmer
c28cb2b2c4 Add Windows CI to Github Actions 2021-04-26 19:08:15 -07:00
Sebastian Messmer
dc85fae237 Add clang-tidy to Github Actions 2021-04-19 14:22:18 -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
f0220cb1f4 Add some debug defines for libc++ 2021-04-18 18:51:37 -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
db1cc7af8a Add Linux CI to GitHub Actions 2021-04-17 09:31:10 -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
f44d35681f
Update action.yaml 2021-04-11 19:45:22 -07:00
Sebastian Messmer
7e4c4b2122 Switch osx CI from Travis CI to Github Actions 2021-04-09 00:54:28 -07:00