Commit Graph

136 Commits

Author SHA1 Message Date
Sebastian Messmer aaafb10404 Upgrade to boost 1.57 2018-12-10 21:19:54 -08:00
Sebastian Messmer 968f183e19 Mention OpenMP troubleshooting in README 2018-10-15 18:06:27 +02:00
Sebastian Messmer c6d2f619ae Update Boost to Boost 1.68.0 and fix linking of a 32bit build against DokanY 2018-09-18 04:35:50 -07:00
Sebastian Messmer fd07b66173 Remove curl dependency on Windows, use WinHttp instead 2018-09-16 23:42:20 -07:00
Sebastian Messmer c22a25da73 Add AppVeyor Badge 2018-09-16 03:21:41 -07:00
Sebastian Messmer 61451069e8 Add Dokan to the build system on Windows 2018-09-15 17:42:40 -07:00
Sebastian Messmer dba6c741f0 Require gcc 5.0 / clang 4.0 2018-05-28 14:54:17 -07:00
Sebastian Messmer 635a6c7bcd Fix OpenMP for osx 2018-05-20 19:21:59 -07:00
Sebastian Messmer 8265cd92b2 Remove cryptopp dependency from README 2018-05-20 19:20:45 -07:00
0x4D616E75 5db592bcc2 fix loading of CURL and Backtracing library with CMake (#215)
to build on FreeBSD with default compiler (Clang 4.0)
2018-05-17 09:55:15 -07:00
Sebastian Meßmer e673e59519
Remove TODO 2018-02-17 20:23:35 -08:00
Sebastian Meßmer 1766ce0b19
Have a CI button for Travis and Circle CI 2018-02-17 20:22:38 -08:00
Sebastian Messmer fb24a249cb Merge branch 'develop' into next 2018-01-14 21:46:11 +00:00
Sebastian Meßmer fcf3711d8b
Remove manual install instructions 2018-01-12 23:22:24 +00:00
Sebastian Messmer a0fa433f51 Merge from develop 2018-01-12 22:18:36 +00:00
Sebastian Meßmer 0080adca73
Add Plasma Vault to GUI list 2017-11-23 01:56:01 +00:00
Sebastian Meßmer e4b781ca94 Update README.md 2017-09-30 06:18:51 +01:00
Sebastian Meßmer 66698f7b3d Update README.md 2017-09-30 06:17:34 +01:00
Sebastian Messmer e4acf4e9a8 Merge from develop 2017-09-16 17:14:51 +01:00
Sebastian Messmer 52bfa634b5 Update CI link to Circle CI 2017-09-11 22:59:21 +01:00
Jari Karppinen bdc7d27998 Update CMakeLists.txt (#168)
* Update CMakeLists.txt

This just reuses the default package description for RPM package as well (one would expect this to be the default, but doesn't seem to be the case with cmake 3.9.1 at least).

* Update CMakeLists.txt

This prevents cryfs RPM for owning filesystem directories which was causing installation error.

* Update README.md

Same instructions apply for building .rpm package.
2017-09-02 10:04:20 +01:00
Sebastian Meßmer 62d5545051 Removed Crypto++ 5.6.4 warning from README 2016-10-25 16:24:09 -07:00
Ender Frias 7b4e0a2813 Fix formatting error in line 93-95 on README.md (#108)
Configuration parameter were not properly formatted.
2016-10-20 10:08:08 +02:00
Sebastian Messmer 11a85ed29f Allow building with -DCRYFS_UPDATE_CHECKS=off, which will create an executable with disabled update checks (the alternative to disable them in the environment also still works). 2016-09-24 13:16:26 +02:00
Sebastian Meßmer 989c0ed571 Add a warning that cryfs is not compatible to crypto++ 5.6.4 2016-09-24 00:55:34 +02:00
Sebastian Meßmer 3f5529171b Add make as dependency 2016-09-22 20:17:05 +02:00
migueldemoura fb6633d249 Add password leak disclaimer 2016-09-19 22:48:05 +01:00
Sebastian Meßmer 6b8179f0d0 Mention SiriKali instead of Cryfs-Gui 2016-09-01 09:59:55 +02:00
Sebastian Meßmer 5442662dd1 Update link to cryfs-gui 2016-06-29 14:39:53 -07:00
Ken Dyck f1deced57f Add command for installing dependencies on Fedora.
Also removed unnecessary trailing whitespace.
2016-03-15 09:31:52 -04:00
Sebastian Meßmer cfa03edb01 Add cryfs-gui to README 2016-03-15 11:48:13 +00:00
Sebastian Messmer 41bf0fd836 Document Clang 3.7 requirement 2016-03-04 01:35:31 +01:00
Sebastian Messmer 009e5b7b9f Remove superfluous space 2016-02-17 01:19:20 +01:00
Sebastian Messmer f01c643d5a Improve build troubleshooting section in README 2016-02-17 01:18:38 +01:00
Sebastian Messmer c889366619 Add some default search paths for libraries on Mac OS X 2016-02-15 20:01:13 +01:00
Sebastian Messmer b0b8ea7c01 Improve build instructions 2016-02-15 18:12:23 +01:00
Sebastian Messmer 1364623184 Improve build instructions 2016-02-15 18:07:24 +01:00
Sebastian Messmer 5651a86b78 Improve CLI usage line and README 2016-02-15 02:40:56 +01:00
Sebastian Messmer cb2a698b02 Removed solved TODO 2016-02-15 00:02:23 +01:00
Sebastian Messmer e4d41af9a9 Build in release mode by default. This way, users only have to specify the CMAKE_BUILD_TYPE parameter if they actually want Debug mode. 2016-02-14 17:06:06 +01:00
Sebastian Messmer 29f3c07539 Don't build test cases by default. Only build them, when -DBUILD_TESTING=on is specified. 2016-02-14 16:25:21 +01:00
Sebastian Messmer 416baf1abe Improve library dependency section of README 2016-02-14 14:08:48 +01:00
Sebastian Messmer 0286f36cf6 Allow setting library locations using CMake parameters 2016-02-14 03:13:50 +01:00
Sebastian Messmer 772fd12ed0 Require clang 3.5 2016-02-13 02:08:55 +01:00
Sebastian Messmer 3ff69b6a9f Allow specifying osxfuse include directory on command line using "cmake -DCMAKE_CXX_FLAGS=-I/path/to/osxfuse/include/dir". Furthermore, add some setup instructions for installing the requirements on Mac OS X. 2016-02-13 02:07:19 +01:00
Sebastian Meßmer 380ce365fa Add zuluCrypt GUI notice to README 2016-02-12 23:29:44 +01:00
Sebastian Messmer 87be0e4477 Add libssl-dev dependency to README 2016-02-12 13:27:06 +01:00
Sebastian Messmer de4b2e60ad Allow cmake 2.8 2016-02-12 10:16:38 +01:00
Sebastian Meßmer 3be0b11029 List python as a build dependency in README 2016-02-11 20:20:57 +01:00
Sebastian Meßmer 971a061833 Use https git url 2016-02-11 19:58:55 +01:00
Sebastian Meßmer 1d09389f67 Change case of title 2016-02-11 19:58:02 +01:00
Sebastian Meßmer a560128ac5 Remove submodule links from README, since they're now in this repository. 2016-02-11 19:57:29 +01:00
Sebastian Messmer 379b2c3e2a Adapt install command in README to new repository structure 2016-02-11 17:47:16 +01:00
Sebastian Messmer fff5b4b6e9 Make CPack work with new repository layout 2016-02-11 17:34:08 +01:00
Sebastian Messmer c6e8052d93 Merge all git repositories into one 2016-02-11 16:40:48 +01:00
Sebastian Messmer 20c617376e Removed biicode files and adapted ChangeLog/README 2016-02-11 15:28:34 +01:00
Sebastian Messmer 0fb710ac69 Merge fspp repository into here 2016-02-11 12:14:44 +01:00
Sebastian Meßmer becfa48c92 Small typo 2016-01-31 21:44:32 +01:00
syrix 0e96b19d11 Fix broken link to https biicode page
When you click on the link to biicode in the README you are directed to a https site with an invalid certificate. The non-https site works fine, so I changed the link to that one.
2016-01-31 19:49:59 +01:00
Sebastian Messmer ae65567cb8 List additional requirements in README 2016-01-27 11:15:21 +00:00
Sebastian Messmer 437865092d Link to https cryfs.org instead of http 2015-12-18 04:28:45 +01:00
Sebastian Messmer de05784abd Use https for downloading cryfs 2015-12-18 04:27:12 +01:00
Sebastian Messmer c44a4f61ba Improve project description in README 2015-12-17 20:36:41 +01:00
Sebastian Messmer d42e0cefbf Improve project description in README 2015-12-17 20:36:15 +01:00
Sebastian Messmer 0475766954 Manual install doesn't conflict with postinst script anymore. Postinst script creates a cryfs.list file, manual install added the repository to sources.list. So we would end up having two entries for cryfs. Now, manual install also creates cryfs.list file. 2015-12-17 20:03:41 +01:00
Sebastian Messmer 5e2fa41664 Rename "stable release" to "latest release", because we don't really consider it stable yet 2015-12-17 19:53:57 +01:00
Sebastian Messmer 27b920cb80 Fix easy install instructions 2015-12-17 19:52:39 +01:00
Sebastian Messmer e62382891b Added install instructions to README 2015-12-17 19:49:06 +01:00
Sebastian Messmer 7b06b9e180 Add new gcc compatibility to README 2015-11-24 15:13:02 +01:00
Sebastian Messmer 4112b62993 Added comment about biicode boost bug 2015-10-28 22:10:46 +01:00
Sebastian Messmer 1c0d6b872b Configure "make install" 2015-10-26 20:44:00 +01:00
Sebastian Messmer e090d1b6e1 Updated readme 2015-10-26 02:32:42 +01:00
Sebastian Messmer c49663842c Written some build instructions in README 2015-09-29 15:51:09 +02:00
Sebastian Messmer 3bf9f7526e Added biicode directory to .gitignore 2015-09-29 15:47:05 +02:00
Sebastian Messmer c79da10eea Fix travis build icon 2015-09-13 10:57:33 +02:00
Sebastian Messmer fa72419e14 Add travis CI build icon 2015-09-12 21:10:15 +02:00
Sebastian Messmer 0f55165e94 Revert 2015-09-12 21:02:37 +02:00
Sebastian Messmer ad5d752333 Build Icon shows master branch 2015-09-12 21:01:36 +02:00
Sebastian Messmer 428a1ec887 dummy commit 2015-09-12 20:57:38 +02:00
Sebastian Messmer 55f97c2042 Added reference to other repositories to README 2015-09-12 20:49:42 +02:00
Sebastian Messmer fed48860f8 Added link to homepage 2015-08-01 23:48:25 +02:00
Sebastian Messmer 727b5f5e9c Added Travis CI 2015-02-20 02:01:03 +01:00
Sebastian Messmer db0f299eb8 Added build logo to README 2015-02-18 16:56:48 +01:00
Sebastian Messmer 3083228470 Added README/LICENCE 2015-02-17 01:03:37 +01:00
Sebastian Messmer bac5182801 Added LICENCE/README 2015-02-17 00:50:38 +01:00
Sebastian Meßmer 60bed8635e Initial commit 2015-02-16 21:29:49 +01:00