- Oct 25, 2024
-
-
Patrick Nonn authored
Merge branch 'main' of gitlab.desy.de:msk-sw/low-level-radio-frequency/llrfctrl/llrf-controller-server-configuration/tarla-llrfctrl-config into main
-
- Oct 14, 2024
-
-
Martin Killenberg authored
fix(project-template): find pattern in coding style check See merge request !10
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 08, 2024
-
-
Patrick Nonn authored
-
- Oct 07, 2024
-
-
Patrick Nonn authored
feat: Moved all files from iocBoot/iocChimeraTKApp to root-directory and changed paths in some files and links accordingly. These subdirectories were a remnant of EPICS base example IOC and caused various problems, i.e. ConfigGenerator not recognizing changes in configuration. Added subdirectory "req" and moved req-files there.
-
Patrick Nonn authored
-
- Aug 30, 2024
-
-
Martin Christoph Hierholzer authored
update project template See merge request !9
-
Martin Christoph Hierholzer authored
-
- Aug 28, 2024
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 08, 2024
-
-
Martin Christoph Hierholzer authored
chore(project-template): remove ADAPTER=EPICS7IOC option See merge request !8
-
Martin Christoph Hierholzer authored
-
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 See merge request !7
-
Jens Georg authored
-
Jens Georg authored
-
Martin Killenberg authored
-
- Apr 11, 2024
-
-
Martin Christoph Hierholzer authored
chore(project-template): remove slicing object linter warning See merge request !6
-
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
-
-
Patrick Nonn authored
* The base llrfctrl-server-config repository was added as submodule, to link various files to the TARLA llrfctrl-config * Adapted CMakeLists.txt and the directory structure to fit style of config generator version 3.0+
-
Martin Killenberg authored
update project template See merge request !5
-
Martin Killenberg authored
-
Martin Killenberg authored
Provide a configure script which knows the version of config generator
-
Martin Killenberg authored
-
- Jan 25, 2024
-
-
Patrick Nonn authored
chore: Changed ConfigVersion and InstanceType handling, to match requirements for ConfigGenerator ver.3.0+
-
Patrick Nonn authored
-
Patrick Nonn authored
fix: Added SIZV fields with value 255 to all LSI/LSO records, to enable long strings. (Defaults to 41, otherwise)
-
- Jan 18, 2024
-
-
Martin Killenberg authored
feat(project-template): Find python modules (#44) See merge request !4
-
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 See merge request !3
-
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.
-
Martin Christoph Hierholzer authored
chore(project-template): remove workaround for doocstiminglib See merge request !2
-
Martin Christoph Hierholzer authored
-
- Jan 11, 2024
-
-
Handle doocstiminglib like other doocs packages, since it now provides a proper pkgconfig.
-
- Nov 07, 2023
-
-
Patrick Nonn authored
introduced variable "enableDynamicOVC" to setting script, to prevent logical name mapping of CTABLES.GC.I/Q. Increased PATCH version.
-
- Nov 06, 2023
-
-
Patrick Nonn authored
-