Michael Davidsaver
d9a87aa786
testPartialXCode
2026-02-27 08:16:23 +00:00
Michael Davidsaver
330097b7d4
cache_sync() copy Any/Union
...
Delta may be later be changed by user code,
so copy to ensure cache is not modified.
cf. 92fb0a4afa
2024-08-01 15:46:31 -07:00
Michael Davidsaver
17464a117a
disallow "null" size by default
...
pvDataCPP only explicitly checks for "null" size (-1)
for Union, where it indicates the implicit "null" arm.
Also string, where "null" is equivalent to zero length string.
2023-11-08 16:18:20 -08:00
Michael Davidsaver
c7b4650ba1
fix TypeStore maintenance
2022-12-14 12:36:14 -08:00
Michael Davidsaver
f2297691cc
testxcode add cache test
2022-04-05 12:00:22 -07:00
Michael Davidsaver
2ab0d662bf
test de/re-encode w/ non-conformant field names
2021-08-26 10:36:05 -07:00
Michael Davidsaver
ed6fa0bd1a
fix encoding of (Sub)Struct w/ valid set
2021-07-19 12:46:52 -07:00
Michael Davidsaver
4a86694605
missing includes
2021-04-18 18:07:56 -07:00
Michael Davidsaver
0356eee740
decode "null" string
...
PVD encoding distinguishes between 'null' and '""'
(a residual java-ism). Decode both as an empty string.
2021-01-12 11:32:08 -08:00
Michael Davidsaver
7a9d5cb6ab
WIN32: SetErrorMode(0)
2020-06-16 16:39:00 -07:00
Michael Davidsaver
a556e7e290
fix array of scalar xcode
2020-05-18 19:01:37 -07:00
Michael Davidsaver
d5c59d1cfd
StoreTransform
2020-03-26 09:04:44 -07:00
Michael Davidsaver
dff97c3fdf
test array of scalar xcode
2020-03-23 21:39:33 -07:00
Michael Davidsaver
d73c20b9ba
avoid multi-line raw strings
...
some gcc 4.8.x have a bug.
The 4.8 in the ubuntu-toolchain-r-test repo doesn't like
these, but the 4.8 in RHEL7 does.
2020-03-19 17:15:53 -07:00
Michael Davidsaver
078e0ea69f
sharedArray formatting with size limit.
2020-03-19 17:15:53 -07:00
Michael Davidsaver
07663d90ef
shuffle test code
2020-03-19 17:15:53 -07:00
Michael Davidsaver
bbe5fa26a2
Redo FieldDesc
...
Follow shape of FieldStorage exactly.
Avoids need for offset calculation.
2019-12-23 19:24:11 -08:00
Michael Davidsaver
d7f46fcb80
more testxcode
2019-12-16 09:01:16 -08:00
Michael Davidsaver
92c513d6dd
de-templateize xcode
2019-12-10 19:28:54 -08:00
Michael Davidsaver
801d295c1f
start PVD
2019-12-10 17:56:40 -08:00