aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-06-10Adds a microbenchmark executable.HEADmasterDennis Brentjes
2017-04-16Updated documentation and bumped Cmix to Version 1.0Dennis Brentjes
2017-03-14Fixes some protobuf issues with linuxbrew systems.Dennis Brentjes
2017-02-11Working Ed25519 Implementation of libcmix.Dennis Brentjes
2016-12-15Debugged CMake files which caused compiler flags to be truncatedDennis Brentjes
2016-12-15Introduces and fixes warnings in the C libraries.Dennis Brentjes
2016-12-05Enabled some warnings, forgot to do this earlier.Dennis Brentjes
2016-12-05added (untested) statsd for the cmake network.Dennis Brentjes
2016-11-28Version bump to 0.1.0Dennis Brentjes
2016-11-28Removed the Bignum abstraction library, as it was not needed.Dennis Brentjes
2016-11-04Sets default standards for all CXX and C libraries.Dennis Brentjes
2016-11-01Used IWYU to tidy up some inclusions.Dennis Brentjes
2016-10-20Shared secret key is now distributed to the other nodes.Dennis Brentjes
2016-10-13Second big network rewrite.Dennis Brentjes
2016-10-12Major network rewrite.Dennis Brentjes
2016-10-10Added a Client so we can start finishing up the setup phase of cMix.Dennis Brentjes
2016-10-04Added a bignum library to abstract possible implementations.Dennis Brentjes
2016-09-28Finally made a initial doxygen documentation pass over all files.Dennis Brentjes
2016-09-28Made changes so we can have a 1 Node cmix network.Dennis Brentjes
2016-09-28added some cmake modules to forinstance enable sanitizer options.Dennis Brentjes
2016-09-22Added a logging facility using boost::log::trivial.Dennis Brentjes
2016-09-02Changed to api to be less repetative in use.Dennis Brentjes
2016-09-01Added a CMake system to easily add and choose crypto implementations.Dennis Brentjes
2016-08-31Split up the client and server parts in a separate network libraryDennis Brentjes
2016-08-30Proof of concept skeleton, linktime algorithm implementation selection.Dennis Brentjes
2016-08-26Initial commit, just some ideas and testing.Dennis Brentjes