Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-03-18 | Fix using right functions for file descriptor with MS Visual Studio | kinichiro | 4 | -0/+20 | |
2018-03-16 | Remove CMAKE_HOST_ references | Don | 5 | -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-16 | Conditionally build apps | Don | 1 | -1/+4 | |
Add an option to build or not build the apps directory. | |||||
2018-03-16 | Use groups in CMake install command for libraries | Don | 3 | -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-16 | Use binary directory for symbol exports generation | Don | 2 | -20/+26 | |
Currently the CMake files generate symbols into the source tree when they should go into the build tree. | |||||
2018-03-16 | disable keypairtest with MSVC | Brent Cook | 1 | -0/+2 | |
2018-03-14 | re-add headers for distribution | Brent Cook | 1 | -0/+2 | |
2018-03-14 | syntax updates | Brent Cook | 1 | -4/+3 | |
2018-03-14 | prefer including windows.h over the internal header | Brent Cook | 1 | -1/+1 | |