- Feb 20, 2019
-
-
Martin Christoph Hierholzer authored
-
vargheseg authored
enclose CMAKE_BUILD_TYPE in quotes; this transforms it into an wmpty string and the string command wont complain that its missing an argument when CMAKE_BUILD_TYPE is not set.
-
- Feb 18, 2019
-
-
vargheseg authored
Cmake treats CMAKE_BUILD_TYPE string as case insensitve. Make the check for enabling coverage reflect this to make usage less restrictive.
-
- Feb 14, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 05, 2019
-
-
Martin Christoph Hierholzer authored
fix issue that a double "-l" can appear in the Makefile config shell scripts for libraries which already contain the -l
-
- Nov 19, 2018
-
-
vargheseg authored
usage: register_tests(SOURCES ${list_of_source_files} "test_src.cc" ${concatenated_string_of_source_files} NAMESPACE "test_namespace" LINK_LIBRARIES ${list_of_targets} INCLUDE_DIRECTORIES ${list_of_include_directories} COMPILE_OPTIONS ${list_of_compile_options} WORKING_DIRECTORY ${ctest_working_directory})
-
- Nov 12, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 08, 2018
-
-
vargheseg authored
new scheme: register_tests(SOURCES ${list_of_source_files} "test_src.cc" ${concatenated_string_of_source_files} NAMESPACE "test_namespace" LINK_LIBRARIES ${list_of_targets} INCLUDE_DIRECTORIES ${list_of_include_directories} COMPILE_OPTIONS ${list_of_compile_options})
-
vargheseg authored
usage: register_tests(SOURCES ${list_of_source_files} "test_src.cc" ${concatenated_string_of_source_files} NAMESPACE "test_namespace" DEPENDS ${list_of_targets} INCLUDES ${list_of_include_directories} COMPILE_OPTIONS ${list_of_compile_options}) Function registers tests defined as a list of souce files. Test defined by file source_name.cc in the SOURCES list is registered under the name test_namespace.source_name Provided list of dependent targets and include directories are used for test executables as PRIVATE dependencies during compilation. Function implicitly adds a dependency on the boost unit test framework to each generated test executable.
-
- Oct 08, 2018
-
-
Martin Killenberg authored
-
- Oct 04, 2018
-
-
Martin Christoph Hierholzer authored
This reverts commit 7eace484. GNUInstallDirs doesn't really deliver the intended directories. CMAKE_INSTALL_LIBDIR e.g. points to lib/x86_64-linux-gnu on Ubuntu 16.04
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Oct 01, 2018
-
-
Martin Christoph Hierholzer authored
-
- Aug 30, 2018
-
-
Jens Georg authored
-
- Aug 10, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Aug 08, 2018
-
-
Martin Killenberg authored
-
- May 07, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
add enable_latest_cxx_support.cmake and added a comment to enable_cxx11_support.cmake to no longer use is.
-
- Apr 23, 2018
-
-
Martin Christoph Hierholzer authored
-
- Apr 12, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Mar 13, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 19, 2018
-
-
Martin Killenberg authored
-
- Oct 13, 2017
-
-
Martin Christoph Hierholzer authored
-
- Mar 02, 2017
-
-
Martin Killenberg authored
-
- Feb 10, 2017
-
-
Martin Killenberg authored
-
- Dec 12, 2016
-
-
Martin Christoph Hierholzer authored
also export the LIBRARY_DIRS variable to the calling CMakeLists.txt (needed to publish it to further downstream dependencies)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Fixed the confusing and inconsistently used names *_LINK_FLAGS and *_LINKER_FLAGS by always setting and getting both variables
-
Martin Christoph Hierholzer authored
-
- Dec 09, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 24, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
added TINE_EXPORT C macro/constant to the compiler flags, which seens to be required for the latest DOOCS version
-
- Nov 03, 2016
-
-
Martin Killenberg authored
-
- Oct 13, 2016
-
-
Filip Makowski authored
-
- Sep 20, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
need to find DOOCS_DIR first, since this is the variable which might be specified at the cmake command line
-