aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-18Fix using right functions for file descriptor with MS Visual Studiokinichiro4-0/+20
2018-03-16Remove CMAKE_HOST_ referencesDon5-19/+19
CMAKE_HOST_ describes the host system not the target. For cross compilation to work the actual target system should be used for making decisions in CMake.
2018-03-16Conditionally build appsDon1-1/+4
Add an option to build or not build the apps directory.
2018-03-16Use groups in CMake install command for librariesDon3-18/+31
On Windows shared libraries should be installed into the bin directory. Using grouping within CMake based on the target type fixes this issue.
2018-03-16Use binary directory for symbol exports generationDon2-20/+26
Currently the CMake files generate symbols into the source tree when they should go into the build tree.
2018-03-16disable keypairtest with MSVCBrent Cook1-0/+2
2018-03-14re-add headers for distributionBrent Cook1-0/+2
2018-03-14syntax updatesBrent Cook1-4/+3
2018-03-14prefer including windows.h over the internal headerBrent Cook1-1/+1