- Oct 13, 2018
-
-
Hubert Chathi authored
-
- Oct 12, 2018
-
-
Hubert Chathi authored
-
Konstantinos Sideris authored
The library can now be installed using CMake v3.0+. Below is an example configuration. 1. Generate configuation cmake -H. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Release // The default profile. -DCMAKE_INSTALL_PREFIX=/usr/local/ -DBUILD_SHARED_LIBS=ON -DOLM_TESTS=1 -DOLM_FUZZERS=1 2. Build & install the targets cmake --build build --config Release --target install 3. Run the tests cd build/test && ctest . The library can also be used as a dependency with CMake using find_package(Olm::Olm REQUIRED) target_link_libraries(my_exe Olm::Olm) Signed-off-by:
Konstantinos Sideris <sideris.konstantin@gmail.com>
-
- Jul 18, 2018
-
-
Damir Jelić authored
Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
- Oct 24, 2016
-
-
Richard van der Hoff authored
fuzz_group_decrypt.cpp got broken by 653790ea; fix it up
-
- Oct 19, 2016
-
-
Richard van der Hoff authored
-
- May 26, 2016
-
-
Mark Haines authored
-
- May 23, 2016
-
-
Mark Haines authored
Builds fuzzers using http://lcamtuf.coredump.cx/afl/
-