- Aug 08, 2022
-
-
Jens Georg authored
There are a couple of files in the CMakeFiles folder that will match the search patterns. This is problematic during package build, since debian builds in a subfolder of the source folder, so we hit those files and tests fail
-
- Aug 01, 2022
-
-
Martin Christoph Hierholzer authored
Enable by adding include(cmake/enable_code_style_check.cmake) to the project's CMakeLists.txt
-
- Jul 28, 2022
-
-
Martin Christoph Hierholzer authored
-
- Jul 27, 2022
-
-
Martin Christoph Hierholzer authored
-
- Jun 20, 2022
-
-
Martin Killenberg authored
Ignore eclipse python project file.
-
zenker authored
-
- Mar 14, 2022
-
-
Jens Georg authored
Consolidate coverage options
-
- Mar 04, 2022
-
-
Jens Georg authored
- Remove Makefile.coverage.in - Drop BUILD_COVERAGE_ON_DEBUG for ENABLE_COVERAGE_REPORT (defaults to on if included) - Add clean-gcda target
-
- Feb 22, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 13, 2022
-
-
Dietrich Rothe authored
this is required for dcmctrl7 config
-
- Aug 26, 2021
-
-
Jens Georg authored
This fixes issues when using LaTeX in doxygen
-
- Jul 13, 2021
-
-
Martin Christoph Hierholzer authored
Previous attempt to work around the tine linking issue did not work.
-
- Jul 12, 2021
-
-
Martin Christoph Hierholzer authored
This is a work around for not finding libtinemt at runtime. The DOOCS serverlib is lacking the RPATH, hence its dependencies are not found. If clientlib is linked first, tine is already linked.
-
- Jun 23, 2021
-
-
Jens Georg authored
-
Martin Christoph Hierholzer authored
Search explicitly for libgul14 which is required by DOOCS libraries
-
- Apr 07, 2021
-
-
Martin Christoph Hierholzer authored
-
- Mar 15, 2021
-
-
Martin Killenberg authored
-
- Feb 16, 2021
-
-
Martin Killenberg authored
-
- Dec 09, 2020
-
-
Martin Killenberg authored
-
- Dec 03, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
If a header-only library requires linking a 3rd party library, the ..._LIBRARIES variable could not be used in depending projects, because it contained NOTFOUND.
-
- Nov 18, 2020
-
-
Jens Georg authored
-
- Oct 22, 2020
-
-
Martin Killenberg authored
Removed libtine linking workaround from FindDOOCS. Doocs libraries now are themselves linked correctly against tine.
-
- Aug 31, 2020
-
-
Martin Killenberg authored
Automatically adding CMAKE_CXX_STANDARD to all projects is giving too much trouble because different CMAKE versions add different --std=gnu... flags which do not play well the the --std=c++... which we use. This reverts commit ddb4d575.
-
- Aug 26, 2020
-
-
Martin Killenberg authored
-
- Aug 25, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
- Aug 18, 2020
-
-
Jens Georg authored
-
- Aug 11, 2020
-
-
Martin Killenberg authored
-
- Jul 31, 2020
-
-
Tomasz Kozak authored
-
- Jul 30, 2020
-
- 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
-
- Jun 18, 2020
-
-
Jens Georg authored
-
- Jun 03, 2020
-
-
Martin Christoph Hierholzer authored
-
- May 29, 2020
-
-
Jan H. K. Timm authored
-