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
Sebastian Messmer
f6ef18b046
Fix gcc build
2019-09-30 10:50:51 +07:00
Sebastian Messmer
9e598b9976
Update man-page
2019-09-29 07:04:58 +08:00
Sebastian Messmer
3d1966f656
Update man-page
2019-09-29 06:59:25 +08:00
Sebastian Messmer
d2e5ba7fa5
Merge branch 'release/0.9' into develop
2019-06-08 13:34:47 -07:00
Sebastian Messmer
23b11860d3
Mark 0.9.11 as released
2019-06-08 13:33:53 -07:00
Sebastian Messmer
50341b763c
Merge branch 'release/0.10' into develop
2019-06-08 13:33:06 -07:00
Sebastian Messmer
cf30234069
Mark 0.10.2 as released
2019-06-08 13:08:25 -07:00
Sebastian Messmer
efac089c76
- Add Clang 8 and GCC 9 to CI
...
- Switch clang-tidy to Clang 9
- Fix compiler and clang-tidy warnings produced by the previous points
2019-06-08 13:06:17 -07:00
Sebastian Messmer
12ce925213
Merge branch 'release/0.10' of https://github.com/cryfs/cryfs into release/0.10
2019-06-06 20:35:29 -07:00
Sebastian Messmer
e7f50badea
Fix unintentionally setting the thread name twice
2019-06-06 20:34:49 -07:00
Sebastian Messmer
83cdea088e
Update DokanY version in dev setup
2019-06-06 20:34:32 -07:00
Sebastian Messmer
335228b97c
Merge from release/0.9
2019-06-03 19:29:51 -07:00
Sebastian Messmer
f3b71f058a
Update to spdlog 1.3.1
2019-06-03 19:09:13 -07:00
Sebastian Messmer
16f822ca94
Merge branch 'hotfix/0.9_closerace' into release/0.9
2019-06-03 19:07:26 -07:00
Sebastian Messmer
19f6296023
Fix Travis CI
2019-06-02 09:18:28 -07:00
Sebastian Messmer
95d1647152
Fix
2019-06-01 21:15:46 -07:00
Sebastian Messmer
e927a001e9
Remove unused variable
2019-06-01 20:42:20 -07:00
Sebastian Messmer
cba95beb17
Update to crypto++ 8.2
2019-06-01 20:34:28 -07:00
Sebastian Messmer
e26c76d5c9
Merge branch 'release/0.10' into develop
2019-06-01 20:04:36 -07:00
Sebastian Messmer
e90fda0f03
Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed.
2019-06-01 20:01:35 -07:00
Sebastian Messmer
251272b517
Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed.
2019-06-01 19:27:47 -07:00
Sebastian Messmer
0aa0b64712
Refactor traversl in cryfs-stats
2019-05-26 02:34:26 -07:00
Sebastian Messmer
fd52381ecd
Fix clang-tidy
2019-05-26 01:05:02 -07:00
Sebastian Messmer
c5febd032a
Merge branch 'release/0.10' into develop
2019-05-25 20:19:44 -07:00
Sebastian Messmer
ad5b1e72e3
Improve fspp logging
2019-05-25 19:25:28 -07:00