2be3bc40e0
Merge branch 'master' into PSI
2025-02-24 14:20:14 +01:00
1c5f75bcd6
Merge pull request #97 from ralphlange/fix-ci
...
ci: consistent AppVeyor job config for pvData/pvAccess
2024-12-25 09:09:33 +01:00
2455039594
ci: consistent AppVeyor job config for pvData/pvAccess
2024-12-24 17:19:59 +01:00
f47676c225
Merge pull request #96 from ralphlange/fix-ci
...
Fix CI issues
2024-12-19 14:42:15 +01:00
0881e0ed86
ci: update appveyor.yml from base
2024-12-19 08:48:41 +01:00
e457b60b30
ci: Update GHA workflow from base
...
- Run Fedora in containers
- Add Linux cross builds
2024-12-18 21:32:11 +01:00
a6746f8161
GHA: Update actions/upload-artifact to v4
2024-12-16 12:08:55 +01:00
7c10c29c33
Merge branch 'master' into PSI
2024-04-15 16:19:15 +02:00
144f0228cc
ci: update ci-scripts to v3.4.1
2023-12-15 09:40:45 +01:00
7300e6b0bd
Set next development version
2023-12-13 14:52:07 -06:00
0ef8a36172
Set version numbers for release
8.0.6
2023-12-13 14:46:12 -06:00
c0be043aaf
Replease UNRELEASED
2023-12-13 14:43:07 -06:00
4c9b294e2b
Merge branch 'master' into PSI
2023-12-01 16:32:56 +01:00
dd74289eaf
Silence warning about uninitialized local variable
...
found by static code analysis (cppcheck @ sonarqube)
(that doesn't realize ">>=" calls an overloaded operator)
2023-11-01 09:41:07 -05:00
3da69257a0
Remove duplicate doxygen comment - see issue #75
2023-11-01 09:39:33 -05:00
13e4e577bb
gha update
2023-10-22 16:24:15 -07:00
5387face45
rename print.cpp -> jprint.cpp
...
In GHA builder somehow print.cpp becomes PRINT.obj
instead of print.obj for mkmf.pl, which later fails
when print.obj is missing. (apparently windows
filesystems are now case sensitive...)
2023-10-22 16:24:15 -07:00
eac2a8e70f
Fix use-after-destroy in epicsRefSnapshopCurrent
2023-08-06 21:30:32 -07:00
04fcb7e38f
Don't return local copy of std::string in AnyScalar::bufferUnsafe
2023-08-06 21:30:32 -07:00
45018a2163
Generate JSON5 when available
...
Fixes lp: #2029482 / GitHub #92
2023-08-06 21:28:01 -07:00
b7ad4478a4
Update debugPtr to work with EPICS base 7.0.7
...
There are at least two changes to EPICS base since the addition of
debugPtr:
* In pvAccess/**/dbdToPv.cpp, a write to an ostream was added (also in
pvData/**/testSerialization.cpp) which does not resolve correctly when
the operator<< overload is in the global namespace.
* In pvAccess/**/caChannel.cpp, weak_ptr->expired() was added
The interface to deal with each of these has been added.
2023-05-29 17:09:29 -07:00
c16f19c80e
Flip #if logic for unaligned access
...
Assume only x86 can correctly/efficiently handle unaligned access.
2023-05-24 21:49:38 -07:00
87018882d1
ARM/Linux can fault on unaligned access
...
Sometimes SIGBUS results from unaligned access.
2023-05-24 20:44:32 -07:00
3efc4e3fd8
Merge branch 'master' into PSI
2023-03-01 08:16:53 +01:00
2547514abb
fix for use-after-free warning
2023-02-28 09:04:58 -08:00
763e39d435
disable test for invalid field names
2023-02-24 14:10:42 +01:00
155e8f078e
Merge branch 'master' into PSI
2023-01-23 11:30:51 +01:00
9447eacbd2
gha update
2022-11-26 11:15:37 -08:00
0b424a71ec
isprint() wants value in range [-1, 255]
...
The MSVC impl. assert()s this
2022-11-26 10:52:03 -08:00
45671faaea
Set next development version
2022-09-07 10:51:29 -05:00
016d1154fc
Set module version number for release
8.0.5
2022-09-07 10:17:07 -05:00
f3911d5831
add 3.16 build
2022-01-27 09:44:54 -08:00
93e90c5a04
fix 3.16
2022-01-27 09:27:19 -08:00
8039c75b3e
.ci: update
2022-01-27 07:51:17 -08:00
a647c8b174
printJSON() use yajl_gen
2022-01-19 10:27:09 -08:00
865840ec0c
allow all chars in field names
2021-08-26 15:38:09 +02:00
d3b4976ea2
Set next development version
2021-02-25 09:36:05 -08:00
b1c8303870
Update version numbers for release
8.0.4
2021-02-25 09:35:12 -08:00
a3ef984f4f
ci: switch travis -> github
2020-12-20 11:08:29 -08:00
ca86a63180
update release notes
2020-11-14 13:43:38 -08:00
07b79693af
Deprecate/remove unused buffer alignment tools
...
ByteBuffer::align() does not work as expected
on some RTEMS targets where malloc() returns
buffers aligned only to 4 bytes.
SerializableControl::alignBuffer() and
DeserializableControl::alignData() are implemented,
but never called, in this module and pvAccessCPP.
ByteBuffer::align() is only needed to implement
these two methods.
Leave non-pure virtual stubs to assist in migration.
2020-11-14 11:07:15 -08:00
4ef9e18ac6
enable RTEMS CI testing
2020-11-13 20:51:23 -08:00
320cc3c60b
shared_vector_convert<>() fix convert of empty array
...
Empty arrays can be untyped, but this doesn't matter.
2020-09-29 15:52:49 -07:00
45d0d76a7f
Set next development version
2020-07-26 13:30:34 -07:00
b2b42d5f8c
Update version numbers for release
8.0.3
2020-07-26 13:29:52 -07:00
90b1f2f6da
doc
2020-06-17 14:08:14 -07:00
2e775ef2fb
drop THROW_BASE_EXCEPTION_CAUSE()
2020-06-17 14:08:14 -07:00
f17d2bbca1
add maybeQuote()
...
Something for the *NIX gurus
to light their pipes with.
2020-06-17 14:08:14 -07:00
79b02254c4
update ci-scripts to 3.0.1
2020-06-17 14:06:50 -07:00
19245ce805
sharedVector extend base_ptr() to VS2013
2020-06-03 10:14:38 -07:00