Sang Woo Kim
0eebeb8d79
fix(qgroup): non-atomic group get must read channel-less Const fields
...
A non-atomic group get (record[atomic=false]) gated each field read on
`pDbChannel && leafNode`, so fields with no dbChannel were silently
skipped. MappingInfo::Const fields carry a constant value rather than a
channel, so a non-atomic get returned them at their cloneEmpty() defaults
(0 / 0.0 / ""), while the atomic get and monitor paths return the constant.
Mirror the atomic branch's field selection in the non-atomic branch: skip
only Proc/Structure and read every other field, taking the per-field
DBLocker only when a channel is present. getGroupField() already handles
channel-less fields via field.info, so Const fields populate correctly.
2026-05-24 14:13:25 -07:00
Michael Davidsaver
5b5ce4b28f
test: testConst() not atomic
2026-05-24 14:13:25 -07:00
Michael Davidsaver
825a8c2ae7
client: RequestFL lock during dtor
...
pacify valgrind over what is likely a false positive
2026-05-24 14:13:25 -07:00
Michael Davidsaver
7ab3ef0576
client: minor optimization
...
Don't need to hold RequestFL lock when cloning prototype
2026-05-24 14:13:25 -07:00
Michael Davidsaver
485ff0a9da
quiet DRD error reports
...
testget
Complaint is of race between wait and Context cleanup.
shared_ptr<info_t> probably makes this safe, but
no down-side to explicit shutdown.
2026-05-24 14:13:25 -07:00
Michael Davidsaver
781a96e110
client: query user/host name once on Context creation
2026-05-24 14:13:25 -07:00
Michael Davidsaver
1f7e1b0fab
server: minor optimization
2026-05-24 14:13:25 -07:00
Michael Davidsaver
3c0154b413
ioc: avoid enumerating roles for each PUT
...
Just once on first PUT to each Channel
2026-05-24 14:13:25 -07:00
Michael Davidsaver
78596286d2
ioc: localize local function declarations
2026-05-23 17:16:02 -07:00
Michael Davidsaver
054b3f28c8
server: remove redundant extra bind handling
...
Made redundant by preceding 'continue' condition
added with 266ee52704
2026-05-23 17:16:02 -07:00
Michael Davidsaver
f8d6192983
server: monitor TX check buffer level on each iteration
GH pages / generate (push) Failing after 1s
PVXS EPICS / Native Linux with 3.14 (push) Failing after 1s
PVXS EPICS / Native Linux with 3.15 (push) Failing after 1s
PVXS EPICS / Native Linux with clang ubsan (push) Failing after 1s
PVXS EPICS / Native Linux with clang (push) Failing after 1s
PVXS EPICS / Native Linux (libc++ debug) (push) Failing after 1s
PVXS EPICS / Native Linux (WError) (push) Failing after 1s
PVXS EPICS / Native Linux (c++17) (push) Failing after 1s
PVXS EPICS / Native Linux with libevent stable (push) Failing after 1s
PVXS EPICS / Cross mingw64 DLL (push) Failing after 1s
PVXS EPICS / Cross mingw64 static (push) Failing after 1s
PVXS EPICS / Native Linux with 7.0.2 (push) Failing after 1s
PVXS EPICS / Linux CentOS 7 (push) Failing after 10s
Python / pycp27-cp27m manylinux1_x86_64 (push) Failing after 2s
Spell Check / Spell Check (push) Successful in 8s
PVXS EPICS / Linux fedora latest (push) Failing after 9s
Python / pycp37-cp37m manylinux2010_x86_64 (push) Failing after 1s
Python / pycp310-cp310 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp311-cp311 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp312-cp312 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp313-cp313 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp313-cp313t manylinux2014_x86_64 (push) Failing after 1s
Python / py3.10 win_amd64 (push) Failing after 55s
Python / pycp38-cp38 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp39-cp39 manylinux2014_x86_64 (push) Failing after 1s
Python / py3.11 win_amd64 (push) Failing after 7s
Python / pycp314-cp314 manylinux_2_28_x86_64 (push) Failing after 1s
Python / pycp314-cp314t manylinux_2_28_x86_64 (push) Failing after 1s
GH pages / publish (push) Skipped
Python / py3.12 win_amd64 (push) Failing after 6s
Python / py3.13 win_amd64 (push) Failing after 6s
Python / py3.14 win_amd64 (push) Failing after 5s
Python / py3.8 win_amd64 (push) Failing after 4s
Release artifacts / artifacts (push) Failing after 2m32s
PVXS EPICS / vs2022 DLL (push) Cancelled after 0s
PVXS EPICS / OSX (push) Cancelled after 0s
PVXS EPICS / RTEMS5 (push) Cancelled after 0s
PVXS EPICS / vs2022 static (push) Cancelled after 0s
Python / py3.11 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.10 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.12 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.13 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.14 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.8 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.9 macosx_11_0_universal2 (push) Cancelled after 0s
Python / combine (push) Cancelled after 0s
2026-05-16 17:55:40 -07:00
Andrew Johnson
3d854e492c
Run our cfg/CONFIG files when INSTALL_LOCATION set
2026-04-20 04:30:53 -07:00
Jure Varlec
1d481d5be1
doc: show how to create arrays of NTScalar
2026-04-02 07:25:44 -07:00
Michael Davidsaver
6f7942e4af
doc
2026-02-27 08:19:09 +00:00
Michael Davidsaver
9d448164fa
testpvalink: more parser coverage
2026-02-27 08:16:23 +00:00
Michael Davidsaver
484960a1b8
test helpers use posix regex on RTEMS
...
GCC circa RTEMS 4.9 and 5 seems to crash with some regular expressions.
2026-02-27 08:16:23 +00:00
Michael Davidsaver
3a777e1022
shared_array: mark additional methods noexcept
2026-02-27 08:16:23 +00:00
Michael Davidsaver
5ee956d047
default for Source::List::dynamic
2026-02-27 08:16:23 +00:00
Michael Davidsaver
52186e3587
test cancel of PUT
2026-02-27 08:16:23 +00:00
Michael Davidsaver
1e9a22f9a4
test ackAny
2026-02-27 08:16:23 +00:00
Michael Davidsaver
ef40c21d8d
test server-side disconnect
2026-02-27 08:16:23 +00:00
Michael Davidsaver
1d182cb031
test iocsh functions
2026-02-27 08:16:23 +00:00
Michael Davidsaver
ef7ef0f158
ioc: promote DBE_ALARM only to also fetch value
...
When a client subscribes to DBE_ALARM only, also
fetch the value associated with the alarm state change.
eg. used by an alarm manager
2026-02-27 08:16:23 +00:00
Michael Davidsaver
70547d1481
testtype: extend
2026-02-27 08:16:23 +00:00
Michael Davidsaver
d9a87aa786
testPartialXCode
2026-02-27 08:16:23 +00:00
mdavidsaver
55a8faf007
Clarify SharedPV::post()
...
For SharedPV::post(), mention Value::cloneEmpty()
2026-02-27 08:14:29 +00:00
Jure Varlec
c3f63fcbe8
doc: add ticker example to the docs
2026-02-27 08:14:29 +00:00
Jure Varlec
bf51e44b7b
doc: explain type requirements for post()
...
Currently, the user learns that `SharedPV::post()` requires the posted
value to be created from the same type instance as the value given to
`SharedPV::open()` only when they try to do it differently and are
presented with an error message. This is an attempt to document this
requirement.
2026-02-27 08:14:29 +00:00
Michael Davidsaver
525c711ee5
server: reduce log spam from beacon tx
...
Demote repeated beacon TX failure to debug.
Upgrade first success after previous failure.
Track per destination.
2026-02-11 12:08:52 -08:00
Michael Davidsaver
2d96c9b7d7
doc
2026-02-11 12:07:04 -08:00
Michael Davidsaver
d0ee5b2ab6
1.5.1
Python / py3.10 win_amd64 (push) Failing after 4s
Python / py3.11 win_amd64 (push) Failing after 4s
Python / py3.12 win_amd64 (push) Failing after 4s
Python / py3.13 win_amd64 (push) Failing after 4s
Python / py3.14 win_amd64 (push) Failing after 4s
Python / py3.8 win_amd64 (push) Failing after 4s
PVXS EPICS / Native Linux with 3.14 (push) Failing after 2s
PVXS EPICS / Native Linux with 3.15 (push) Failing after 2s
PVXS EPICS / Native Linux with clang ubsan (push) Failing after 2s
PVXS EPICS / Native Linux with clang (push) Failing after 2s
PVXS EPICS / Native Linux (libc++ debug) (push) Failing after 2s
PVXS EPICS / Native Linux (WError) (push) Failing after 2s
PVXS EPICS / Native Linux (c++17) (push) Failing after 2s
PVXS EPICS / Native Linux with libevent stable (push) Failing after 2s
PVXS EPICS / Cross mingw64 DLL (push) Failing after 2s
PVXS EPICS / Cross mingw64 static (push) Failing after 2s
PVXS EPICS / Native Linux with 7.0.2 (push) Failing after 2s
GH pages / generate (push) Failing after 2s
PVXS EPICS / Linux fedora latest (push) Failing after 8s
PVXS EPICS / Linux CentOS 7 (push) Failing after 11s
Python / pycp37-cp37m manylinux2010_x86_64 (push) Failing after 2s
Python / pycp27-cp27m manylinux1_x86_64 (push) Failing after 2s
Spell Check / Spell Check (push) Successful in 9s
Python / pycp310-cp310 manylinux2014_x86_64 (push) Failing after 2s
Python / pycp311-cp311 manylinux2014_x86_64 (push) Failing after 2s
Python / pycp312-cp312 manylinux2014_x86_64 (push) Failing after 2s
Python / pycp313-cp313 manylinux2014_x86_64 (push) Failing after 2s
Python / pycp313-cp313t manylinux2014_x86_64 (push) Failing after 2s
Python / pycp38-cp38 manylinux2014_x86_64 (push) Failing after 2s
Python / pycp39-cp39 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp314-cp314 manylinux_2_28_x86_64 (push) Failing after 1s
Python / pycp314-cp314t manylinux_2_28_x86_64 (push) Failing after 1s
GH pages / publish (push) Skipped
Release artifacts / artifacts (push) Failing after 2m22s
Python / py3.11 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.12 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.13 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.14 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.8 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.9 macosx_11_0_universal2 (push) Cancelled after 0s
PVXS EPICS / OSX (push) Cancelled after 0s
PVXS EPICS / RTEMS5 (push) Cancelled after 0s
PVXS EPICS / vs2022 DLL (push) Cancelled after 0s
PVXS EPICS / vs2022 static (push) Cancelled after 0s
Python / py3.10 macosx_11_0_universal2 (push) Cancelled after 0s
Python / combine (push) Cancelled after 0s
1.5.1
2026-02-11 07:20:03 -08:00
Michael Davidsaver
49b73c1069
1.5.1a1
2026-02-09 18:34:14 -08:00
Michael Davidsaver
e4293c795a
pkg_resources removal
2026-02-09 18:02:00 -08:00
Michael Davidsaver
19a3441c88
doc: toc reorg
2026-02-01 15:46:40 -08:00
Michael Davidsaver
a6f75c1015
doc: client operation exceptions
2026-02-01 15:46:40 -08:00
Michael Davidsaver
98737e2c94
doc: unittest.h
2026-02-01 15:46:40 -08:00
Michael Davidsaver
b7c2d1b2c4
doc: shared_array
2026-02-01 15:46:40 -08:00
Michael Davidsaver
a4259c7376
doc: reorganize netconfig
2026-01-28 17:01:49 -08:00
Michael Davidsaver
1e43dfd8db
doc: switch to sphinxdoc theme
2026-01-28 17:01:49 -08:00
Michael Davidsaver
d90e19e350
doc: fix markdown style links in rST
2026-01-28 17:01:49 -08:00
Michael Davidsaver
6dba1d91f6
fix minor
...
Implicitly treated as 'char' due to fun type casting rules...
a351943927
2026-01-28 17:01:49 -08:00
Michael Davidsaver
3145388df5
testStrMatch wrong argument order
2026-01-27 15:43:31 -08:00
Michael Davidsaver
a351943927
minor
2026-01-26 17:20:40 -08:00
Michael Davidsaver
12eeb42f6b
test explicitly typed ANY assignment
2026-01-19 19:16:44 -08:00
Michael Davidsaver
a7d77da776
SO_NOSIGPIPE
...
OSX specific means to disable SIGPIPE for individual sockets
2026-01-19 18:39:11 -08:00
Michael Davidsaver
6a53998a1c
epicsSignalInstallSigPipeIgnore()
...
Maybe only relevant with OSX now?
https://github.com/epics-base/pvxs/issues/149
2026-01-19 18:34:55 -08:00
Michael Davidsaver
48b260d008
remove residual ifdef AF_INET6
...
Incomplete leftovers of an early attempt to support
RTEMS "legacy" IP stack, which has no IPv6 support.
2026-01-18 08:11:03 -08:00
Michael Davidsaver
9c3a9ca8ee
1.5.0
Python / py3.10 win_amd64 (push) Failing after 4s
Python / py3.11 win_amd64 (push) Failing after 4s
Python / py3.12 win_amd64 (push) Failing after 4s
Python / py3.13 win_amd64 (push) Failing after 4s
Python / py3.14 win_amd64 (push) Failing after 4s
Python / py3.8 win_amd64 (push) Failing after 4s
PVXS EPICS / Native Linux with 3.14 (push) Failing after 2s
PVXS EPICS / Native Linux with 3.15 (push) Failing after 2s
PVXS EPICS / Native Linux with clang ubsan (push) Failing after 1s
PVXS EPICS / Native Linux with clang (push) Failing after 2s
PVXS EPICS / Native Linux (libc++ debug) (push) Failing after 1s
PVXS EPICS / Native Linux (WError) (push) Failing after 2s
PVXS EPICS / Native Linux (c++17) (push) Failing after 1s
PVXS EPICS / Native Linux with libevent stable (push) Failing after 1s
PVXS EPICS / Cross mingw64 DLL (push) Failing after 1s
PVXS EPICS / Cross mingw64 static (push) Failing after 1s
PVXS EPICS / Native Linux with 7.0.2 (push) Failing after 1s
PVXS EPICS / Linux CentOS 7 (push) Failing after 7s
GH pages / generate (push) Failing after 2s
Python / pycp27-cp27m manylinux1_x86_64 (push) Failing after 2s
PVXS EPICS / Linux fedora latest (push) Failing after 7s
Spell Check / Spell Check (push) Successful in 8s
Python / pycp37-cp37m manylinux2010_x86_64 (push) Failing after 1s
Python / pycp310-cp310 manylinux2014_x86_64 (push) Failing after 2s
Python / pycp311-cp311 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp312-cp312 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp313-cp313 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp313-cp313t manylinux2014_x86_64 (push) Failing after 2s
Python / pycp38-cp38 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp39-cp39 manylinux2014_x86_64 (push) Failing after 1s
Python / pycp314-cp314 manylinux_2_28_x86_64 (push) Failing after 1s
Python / pycp314-cp314t manylinux_2_28_x86_64 (push) Failing after 2s
Release artifacts / artifacts (push) Failing after 2m23s
GH pages / publish (push) Skipped
Python / py3.11 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.12 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.13 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.14 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.8 macosx_11_0_universal2 (push) Cancelled after 0s
PVXS EPICS / OSX (push) Cancelled after 0s
PVXS EPICS / RTEMS5 (push) Cancelled after 0s
PVXS EPICS / vs2022 DLL (push) Cancelled after 0s
PVXS EPICS / vs2022 static (push) Cancelled after 0s
Python / py3.9 macosx_11_0_universal2 (push) Cancelled after 0s
Python / py3.10 macosx_11_0_universal2 (push) Cancelled after 0s
Python / combine (push) Cancelled after 0s
1.5.0
2026-01-07 17:51:39 -08:00
Michael Davidsaver
6168c8ff4d
1.5.0a1
...
Public ABI change in cb62797198
triggers jump past 1.4.2 (a4b6e2acf6 )
2026-01-06 16:21:52 -08:00
Michael Davidsaver
b32d7f3cd2
minor
2026-01-06 16:21:52 -08:00