Michael Davidsaver
9fa5028f6c
PVStructure::getStructure() avoid creation of temporary
...
avoid some ref-counter activity
2017-07-07 14:39:25 +02:00
Michael Davidsaver
919bc0138a
add pvUnitTest.h
2017-07-06 17:05:30 +02:00
Michael Davidsaver
a0210af5c6
remove unnecessary 'typename'
2017-07-06 13:23:24 +02:00
Michael Davidsaver
888291db9a
move destroyable.h to pvAccessCPP
2017-07-05 11:59:22 +02:00
Michael Davidsaver
f9a30ca08e
update doc
2017-07-04 15:08:01 +02:00
Michael Davidsaver
cbbe691f70
ValueBuilder dllexport
2017-07-04 12:22:04 +02:00
Michael Davidsaver
bef616632c
add ValueBuilder
2017-07-03 17:34:38 +02:00
Michael Davidsaver
1d2e5d182e
oops
2017-06-26 19:26:59 +02:00
Michael Davidsaver
568ee1fa85
add debugPtr.h to troubleshoot shared_ptr problems
...
A wrapper around shared_ptr which tracks backwards references
to help untangle complicated ownership situations (aka. ref loop
waiting to happen).
2017-06-26 15:59:45 +02:00
Michael Davidsaver
18283b44b2
more sharedPtr
2017-06-19 14:15:06 +02:00
Michael Davidsaver
278696b28e
more sharedPtr compat
2017-06-15 18:23:20 +02:00
Michael Davidsaver
ec9aba79ae
fix warning about missing override w/ c++11
2017-06-14 16:21:51 +02:00
Michael Davidsaver
d272afc128
fixup sharedPtr
2017-06-14 13:59:02 +02:00
Michael Davidsaver
6cf9fa2208
fix "hides overloaded virtual function" warning
2017-06-14 13:22:06 +02:00
Michael Davidsaver
a72451cdbe
Add Destroyable::cleaner to help w/ shared_ptr<> wrapping
2017-06-06 18:38:55 +02:00
Michael Davidsaver
e82489b158
Timer: actually join thread
2017-06-02 11:03:46 +02:00
Michael Davidsaver
e4c7fa6a1c
move monitor.h to pvAccessCPP
2017-05-24 17:45:41 -04:00
Michael Davidsaver
48ed24dabf
remove no-op monitor.cpp
2017-05-24 16:33:16 -04:00
Michael Davidsaver
255c41607f
remove deprecated monitorPlugin.h
2017-05-24 16:06:00 -04:00
Michael Davidsaver
22da026888
deprecate unused Queue, MessageQueue, Executor, and TimeFunction
2017-05-15 15:12:28 -04:00
Michael Davidsaver
def0a63008
Queue remove nullElement
...
avoid potential 0=1 situation.
2017-05-15 14:53:54 -04:00
Michael Davidsaver
6e62e123e8
FieldBuilder allow append to Structure
...
Helpful to allow a new definition to be created
as an extension of an existing definition.
2017-05-15 12:46:32 -04:00
Michael Davidsaver
81cdf071a8
FieldBuilder detect duplicate field names
2017-05-12 13:24:37 -04:00
Michael Davidsaver
c5ce75888e
Merge remote-tracking branch 'md/overhaulbytebuf'
...
* md/overhaulbytebuf:
overhaul byteBuffer implementation
2017-05-10 15:36:49 -04:00
Michael Davidsaver
fb232896a8
avoid unnecessary globals
2017-05-10 15:00:55 -04:00
Michael Davidsaver
5efa462f19
add c++11 override/final
2017-05-10 15:00:55 -04:00
Michael Davidsaver
225f3ab125
Remove hidden sub-class
...
collapse Base* and Default* classes
into parents.
2017-05-10 15:00:55 -04:00
Michael Davidsaver
664fbfeb6e
pvCopy: remove unnecessary globals
2017-05-07 20:17:26 -04:00
Michael Davidsaver
66f8ca0501
simpler createRequest()
...
A single function which throws exceptions on error
2017-05-07 20:07:01 -04:00
Michael Davidsaver
e977d63f08
add pvdVersion.h
2017-04-15 17:26:18 -04:00
Michael Davidsaver
a01885536c
PVUnion fixups
...
select(int32)
throw for variant w/ other than UNDEFINED_INDEX.
Now same behavior for variant and discriminating,
which is to clear contents.
Fix selector range check.
set(int32)
Fix set(UNDEFINED_INDEX, NULL) for discriminating.
Fix selector range check.
2017-04-15 16:19:23 -04:00
Michael Davidsaver
f7343674ee
make PVUnion::UNDEFINED_INDEX const
2017-04-15 16:19:23 -04:00
Michael Davidsaver
fc2adf98ba
Status: add helpers
...
so that
epics::pvData::Status(epics::pvData::Status::STATUSTYPE_WARNING, msg)
can become
epics::pvData::Status::warn(msg)
2017-04-15 16:19:23 -04:00
Michael Davidsaver
a3c57a5077
bitSet: add logical_and()/_or()
...
Basic logical operations for tests
where a temporary can be avoided.
2017-04-15 16:19:15 -04:00
Michael Davidsaver
28b5dd0163
shared_ptr: further simplify static_shared_vector<>()
2017-04-15 16:06:01 -04:00
Michael Davidsaver
c0b69e4e6f
add monitor buffer statistics
...
to help answer the question of why no monitorEvent()s
are happening.
2017-04-15 16:05:26 -04:00
Michael Davidsaver
a9111d78d3
overhaul byteBuffer implementation
...
align(n) now fills skipped bytes with '\0'.
align(n,f) to choose a different fill value.
No other changes intended
Use intrinsic byte order swapping builtins for gcc, clang, and msvc.
use assert() to check pre/post conditions.
Remove unused condition macros and unreachable code.
Add tests of byte swapping primitives and
test the correctness of unaligned operations.
add illustrations of flip() and rewind()
2017-04-07 15:09:47 -04:00
Andrew Johnson
4555f69733
#include <algorithm> required for MSVS 2015
2016-09-14 16:23:32 -05:00
Dave Hickin
d978c4c3bf
Fix for MinGW
...
Fixes #42
2016-09-07 10:45:39 +01:00
Dave Hickin
a6ec43f81c
SHRLIB: Set version to 6.1
2016-07-22 16:05:32 +01:00
Dave Hickin
d258acfc49
SHRLIB: Set version to 6.0
2016-07-22 16:02:21 +01:00
Dave Hickin
d9072402db
Update source boilerplate for new LICENSE file
2016-07-22 15:56:43 +01:00
Dave Hickin
99bab6796c
Fix windows dynamic build error
...
Fix error introduced by #40 . #include epicsThread.h in timer.cpp
before #defining epicsExportSharedSymbols. Avoids multiply-defined
symbols.
2016-07-20 15:33:20 +01:00
Andrew Johnson
e12e7b4d76
Resolve github #37 without cacheing epicsExportSharedSymbols
2016-07-19 18:40:58 -05:00
dhickin
c16c1df6fd
Merge pull request #39 from dhickin/use_template_getSubField
...
Replace template getSubField with template version
2016-07-05 15:19:58 +01:00
Dave Hickin
1e980651a9
Use template getSubField when type known
...
Replace non-template getSubField with template version when PVField is
of a known, derived type.
2016-07-04 17:03:07 +01:00
Dave Hickin
028076e79c
Add char* overload for non-template getSubField
2016-07-04 14:59:56 +01:00
dhickin
e5b6a88551
Merge pull request #30 from mdavidsaver/requestermsg
...
Default implementation for Requester::message()
2016-04-12 16:01:45 +01:00
Andrew Johnson
b18b4f236f
Make the PVScalarValue explicit specializations inline
...
Microsoft's compiler seems to prefer this when building a static library.
2016-04-11 17:16:43 -05:00
Andrew Johnson
605d4e99b9
Remove remaining 'undef epicsExportSharedSymbols' stuff
2016-04-11 15:24:46 -05:00