kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
c9c8e32f 2018-03-18 09:52:27 Land #400, Use groups in CMake install command for libraries
0dfd7cb1 2018-03-18 09:46:44 Land #399, Use binary directory for symbol exports generation
1fb8c9c6 2018-03-18 00:38:14 Fix using right functions for file descriptor with MS Visual Studio
5fb488de 2018-03-16 13:59:26 Use groups in CMake install command for libraries On Windows shared libraries should be installed into the bin directory. Using grouping within CMake based on the target type fixes this issue.
3625c50f 2018-03-16 12:15:30 Use binary directory for symbol exports generation Currently the CMake files generate symbols into the source tree when they should go into the build tree.
639a6629 2018-03-16 12:19:44 disable keypairtest with MSVC
0e69421d 2018-03-14 13:01:24 re-add headers for distribution
4799f0d9 2018-03-14 12:58:48 syntax updates
cfdaa118 2018-03-14 12:56:26 prefer including windows.h over the internal header
d5608b38 2018-03-14 07:30:55 add pthread_once(3) implementation for Windows