Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5582be55 | 2016-05-02 02:00:55 | Land #190, Enable cmake on Solaris | ||
| 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 | ||
| 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 | ||
| 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 |