Michael Davidsaver
|
9ae221ca0c
|
apply reftrack to PVField
|
2017-08-30 11:13:10 -05:00 |
|
Michael Davidsaver
|
aca8da5891
|
remove broken no-arg ctors
Non-useful bypass of factory which leaves
private pointers undefined (eg. parent field).
|
2017-08-30 11:11:47 -05:00 |
|
Michael Davidsaver
|
34896560ea
|
add reftrack.h
Add global Reference Counter tracker
|
2017-08-30 11:11:47 -05:00 |
|
Michael Davidsaver
|
3597fbe382
|
avoid unnecessary temp shared_ptr
avoid some extra ref. counter operations.
|
2017-08-16 17:49:17 +02:00 |
|
Michael Davidsaver
|
0b262baf97
|
fix getSubField() by index
|
2017-08-16 16:29:06 +02:00 |
|
Michael Davidsaver
|
78b51ebe59
|
c++98 compatible, but still reduced, number of getSubField() specializations
|
2017-08-16 11:22:42 +02:00 |
|
Michael Davidsaver
|
08a92468fe
|
PVStructure::getSubField() const propagation
|
2017-08-15 18:35:54 +02:00 |
|
Michael Davidsaver
|
b84ed964f9
|
reduce # of PVStructure::getSubField overloads
|
2017-08-15 18:35:54 +02:00 |
|
Michael Davidsaver
|
8bfe7b6b9d
|
debugPtr compat
Fails for newer RTEMS w/ c++11 but no backtrace()
|
2017-08-15 18:35:54 +02:00 |
|
Michael Davidsaver
|
dbae173399
|
don't import/export inline classes
|
2017-07-18 14:32:42 +02:00 |
|
Michael Davidsaver
|
4d4dbcda4d
|
expose const void* form of PVScalar::putFrom()
|
2017-07-18 14:28:11 +02:00 |
|
Michael Davidsaver
|
fd4584a49d
|
resolve ambiguity
|
2017-07-18 11:12:44 +02:00 |
|
Michael Davidsaver
|
ceb9f795cb
|
whitespace: quiet gcc6 indentation warning
|
2017-07-17 16:25:00 +02:00 |
|
Michael Davidsaver
|
443c254d46
|
no C99 initializers
because MSVC doesn't support this...
|
2017-07-17 15:58:04 +02:00 |
|
Michael Davidsaver
|
4cfdb8233f
|
more import/export
|
2017-07-13 18:49:32 +02:00 |
|
Michael Davidsaver
|
5e42cf76eb
|
import/export fix
|
2017-07-13 18:35:38 +02:00 |
|
Michael Davidsaver
|
dccf6193da
|
more doc
|
2017-07-13 18:25:25 +02:00 |
|
Michael Davidsaver
|
ee4fdf3f39
|
json print/parse from/to PVStructure
|
2017-07-13 18:02:10 +02:00 |
|
Michael Davidsaver
|
918b7f96db
|
valueBuilder: support scalar array fields
|
2017-07-12 18:33:20 +02:00 |
|
Michael Davidsaver
|
ef55345665
|
pvUnitTest: compare array fields
|
2017-07-12 18:26:43 +02:00 |
|
Michael Davidsaver
|
0a41dbb443
|
ScalarTypeFunc::allocArray missing export
|
2017-07-12 15:46:01 +02:00 |
|
Michael Davidsaver
|
934ad32e52
|
debugPtr import/export
|
2017-07-12 15:29:34 +02:00 |
|
Michael Davidsaver
|
b582f0f880
|
createRequest clean message before each run
|
2017-07-12 15:28:09 +02:00 |
|
Michael Davidsaver
|
8a7b9d776f
|
requester.h moves to pvAccessCPP
|
2017-07-12 13:13:44 +02:00 |
|
Michael Davidsaver
|
a8c5d1095d
|
remove MessageQueue
|
2017-07-12 13:07:36 +02:00 |
|
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 |
|