- Mar 13, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Feb 07, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 30, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 28, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 27, 2020
-
-
Martin Killenberg authored
-
- Jan 08, 2020
-
-
Martin Killenberg authored
add two more ignores related to eclipse projects.
-
zenker authored
-
- Oct 14, 2019
-
-
Jens Georg authored
THis is necessary for newer Boost (1.71) which puts the exported targets in Boost_LIBRARIES. If we export that verbatim it causes link issues on projects using the config scripts from Make
-
- Sep 27, 2019
-
-
Christoph Kampmeyer authored
-
- Sep 25, 2019
-
-
Jens Georg authored
This reverts commit e7294d81. This does not exist on xenial yet
-
- Sep 24, 2019
-
-
Jens Georg authored
find_package is for use inside the *Config.cmake files
-
Jens Georg authored
To add public dependencies to the generated config, use e.g. list(APPEND ${PROJECT_NAME}_PUBLIC_DEPENDENCIES "Boost COMPONENTS system thread chrono")
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 16, 2019
-
-
Jan H. K. Timm authored
-
- Apr 29, 2019
-
-
Jens Georg authored
-
- Mar 22, 2019
- Mar 13, 2019
-
-
Martin Christoph Hierholzer authored
-
- Mar 07, 2019
-
-
vargheseg authored
'*.md' files put into the projects doc directory will be picked as part of the documentation. '*.md' files in other locations of the source tree will be ignored.
-
- Mar 04, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 20, 2019
-
-
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 26, 2018
-
-
Martin Christoph Hierholzer authored
-
- 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
-