Bruno Martins
2f8ac7f673
Fix tests with expected exceptions for getField(size_t)
2019-05-20 16:35:59 -07:00
Bruno Martins
caa11605fc
Add {Structure,Union}::getFieldT, fix {Structure,Union}::getField
2019-05-20 16:35:59 -07:00
Michael Davidsaver
95ff606ba1
quiet (un)signed comparison warning
2019-05-16 10:17:56 -07:00
Michael Davidsaver
cd2436342d
Revert "Replace display.format with .form and .precision"
...
This reverts commit 4ffddfa2f6 .
2019-05-06 10:40:54 -07:00
Michael Davidsaver
35b3403de6
remove deprecated pvCopy
2019-05-01 14:18:48 -07:00
Michael Davidsaver
93f0518b4b
Merge remote-tracking branch 'md/display-format'
...
* md/display-format:
Replace display.format with .form and .precision
2019-05-01 14:03:57 -07:00
Michael Davidsaver
5525119778
test ByteBuffer array operations
2019-04-08 09:46:20 -07:00
Michael Davidsaver
6410600205
testByteBuffer cleanup
2019-04-08 09:46:16 -07:00
Michael Davidsaver
a5d44745d1
cleanup testSharedVector
...
"using namespace" considered harmful...
2019-04-08 09:46:07 -07:00
Michael Davidsaver
643f289c23
missing include
2019-03-11 14:55:55 -07:00
Michael Davidsaver
61ce532fdf
cleanup test
2019-03-11 14:05:05 -07:00
Michael Davidsaver
4ffddfa2f6
Replace display.format with .form and .precision
...
Remove instance accessors w/o replacement
as a prelude to deprecation.
2019-01-16 09:06:15 -08:00
Michael Davidsaver
7d68d177d7
printer.cpp update time format
2018-10-30 17:02:22 -07:00
Michael Davidsaver
9b20505dcd
stream() remove comma in NTTable
2018-10-30 14:33:15 -07:00
Michael Davidsaver
5f93e292b2
testprinter fix plan
2018-10-29 13:12:01 -07:00
Michael Davidsaver
edd3e20f3c
format NTEnum
2018-10-29 13:12:01 -07:00
Michael Davidsaver
90cffa60d6
format NTTable as CSV
2018-10-29 13:12:01 -07:00
Michael Davidsaver
fa731bf6c3
helper to escape while printing strings
2018-10-29 13:12:01 -07:00
Michael Davidsaver
818fce324c
Add PVStructure::stream()
2018-10-29 13:12:01 -07:00
Michael Davidsaver
f0fa8a2481
deprecate pvCopy.h
2018-10-16 20:52:50 -07:00
Michael Davidsaver
c3b0b49e3f
use FieldBuilder::begin() and Field::build()
2018-10-16 20:52:38 -07:00
Michael Davidsaver
32aa0dd72f
drop extractRequestMask()
...
superceded by PVRequestMapper
2018-09-21 10:27:43 -07:00
mdavidsaver
c1188b16a1
Merge pull request #56 from mdavidsaver/pvrequestmapper
...
add PVRequestMapper
2018-09-21 10:27:08 -07:00
c5f9f5a2dc
link with rt when using clock_gettime()
2018-09-19 10:49:14 -07:00
Michael Davidsaver
342b1bc8ef
add PVRequestMapper
...
utility to having pvRequest .field mangling
Warn if requesting some non-existant fields.
Error if no requested fields exist.
PVRequestMapper mode enum to select between
two "styles" of interpretation.
2018-09-17 09:11:28 -07:00
Michael Davidsaver
c67fdafb43
add pvRequest -> bitmask processing
2018-07-14 15:10:46 -07:00
Michael Davidsaver
3d707e5e95
Field de-duplication performance test
2018-07-06 12:01:15 -07:00
Michael Davidsaver
0406a2f614
Field de-duplication
...
add a global cache of Field instances to
allow O(0) comparison of types.
2018-07-06 12:01:14 -07:00
Michael Davidsaver
f1553cc90e
Move NOMINMAX to configure/CONFIG_SITE
...
The macro must be defined before MS system headers are
included.
This rev. remove #define NOMINMAX from public headers,
but no public headers use min()/max() and this was
never the correct way to use this macro as by convention
library headers are included after system headers,
which is too late to have an effect.
2018-05-28 11:24:49 -07:00
Michael Davidsaver
9ecdb80534
anyscalar.h: remove unnecesary vcast
...
what was I thinking...
2018-04-08 15:53:21 -07:00
Michael Davidsaver
e973422ee1
anyscalar.h: add ctor from type code and void*
...
also helper bufferUnsafe() to get storage pointer
or c_str().
2018-04-08 15:53:21 -07:00
Michael Davidsaver
8093c25b72
typeCast.h: allow cast from C string to numeric w/o copy
...
also re-enable compile test of string to int64 which
was disabled for some reason...
2018-04-08 15:53:21 -07:00
Michael Davidsaver
fe413af177
timerTest: redo to avoid time related false positives
2018-04-02 09:34:15 -07:00
Michael Davidsaver
a7788f9847
remove rtemsConfig.c
...
no longer needed.
2018-03-19 09:11:37 -07:00
Michael Davidsaver
b597364419
simpler test harness main()
2018-03-13 18:44:54 -07:00
Andrew Johnson
a9a951d970
Move epicsExit() call into pvDataAllTests()
...
Needed on VxWorks to display the test summary.
2018-03-13 12:24:59 -05:00
Andrew Johnson
6ac879ec6a
Rename vxTestHarness -> pvdTestHarness
...
Integrate with Michael's similar changes for RTEMS.
2018-03-13 12:24:00 -05:00
Michael Davidsaver
2422ef50b6
rename rtemsTestHarness -> pvdTestHarness
...
avoid name clash with rtemsTestHarness
from pvAccessCPP
2018-03-12 09:11:44 -07:00
Michael Davidsaver
06dbf96b65
missing test count
2018-03-12 09:11:44 -07:00
Michael Davidsaver
cd3ead0028
testThread drop dead code
2018-01-05 11:14:59 -08:00
Michael Davidsaver
a239b95ca1
remove previously deprecated executor.h, queue.h and timerFunction.h
2018-01-05 11:14:59 -08:00
Michael Davidsaver
09574c0e82
sharedVector more c++11
...
support std::move() and construct
from initializer list.
2018-01-05 11:14:59 -08:00
Michael Davidsaver
3e25c2ea46
fix more printf specs
2018-01-04 11:52:19 -08:00
Michael Davidsaver
cb7e4e858b
clear some warnings
2018-01-04 11:52:19 -08:00
Michael Davidsaver
fc38dff3b0
testPVData: clarify getSubField() by index on sub-struct
2017-11-07 08:18:12 -06:00
Michael Davidsaver
c590204cf9
add epics::auto_ptr<T> and epics::swap()
...
Avoid the flood of auto_ptr deprecation warnings
in the common cases of using auto_ptr
to automatically delete.
2017-11-06 12:30:40 -06:00
Michael Davidsaver
284e49c807
add EPICS_NOT_COPYABLE()
...
More localize (my preference), and avoids
warning spam with windows builds.
2017-11-06 11:29:59 -06:00
Michael Davidsaver
51cbe538e8
handle yajl 2.1.0 API changes
2017-10-31 19:34:30 -05:00
Michael Davidsaver
490b6684ac
more createRequest tests
2017-10-17 10:15:00 -05:00
Michael Davidsaver
594a29b2db
add PVScalar::putFrom/getAs variants for AnyScalar
2017-09-30 10:04:31 -05:00