~epics-core/epics-base/+git/ralph:7.0

Last commit made on 2023-03-06
Get this branch:
git clone -b 7.0 https://git.launchpad.net/~epics-core/epics-base/+git/ralph
Members of EPICS Core Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
7.0
Repository:
lp:~epics-core/epics-base/+git/ralph

Recent commits

636f551... by Ralph Lange

Add QT Creator 9.x dir to .gitignore

718da5c... by Andrew Johnson

Convert RecordReference.md to ComponentReference.pod

That .pod file will now be converted to .html using the same style as
the individual local documents that it links to.

The dbdToHtml output files now include a header and footer that link to
the ComponentReference.html file (they started pointing to the original
RecordReference.html but that was broken on most people's builds because
we weren't converting that from the original Markdown version).

This commit also adjusts documentation/Makefile to use the build system
properly, and reorders the Doxygen main page index.

e5335ce... by mdavidsaver

GHA: Add -funsigned-char build

3dbc9ea... by Dirk Zimoch

iocsh: fix argument splitting

Since commit 60128ee9 "Com: separate iocsh argument splitting",
iocsh is broken on VxWorks (tested with version 6.9.4.12)

Any command prints the error "Unbalanced quote."

> iocsh
epics> echo
Unbalanced quote.
epics> "echo"
Unbalanced quote.
epics> "echo
Unbalanced quote.
epics> echo bla
Unbalanced quote.
epics> echo 1 2 3
Unbalanced quote.
epics> exit
Unbalanced quote.

80da400... by mdavidsaver

dbLock: avoid possibly lost log prior to cantProceed

5787125... by mdavidsaver

doc

bc54524... by Andrew Johnson

Fix bad JSON char detection in dbStatic

Thanks to Dirk Zimoch for pointing this out.

a2d53c0... by Andrew Johnson

Explain SNC registration in template

3293a29... by Andrew Johnson

Darwin: Remove '-undefined dynamic_lookup' from SHRLIB_LDFLAGS

It's been deprecated by Apple in latest XCode and generates warning
messages when creating .dylib libraries, but they don't yet have a
solution for use when creating loadable libraries (.bundle files).

550e902... by Andrew Johnson

iocLogPrefix: skip "already set" warning if prefix identical