Summary Period: 2002-10-24 to 2002-09-20 (Commits 6852-6951 of 9251)
|
jhill 10/24/02 7:08 PM |
improved delete stub |
| 3 lines of code changed in: src/db/dbChannelIO.cpp (+3 -1) | |
|
jhill 10/24/02 7:02 PM |
use epics_throws macro |
| 247 lines of code changed in: src/ca: autoPtrFreeList.h (+2 -2), bhe.cpp (+3 -3), bhe.h (+4 -4), cac.cpp (+3 -3), cac.h (+4 -3), cacChannel.cpp (+9 -10), cacIO.h (+1 -3), comBuf.cpp (+9 -10), comBuf.h (+84 -86), comQueRecv.cpp (+11 -11), comQueRecv.h (+33 -31), comQueSend.cpp (+15 -15), comQueSend.h (+41 -41), msgForMultiplyDefinedPV.h (+2 -2), nciu.h (+2 -2), netIO.h (+2 -2), oldAccess.h (+2 -2), repeaterClient.h (+2 -2), syncGroup.h (+2 -2), tcpiiu.cpp (+3 -3), virtualCircuit.h (+3 -3) src/libCom/timer: epicsTimer.cpp (+3 -3), timer.cpp (+2 -2), timerPrivate.h (+5 -5) | |
|
jhill 10/24/02 6:59 PM |
removed inline functions from dll interface class |
| 72 lines of code changed in: src/libCom/osi: epicsMutex.cpp (+50 -9), epicsMutex.h (+22 -66) | |
|
jhill 10/24/02 6:51 PM |
added forward reference |
| 2 lines of code changed in: src/libCom/osi/osiSock.h (+2 -1) | |
|
jhill 10/24/02 6:51 PM |
renamed file |
| 1 lines of code changed in: src/libCom/Makefile (+1 -1) | |
|
jba 10/24/02 2:07 PM |
Added javadoc definitions and rules. |
| 16 lines of code changed in: configure/RULES_JAVA (+16 -3) | |
|
jba 10/24/02 2:05 PM |
Added SOLARIS_VERSION so uname executed not executed on each compile line. |
| 15 lines of code changed in: configure/os/CONFIG.Common.solaris-sparc (+15 -11) | |
|
jhill 10/24/02 1:16 PM |
removed unused include |
| 4 lines of code changed in: src/ca/comBuf.cpp (+4 -1) | |
|
jhill 10/24/02 1:09 PM |
document ms compiler problems with placement delete |
| 190 lines of code changed in: src/cas/io/bsdSocket/ipIgnoreEntry.cpp (+8 -2) src/ca: CASG.cpp (+8 -3), bhe.cpp (+8 -3), comBuf.cpp (+8 -3), getCallback.cpp (+8 -3), getCopy.cpp (+8 -3), msgForMultiplyDefinedPV.cpp (+8 -3), nciu.cpp (+8 -3), netReadNotifyIO.cpp (+8 -3), netSubscription.cpp (+8 -3), netWriteNotifyIO.cpp (+8 -3), oldChannelNotify.cpp (+8 -3), oldSubscription.cpp (+8 -3), putCallback.cpp (+8 -3), repeater.cpp (+8 -3), syncGroupReadNotify.cpp (+8 -3), syncGroupWriteNotify.cpp (+8 -3) src/db: dbChannelIO.cpp (+6 -3), dbPutNotifyBlocker.cpp (+8 -3), dbSubscriptionIO.cpp (+8 -3) src/libCom/timer: epicsTimer.h (+2 -11), timer.cpp (+16 -6), timerPrivate.h (+14 -5) | |
|
jhill 10/24/02 10:38 AM |
changed function name |
| 3 lines of code changed in: src/libCom/osi/os/posix: osdSignal.c (+1 -1), osdThread.c (+1 -1), osdThread.h (+1 -1) | |
|
jhill 10/24/02 10:32 AM |
fixed gnu compiler error |
| 3 lines of code changed in: src/libCom/osi/os/posix/osdThread.c (+3 -2) | |
|
lange 10/24/02 7:53 AM |
Replaced some C-style casts with their C++ variants |
| 10 lines of code changed in: src/libCom/osi/epicsMutex.cpp (+10 -7) | |
|
lange 10/24/02 7:37 AM |
+= 'typename' before member type names |
| 5 lines of code changed in: src/libCom/cxxTemplates/epicsSingleton.h (+5 -5) | |
|
jhill 10/23/02 7:33 PM |
fixed symbol spelling |
| 1 lines of code changed in: src/libCom/osi/os/posix/osdThread.c (+1 -1) | |
|
jhill 10/23/02 7:28 PM |
fixed gnu compiler errors |
| 8 lines of code changed in: src/ca: bhe.cpp (+2 -2), tcpiiu.cpp (+3 -3), virtualCircuit.h (+3 -3) | |
|
jhill 10/23/02 7:24 PM |
use placement new |
| 99 lines of code changed in: src/ca/autoPtrFreeList.h (new 99) | |
|
jhill 10/23/02 7:18 PM |
fixed linux compiler errors |
| 8 lines of code changed in: src/libCom/timer: epicsTimer.cpp (+3 -3), timer.cpp (+3 -3), timerPrivate.h (+2 -2) | |
|
jhill 10/23/02 7:12 PM |
fixed compiler error on Linux |
| 1 lines of code changed in: src/libCom/osi/epicsMutex.h (+1) | |
|
jhill 10/23/02 7:12 PM |
fixed compiler error on linux |
| 3 lines of code changed in: src/libCom/osi/os/posix: osdSignal.c (+2 -2), osdThread.c (+1 -1) | |
|
jhill 10/23/02 6:55 PM |
use placement new |
| 57 lines of code changed in: src/cas: build/Makefile (+1), generic/clientBufMemoryManager.cpp (new 56) | |
|
jhill 10/23/02 6:54 PM |
new epicsSignal interface |
| 3 lines of code changed in: src/libCom/Makefile (+3 -4) | |
|
jhill 10/23/02 6:49 PM |
use placement new |
| 313 lines of code changed in: src/cas/generic: caServerI.cc (+11 -13), casBufferFactory.cpp (+1 -3), casClient.cc (+8 -4), casDGClient.cc (+3 -3), casStrmClient.cc (+6 -4), inBuf.cc (+19 -29), outBuf.cc (+17 -23), server.h (+29 -14) src/cas/generic/st: casDGIntfOS.cc (+8 -5), casIntfOS.cc (+9 -6), casOSD.h (+20 -20), casStreamOS.cc (+6 -7) src/cas/io/bsdSocket: caServerIO.cc (+5 -4), casDGIntfIO.cc (+6 -5), casIOD.h (+19 -13), casIODIL.h (+6 -4), casIntfIO.cc (+4 -3), casStreamIO.cc (+6 -4), ipIgnoreEntry.cpp (+6 -3) src/db: dbCAC.h (+17 -12), dbChannelIO.cpp (+11 -14), dbChannelIO.h (+11 -8), dbPutNotifyBlocker.cpp (+8 -5), dbPutNotifyBlocker.h (+13 -9), dbServiceIO.cpp (+40 -23), dbServiceIOReadNotifyCache.cpp (+1 -2), dbSubscriptionIO.cpp (+22 -17), templateInstances.cpp (+1 -4) | |
|
jhill 10/23/02 6:36 PM |
use placement new |
| 702 lines of code changed in: src/ca: CASG.cpp (+13 -22), access.cpp (+55 -65), bhe.cpp (+22 -20), bhe.h (+53 -12), ca_client_context.cpp (+54 -10), cac.cpp (+70 -47), cac.h (+48 -33), cacChannel.cpp (+21 -3), cacIO.h (+12 -6), cacServiceList.cpp (+2 -2), casw.cpp (+26 -3), comBuf.cpp (+21 -11), comBuf.h (+120 -101), comQueRecv.cpp (+22 -12), comQueRecv.h (+33 -24), comQueSend.cpp (+32 -18), comQueSend.h (+52 -48), getCallback.cpp (+14 -7), getCopy.cpp (+12 -10), virtualCircuit.h (+20 -4) | |
|
jhill 10/23/02 6:35 PM |
dont use a free list |
| 11 lines of code changed in: src/ca: hostNameCache.cpp (+1 -12), hostNameCache.h (+10 -5) | |
|
jhill 10/23/02 6:34 PM |
adapt to new epicsSingleton interface |
| 4 lines of code changed in: src/ca: localHostName.cpp (+2 -4), localHostName.h (+2 -2) | |
|
jhill 10/23/02 6:32 PM |
use placement new |
| 26 lines of code changed in: src/ca: msgForMultiplyDefinedPV.cpp (+10 -4), msgForMultiplyDefinedPV.h (+16 -9) | |
|
jhill 10/23/02 6:30 PM |
dont allow ordinary delete |
| 44 lines of code changed in: src/ca: nciu.cpp (+13 -5), nciu.h (+20 -10), netIO.h (+11 -51) | |
|
jhill 10/23/02 6:23 PM |
dont allow ordinary delete |
| 13 lines of code changed in: src/ca: netReadNotifyIO.cpp (+7 -1), netSubscription.cpp (+6 -1) | |
|
jhill 10/23/02 6:22 PM |
use placement new |
| 184 lines of code changed in: src/ca: netWriteNotifyIO.cpp (+6 -2), oldAccess.h (+150 -74), oldChannelNotify.cpp (+9 -12), oldSubscription.cpp (+19 -5) | |
|
jhill 10/23/02 5:57 PM |
use placement new |
| 61 lines of code changed in: src/ca: putCallback.cpp (+10 -5), repeater.cpp (+37 -25), repeaterClient.h (+14 -8) | |
|
jhill 10/23/02 5:57 PM |
removed double checked lock optimzation |
| 16 lines of code changed in: src/ca/searchTimer.cpp (+16 -21) | |
|
jhill 10/23/02 5:56 PM |
use placement new |
| 32 lines of code changed in: src/ca/syncGroup.h (+32 -21) | |
|
jhill 10/23/02 5:53 PM |
dont allow use of ordinary delete |
| 10 lines of code changed in: src/ca: syncGroupReadNotify.cpp (+5 -9), syncGroupWriteNotify.cpp (+5 -9) | |
|
jhill 10/23/02 5:52 PM |
use placement new |
| 17 lines of code changed in: src/ca/syncgrp.cpp (+17 -12) | |
|
jhill 10/23/02 5:52 PM |
o interrupt socket system calls on unix with a signal' o use placement new |
| 137 lines of code changed in: src/ca/tcpiiu.cpp (+137 -48) | |
|
jhill 10/23/02 5:42 PM |
print warning message and dont disconnect if the client application is never reading its input - also dont reset the beaconAnomaly flag if we send data |
| 10 lines of code changed in: src/ca/tcpRecvWatchdog.cpp (+10 -2) | |
|
jhill 10/23/02 5:40 PM |
print warning message and dont disconnect if the client application is never reading its input |
| 8 lines of code changed in: src/ca/tcpSendWatchdog.cpp (+8 -1) | |
|
jhill 10/23/02 5:39 PM |
changed free list count |
| 2 lines of code changed in: src/ca/templateInstances.cpp (+2 -2) | |
|
jhill 10/23/02 5:39 PM |
removed double checked lock optimization |
| 2 lines of code changed in: src/ca/udpiiu.cpp (+2 -8) | |
|
jhill 10/23/02 5:37 PM |
use new epicsSignal interface |
| 3 lines of code changed in: src/rsrv/caservertask.c (+3 -3) | |
|
jhill 10/23/02 5:36 PM |
installed |
| 0 lines of code changed in: src/libCom/misc/cxxCompilerDepPlacementDelete.h (new 0) | |
|
jhill 10/23/02 5:30 PM |
use placement new |
| 84 lines of code changed in: src/libCom/timer: epicsTimer.cpp (+10 -16), epicsTimer.h (+11 -1), timer.cpp (+16 -9), timerPrivate.h (+44 -39), timerQueue.cpp (+3 -4) | |
|
jhill 10/23/02 5:30 PM |
now compatible with new epicsSingleton interface |
| 6 lines of code changed in: src/libCom/timer/timerQueueActive.cpp (+6 -4) | |
|
jhill 10/23/02 5:29 PM |
cosmetic |
| 3 lines of code changed in: src/libCom/timer/timerQueueActiveMgr.cpp (+3 -2) | |
|
jhill 10/23/02 5:28 PM |
removed free lists |
| 1 lines of code changed in: src/libCom/test/epicsTimerTest.cpp (+1 -105) | |
|
jhill 10/23/02 5:28 PM |
added constants |
| 8 lines of code changed in: src/libCom/test/epicsTimeTest.cpp (+8 -4) | |
|
jhill 10/23/02 5:27 PM |
installed |
| 1 lines of code changed in: src/libCom/osi/os/WIN32/osdSignal.c (new 1) | |
|
jhill 10/23/02 5:25 PM |
uninstalled |
| 0 lines of code changed in: src/libCom/osi/os/WIN32: osdSigPipeIgnore.c (del), osdSigPipeIgnore.h (del) | |
|
jhill 10/23/02 5:24 PM |
installed |
| 0 lines of code changed in: src/libCom/osi/os/vxWorks/osdSignal.c (new 0) | |
|
jhill 10/23/02 5:24 PM |
uninstalled |
| 0 lines of code changed in: src/libCom/osi/os/vxWorks/osdSigPipeIgnore.c (del) | |
|
jhill 10/23/02 5:23 PM |
added epicsThreadGetPthreadIdSelf() |
| 10 lines of code changed in: src/libCom/osi/os/posix: osdThread.c (+6), osdThread.h (+4) | |
|
jhill 10/23/02 5:23 PM |
installed |
| 40 lines of code changed in: src/libCom/osi/os/posix/osdSignal.c (new 40) | |
|
jhill 10/23/02 5:22 PM |
uninstalled |
| 0 lines of code changed in: src/libCom/osi/os/posix: osdSigPipeIgnore.c (del), osdSigPipeIgnore.h (del) | |
|
jhill 10/23/02 5:22 PM |
installed |
| 0 lines of code changed in: src/libCom/osi/os/default/osdSignal.c (new 0) | |
|
jhill 10/23/02 5:21 PM |
uninstalled |
| 0 lines of code changed in: src/libCom/osi/os/default: osdSigPipeIgnore.c (del), osdSigPipeIgnore.h (del) | |
|
jhill 10/23/02 5:20 PM |
added throw specifications |
| 37 lines of code changed in: src/libCom/osi: epicsMutex.cpp (+15 -12), epicsMutex.h (+22 -9) | |
|
jhill 10/23/02 5:19 PM |
installed |
| 33 lines of code changed in: src/libCom/osi/epicsSignal.h (new 33) | |
|
jhill 10/23/02 5:19 PM |
certain functions are nolonger inline |
| 70 lines of code changed in: src/libCom/osi/epicsThread.cpp (+70 -1) | |
|
jhill 10/23/02 5:18 PM |
added getId mf |
| 1 lines of code changed in: src/libCom/osi/epicsThread.h (+1 -63) | |
|
jhill 10/23/02 5:17 PM |
removed constants |
| 7 lines of code changed in: src/libCom/osi: epicsTime.cpp (+7 -7), epicsTime.h (-7) | |
|
jhill 10/23/02 5:17 PM |
uninstalled |
| 0 lines of code changed in: src/libCom/osi/osiSigPipeIgnore.h (del) | |
|
jhill 10/23/02 5:16 PM |
interrupted system call interface |
| 24 lines of code changed in: src/libCom/osi: osiSock.c (+13 -1), osiSock.h (+11 -1) | |
|
jhill 10/23/02 5:15 PM |
added constants |
| 11 lines of code changed in: src/libCom/fdmgr: fdManager.cpp (+6 -3), fdmgr.cpp (+5 -3) | |
|
jhill 10/23/02 5:14 PM |
compatible now with revised epicsSingleton |
| 16 lines of code changed in: src/libCom/cxxTemplates/epicsOnce.cpp (+16 -13) | |
|
jhill 10/23/02 5:14 PM |
fixed SMP problems |
| 66 lines of code changed in: src/libCom/cxxTemplates/epicsSingleton.h (+66 -57) | |
|
jhill 10/23/02 5:13 PM |
added throw specifications |
| 39 lines of code changed in: src/libCom/cxxTemplates/tsFreeList.h (+39 -17) | |
|
jba 10/22/02 5:06 PM |
Added -mlongcall option. Cosmetic changes. |
| 7 lines of code changed in: configure/os: CONFIG.Common.vxWorks-ppc603 (+4 -4), CONFIG.Common.vxWorks-ppc604 (+3 -3) | |
|
lange 10/11/02 4:20 AM |
Fix HP aCC warnings; clean up tab situation |
| 88 lines of code changed in: src/cas/generic/outBuf.cc (+88 -87) | |
|
lange 10/11/02 4:19 AM |
Fix HP aCC warnings |
| 7 lines of code changed in: src/cas/io/bsdSocket/ipIgnoreEntry.cpp (+2 -2) src/cas/generic: casDGClient.cc (+2 -2), server.h (+3 -3) | |
|
lange 10/9/02 4:12 AM |
More HP aCC warnings fixed |
| 7 lines of code changed in: src/ca: netIO.h (+4 -4), syncGroupReadNotify.cpp (+3 -2) | |
|
lange 10/9/02 3:58 AM |
string.h needed for strncpy |
| 2 lines of code changed in: src/cas/generic/caNetAddr.cc (+2 -1) | |
|
lange 10/8/02 9:10 AM |
Bugfix: non-vxWorks OSs must copy string command line args |
| 9 lines of code changed in: src/as/asDbLib.c (+9 -2) | |
|
jba 10/4/02 10:00 AM |
Modified comments. |
| 2 lines of code changed in: configure/os/CONFIG_SITE.win32-x86.Common (+2 -3) | |
|
jba 10/4/02 9:54 AM |
Cleanup of some rules. |
| 19 lines of code changed in: configure: RULES_DIRS (+3 -3), RULES_JAVA (+8 -7), RULES_TOP (+8 -4) | |
|
jba 10/4/02 9:53 AM |
Reordered some rules. |
| 6 lines of code changed in: configure/RULES_BUILD (+6 -6) | |
|
jba 10/4/02 9:53 AM |
Cleanup of rules. |
| 9 lines of code changed in: configure/RULES_ARCHS (+9 -7) | |
|
jba 10/4/02 9:51 AM |
Moved buildInstall rule. |
| 2 lines of code changed in: configure/RULES.Db (+2 -2) | |
|
jba 10/4/02 9:49 AM |
Modified comments by adding darwin-ppc and linux-mpc82xx. |
| 4 lines of code changed in: configure/CONFIG_SITE (+4 -3) | |
|
jhill 10/3/02 2:50 PM |
added display of time |
| 12 lines of code changed in: src/ca/acctst.c (+12 -3) | |
|
jhill 10/2/02 2:43 PM |
swapped "client" for "server" in one place |
| 2 lines of code changed in: src/ca/CAref.html (+2 -2) | |
|
jhill 10/1/02 3:10 PM |
test recursive mutex delays |
| 101 lines of code changed in: src/libCom/test/epicsMutexTest.cpp (+101 -4) | |
|
jhill 10/1/02 3:08 PM |
removed double test lock optimization |
| 37 lines of code changed in: src/libCom/osi/os/WIN32: osdMutex.c (+14 -51), osdTime.cpp (+23 -23) | |
|
jhill 9/30/02 3:24 PM |
cosmetic |
| 8 lines of code changed in: src/ca: syncGroupWriteNotify.cpp (+2 -2), tcpiiu.cpp (+6 -3) | |
|
jhill 9/30/02 3:21 PM |
supress more messages associated with normal operation |
| 23 lines of code changed in: src/cas/io/bsdSocket: casDGIntfIO.cc (+10 -2), casStreamIO.cc (+13 -4) | |
|
jhill 9/30/02 1:02 PM |
back out previous change |
| 1 lines of code changed in: src/cas/generic/caServer.cc (+1 -2) | |
|
jhill 9/30/02 1:00 PM |
export shared symbols |
| 2 lines of code changed in: src/cas/generic/caServer.cc (+2 -1) | |
|
jhill 9/30/02 12:59 PM |
added epicsShareFunc in several places |
| 5 lines of code changed in: src/libCom/timer/epicsTimer.cpp (+5 -5) | |
|
anj 9/25/02 1:36 PM |
Removed complex C++ registration of subroutines, replaced by function() statments in .dbd file. |
| 1 lines of code changed in: src/makeBaseApp/Makefile (+1 -1) | |
|
anj 9/25/02 1:33 PM |
Added auto-registration of routines from .dbd function() statements |
| 40 lines of code changed in: src/registry/registerRecordDeviceDriver.pl (+40) | |
|
anj 9/25/02 1:30 PM |
Added support for function() statement in .dbd files |
| 84 lines of code changed in: src/dbStatic: dbBase.h (+4 -3), dbExpand.c (+1), dbLex.l (+1), dbLexRoutines.c (+21 -2), dbStaticLib.c (+43), dbStaticLib.h (+3 -1), dbToRecordtypeH.c (+3 -3), dbYacc.y (+8 -1) | |
|
jhill 9/24/02 12:52 PM |
fixed sun pro warning |
| 8 lines of code changed in: src/db: dbPutNotifyBlocker.cpp (+4 -3), dbPutNotifyBlocker.h (+2 -2), dbServiceIO.cpp (+2 -2) | |
|
jhill 9/24/02 12:51 PM |
fixed formatting and sun pro warning |
| 147 lines of code changed in: src/cas/example/directoryService/main.cc (+147 -145) | |
|
jhill 9/24/02 12:07 PM |
fixed gnu warnings |
| 7 lines of code changed in: src/db: dbPutNotifyBlocker.cpp (+5 -3), dbPutNotifyBlocker.h (+2 -2) | |
|
jhill 9/23/02 6:59 PM |
fixed string to enum conversion so that it allows strings with integers |
| 36 lines of code changed in: src/gdd/aitConvert.cc (+36 -6) | |
|
jhill 9/23/02 5:10 PM |
its probably best for a put callback to save a private copy of the users data that is being written |
| 44 lines of code changed in: src/db: dbPutNotifyBlocker.cpp (+25 -7), dbPutNotifyBlocker.h (+19 -1) | |
|
jhill 9/23/02 5:09 PM |
fixed purify errors occuring when an event callback deletes itself |
| 16 lines of code changed in: src/db/dbEvent.c (+16 -6) | |
|
jhill 9/23/02 12:05 PM |
fixed SPARC alignment with ca put notify |
| 184 lines of code changed in: src/rsrv: camessage.c (+159 -43), caservertask.c (+10 -15), server.h (+15 -25) | |
|
jhill 9/20/02 12:32 PM |
fixed sunpro warning |
| 5 lines of code changed in: src: cas/generic/beaconAnomalyGovernor.cc (+2 -2), gdd/gddEnumStringTable.cc (+3 -3) | |
|
jhill 9/20/02 12:23 PM |
fixed gnu warning |
| 2 lines of code changed in: src/ca/tcpRecvWatchdog.cpp (+2 -2) | |
|
jhill 9/20/02 11:49 AM |
workaround for sunpro virtual destructor multiply defined symbols problem |
| 21 lines of code changed in: src/ca/netIO.h (+21 -18) | |
![]()
Generated by StatCvs v0.1.3