Summary Period: 2002-01-16 to 2001-10-16 (Commits 5952-6051 of 9251)
|
lange 1/16/02 10:08 AM |
Explicit cast to fix HP aCC warning. |
| 3 lines of code changed in: src/ca/comQueRecv.h (+3 -3) | |
|
lange 1/16/02 10:04 AM |
Fixed function name misspelling. |
| 8 lines of code changed in: src/ca: netiiu.cpp (+2 -2), netiiu.h (+2 -2), tcpiiu.cpp (+2 -2), virtualCircuit.h (+2 -2) | |
|
lange 1/16/02 9:58 AM |
Commented out redundant extern "C" declarations to avoid HP aCC errors |
| 131 lines of code changed in: src/ca/access.cpp (+131 -66) | |
|
jhill 1/15/02 2:02 PM |
fixed to preserve 8 byte alignment |
| 2 lines of code changed in: src/libCom/cxxTemplates/tsFreeList.h (+2 -2) | |
|
jba 1/15/02 11:36 AM |
Tool used to install shared libs changed from INSTALL to INSTALL_LIBRARY. |
| 2 lines of code changed in: configure/RULES_BUILD (+2 -2) | |
|
jhill 1/15/02 10:46 AM |
fixed to preserve 8 byte alignment |
| 2 lines of code changed in: src/libCom/cxxTemplates/tsFreeList.h (+2 -2) | |
|
jhill 1/15/02 10:24 AM |
use type bool for single bit bitfields |
| 7 lines of code changed in: src/ca/cacIO.h (+7 -7) | |
|
jba 1/11/02 4:52 PM |
Updated build rule. |
| 2 lines of code changed in: src/cas/example/directoryService/Makefile (+2 -2) | |
|
jba 1/11/02 10:44 AM |
Added T_A specific TARGET flags. |
| 12 lines of code changed in: configure/CONFIG_COMMON (+12 -6) | |
|
jhill 1/11/02 10:26 AM |
fixed HPUX warning |
| 4 lines of code changed in: src/ca/cacIO.h (+4 -4) | |
|
jhill 1/10/02 7:43 PM |
changed message |
| 3 lines of code changed in: src/db/dbServiceIO.cpp (+3 -3) | |
|
lange 1/9/02 9:28 AM |
Bugfix: multiple line string constant |
| 3 lines of code changed in: src/db/dbServiceIO.cpp (+3 -3) | |
|
lange 1/9/02 9:28 AM |
Fixed HP-UX warning |
| 2 lines of code changed in: src/db/dbChannelIOIL.h (+2 -4) | |
|
jhill 1/8/02 7:13 PM |
will not build with GNU unless the enum is defined |
| 1 lines of code changed in: src/ca/caDiagnostics.h (+1) | |
|
jhill 1/8/02 6:57 PM |
dont allow local PVs to connect unless the client ctx allows preemptive callback |
| 11 lines of code changed in: src/db: dbPutNotifyBlocker.cpp (+4 -5), dbServiceIO.cpp (+7 -1) | |
|
jhill 1/8/02 6:56 PM |
added new routine that tests if preemptive callback is enabled |
| 11 lines of code changed in: src/ca/access.cpp (+11 -1) | |
|
jhill 1/8/02 6:55 PM |
added a new parameter to the regresion test |
| 27 lines of code changed in: src/ca: acctst.c (+5 -1), acctstMain.c (+22 -3) | |
|
jhill 1/8/02 6:54 PM |
added new routine that tests if preemptive callback is enabled |
| 2 lines of code changed in: src/ca/cadef.h (+2 -1) | |
|
jhill 1/8/02 6:54 PM |
added a new parameter to the regresion test |
| 2 lines of code changed in: src/ca/caDiagnostics.h (+2 -1) | |
|
jhill 1/7/02 7:17 PM |
use proper form of delete |
| 5 lines of code changed in: src/gdd/gdd.cc (+5 -2) | |
|
jba 1/4/02 9:52 AM |
Updated Exceed definitions and added z lib definitions. |
| 67 lines of code changed in: src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86.win32-x86 (+67 -16) | |
|
jba 12/19/01 9:43 AM |
Added zlib definitions. |
| 17 lines of code changed in: src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc (+17 -1) | |
|
jba 12/19/01 9:35 AM |
Removed duplicate ifdef test. |
| 1 lines of code changed in: src/makeBaseExt/top/configure/CONFIG_EXTENSIONS (+1 -3) | |
|
jhill 12/13/01 7:00 PM |
removed extra semi-colon |
| 2 lines of code changed in: src/libCom/osi/os/posix/osdTime.cpp (+2 -1) | |
|
jhill 12/13/01 6:55 PM |
improved test |
| 6 lines of code changed in: src/libCom/test/epicsTimeTest.cpp (+6 -3) | |
|
jhill 12/13/01 6:51 PM |
1) distinguish between struct tm in local timezone and a struct tm in UTC 2) added new osd routines to replace gmtime_t and localtime_t because the vxWorks interface does not follow posix RT |
| 85 lines of code changed in: src/libCom/osi: epicsTime.cpp (+58 -32), epicsTime.h (+27 -6) | |
|
jhill 12/13/01 6:45 PM |
added new osd routines |
| 119 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+119 -55) | |
|
jhill 12/13/01 6:43 PM |
removed func proto for gmtime_r and localtime_r |
| 1 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.h (+1 -4) | |
|
jhill 12/13/01 6:42 PM |
added new osd routines |
| 49 lines of code changed in: src/libCom/osi/os: posix/osdTime.cpp (+22), vxWorks/osdTime.cpp (+27 -1) | |
|
jhill 12/13/01 6:39 PM |
fixed comment |
| 1 lines of code changed in: src/libCom/timer/epicsTimer.h (+1 -1) | |
|
jhill 12/13/01 6:36 PM |
use EPICS_FREELIST_DEBUG for debug builds |
| 14 lines of code changed in: src/libCom: cxxTemplates/tsFreeList.h (+8 -3), freeList/freeListLib.c (+6 -5) | |
|
jhill 12/13/01 6:32 PM |
define EPICS_FREELIST_DEBUG for debug builds |
| 3 lines of code changed in: configure/os/CONFIG.win32-x86.win32-x86 (+3 -3) | |
|
jhill 11/20/01 5:33 PM |
moved CVS revision |
| 2 lines of code changed in: src/ca/CAref.html (+2 -2) | |
|
jhill 11/20/01 5:26 PM |
added CVS revision |
| 2 lines of code changed in: src/ca/CAref.html (+2 -1) | |
|
jhill 11/20/01 10:35 AM |
fixed index |
| 50 lines of code changed in: src/ca/CAref.html (+50 -53) | |
|
mrk 11/16/01 8:15 AM |
dbCaGetLink must return -1 when sevr = INVALID |
| 3 lines of code changed in: src/db/dbCa.c (+3 -3) | |
|
jba 11/13/01 4:23 PM |
Added a remove of target to some rules. |
| 5 lines of code changed in: configure/RULES_BUILD (+5 -1) | |
|
norume 11/7/01 8:21 AM |
Add note about RTEMS NTP synchronization. |
| 8 lines of code changed in: KnownProblems.html (+8) | |
|
norume 11/7/01 8:20 AM |
Try for a minute or so. This makes the code match the documentation. |
| 2 lines of code changed in: src/RTEMS/base/rtems_init.c (+2 -2) | |
|
norume 11/7/01 8:19 AM |
Don't lock up if no NTP time synchronization packet is received. Try for about 30 seconds then set the date and time to a default value (January 1, 2001). This should make it easier for people to get EPICS/RTEMS working since they can try out the example application without having an NTP server on their network. |
| 23 lines of code changed in: src/RTEMS/base/rtems_init.c (+23 -3) | |
|
mrk 11/6/01 11:08 AM |
doesnt belong |
| 0 lines of code changed in: src/rec/choiceScan.h (del) | |
|
jhill 10/30/01 10:57 AM |
improved doc on direct acces to fields in the per channel structure |
| 12 lines of code changed in: src/ca/CAref.html (+12 -16) | |
|
jhill 10/29/01 6:04 PM |
fixed format of code embedded in descriptive text |
| 7 lines of code changed in: src/ca/CAref.html (+7 -6) | |
|
jhill 10/29/01 6:01 PM |
added warning about direct access to fields in the channel structure |
| 31 lines of code changed in: src/ca/CAref.html (+31 -3) | |
|
jhill 10/25/01 4:50 PM |
fixed sun pro warnings |
| 9 lines of code changed in: src/cas/generic: casChannelIIL.h (+3 -3), casInternal.h (+3 -3), casPVIIL.h (+3 -3) | |
|
mrk 10/25/01 2:18 PM |
remove RTEMS comment |
| 0 lines of code changed in: KnownProblems.html (-15) | |
|
mrk 10/25/01 2:10 PM |
add epicsReadLine |
| 25 lines of code changed in: KnownProblems.html (+25 -3) | |
|
norume 10/25/01 1:55 PM |
Fix notes about RTEMS TFTP chdir restrictions. |
| 1 lines of code changed in: KnownProblems.html (-15), RELEASE_NOTES.html (+1 -1) | |
|
mrk 10/25/01 1:23 PM |
New document |
| 18 lines of code changed in: KnownProblems.html (new 18) | |
|
jhill 10/25/01 12:27 PM |
fixed multiply defined symbol on Solaris 8 with GNU version ???? |
| 1 lines of code changed in: src/cas/generic/casEventMask.cc (+1 -2) | |
|
anj 10/25/01 11:13 AM |
getc() returns an int, char is unsigned on some archs so can't hold EOF. |
| 1 lines of code changed in: src/libCom/osi/os/default/epicsReadline.c (+1 -1) | |
|
jba 10/24/01 1:27 PM |
Changed alpha3 to beta1. |
| 11 lines of code changed in: READMEconvertingR3.13AppsToR3.14.html (+11 -11) | |
|
jhill 10/24/01 10:34 AM |
UDP wakeup message when channel is deleted is not required |
| 2 lines of code changed in: src/ca/cac.cpp (+2 -3) | |
|
jhill 10/24/01 10:33 AM |
dont send udp wakeup message if the socket is closed |
| 5 lines of code changed in: src/ca/udpiiu.cpp (+5 -1) | |
|
jhill 10/24/01 10:33 AM |
dont run if they specify zero channels |
| 5 lines of code changed in: src/ca/catime.c (+5) | |
|
jba 10/24/01 10:11 AM |
Added RTEMS changes. |
| 18 lines of code changed in: READMEconvertingR3.14.0alpha2AppsTobeta1.html (+18 -1) | |
|
jhill 10/23/01 7:11 PM |
remove inline |
| 1 lines of code changed in: src/cas/io/bsdSocket/casDGIntfIO.cc (+1 -1) | |
|
jhill 10/23/01 6:39 PM |
fixed format |
| 2 lines of code changed in: src/cas/generic/st/casIntfOS.cc (+2 -3) | |
|
jhill 10/23/01 6:39 PM |
avoid problems with the GNU inliner in gcc 2.96 |
| 20 lines of code changed in: src/cas/io/bsdSocket: casDGIntfIO.cc (+10), casIODIL.h (-17), casIntfIO.cc (+10 -1) | |
|
jba 10/23/01 9:13 AM |
Updates for beta1. |
| 27 lines of code changed in: READMEconvertingR3.14.0alpha2AppsTobeta1.html (+27 -11) | |
|
jba 10/22/01 2:32 PM |
Expand macros after all RELEASE files are read. |
| 8 lines of code changed in: configure/tools/convertRelease.pl (+8 -3) | |
|
jhill 10/22/01 1:04 PM |
format |
| 2 lines of code changed in: src/libCom/osi/os/WIN32/osdProcess.c (+2 -2) | |
|
jhill 10/22/01 1:03 PM |
changed tabs to spaces |
| 60 lines of code changed in: src/libCom/logClient/logClient.c (+60 -60) | |
|
jhill 10/22/01 1:01 PM |
formatting |
| 17 lines of code changed in: src/util/iocLogServer.c (+17 -18) | |
|
jhill 10/22/01 1:01 PM |
removed redundant ; |
| 5 lines of code changed in: src/gdd/aitGen.c (+5 -2) | |
|
jhill 10/22/01 12:59 PM |
minor tweaking to debug options |
| 12 lines of code changed in: configure/os/CONFIG.win32-x86.win32-x86 (+12 -8) | |
|
jhill 10/22/01 12:49 PM |
fixed borland warning |
| 1 lines of code changed in: src/libCom/logClient/logClient.c (+1 -3) | |
|
jhill 10/22/01 12:14 PM |
fixed warning and cleaned up the source a bit |
| 5 lines of code changed in: src/util/iocLogServer.c (+5 -94) | |
|
jhill 10/22/01 12:00 PM |
properly export functions within |
| 1 lines of code changed in: src/gdd/gddEnumStringTable.cc (+1) | |
|
jhill 10/22/01 11:59 AM |
fixed comment |
| 2 lines of code changed in: src/gdd/gddEnumStringTable.h (+2 -1) | |
|
jhill 10/22/01 11:51 AM |
fixed warning |
| 3 lines of code changed in: src/rsrv/caservertask.c (+3 -3) | |
|
jhill 10/22/01 11:39 AM |
fixed borland build issue |
| 14 lines of code changed in: src/libCom/timer/epicsTimer.cpp (+14 -14) | |
|
jhill 10/22/01 11:21 AM |
fixed missing return code |
| 1 lines of code changed in: src/gdd/gddEnumStringTable.cc (+1) | |
|
jhill 10/22/01 11:17 AM |
fixed warnings |
| 15 lines of code changed in: src/libCom/cxxTemplates: resourceLib.h (+3 -5), tsSLList.h (+12 -3) | |
|
jhill 10/21/01 10:39 PM |
dont use implicit template instantiation because Tornado II GNU isnt ready |
| 11 lines of code changed in: src/ca: bhe.cpp (+2 -1), cac.cpp (+3 -1), nciu.cpp (+2 -2), netiiu.cpp (+4 -4) | |
|
jhill 10/21/01 10:20 PM |
dont use implicit template instantiation because Tornado II GNU isnt ready |
| 1 lines of code changed in: configure/CONFIG.gnuCommon (+1 -1) | |
|
jhill 10/21/01 10:13 PM |
turn of ms already instantiated warning |
| 302 lines of code changed in: src: cas/example/directoryService/directoryServer.cc (+9), libCom/test/epicsTimerTest.cpp (+10 -1) src/ca: CASG.cpp (+10 -1), bhe.cpp (+10 -1), bhe.h (+3 -2), cac.cpp (+10 -1), comBuf.cpp (+10 -1), getCallback.cpp (+10 -1), getCopy.cpp (+10 -1), hostNameCache.cpp (+10 -1), msgForMultiplyDefinedPV.cpp (+10 -1), nciu.cpp (+10 -1), netIO.h (+11 -10), netiiu.cpp (+10 -1), oldChannelNotify.cpp (+10 -1), oldSubscription.cpp (+10 -1), putCallback.cpp (+10 -1), repeater.cpp (+12 -1) src/cas/generic: caServerI.cc (+10 -1), casEventMask.cc (+10 -1) src/db: dbChannelIO.cpp (+10 -1), dbPutNotifyBlocker.cpp (+10 -1), dbServiceIO.cpp (+10 -1), dbSubscriptionIO.cpp (+11 -1) src/libCom/cxxTemplates: resourceLib.h (+22 -1), tsFreeList.h (+4 -2) src/libCom/fdmgr: fdManager.cpp (+10 -1), fdmgr.cpp (+10 -1) src/libCom/timer: epicsTimer.cpp (+10 -1), timer.cpp (+10 -1) | |
|
jhill 10/21/01 9:40 PM |
use explicit template instantiation |
| 3 lines of code changed in: src/cas/example/directoryService/directoryServer.cc (+3) | |
|
jhill 10/19/01 7:45 PM |
use explicit template instatiation |
| 19 lines of code changed in: src/db: dbChannelIO.cpp (+3 -1), dbPutNotifyBlocker.cpp (+7 -5), dbServiceIO.cpp (+7 -2), dbSubscriptionIO.cpp (+2 -1) | |
|
jhill 10/19/01 7:41 PM |
use explicit template instantiation |
| 95 lines of code changed in: src/libCom/test/epicsTimerTest.cpp (+5 -1) src/ca: CASG.cpp (+6 -1), bhe.cpp (+3 -1), cac.cpp (+15 -1), comBuf.cpp (+6 -1), comQueSend.cpp (+1 -4), getCallback.cpp (+3 -1), getCopy.cpp (+3 -1), hostNameCache.cpp (+3 -1), iocinf.cpp (+4 -2), msgForMultiplyDefinedPV.cpp (+5 -2), nciu.cpp (+4 -1), netiiu.cpp (+3 -1), oldChannelNotify.cpp (+3 -1), oldSubscription.cpp (+3 -1), putCallback.cpp (+3 -1), repeater.cpp (+2 -1), syncGroupReadNotify.cpp (+2 -2), udpiiu.cpp (+3 -3) src/libCom/fdmgr: fdManager.cpp (+5 -1), fdmgr.cpp (+5 -1) src/libCom/timer: epicsTimer.cpp (+5 -1), timer.cpp (+3 -1) | |
|
jhill 10/19/01 7:36 PM |
use explicit templ instantiation |
| 28 lines of code changed in: src/cas/generic: caServerI.cc (+7 -1), casEventMask.cc (+4 -1), casPVI.cc (+17 -9) | |
|
jhill 10/19/01 7:08 PM |
remove use of std lib for now |
| 308 lines of code changed in: src/cas/generic: casChannelIIL.h (+2 -2), casInternal.h (+4 -4), casPVI.cc (+16 -8), casPVIIL.h (+2 -2) src/gdd: Makefile (+4 -2), aitConvert.cc (+41 -39), aitConvert.h (+15 -9), aitGen.c (+9 -6), dbMapper.cc (+41 -38), dbMapper.h (+5 -2), gddEnumStringTable.cc (new 130), gddEnumStringTable.h (new 39) | |
|
jhill 10/18/01 6:42 PM |
fixed diagnostic |
| 2 lines of code changed in: src/libCom/osi/os/WIN32/osdNetIntf.c (+2 -2) | |
|
jhill 10/18/01 6:39 PM |
fixed diagnostic message |
| 14 lines of code changed in: src/libCom/osi/os/default/osdNetIntf.c (+14 -14) | |
|
jhill 10/18/01 6:24 PM |
improved warning messages |
| 7 lines of code changed in: src/libCom/osi/os/default/osdNetIntf.c (+7 -7) | |
|
jhill 10/18/01 5:32 PM |
call tcp fd reg callback from UDP thread |
| 23 lines of code changed in: src/ca/cac.cpp (+23 -4) | |
|
jhill 10/18/01 5:29 PM |
added privateUninstallIIU() |
| 2 lines of code changed in: src/ca/cac.h (+2 -1) | |
|
jhill 10/18/01 5:29 PM |
use string.h until std c++ lib is stable |
| 2 lines of code changed in: src/ca/localHostName.h (+2 -2) | |
|
jhill 10/18/01 5:28 PM |
moved the tcp fd reg to be called from the udp thread |
| 19 lines of code changed in: src/ca/tcpiiu.cpp (+19 -15) | |
|
jhill 10/18/01 5:26 PM |
moved the udp fd reg to be called from the user thread |
| 9 lines of code changed in: src/ca/udpiiu.cpp (+9 -5) | |
|
jhill 10/18/01 5:23 PM |
added start(), removed destroy(), and made connect() private |
| 3 lines of code changed in: src/ca/virtualCircuit.h (+3 -3) | |
|
mrk 10/18/01 7:17 AM |
change EPICS_TIMEZONE |
| 3 lines of code changed in: configure/CONFIG_SITE_ENV (+3 -3) | |
|
jhill 10/17/01 5:23 PM |
doc |
| 1 lines of code changed in: README.WIN32 (+1 -1) | |
|
jhill 10/17/01 5:18 PM |
fixed doc |
| 3 lines of code changed in: README.WIN32 (+2 -2) | |
|
jhill 10/17/01 5:16 PM |
better doc |
| 1 lines of code changed in: README.WIN32 (+1 -1) | |
|
jhill 10/17/01 5:10 PM |
improved doc for persons building EPICS applications with visual C++ |
| 24 lines of code changed in: README.WIN32 (+24 -11) | |
|
jba 10/17/01 3:44 PM |
Added read of RELEASE.<EPICS_HOST_ARCH> file. |
| 9 lines of code changed in: src/makeBaseApp/makeBaseApp.pl (+9 -1) | |
|
jba 10/17/01 9:46 AM |
Changed CFLAGS to CXXFLAGS for c++ flag. |
| 9 lines of code changed in: configure/os/CONFIG.sun4-68k.sun4-68k (+9 -9) | |
|
jhill 10/16/01 5:45 PM |
allow c++ |
| 10 lines of code changed in: src/util/ca_test.h (+10 -1) | |
|
jhill 10/16/01 5:43 PM |
cosmetic |
| 1 lines of code changed in: src/libCom/osi/epicsTime.cpp (+1 -1) | |
![]()
Generated by StatCvs v0.1.3