- Nov 11, 2024
-
-
Martin Killenberg authored
fix(project-template): (re-)enable DOT support in Doxygen
-
Martin Killenberg authored
-
- Oct 24, 2024
-
- Oct 18, 2024
-
-
Martin Christoph Hierholzer authored
-
- Oct 14, 2024
-
-
Martin Killenberg authored
fix(project-template): find pattern in coding style check
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Aug 28, 2024
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 08, 2024
-
-
Martin Christoph Hierholzer authored
The version of EPICS (3 or 7) is now defined by which EPICS version is used by the found adapter. There are no distinct names any more, also EPCIS3 is effectively phasing out.
-
- Apr 26, 2024
-
-
Jens Georg authored
update project template
-
Jens Georg authored
-
Jens Georg authored
-
Martin Killenberg authored
-
- Apr 11, 2024
-
-
Martin Christoph Hierholzer authored
chore(project-template): remove slicing object linter warning
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This warning is frequently hit when using e.g. the ReadAnyGroup in ApplicationCore, but we fail to see any benefit coming from this warning for other scenarious. Hence we decided to disable it. Object slicing is valid C++ and the behaviour is rather obvious.
-
- Jan 30, 2024
-
-
Martin Killenberg authored
update project template
-
Martin Killenberg authored
-
Martin Killenberg authored
Provide a configure script which knows the version of config generator
-
Martin Killenberg authored
-
- Jan 18, 2024
-
-
Martin Killenberg authored
feat(project-template): Find python modules (#44)
-
Martin Killenberg authored
-
Jens Georg authored
Add a simple cmake helper to find installed python modules. This is mostly useful if the tests have some dependency on some python modules
-
- Jan 17, 2024
-
-
Martin Killenberg authored
feat(project-template): conf-gen: follow symlinks at builddir creation
-
Martin Killenberg authored
-
Patrick Nonn authored
Instead of copying a symlink file, resulting in a broken link, the target file is copied instead, unless the target is in the same directory, in which case the symlink is maintained.
-
- Jan 11, 2024
-
-
Martin Christoph Hierholzer authored
chore(project-template): remove workaround for doocstiminglib
-
Martin Christoph Hierholzer authored
-
Handle doocstiminglib like other doocs packages, since it now provides a proper pkgconfig.
-
- Oct 12, 2023
-
-
Martin Christoph Hierholzer authored
feat(project-template): add VersionInfo.h generation (#40)
-
Martin Christoph Hierholzer authored
-
- Oct 09, 2023
-
-
Christian Willner authored
-
- Sep 26, 2023
-
-
Martin Christoph Hierholzer authored
fix(project-template): remove conflicting llwm-include-order
-
Martin Christoph Hierholzer authored
-
- Sep 25, 2023
-
-
Martin Christoph Hierholzer authored
A different include style is defined in .clang-format
-
- Sep 22, 2023
-
-
Martin Christoph Hierholzer authored
feat(project-template): clang-tidy targets
-
Martin Christoph Hierholzer authored
-