Commit Graph

2766 Commits

Author SHA1 Message Date
Sebastian Messmer d8ce25efce Allow building with libstdc++ instead of libstdc++11 if people want to use the old GCC ABI 2020-07-02 02:11:26 -07:00
Sebastian Messmer f8c0bb8b97 Use SETTINGS to set compiler.libcxx 2020-06-30 20:18:50 -07:00
Sebastian Messmer 3b0d46e01e Apply https://github.com/conan-io/cmake-conan/pull/258 (commit 3df8d20b401528629d0486e577b6c9b4e22b3ae4): Make "SETTINGS compiler.libcxx=libstdc++11" do the right thing (see https://github.com/conan-io/cmake-conan/issues/255) 2020-06-30 20:13:12 -07:00
Sebastian Messmer 9deca117f5 Mention PR 2020-06-30 20:05:29 -07:00
Sebastian Messmer 81f4bf65ee Undo unwanted changes 2020-06-30 20:03:27 -07:00
Sebastian Messmer 8af7b2a910 Set formatting to how the v0.15 tag of cmake-conan is actually formatted 2020-06-30 20:00:43 -07:00
Sebastian Messmer 6f94834c90 Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326 2020-06-30 19:13:28 -07:00
Sebastian Messmer 9cbc12fc57 Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326 2020-06-30 14:25:37 -07:00
Sebastian Messmer 873681a3ef Silence compiler warning about unused httpClient when explicitly building without update checks 2020-06-30 00:09:31 -07:00
Sebastian Messmer 7097adb8dc Merge branch 'feature/ninja0' into develop 2020-06-29 23:42:44 -07:00
Sebastian Messmer 12293c0b9e Better fix for conan libstdc++11 setup 2020-06-29 14:17:01 -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 b6c640e081 Add comments pointing to conan issues 2020-06-29 01:35:03 -07:00
Sebastian Messmer 93b1b3d684 Workaround conan issue that downloads packages built with libstdc++ instead of libstdc++11 2020-06-29 01:13:22 -07:00
Sebastian Messmer 38575f258a In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING 2020-06-28 17:20:02 -07:00
Sebastian Messmer 35b44d6e21 In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING 2020-06-28 10:04:12 -07:00
Sebastian Messmer f179b8c4a4 Fix appveyor build 2020-06-27 17:27:16 -07:00
Sebastian Messmer 3fdbda832c Setup conan compiler.libcxx correctly 2020-06-27 11:35:53 -07:00
Sebastian Messmer 7f6bbffc40 Show correct unmount command in man page 2020-06-27 00:04:26 -07:00
Sebastian Messmer c038d6a40b Automatically run conan from cmake 2020-02-24 00:51:48 -08:00
Sebastian Meßmer e50eb9016f
Fix Windows build 2020-02-23 12:21:30 -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 65e82bbd6b Merge branch 'feature/conan_spdlog' into develop 2019-11-07 20:03:08 -05:00
Sebastian Messmer 4329279163 Add spdlog via conan and not via the vendor/ directory 2019-11-07 15:25:30 -05:00
Sebastian Messmer 386d5a27ae Remove unused boost libraries 2019-11-06 19:56:57 -05:00
Sebastian Messmer 8e617b1342 Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. 2019-11-05 10:08:04 -05:00
Sebastian Messmer ae09ff98aa Add range-v3 via conan and not via the vendor/ directory 2019-11-05 10:08:00 -05: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 Meßmer 20b8a84dfc Update CI to Visual Studio 2019 2019-11-02 12:12:05 -07:00
Sebastian Messmer 620d50fd39 Disable homebrew auto-update because of https://travis-ci.community/t/homebrew-syntax-error/5623 2019-10-25 23:38:08 -07:00
Sebastian Messmer cb01025c81 Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
Sebastian Messmer 43365c789b Merge branch 'feature/gtest' into develop 2019-10-20 11:01:56 -07:00
Sebastian Messmer b5beffd34e Update to cmake 3.1 2019-10-20 08:57:58 -07:00
Sebastian Messmer bb4c10770a Fix googletest deprecations 2019-10-19 18:38:54 -07:00
Sebastian Messmer 7d8cdbba40 Update to googletest 1.10.0 2019-10-19 18:38:54 -07:00
Sebastian Messmer 6164453c77 Use interface libraries for vendor libraries 2019-10-19 18:35:03 -07:00
Sebastian Messmer b228c4dd0d Invalidate apt cache 2019-10-15 12:32:35 -07:00
Sebastian Messmer 67cfa06ca9 Add range-v3 library 2019-10-15 05:20:43 -07:00
Sebastian Messmer ef4bc7aba2 Update to spdlog 1.4.2 2019-10-14 00:08:37 +08:00
Sebastian Messmer a76e7f26cf - expectThrows
- expectFailsAssertion
- fix asserts
2019-10-13 13:01:57 +07:00
Sebastian Messmer c5ba6c3214 Remove now-unnecessary CI workaround 2019-10-07 16:16:46 +07:00
Sebastian Messmer 8962aaefb5 Fix 'too long with no output' CI error 2019-10-04 10:42:58 +07:00
Sebastian Messmer eba94ef3b0 Upgrade CI to clang 9 2019-10-02 14:48:22 +07:00
Sebastian Messmer fbde4385a4 Switch to Ubuntu 16.04 2019-10-01 10:42:44 +07:00