Marty Kraimer
5ba0209f39
get rid of all static global objects
2012-10-03 08:59:23 -04:00
Marty Kraimer
5e3311a024
LICENSE, COPYRIGHT, file header
2012-08-22 14:39:19 -04:00
Marty Kraimer
8f3a1dde34
Use "String const &" in many more places
2012-08-20 09:16:43 -04:00
Marty Kraimer
ca195b44cf
more debuging
2012-05-15 11:58:24 -04:00
Marty Kraimer
87bff33c30
support unsigned; move fieldName; pvData use shared_pointer everywhere
2012-05-08 09:29:30 -04:00
Guobao SHEN
b67aab1cd3
bug fix in PVAuxInfoImpl
...
include pvData.h in pvAlarm.h
2011-07-22 08:12:13 -04:00
Marty Kraimer
619534b984
include files put into include/pv
2011-06-07 08:30:15 -04:00
Marty Kraimer
54782139c7
simplified definition and implementation of PVAuxInfo.
2011-02-10 07:46:38 -05:00
Michael Davidsaver
8adb8b7766
rename showConstructDestruct.h to CDRMonitor.h
2011-02-02 10:11:07 -05:00
Michael Davidsaver
4a65bf9342
switch remaining to use REFCOUNT macros
2011-02-02 10:11:07 -05:00
Marty Kraimer
608d74c400
Fix many memory leaks
2011-01-12 10:28:00 -05:00
Marty Kraimer
fdf2342157
minor changes
2010-12-20 06:30:48 -05:00
Marty Kraimer
9db054cc54
timer and timeStamp added to misc. copyright and license info added
2010-11-23 07:30:13 -05:00
Marty Kraimer
28aad96b34
redid showConstructDestruct
2010-11-17 15:28:18 -05:00
Marty Kraimer
6e90ae7f12
added event thread executor timeFunction showConstructDestruct timeStamp
2010-11-17 11:14:38 -05:00
Marty Kraimer
2502b381d3
added a test for auxInfo and field offsets
2010-11-04 15:48:06 -04:00
Marty Kraimer
a2b35d1e82
AbstractPVField now finished
2010-10-22 10:41:17 -04:00
Marty Kraimer
fce7b9914b
PVDataCreateFactory.cpp now complete
2010-10-21 16:23:28 -04:00
Marty Kraimer
419f340aaa
All PVScalar interfaces now implemented
2010-09-30 07:49:29 -04:00
Marty Kraimer
355ac3aa1d
Fixed const mess
2010-09-29 09:24:17 -04:00
Marty Kraimer
f6c9b0eea3
1) implemented noDefaultMethods. See effective C++ Item 6. There it is called Uncopyable
...
2) implemented Lock. See effective C++ item 14.
This is as easy to use as Java synchronize.
3) wrapper on top of std::string. All usage of string in pvData is one of:
String - Just a std::string
StringBuilder - Used where StringBuilder is used in Java
StringConst - Just a "std::string const". This is used wherever String is used in Java
StringConstArray - Just like a String[] in Java.
4) The reference counting (incReferenceCount and decReferenceCount) are now private. It is completely handled by the implenentaion.
NO code that uses pvData needs even know about reference counting.
2010-09-27 08:33:10 -04:00
Marty Kraimer
dd6ecf9bec
all pvData interfaces and implementration stubs now defined
...
Most methods are not implemented and throw an exception
2010-09-24 09:52:08 -04:00
Marty Kraimer
0d32a60b08
everything now builds
2010-09-23 11:01:41 -04:00