kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
a653a67a 2016-05-02 01:58:18 Land #189, Added extra cmake build options like autotools builds
466e389d 2016-04-24 03:29:14 check linker flags before checking for functions
bda62f7f 2016-04-11 12:59:23 add cmake build options - add cmake build options as configure provides * -DENABLE_ASM (default ON) * -DENABLE_EXTRATESTS (default OFF) * -DENABLE_NC (default OFF) * -DOPENSSLDIR (default ${CMAKE_INSTALL_PREFIX}/etc/ssl) - add biotest and pidwraptest if ENABLE_EXTRATESTS is ON - add compiler flag `-fno-common` if CMAKE_SYSTEM_NAME is Darwin to prevent link error Undefined symbols "_OPENSSL_ia32cap_P"
c94670a8 2016-04-07 15:10:01 add cmake uninstall functionality - add uninstall functionality * see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
752ad82d 2016-04-09 12:08:26 Land #188, add ASM support for cmake builds
2510a5e6 2016-04-07 15:08:12 modify cmake to build nc - modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1
9a98de6c 2016-04-09 11:50:37 Land #185, fix MINGW and CYGWIN builds with cmake
34bf322e 2016-04-09 11:49:53 Land #184, execute tests that require srcdir environment variable with cmake
d9b08384 2016-04-09 11:49:29 Land #183, fix cmake on HP-UX
e1f8a1e1 2016-04-08 15:09:07 modify cmake to build ASM - add functionality compiling ASM with cmake - to enable ASM, `cmake -DENABLE_ASM=on ..`