Commit Graph
17685 Commits
Author SHA1 Message Date
MarcoMontevechiandGitHub ff1fb82ef2 Add dfanout test (#660)
Add dfanout record unit tests

Authored-by: marcofilho <marco.filho@ess.eu>
2025-07-30 10:12:58 -05:00
Jerzy Jamrozandmdavidsaver f4e1019ebe fix: ts{} {} warning: missing initializer for members
- warning: missing initializer for member ‘epicsTimeStamp::secPastEpoch’ [-Wmissing-field-initializers]
- warning: missing initializer for member ‘epicsTimeStamp::nsec’ [-Wmissing-field-initializers]
2025-07-21 10:23:12 -05:00
Andrew Johnson f29137b985 Fixed POD file links into some epics-docs files
It seems the guides/*.html docs were moved in epics-docs.
A redirect was provided, but links into the middle of those
documents no longer pointed to the appropriate section.
2025-07-16 10:25:46 -05:00
Andrew Johnson 38c11d3afe Spellcheck, and added a Release Note entry 2025-07-16 10:25:46 -05:00
Andrew Johnson dc776b547a Update CALC expression documentation
Doxygen changes in postfix.h mostly formatting & adding tags.
Rec-ref changes regrouped the operators to match the order in
postfix.h, formatting, and added some missing operators.

Updated description of calcout.OEVT for named events.
2025-07-16 10:25:46 -05:00
Andrew Johnson 4dd01aa9b6 Updated the Event Record reference docs
Now covers named events, not numbers.
All links to other reference docs now work.
2025-07-16 10:25:46 -05:00
MinijacksonandAndrew Johnson d724779abf EpicsHostArch: also install into bin/ folder 2025-07-16 09:18:32 -05:00
MinijacksonandAndrew Johnson 26cb0dcbdc EpicsHostArch: add -g option to convert a GNU arch tuplet
also add Pod-based help and examples
2025-07-16 09:18:32 -05:00
Michael Davidsaver def6cdb61f better error for dbPutString() to DBF_NOACCESS 2025-07-07 16:45:50 -07:00
Michael Davidsaver 7236f3ad5f macLib: add emphasis when expansion finds an undefined macro 2025-07-07 16:45:44 -07:00
Michael Davidsaver 2422e56d20 Improve "Ring buffer overflow" message 2025-07-07 16:13:07 -07:00
Michael Davidsaver c39f39cb93 improve message for missing INAM/SNAM
Include the requested function name
2025-07-07 16:13:07 -07:00
Hinko KocevarandAndrew Johnson f911f8ca3e fix Makefile test for including readlineTest 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 693c95e1d0 add release note 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 38376b95ea fix no. of test to be ran 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson f7f7443c4f remove the trailing newline in test file 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson f34dd44c29 add more tests 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson e294bb443c 2nd attempt to fix a linter error for step 49 of "Path" 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson de6d4e74ef Remove CodeQL workflow for my branch 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson ea421f61f5 Add CodeQL workflow for my branch 2 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 4a81f5c518 Add CodeQL workflow for my branch 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 5813dcd639 attempt to fix a linter error for step 49 of "Path" 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson ae0435c6b2 Do not add newline to multiline-input.txt 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 2e00d068d3 add multiline-input.txt and multiline-expect.txt to TESTFILES 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 7449a947ed check for fgets return value 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson b8e70783d8 trying to fix vs2012 and vs2010 builds 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson a2be1c4f4f readline test
should work with READLINE and EPICS command line libraries
2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson 87b8050437 handle backslash for EPICS command line library (similar to READLINE) 2025-06-20 16:01:44 -05:00
Hinko KocevarandAndrew Johnson b9b2da26fd detect and handle backslash as part of multi-line string 2025-06-20 16:01:44 -05:00
Simon RoseandAndrew Johnson 344efb14a9 Add release snipped (See PR 628) 2025-06-20 16:00:37 -05:00
Simon RoseandAndrew Johnson 94aa917f5d Ensure that dbgrp/dbglob use the same arguments 2025-06-20 16:00:37 -05:00
Simon RoseandAndrew Johnson cca6db9d53 Rename arguments and clarify API docstring 2025-06-20 16:00:37 -05:00
Simon RoseandAndrew Johnson f3c72ea38e Replace dbgrep by dbglob, leaving dbgrep as an alias 2025-06-20 16:00:37 -05:00
Simon RoseandAndrew Johnson 43afae523e Remove dbltExpand test
This is an older manual test to compare dbLoadTemplate to compare to
msi's output. However, it does not link properly with dbCore due to
the rewriting of dbLoadRecords, so it is being removed.
2025-06-20 15:45:44 -05:00
Grzegorz KowalskiandAndrew Johnson 1a4223caa6 Add release notes entry 2025-06-20 15:45:44 -05:00
Simon RoseandAndrew Johnson 144ab9074d Fix help message 2025-06-20 15:45:44 -05:00
Simon RoseandAndrew Johnson b34465add6 Add support for EPICS_DB_INCLUDE_PATH
This allows dbLoadTemplate to search through either a custom-provided
list of paths, or through paths provided by the environment variable
EPICS_DB_INCLUDE_PATH.
2025-06-20 15:45:44 -05:00
Jeremy LorelliandAndrew Johnson d89039dbc6 RTEMS: Exclude BSD and legacy networking components from GeSys objects 2025-06-20 15:45:01 -05:00
Jerzy JamrozandAndrew Johnson 7b6ec35110 test: afterIocRunningTest improved with help and pwd check 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 70d5df05c7 refactor: atInit changed to afterIocRunning 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 2fc955bf8a docs: add license header to atInitTest.cpp 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 71e4b4ce2a test: add atInit test for arguments with spaces 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 482b3943ed docs: update PR-558.md based on guidance 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 4edf6baae2 docs: PR-558.md optimization. 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 4fbe6daab7 refactor: testOkEnv instead of atInitTextEnv - better meaning. 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 383d29c93a fix: Adjustment to header H3 of the PR-558.md. 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 6f562e0ad2 docs: atInit documentation/new-notes/PR-558.md added. 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 455978d9fb test: atInitTest added. 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson 6683d81eb9 fix: strlen instead of strnlen. 2025-06-20 15:42:47 -05:00
Jerzy JamrozandAndrew Johnson d87ad35d37 feat: atInit presents its commands in the green colour. 2025-06-20 15:42:47 -05:00