- Nov 13, 2023
-
-
- Oct 23, 2023
-
-
Jens Georg authored
Necessary for latest DOOCS
-
- Oct 12, 2023
-
-
Martin Christoph Hierholzer authored
feat(project-template): add VersionInfo.h generation (#40)
-
Martin Christoph Hierholzer authored
-
Jens Georg 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
-
* Add clang-tidy targets to project - add .clang-tidy file containing our settings and some configs according to our coding guidelines - add three explicit targets for calling just lint or lint-and-fix, lint-and-fix-and-commit-after-each-fix - add enable-able support for CMake"s "native" clang-tidy support (makes build super-slow)
-
- Aug 17, 2023
-
-
Martin Christoph Hierholzer authored
chore: update Python bindings helper
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This file was modified inside the DeviceAccess Python bindings, which is not allowed for files that are part of project-template. This commit attempts to rectify this situation. It is unclear though whether this file should be really part of the project-template.
-
- Aug 15, 2023
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
- May 25, 2023
-
- May 12, 2023
-
-
this makes sure system-installed DOOCS is overwritten also, we need lib/x86_64_linux-gnu/pkgconfig since e.g. gul installs there
-
- May 03, 2023
-
-
Jens Georg authored
* Enable _GLIBCXX_ASSERTIONS in Debug mode
-
- Apr 27, 2023
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
- Apr 26, 2023
-
-
Patrick Nonn authored
EPICS-IOC-Adapter version 02.00 is no longer usable due to overhaul of cmake scripts
-
- Apr 21, 2023
-
-
Martin Christoph Hierholzer authored
problem was introduced with commit "imported targets for set_csa"
-
- Apr 20, 2023
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 19, 2023
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 06, 2023
-
-
-
Martin Christoph Hierholzer authored
-
- Apr 03, 2023
-
-
Martin Christoph Hierholzer authored
-
- Mar 23, 2023
-
-
this should fix library search problems on Tumbleweed
-
Martin Killenberg authored
project-template: use lib install dir defined by GNUInstallDirs (#26)
-
Martin Killenberg authored
-
Dietrich Rothe authored
* project-template: use lib install dir defined by GNUInstallDirs this should fix library search problems on Tumbleweed project-template installs cmake-config files to library destination note, individual projects also need to be changed, for installation of actual libs
-
- Mar 20, 2023
-
-
Dietrich Rothe authored
* simplify CMakeLists defining library first before tests lets us reference it and use cmake target magic * require DOOCS as imported target * use imported targets where possible add install for ReferenceApplication for testing of our changes * doocs-test-helper as imported target * DOOCS now has components (compare FindDOOCS / project-template) * make dependency on DOOCS private this is now possible due to fixed link problems upstream. The advantage is that DOOCS no longer is implicit dependency for which find_package needs to be called. Then, installing FindDOOCS.cmake is also not necessary for users of DoocsAdapter. * increase minor version number will be done for all projects using cmake-exports * remove dependency glib * remove --export-dynamic linker flag because it makes no sense for libs
-