- Sep 27, 2024
-
-
Douglas Araujo authored
-
- Sep 25, 2024
-
-
Grzegorz Kowalski authored
E3-1671: Change default CAPUTLOG_OPTION Closes E3-1671 See merge request !27
-
Grzegorz Kowalski authored
-
- Sep 23, 2024
-
-
Grzegorz Kowalski authored
-
Grzegorz Kowalski authored
Old default was 0, meaning log only on value change. New default is 1, log all puts.
-
- Jul 26, 2024
-
-
Simon Rose authored
E3-1567: Update to R4.1 See merge request !26
-
Simon Rose authored
-
Simon Rose authored
-
- Apr 22, 2024
-
-
Douglas Araujo authored
-
- Apr 19, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
- Apr 12, 2024
-
-
Simon Rose authored
E3-1508: Fix command to add metadata See merge request !25
-
- Apr 10, 2024
-
-
Simon Rose authored
-
- Mar 22, 2024
-
-
Guillermo Arroyo Gomez authored
E3-376: Add license See merge request !24
-
- Mar 20, 2024
-
-
Guillermo Arroyo Gomez authored
-
- Feb 27, 2024
-
-
Guillermo Arroyo Gomez authored
E3-1368: Add tests to verify PV values See merge request !23
-
Guillermo Arroyo Gomez authored
-
- Jan 30, 2024
-
-
Simon Rose authored
Fix segfault introduced by incorrect bugfix See merge request !22
-
Simon Rose authored
The previous bugfix had a typo (paddr vs pchan). This fixes that.
-
- Jan 29, 2024
-
-
Simon Rose authored
E3-1417: Two bugfixes See merge request !21
-
Simon Rose authored
By default, caputlog will only log the first element of an array unless it is compiled with the flag JSON_AND_ARRAYS_SUPPORTED. See caPutLogAs.c for more details. Co-authored-by:
Lucas A. M. Magalhães <lucmaga@gmail.com> Co-authored-by:
Gabriel Fedel <gabriel.fedel@ess.eu> Co-authored-by:
Mateusz Nabywaniec <mateusz.nabywaniec@ess.eu>
-
Simon Rose authored
If you have a waveform-type array (aai, waveform, etc.) and have caputlog loaded and initialised, then the IOC will no longer send out pvmonitors on changes (though it still sends on CA monitors). This seems to be due to a bug in PVAccessCPP about caching of PV channels: when we hit the caPutLog callback code on a put, we call get_array_info from the record rset code, which overwrites the requested field with the internal array buffer. This means that we modify the original pchan in memory which later causes a field comparison in the db event code (db_post_events) to fail. This patch is a minimal fix to caPutLog to get rid of the problem. While the actual issue seems to be a PVAccessCPP one (it seems that the latest version of PVXS does not have this problem), it seems simpler to fix it here instead of digging deeply into code that ultimately will be no longer in use in a few years. Co-authored-by:
Lucas A. M. Magalhães <lucmaga@gmail.com> Co-authored-by:
Gabriel Fedel <gabriel.fedel@ess.eu> Co-authored-by:
Mateusz Nabywaniec <mateusz.nabywaniec@ess.eu>
-
- Jan 10, 2024
-
-
Douglas Araujo authored
E3-1399: Add namespace to iocsh variables See merge request !20
-
- Dec 21, 2023
-
-
Douglas Araujo authored
-
- Nov 20, 2023
-
-
Simon Rose authored
E3-1297: Add metadata to json output See merge request !19
-
Simon Rose authored
-
Simon Rose authored
-
- Sep 22, 2023
-
-
Lucas Magalhães authored
Update usage to add caPutJsonLogMetadata See merge request !18
-
Lucas Magalhães authored
-
- Sep 20, 2023
-
-
Lucas Magalhães authored
Add metadata to json output See merge request !17
-
Lucas Magalhães authored
We want to have the IOC's metadata embedded on the json output instead of plaintext, as it is today. This commit adds a patch to include json metadata on caputlog output.
-
- Apr 19, 2023
-
-
Simon Rose authored
-
Simon Rose authored
Patch memory leak found in json parsing See merge request !15
-
Simon Rose authored
-
- Jan 27, 2023
-
-
Lucas Magalhães authored
-
- Jan 26, 2023
-
-
Anders Lindh Olsson authored
E3-962: Apply changes for the next e3 release See merge request !14
-
Lucas Magalhães authored
Replace instances of REQUIRE_CONFIG with E3_REQUIRE_CONFIG, and remove DECOUPLE_FLAGS (Autogenerated commit) [skip ci]
-
Lucas Magalhães authored
-
Lucas Magalhães authored
-