Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1b84f79f | 2018-03-18 09:53:37 | Land #402, Remove CMAKE_HOST_ references | ||
| 57988468 | 2018-03-18 09:52:54 | Land #401, Conditionally build apps | ||
| 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 | ||
| 09590953 | 2018-03-16 14:59:53 | Remove CMAKE_HOST_ references 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. | ||
| aa60dd89 | 2018-03-16 14:08:36 | Conditionally build apps Add an option to build or not build the apps directory. | ||
| 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 |