Francis Banyikwa
|
907cf1d07d
|
add project name to top level CMakeLists.txt file
|
2016-06-01 15:19:17 +03:00 |
|
Sebastian Messmer
|
cebbdcd2c6
|
We need at least CLang 3.7 (travis is failing with 3.5)
|
2016-03-04 01:29:27 +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
|
772fd12ed0
|
Require clang 3.5
|
2016-02-13 02:08:55 +01:00 |
|
Sebastian Messmer
|
de4b2e60ad
|
Allow cmake 2.8
|
2016-02-12 10:16:38 +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
|
59474b10b6
|
Handle vendor libraries better in cmake
|
2016-02-11 14:01:59 +01:00 |
|
Sebastian Messmer
|
1dcf36d38c
|
Move fspp to its own subdirectories
|
2016-02-11 12:53:42 +01:00 |
|
Sebastian Messmer
|
92cf6fa66d
|
Refactor directory layout to allow other modules in same repository
|
2016-02-11 12:04:49 +01:00 |
|
Sebastian Messmer
|
ee702471f0
|
Switch to plain cmake, no biicode anymore.
|
2016-02-10 00:58:03 +01:00 |
|
Sebastian Messmer
|
4335416291
|
Fix package manager warning when installing the .deb package
|
2016-01-12 14:21:57 +01:00 |
|
Sebastian Messmer
|
1d7daf68e2
|
When installing .deb files, it will automatically add the software source for automatic updates. When uninstalling, the software source will be removed with it.
|
2015-12-17 19:48:56 +01:00 |
|
Sebastian Messmer
|
d26f218f2e
|
Add recommends-dependency of debian packages to fuse. The fuse package is needed to install fusermount. On Ubuntu, it is installed automatically with libfuse2, but not on debian.
|
2015-11-28 09:47:04 +01:00 |
|
Sebastian Messmer
|
32cc986bf2
|
Use automatic dependency recognition when creating .deb packages
|
2015-11-24 21:50:40 +01:00 |
|
Sebastian Messmer
|
ef2ee74884
|
Fix .deb dependency list
|
2015-11-24 12:58:08 +01:00 |
|
Sebastian Messmer
|
7c369c5a76
|
Add libfuse and libcurl dependency to debian packages
|
2015-11-24 10:13:46 +01:00 |
|
Sebastian Messmer
|
68675c6212
|
- Move HttpClient to cpputils
- Fix VersionChecker behaviour when the returned json is invalid
- Add test cases for VersionChecker
|
2015-11-24 08:08:11 +01:00 |
|
Sebastian Messmer
|
feb806b392
|
Add HttpClient
|
2015-11-24 07:47:29 +01:00 |
|
Sebastian Messmer
|
2796915ffe
|
When there is a new CryFS version, ask the user to update. Furthermore, check if there is a security warning for the installed CryFS version.
|
2015-11-23 17:43:21 +01:00 |
|
Sebastian Messmer
|
8e1a0a6361
|
Make CPack work for x86
|
2015-11-23 17:42:51 +01:00 |
|
Sebastian Messmer
|
4bdd5ef8a3
|
Removed unneeded cpack generators
|
2015-11-22 04:06:27 +01:00 |
|
Sebastian Messmer
|
ed390108f4
|
Use lower fuse version
|
2015-10-26 22:55:00 +01:00 |
|
Sebastian Messmer
|
6c4859d1b5
|
Setup release distribution package creation (DEB, RPM, TGZ, ...)
|
2015-10-26 22:54:17 +01:00 |
|
Sebastian Messmer
|
1c0d6b872b
|
Configure "make install"
|
2015-10-26 20:44:00 +01:00 |
|
Sebastian Messmer
|
adad371114
|
Fix config loading
|
2015-10-26 20:15:04 +01:00 |
|
Sebastian Messmer
|
fd184b45d2
|
Refactor CryConfigEncryptor: Store instance instead of static
|
2015-10-26 16:36:57 +01:00 |
|
Sebastian Meßmer
|
e60c3200cd
|
Fix boost thread dependency
|
2015-10-16 03:12:27 +02:00 |
|
Sebastian Meßmer
|
a158a30696
|
Add boost thread dependency
|
2015-10-16 03:02:02 +02:00 |
|
Sebastian Messmer
|
2a938730e7
|
Test cases print stack trace on sigsegv
|
2015-10-05 16:56:53 +02:00 |
|
Sebastian Messmer
|
27d3ffc472
|
MountDir and BaseDir are configureable via command line
|
2015-09-29 14:29:10 +02:00 |
|
Sebastian Messmer
|
12f1e7983b
|
Use messmer/gitversion instead of own version parser code
|
2015-09-18 21:16:42 +02:00 |
|
Sebastian Messmer
|
3fd5cb7afc
|
Show version information on console and warn if it is a nonstable or dev version
|
2015-09-17 14:12:51 +02:00 |
|
Sebastian Messmer
|
6b50ccc14b
|
Show version information
|
2015-09-16 22:54:07 +02:00 |
|
Sebastian Messmer
|
7beb7f1198
|
Enable extended compiler warnings and resolve occurring ones
|
2015-05-08 02:11:34 +02:00 |
|
Sebastian Messmer
|
921ec2ef41
|
Add compiler warnings
|
2015-05-08 01:05:34 +02:00 |
|
Sebastian Messmer
|
38327de0c8
|
Move tempfile to cpp-utils
|
2015-04-25 02:40:02 +02:00 |
|
Sebastian Messmer
|
d8a6b23962
|
Moved data classes to cpp-utils
|
2015-04-25 02:24:18 +02:00 |
|
Sebastian Messmer
|
b5391a7d64
|
Adapt to biicode 2.8
|
2015-04-08 17:44:31 +02:00 |
|
Sebastian Messmer
|
85f1d1f59f
|
Adapt to biicode 2.8
|
2015-04-08 17:44:29 +02:00 |
|
Sebastian Messmer
|
3174b67eda
|
Disable warnings
|
2015-03-17 12:32:09 +01:00 |
|
Sebastian Messmer
|
0b58c74f06
|
Add style warnings
|
2015-03-16 18:32:11 +01:00 |
|
Sebastian Meßmer
|
662c3f8e90
|
Use the fspp test cases for cryfs
|
2015-03-16 02:15:51 +01:00 |
|
Sebastian Messmer
|
f54c901ec8
|
Change CMakeLists.txt for new biicode version
|
2015-03-13 17:35:04 +01:00 |
|
Sebastian Messmer
|
a489223641
|
Simplify test config for new biicode version
|
2015-03-13 17:33:48 +01:00 |
|
Sebastian Messmer
|
b59ee2d1e2
|
Switch to biicode
|
2015-02-17 01:02:15 +01:00 |
|
Sebastian Messmer
|
a01a6f64d1
|
Add macros.h, pointer.h and optional_ownership_pointer.h
|
2015-02-16 21:31:57 +01:00 |
|