- Jun 23, 2021
-
-
Martin Christoph Hierholzer authored
Search explicitly for libgul14 which is required by DOOCS libraries
-
- Mar 15, 2021
-
-
Martin Killenberg authored
-
- Dec 09, 2020
-
-
Martin Killenberg authored
-
- Dec 03, 2020
-
-
Martin Christoph Hierholzer authored
-
- Oct 22, 2020
-
-
Martin Killenberg authored
Removed libtine linking workaround from FindDOOCS. Doocs libraries now are themselves linked correctly against tine.
-
- Jul 24, 2020
-
-
Jens Georg authored
This confused git massively
-
Jens Georg authored
The pkg-config file is missing so we have to search for the library manually
-
Jens Georg authored
-
Jens Georg authored
This is a work-around for libDOOCSapi linking against it but expecting /export/doocs/lib to be in the linker search path (not using rpath) May be reverted once/if doocs fixes this
-
- May 29, 2020
-
-
Jan H. K. Timm authored
-
- May 28, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
FindDOOCS: extend PKG_CONFIG_PATH by directory set via DOOCS_DIR (if set) and the hardcoded default in /export/doocs/...
-
- May 27, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 24, 2020
-
-
Christoph Kampmeyer authored
-
- Mar 13, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Jan 30, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 27, 2020
-
-
Martin Killenberg authored
-
- May 16, 2019
-
-
Jan H. K. Timm authored
-
- Apr 29, 2019
-
-
Jens Georg authored
-
- Feb 14, 2019
-
-
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 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.
-
- Aug 08, 2018
-
-
Martin Killenberg authored
-
- Mar 13, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 19, 2018
-
-
Martin Killenberg authored
-
- Dec 12, 2016
-
-
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
-
- 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
-
- 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
-
Martin Christoph Hierholzer authored
-
- Sep 16, 2016
-
-
Martin Christoph Hierholzer authored
-