kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
49eabdcb 2016-04-15 14:24:00 organize enabling asm condition in cmake - add amd64 as same as x86_64 - add solaris(i386)
08089a1b 2016-04-15 01:11:19 fix cmake on Solaris - add Solaris specific compiler flags and library - merge message when SMALL_TIME_T is true - confirmed on SunOS Release 5.11 Version 11.3 64-bit Solaris i386
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 ..`
177e1315 2016-04-05 15:31:41 add condition for setting BUILD_SHARED (cmake) - add MINGW and CYGWIN for win build