- Dec 12, 2023
-
- Nov 03, 2023
-
- Oct 12, 2023
-
-
Martin Christoph Hierholzer authored
feat(project-template): add VersionInfo.h generation (#40) See merge request !5
-
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 See merge request !4
-
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 See merge request !3
-
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)
-
- Sep 06, 2023
-
-
Tomasz Kozak authored
-
- Aug 22, 2023
-
-
Tomasz Kozak authored
-
- Aug 17, 2023
-
-
Martin Christoph Hierholzer authored
update project template See merge request !2
-
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 08, 2023
-
-
Tomasz Kozak authored
-
- Jun 20, 2023
-
-
Tomasz Kozak authored
Consatt: - new Loger level Loger::LogLevel::ALWAYS - increase time gaps between repeating messages Demac: - change handling of missing/wrong path of XML file for MD22. - remove custom exception from MD22, move to ChimeraTK::runtime_error/ChimeraTK::logic_error . - change MD22 encoder unit converter behavior - unify how conversion is done with generic unit converter of MD22.
-
- 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 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
-
Martin Christoph Hierholzer authored
-
- Apr 19, 2023
-
-
Martin Christoph Hierholzer authored
-
- Apr 06, 2023
-
-
- Apr 03, 2023
-
-
Martin Christoph Hierholzer authored
-
- Mar 23, 2023
-
-
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 16, 2023
-
-
Dietrich Rothe authored
This provides ChimeraTK::<project-name> as cmake imported target. Variables <project_name>_INCLUDE_DIRS, <project_name>LIBRARY_DIRS, <project_name>_LIBRARIES, <project_name>_CXX_FLAGS, <project_name>_LINKER_FLAGS are provided for compatibility but are generated from cmake-exports where possible and cmake imported targets should be preferred. * provide function for option array conversion to be used with target_compile_options etc + FindPackage results, where findPackage results are of incorrect/old format * FindDOOCS: - DOOCS components as imported targets - clean up no longer needed tweaks - add timinglib as component - make use of log levels and respect QUIET argument * add_dependency: fail on wrong add_dependency usage this was unseen since it worked in most cases but in general does not in particular was causing trouble with imports from cppext second arg must be version number * pkgconfig exports - generated from cmake-exports - make linker flags come before libs, order is required e.g. for --no-as-needed flag - remove duplicates in output * FindGccAtomic - do not put absolute lib path in output since it was causing trouble with yocto builds. Should be in system lib paths anyway. Also, make GccAtomic variable output name more consistent.
-
- Mar 06, 2023
-
-
Martin Killenberg authored
This allows easier debugging as all lines can be reached. The tsan build uses "-o1" for performance reasons. For asan and Debug build we use "-o0", which includes this flag, and for the release builds we want as much optimisation we can get.
-
- Mar 03, 2023
-
-
Jens Georg authored
-
- Feb 23, 2023
-
- Feb 22, 2023
-
-
Martin Christoph Hierholzer authored
-
- Feb 14, 2023
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 02, 2023
-
-
Martin Christoph Hierholzer authored
-
- Jan 31, 2023
-
-
Tomasz Kozak authored
Consatt-apps: * Remove setting of expose mode to PUSH manually. All PVs use now default mode. Demac: * Change enabling/disabling procedure for PZT4 Channel to handle the inhibit relay, add autoreseting of PZT4 firmware under some conditions to keep IO-expander in correct state, ramp DAC to correct value when enabling the Piezo Stepper Motor. Consatt-doocs: * Add option to change default expose policy from PUSH to PULL by setting in application conf file a variable: USE_PULL_EXPOSE_POLICY_AS_DEFAULT . Consatt: * Remove setting of expose mode to PUSH from Statistic - all PVs use default mode.
-
- Jan 19, 2023
-
-