Commit Graph

136 Commits

Author SHA1 Message Date
Matéo Duparc ba5df7390b
libcryfs: Fix typo & version 2023-02-01 23:52:19 +01:00
Matéo Duparc 356cf8a160
libcryfs: Remove automatic version detection 2022-06-26 15:14:16 +02:00
Matéo Duparc cabe9180e7
libcryfs: Fix typo in README 2022-06-26 13:58:42 +02:00
Matéo Duparc 335815d25a
libcryfs: Genesis 2022-06-26 13:03:57 +02:00
jolan78 31c831f984
Update README: macport is now up to date (#430) 2022-05-26 17:10:24 -07:00
Sebastian Meßmer 3f13b63d18
Remove Ubuntu 17.04 mention 2022-02-26 18:40:48 -08: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
Benjamin Calisto b87822226a
Add homebrew-core installation instruction (#404)
Co-authored-by: KBeDevel <be.calisto@protonmail.com>
2021-12-08 06:26:12 -08:00
Sebastian Meßmer 6ab755c522
Remove CircleCI / Appveyor badges since we're only using GithubActions now 2021-09-01 18:51:21 -07: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 Meßmer ca6c14d84b
Install macfuse instead of osxfuse 2021-08-22 10:25:12 -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
midchildan c705031d0f
Add instructions for Nix (#383) 2021-04-25 12:27:47 -07:00
Sebastian Meßmer f0b746b03d
Update README.md 2021-04-17 23:59:36 -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
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
Raymond Berger 7eb47cbaf0
update brew install command (#381) 2021-04-11 02:01:19 -07:00
Sebastian Messmer 7e4c4b2122 Switch osx CI from Travis CI to Github Actions 2021-04-09 00:54:28 -07:00
Sebastian Messmer 148c6d298b Update CircleCI machine to 20.04 2021-04-03 23:13:18 -07: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 042c7130eb Update to spdlog 1.8.2 2021-01-14 20:00:19 -08:00
Sebastian Messmer 5ee4991281 Update cmake version in README 2021-01-06 22:23:03 -08:00
Sebastian Messmer fb9c72abe1 Merge branch 'release/0.10' into develop 2020-07-10 17:50:04 -07:00
Sebastian Meßmer 690f94fc83
Update README.md 2020-07-09 01:18:10 -07:00
Sebastian Messmer 0e27097462 Allow building with local dependencies instead of using conan 2020-07-09 01:15:25 -07:00
Sebastian Meßmer 1b064dbb51
Mention requirement to install python3-pip so we can install conan 2020-07-07 23:53:35 -07:00
Sebastian Meßmer e7fa2817d2
Remove obsolete dependency 2020-07-02 03:03:00 -07:00
Sebastian Messmer 247ef47f94 Upgrade requirement to cmake 3.6 because that's needed to build the range-v3 dependency (if built locally and not with a prebuilt conan package) 2020-06-29 12:51:10 -07:00
Sebastian Messmer c038d6a40b Automatically run conan from cmake 2020-02-24 00:51:48 -08:00
Sebastian Messmer 8373abf216 Merge branch 'develop' of https://github.com/cryfs/cryfs into develop 2020-02-23 19:34:11 -08:00
Sebastian Messmer 52345da0de Update README to Visual Studio 2019 2020-02-23 19:34:02 -08:00
Sebastian Meßmer 87a253ad0c
Update README.md 2019-12-29 10:13:52 +01:00
jolan78 b9be5e9c19 Mention MacPorts (#322) 2019-12-25 00:20:10 -08:00
Charles Ross ab98bd74e1 Revise package building instructions (#318)
Do the package building instructions need to be revised?

Seems they are missing the "conan install .. --build=missing" step.

Also, when I built cryfs, I had to include the "-s compiler.libcxx=libstdc++11" flag to get conan to work. (Fedora 31, ppc64le).
2019-12-08 21:48:09 -08:00
Sebastian Meßmer 470fbd139b
Fix typo 2019-11-29 06:55:19 -08:00
Sebastian Messmer 8376a554cc Setup conan and get boost dependency through it 2019-11-05 10:02:54 -05:00
Sebastian Messmer b6cff8581d Retire GCC 5 from CI 2019-11-02 12:12:05 -07:00
Sebastian Messmer b5beffd34e Update to cmake 3.1 2019-10-20 08:57:58 -07:00
Sebastian Messmer 276e7f08e4 Switch from libunwind to boost::stacktrace 2019-04-01 19:18:49 -07:00
Sebastian Messmer 1409b061b7 Update to DokanY 1.2.1 and Boost 1.67 on Windows 2019-03-30 13:47:15 -07:00
Sebastian Messmer 807f0dc01b Use libunwind instead of libbacktrace to build stack traces. This fixes a segfault issue with platforms using libexecinfo and is generally more portable. 2019-03-25 09:29:58 -07:00
Sebastian Messmer 4ca139ce8f Update CI badge to master branch 2019-02-08 18:55:26 -08:00
Sebastian Meßmer e06a0f9743
Update README.md 2019-01-21 11:25:31 -08:00
Sebastian Meßmer fe0d5493b2
Update README.md 2019-01-21 11:24:41 -08:00
Sebastian Meßmer 081ea8d622
Update README.md
- Add installation instructions for Windows and osx
2019-01-21 11:23:52 -08:00