Summary Period: 2002-09-20 to 2002-08-21 (Commits 6752-6851 of 9251)
|
jhill 9/20/02 11:48 AM |
cleanedup placement delete ifdef block |
| 8 lines of code changed in: src/ca/syncGroup.h (+8 -14) | |
|
jhill 9/20/02 11:20 AM |
lage constant needs to be unsigned |
| 1 lines of code changed in: src/libCom/osi/epicsTime.cpp (+1 -1) | |
|
jhill 9/20/02 11:01 AM |
simplified includes to avoid portability problems with different versions of windows |
| 2 lines of code changed in: src/libCom/osi/os/WIN32: osdEvent.c (+1 -5), osdMutex.c (+1 -7) | |
|
jhill 9/20/02 10:59 AM |
added newline at eof |
| 6 lines of code changed in: src/cas/generic: beaconAnomalyGovernor.h (+3 -2), beaconTimer.h (+3 -2) | |
|
jhill 9/19/02 5:08 PM |
fixed visual c++ 6.0 build issues |
| 55 lines of code changed in: documentation/KnownProblems.html (+39 -21) src/ca: nciu.cpp (+3 -4), nciu.h (+2 -2) src/libCom/osi/os/WIN32: osdEvent.c (+5 -3), osdMutex.c (+6 -3) | |
|
jhill 9/19/02 4:36 PM |
changed extensions from .cpp to .cc on several files |
| 172 lines of code changed in: src/cas/generic: beaconAnomalyGovernor.cc (new 83), beaconAnomalyGovernor.cpp (del), beaconTimer.cc (new 87), beaconTimer.cpp (del) | |
|
jhill 9/19/02 2:33 PM |
improved diagnostics |
| 20 lines of code changed in: src/ca/acctst.c (+20 -7) | |
|
jhill 9/19/02 2:30 PM |
installed beacon anomaly generator |
| 54 lines of code changed in: src/cas/build/Makefile (+2) src/cas/generic: caServer.cc (+8 -1), caServerI.cc (+23 -99), casdef.h (+5 -5), server.h (+13 -14) src/cas/generic/st: caServerOS.cc (+1 -39), casOSD.h (+2 -9) | |
|
jhill 9/19/02 2:28 PM |
fixed use of undefined status variable in diagnostic |
| 3 lines of code changed in: src/cas/generic/casStrmClient.cc (+3 -2) | |
|
jhill 9/19/02 2:26 PM |
installed |
| 92 lines of code changed in: src/cas/generic: beaconAnomalyGovernor.cpp (new 1), beaconAnomalyGovernor.h (new 43), beaconTimer.cpp (new 1), beaconTimer.h (new 47) | |
|
jhill 9/19/02 1:31 PM |
dont copy if the application types dont match and the source and dest are both not containers in smart copy |
| 9 lines of code changed in: src/gdd/gddAppTable.cc (+9 -3) | |
|
jhill 9/19/02 11:56 AM |
fixed wrong pointer with scalar bug |
| 3 lines of code changed in: src/gdd/gdd.cc (+3 -3) | |
|
jhill 9/18/02 7:54 PM |
fixed several bugs and tried to clean up some loose ends |
| 156 lines of code changed in: src/gdd/gdd.cc (+156 -82) | |
|
jhill 9/18/02 7:43 PM |
destroyData is nolonger inline |
| 1 lines of code changed in: src/gdd/gddI.h (+1 -27) | |
|
jhill 9/17/02 4:32 PM |
removed inappropriate use of init() out side of constructor |
| 51 lines of code changed in: src/gdd/gdd.cc (+51 -61) | |
|
jhill 9/17/02 4:30 PM |
fixed destroyData so that it consistently removes the bounds from all modes (this fixes a problem where a container returned to the app table free list was retaining the bounds from its previous lifetime) |
| 17 lines of code changed in: src/gdd/gddI.h (+17 -13) | |
|
jhill 9/17/02 1:13 PM |
fixed gnu detected problem |
| 2 lines of code changed in: src/libCom/timer/epicsTimer.cpp (+2 -2) | |
|
jhill 9/17/02 1:07 PM |
fixed gnu detected problem |
| 3 lines of code changed in: src/libCom/timer/epicsTimer.cpp (+3 -4) | |
|
jhill 9/17/02 1:00 PM |
improved message |
| 3 lines of code changed in: src/ca: caerr.h (+1 -1), udpiiu.cpp (+2 -2) | |
|
jhill 9/17/02 12:59 PM |
fixed gdd => dbr_gr_enum/dbr_ctrl_enum to handle off normal situations |
| 29 lines of code changed in: src/gdd/dbMapper.cc (+29 -5) | |
|
jhill 9/17/02 12:58 PM |
fixed gdd::put |
| 132 lines of code changed in: src/gdd/gdd.cc (+132 -141) | |
|
jhill 9/17/02 12:55 PM |
cosmetic |
| 2 lines of code changed in: src/gdd/gddI.h (+2 -2) | |
|
jhill 9/17/02 12:52 PM |
set the bounds when asking for the string table |
| 15 lines of code changed in: src/cas/generic/casPVI.cc (+15 -14) | |
|
jhill 9/17/02 12:51 PM |
added new function that sets the bounds on an pplication type within a container |
| 84 lines of code changed in: src/cas/generic/casStrmClient.cc (+84 -105) | |
|
jhill 9/17/02 12:50 PM |
added new function |
| 4 lines of code changed in: src/cas/generic/server.h (+4 -1) | |
|
jhill 9/11/02 6:30 PM |
fixed beacon detect logic does not detect reconnected servers |
| 37 lines of code changed in: src/ca: bhe.cpp (+22 -5), bhe.h (+4 -4), caProto.h (+3 -1), cac.cpp (+2 -2), cac.h (+2 -2), casw.cpp (+2 -2), udpiiu.cpp (+2 -2) | |
|
jhill 9/11/02 3:54 PM |
eliminate disconnect message from ca_task_exit |
| 34 lines of code changed in: src/ca: Makefile (-1), cac.cpp (+4 -2), cacIO.h (+2 -1), limboiiu.cpp (del), nciu.h (+8 -2), netiiu.h (+1 -32), oldAccess.h (+2 -1), oldChannelNotify.cpp (+6 -1), tcpiiu.cpp (+1 -7), udpiiu.cpp (+9 -5) | |
|
jhill 9/11/02 3:51 PM |
use const for the channel name pointer |
| 4 lines of code changed in: src/ca/nciu.cpp (+4 -3) | |
|
jhill 9/11/02 3:50 PM |
added client does not see server's beacons troubleshooting hyperlink |
| 7 lines of code changed in: src/ca/CAref.html (+7 -1) | |
|
jhill 9/11/02 3:48 PM |
NTP timestamp test |
| 17 lines of code changed in: src/libCom/test/epicsTimeTest.cpp (+17) | |
|
jhill 9/11/02 3:47 PM |
avoid strange problems with ms compiler that appear to be influenced by using inline functions with the expireStatus class |
| 46 lines of code changed in: src/libCom/timer: epicsTimer.cpp (+41 -1), epicsTimer.h (+5 -29) | |
|
jhill 9/11/02 3:45 PM |
cosmetic |
| 1 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+1 -2) | |
|
jhill 9/11/02 3:44 PM |
avoid problems when the osd thread priority isnt mapable to the epics priority range |
| 32 lines of code changed in: src/libCom/osi/os/WIN32/osdThread.c (+32 -17) | |
|
jhill 9/10/02 2:07 PM |
use sizeof to determine no chars in type unsigned |
| 2 lines of code changed in: src/libCom/osi/os/default/osiWireFormat.h (+2 -2) | |
|
jhill 9/9/02 5:45 PM |
NTP time stamp conversion |
| 28 lines of code changed in: src/libCom/osi: epicsTime.cpp (+21 -66), epicsTime.h (+7 -14) | |
|
jhill 9/9/02 5:17 PM |
removed infinite loop when regression test runs prior to init |
| 6 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+6 -6) | |
|
norume 9/9/02 2:30 PM |
Update comment. Optimization to level -O3 still fails on OS X (Jaguar). |
| 4 lines of code changed in: configure/os/CONFIG.darwin-ppc.darwin-ppc (+4 -2) | |
|
norume 9/9/02 10:39 AM |
Jaguar provides gmtime_r and localtime_r so the Posix versions can be used. Still no CLOCK_REALTIME in Jaguar, so we can't just get rid of the Darwin- specific version of this file. |
| 3 lines of code changed in: src/libCom/osi/os/Darwin/osdTime.cpp (+3 -29) | |
|
jhill 9/6/02 7:21 PM |
include errno.h |
| 2 lines of code changed in: src/libCom/osi/os/default/osdEnv.c (+2 -1) | |
|
jhill 9/6/02 7:13 PM |
include osiSock.h |
| 6 lines of code changed in: src/ca/addrList.h (+6 -5) | |
|
jhill 9/6/02 7:12 PM |
cosmetic |
| 2 lines of code changed in: src/ca/udpiiu.cpp (+2 -2) | |
|
jhill 9/6/02 7:12 PM |
dont include osiSock.h from the envDefs.h header file |
| 5 lines of code changed in: src/libCom/env: envDefs.h (+3 -2), envSubr.c (+2 -2) | |
|
jhill 9/6/02 7:09 PM |
perform FILETIME conversions only on windows because monolithic win32 header files are incompatible with other things in EPICS and we cant include windows.h in osdTime.h |
| 78 lines of code changed in: src/libCom: osi/epicsTime.cpp (+1 -98), test/epicsTimeTest.cpp (-10) src/libCom/osi/os: Darwin/osdTime.h (+1 -9), Linux/osdTime.h (+1 -10), RTEMS/osdTime.h (+2 -9), VMS/osdTime.h (+1 -10), posix/osdTime.h (+1 -8), vxWorks/osdTime.h (-7) src/libCom/osi/os/WIN32: dllmain.cpp (+1 -2), osdEvent.c (+2 -7), osdMutex.c (+2 -7), osdNetIntf.c (+1 -2), osdProcess.c (+1 -2), osdSock.c (+1 -2), osdThread.c (+2 -7), osdThreadPrivate.h (del), osdTime.cpp (+60 -56), osdTime.h (+1 -3) | |
|
jhill 9/5/02 7:45 PM |
fixed file time to epicsTime conversion |
| 3 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+3 -2) | |
|
jhill 9/4/02 5:27 PM |
removed use of explicit (void) argument list because this is redundant in C++ |
| 24 lines of code changed in: src/cas/generic: caServer.cc (+5 -5), caServerIIL.h (+9 -9), casdef.h (+5 -3), server.h (+5 -5) | |
|
jhill 9/4/02 5:09 PM |
cosmetic |
| 93 lines of code changed in: src/libCom/misc/epicsTypes.h (+93 -93) | |
|
jhill 9/4/02 5:07 PM |
fixed msvisc++ warning |
| 3 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+3 -2) | |
|
norume 9/4/02 5:04 PM |
Add support for Windows FILETYPE time stamps. |
| 12 lines of code changed in: src/libCom/osi/os: Darwin/osdTime.h (+9 -1), RTEMS/osdTime.h (+3 -3) | |
|
jhill 9/4/02 3:30 PM |
added win32 filetime test |
| 13 lines of code changed in: src/libCom/test/epicsTimeTest.cpp (+13 -3) | |
|
jhill 9/4/02 12:51 PM |
workaround for SUNPRO bogosity |
| 6 lines of code changed in: src/libCom/osi/epicsTime.cpp (+6 -6) | |
|
jhill 9/4/02 12:02 PM |
fixed linux warning |
| 4 lines of code changed in: src/libCom/osi/epicsTime.cpp (+4 -3) | |
|
jhill 9/4/02 11:30 AM |
added conversion between epicsTime and win32 FILETIME |
| 229 lines of code changed in: src/libCom/osi: epicsTime.cpp (+98), epicsTime.h (+84 -78) src/libCom/osi/os: Linux/osdTime.h (+10 -1), RTEMS/osdTime.h (+9 -3), VMS/osdTime.h (+10 -1), posix/osdTime.h (+8 -1), vxWorks/osdTime.h (+7) src/libCom/osi/os/WIN32: osdSock.h (-6), osdTime.h (+3 -1) | |
|
jhill 9/4/02 9:39 AM |
added doc for structures |
| 1 lines of code changed in: src/ca/CAref.html (+1 -1) | |
|
jhill 9/3/02 4:27 PM |
doc |
| 39 lines of code changed in: src/ca/cadef.h (+39 -32) | |
|
jhill 9/3/02 4:26 PM |
documented structures passed by value to callbacks |
| 103 lines of code changed in: src/ca/CAref.html (+103 -55) | |
|
jhill 8/29/02 12:02 PM |
added ipIgnoreEntry.cc |
| 1 lines of code changed in: src/cas/build/Makefile (+1) | |
|
jhill 8/29/02 12:01 PM |
installed |
| 51 lines of code changed in: src/cas/io/bsdSocket/ipIgnoreEntry.cpp (new 51) | |
|
jhill 8/29/02 12:01 PM |
dont include shareLib.h more than necessary |
| 9 lines of code changed in: src/cas/generic/st/casOSD.h (+9 -5) | |
|
jhill 8/29/02 12:00 PM |
cosmetic |
| 3 lines of code changed in: src/cas/generic/st/casStreamOS.cc (+3 -3) | |
|
jhill 8/29/02 11:59 AM |
add support for ignoring requests from certain addresses |
| 142 lines of code changed in: src/cas/io/bsdSocket: casDGIntfIO.cc (+78 -42), casIOD.h (+43 -15), casIODIL.h (+21 -1) | |
|
jhill 8/29/02 11:58 AM |
cosmetic |
| 17 lines of code changed in: src/cas/io/bsdSocket/casIntfIO.cc (+17 -16) | |
|
jhill 8/29/02 11:56 AM |
removed cvs revisions in header |
| 1 lines of code changed in: src/cas/io/bsdSocket/casStreamIO.cc (+1 -88) | |
|
jhill 8/29/02 11:56 AM |
removed ifdefs |
| 2 lines of code changed in: src/cas/generic/caNetAddr.cc (+2 -5) | |
|
jhill 8/29/02 11:55 AM |
dont include shareLib.h more than necessary |
| 1 lines of code changed in: src/cas/generic/caNetAddr.h (+1 -4) | |
|
jhill 8/29/02 11:55 AM |
errSymFind -> errSymLookup |
| 3 lines of code changed in: src/cas/generic/casClient.cc (+3 -10) | |
|
jhill 8/29/02 11:53 AM |
dont include shareLib.h more than necessary |
| 4 lines of code changed in: src/cas/generic: casEventMask.h (+2 -3), casdef.h (+2 -3) | |
|
jhill 8/29/02 11:53 AM |
Deal with postpone status returned from an enum string table cache fetch initiate chained to an asynchronous create PV by printing a message and not filling in the cache. This can be fixed easier later once the server is threaded again. |
| 20 lines of code changed in: src/cas/generic/casStrmClient.cc (+20 -8) | |
|
jhill 8/29/02 11:49 AM |
cosmetic |
| 3 lines of code changed in: src/cas/generic/server.h (+3 -3) | |
|
jhill 8/29/02 11:45 AM |
doc |
| 34 lines of code changed in: src/libCom/misc/shareLib.h (+34 -20) | |
|
jhill 8/29/02 11:45 AM |
1) depricated errSymFind function because errSymLookup below provides a better interface 2) added errSymLookup function with these improvements o receive a buffer length from user and therefore never overwrite the users buffer o return void and always copy a string into the users buffer. If the error code cant be found then copy in a message with the error code's raw numbers in it. 3) removed prototypes for nonexistent fuinctions from header file |
| 117 lines of code changed in: src/libCom/error: errMdef.h (+6 -7), errSymLib.c (+95 -51), errlog.c (+16 -26) | |
|
jhill 8/29/02 10:17 AM |
added EPICS_CAS_IGNORE_ADDR_LIST |
| 3 lines of code changed in: src/libCom/env/envDefs.h (+3 -2) | |
|
jhill 8/29/02 10:09 AM |
dont include shareLib.h more than necessary |
| 18 lines of code changed in: src/db/dbCAC.h (+5 -8) src/ca: bhe.h (+2 -4), cac.h (+5 -7), cacIO.h (+3 -5), cadef.h (+2 -4), caerr.h (+1 -2) | |
|
jhill 8/29/02 10:09 AM |
added doc for o EPICS_CAS_INTF_ADDR_LIST o dbr_type_to_text o and many small clarifications |
| 98 lines of code changed in: src/ca/CAref.html (+98 -34) | |
|
jhill 8/29/02 10:02 AM |
dont include shareLib.h more than necessary |
| 2 lines of code changed in: src/ca/db_access.h (+2 -4) | |
|
jhill 8/29/02 10:01 AM |
cosmetic |
| 2 lines of code changed in: src/ca/inetAddrID.h (+2 -2) | |
|
jhill 8/29/02 10:00 AM |
removed junk |
| 3 lines of code changed in: src/ca/iocinf.h (+3 -6) | |
|
jhill 8/29/02 9:57 AM |
dont include shareLib.h more than necessary |
| 22 lines of code changed in: src/ca: nciu.h (+5 -8), oldAccess.h (+3 -6), repeaterClient.h (+5 -8), searchTimer.h (+2 -3), syncGroup.h (+5 -8), udpiiu.h (+2 -4) | |
|
jhill 8/29/02 9:55 AM |
added EPICS_CAS_IGNORE_ADDR_LIST |
| 4 lines of code changed in: configure/CONFIG_ENV (+4 -95) | |
|
jba 8/28/02 12:38 PM |
Updated docs for R3.14.0beta2 |
| 46 lines of code changed in: documentation: ConvertingR3.14.0beta1AppsTobeta2.html (+15 -5), KnownProblems.html (+31) | |
|
jhill 8/26/02 12:33 PM |
print dbr type as a text string |
| 7 lines of code changed in: src/util/ca_test.c (+7 -4) | |
|
jhill 8/22/02 4:42 PM |
dont allow asynchronous completion error code to drop down to lower layers |
| 10 lines of code changed in: src/cas/generic/casStrmClient.cc (+10 -9) | |
|
jhill 8/22/02 4:16 PM |
dont print disconnect message if there are zero bytes to send |
| 10 lines of code changed in: src/cas/io/bsdSocket/casStreamIO.cc (+10 -2) | |
|
jhill 8/22/02 2:38 PM |
added an example for indexing arrays within a structured CA data type |
| 98 lines of code changed in: src/ca/CAref.html (+98 -12) | |
|
jhill 8/22/02 11:26 AM |
index entry for ca_sate |
| 4 lines of code changed in: src/ca/CAref.html (+4 -4) | |
|
jhill 8/22/02 11:05 AM |
fixed sun pro warnings |
| 5 lines of code changed in: src/ca/cac.cpp (+5 -5) | |
|
jhill 8/22/02 10:51 AM |
fixed sun pro warnings |
| 53 lines of code changed in: src/libCom/cxxTemplates/resourceLib.h (+7 -7) src/ca: access.cpp (+1 -2), cac.cpp (+22 -22), tcpiiu.cpp (+7 -3) src/cas/generic: casChannelI.cc (+2 -2), casCoreClient.cc (+5 -5), casEventSys.cc (+2 -2), casPVListChan.cc (+3 -3), casdef.h (+2 -2), pvExistReturn.cc (+2 -2) | |
|
jhill 8/22/02 9:39 AM |
avoid comparison between signed and unsigned numbers |
| 10 lines of code changed in: src/cas/generic/casPVIIL.h (+10 -9) | |
|
jhill 8/22/02 9:37 AM |
use const for string arguments that are not modified |
| 6 lines of code changed in: src/libCom/env/envDefs.h (+2 -2) src/libCom/osi/os: default/osdEnv.c (+2 -2), vxWorks/osdEnv.c (+2 -2) | |
|
jhill 8/21/02 7:00 PM |
fixed enum string table cache update so that it can complete asynchronously |
| 317 lines of code changed in: src/cas/generic: casAsyncIOI.cc (+9 -12), casAsyncPVAttachIO.cc (+15 -15), casAsyncPVExistIO.cc (+2 -2), casAsyncReadIO.cc (+33 -9), casAsyncWriteIO.cc (+20 -20), casCoreClient.cc (+12 -2), casCoreClientIL.h (+10 -1), casInternal.h (+24 -64), casPVI.cc (+74 -70), casStrmClient.cc (+90 -57), server.h (+28 -32) | |
|
jhill 8/21/02 6:57 PM |
fixed reference to freed memory |
| 13 lines of code changed in: src/libCom/timer: timer.cpp (+2 -1), timerQueue.cpp (+11 -14) | |
|
anj 8/21/02 5:21 PM |
Minor edits; mainly that tech-talk is now the only EPICS mailing list we ever talk about in public. |
| 21 lines of code changed in: documentation: README.1st (+4 -3), README.html (+17 -17) | |
|
norume 8/21/02 4:08 PM |
Reorder library searches to avoid some problems when linking applications which include the GPIB driver add-on modules. |
| 2 lines of code changed in: configure/os/CONFIG.Common.RTEMS (+2 -2) | |
|
jhill 8/21/02 11:42 AM |
installed new source files |
| 3 lines of code changed in: src/cas/build/Makefile (+3 -2) | |
|
jhill 8/21/02 11:33 AM |
installed |
| 354 lines of code changed in: src/cas/generic: caNetAddr.cc (new 201), pvAttachReturn.cc (new 94), pvExistReturn.cc (new 59) | |
|
jhill 8/21/02 11:33 AM |
converted inlines to ordinary functions |
| 35 lines of code changed in: src/cas/generic/caNetAddr.h (+35 -196) | |
|
jhill 8/21/02 11:31 AM |
use bool for boolean variable |
| 4 lines of code changed in: src/cas/generic/casAsyncIOI.cc (+4 -7) | |
|
jhill 8/21/02 11:30 AM |
removed inlines from class definition |
| 54 lines of code changed in: src/cas/generic: casAsyncReadIO.cc (+3 -4), casdef.h (+51 -125) | |
|
jhill 8/21/02 11:29 AM |
use bool for boolean variable |
| 3 lines of code changed in: src/cas/generic/casDGClient.cc (+3 -3) | |
|
jhill 8/21/02 11:29 AM |
define epicsExportSharedSymbols correctly |
| 10 lines of code changed in: src/cas/generic/casEventMask.h (+10 -1) | |
|
jhill 8/21/02 11:27 AM |
use bool for boolean variable |
| 10 lines of code changed in: src/cas/generic/casInternal.h (+10 -10) | |
![]()
Generated by StatCvs v0.1.3