Commit Log (Page 29 of 93)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>

Summary Period: 2002-05-08 to 2002-04-11 (Commits 6352-6451 of 9251)

jhill
5/8/02 5:50 PM
allow assignment
10 lines of code changed in:
src/libCom/cxxTemplates/epicsGuard.h (+10 -3)

jhill
5/8/02 5:49 PM
added removeAll mf
13 lines of code changed in:
src/libCom/cxxTemplates/resourceLib.h (+13 -1)

jba
5/8/02 2:27 PM
Added quotes around tempfile name.
2 lines of code changed in:
configure/tools/makeDependsTargets.pl (+2 -2)

jba
5/8/02 2:25 PM
Added default definitions.
13 lines of code changed in:
configure/CONFIG_COMMON (+13 -1)

norume
5/7/02 1:19 PM
New developer tools (gcc-3.1) are better at using precompiled headers so
there's no longer any need to specify -fno-cpp-precomp.
Continue changes aimed at supporting shared libraries. They 'almost' work
now, but there seems to be some problems with getting the right version
when multiple libraries provide a routine.
9 lines of code changed in:
configure/os/CONFIG.Common.darwin-ppc (+9 -6)

norume
5/6/02 3:08 PM
Change build order so that RTEMS libCom test applications build properly
when building from scratch.
2 lines of code changed in:
src/Makefile (+2 -2)

norume
5/6/02 3:05 PM
Build complete applications for RTEMS.
2 lines of code changed in:
src/libCom/test/Makefile (+2)

mrk
5/6/02 1:57 PM
add extern for C callable routines
205 lines of code changed in:
src/misc/epicsRelease.h (+8)
src/db: callback.h (+9 -1), dbCa.h (+8), dbConvert.h (+8), dbConvertFast.h (+8), dbScan.h (+9 -1), db_field_log.h (+9 -1), recGbl.h (+9)
src/dbStatic: alarm.h (+12 -1), alarmString.h (+9 -1), dbFldTypes.h (+9 -1), dbStaticPvt.h (+8), dbToRecordtypeH.c (+6), link.h (+9 -1), special.h (+9 -1)
src/libCom: cvtFast/cvtFast.h (+4 -6), dbmf/dbmf.h (+8), ellLib/ellLib.h (+3 -3), logClient/logClient.h (+10 -1), macLib/macLib.h (+18 -1), misc/truncateFile.h (+9)
src/libCom/calc: postfix.h (+6), sCalcPostfix.h (+8)
src/libCom/error: epicsPrint.h (+1 -1), error.h (+8 -1)

mrk
5/6/02 1:56 PM
set putf false if record disabled
2 lines of code changed in:
src/db/dbAccess.c (+2 -1)

mrk
5/6/02 1:55 PM
add extern for C callable routines
27 lines of code changed in:
src/bpt/cvtTable.h (+9 -1)
src/as: asDbLib.h (+9 -1), asLib.h (+9 -1)

mrk
5/6/02 1:54 PM
latest additions
38 lines of code changed in:
RELEASE_NOTES.html (+38)

mrk
5/6/02 1:53 PM
set putf false if record disabled
20 lines of code changed in:
KnownProblems.html (+20)

anj
5/2/02 3:12 PM
Fix URL to EPICS home page.
2 lines of code changed in:
README.htm (+2 -2)

lange
5/2/02 8:07 AM
Changes for HPUX
36 lines of code changed in:
src/ca: cac.cpp (+15 -11), cac.h (+2 -3), comBuf.cpp (+2 -3), comBuf.h (+2 -1), netIO.h (+2 -3), netReadNotifyIO.cpp (+3 -3), netSubscription.cpp (+3 -3), netWriteNotifyIO.cpp (+3 -3), udpiiu.cpp (+4 -4)

jhill
4/30/02 7:42 PM
make this compile on vc++ 6
2 lines of code changed in:
src/ca/cac.cpp (+2 -2)

jhill
4/30/02 6:04 PM
fixed shutdown problem
2 lines of code changed in:
src/ca/cac.cpp (+2 -1)

jhill
4/30/02 5:16 PM
made constructor public
2 lines of code changed in:
src/ca/bhe.h (+2 -3)

jhill
4/30/02 5:16 PM
use auto_ptr to avoid leaks
23 lines of code changed in:
src/ca/cac.cpp (+23 -17)

jhill
4/30/02 5:15 PM
cosmetic
5 lines of code changed in:
src/ca/caServerID.h (+5 -7)

jhill
4/30/02 5:15 PM
moved exception hanling to C interface
29 lines of code changed in:
src/ca/CASG.cpp (+29 -117)

jhill
4/30/02 5:13 PM
restructured
273 lines of code changed in:
src/ca: comBuf.cpp (+86 -2), comBuf.h (+187 -170)

jhill
4/30/02 5:12 PM
use exception to pass back failed situation
21 lines of code changed in:
src/ca/comQueRecv.cpp (+21 -19)

jhill
4/30/02 5:11 PM
added comment
3 lines of code changed in:
src/ca/comQueRecv.h (+3 -1)

jhill
4/30/02 5:10 PM
renamed functions and moved tcpiiu functions here
123 lines of code changed in:
src/ca: comQueSend.cpp (+101 -7), comQueSend.h (+22 -22)

jhill
4/30/02 5:09 PM
installed
85 lines of code changed in:
src/ca/sgAutoPtr.h (new 85)

jhill
4/30/02 5:09 PM
made get/put functions void
10 lines of code changed in:
src/ca/syncGroup.h (+10 -5)

jhill
4/30/02 5:08 PM
moved exception handling out of c++ functions
79 lines of code changed in:
src/ca/syncgrp.cpp (+79 -5)

jhill
4/30/02 5:06 PM
moved functions to comQueSend
10 lines of code changed in:
src/ca/tcpiiu.cpp (+10 -95)

jhill
4/30/02 11:14 AM
turn off hpux warnings
9 lines of code changed in:
src/ca/netIO.h (+9 -3)

jhill
4/30/02 11:06 AM
turn off hpux warnings
5 lines of code changed in:
src/ca/syncGroup.h (+5 -1)

mrk
4/30/02 10:06 AM
fix definition for isinf
2 lines of code changed in:
src/libCom/osi/os: VMS/epicsMath.h (+1 -1), alpha/epicsMath.h (+1 -1)

jhill
4/29/02 7:55 PM
avoided large bss
9 lines of code changed in:
src/ca/repeater.cpp (+9 -7)

jhill
4/25/02 9:04 PM
workaround for sun pro bug
2 lines of code changed in:
src/ca/netIO.h (+2 -2)

jhill
4/25/02 8:24 PM
all virtual functions in baseNMIU are now pure
1 lines of code changed in:
src/ca/baseNMIU.cpp (+1 -10)

jhill
4/25/02 8:23 PM
added comment
2 lines of code changed in:
src/ca/caProto.h (+2 -2)

jhill
4/25/02 8:22 PM
all virtual functions in baseNMIU are now pure
20 lines of code changed in:
src/ca: netIO.h (+6 -4), netReadNotifyIO.cpp (+7 -4), netSubscription.cpp (+1 -4), netWriteNotifyIO.cpp (+6 -4)

jhill
4/25/02 7:09 PM
firmed up compile time lock requirements
20 lines of code changed in:
src/ca: cac.cpp (+2 -2), cac.h (+5 -5), iocinf.h (+3 -3), msgForMultiplyDefinedPV.cpp (+3 -3), udpiiu.cpp (+7 -11)

jhill
4/25/02 6:51 PM
firmed up compile time lock requirements
36 lines of code changed in:
src/ca: cac.cpp (+11 -11), nciu.h (+25 -22)

jhill
4/25/02 6:50 PM
cosmetic
2 lines of code changed in:
src/ca/nciu.cpp (+2 -4)

jhill
4/25/02 5:19 PM
dont hide global new with placement new/delete
91 lines of code changed in:
src/ca: netIO.h (+61 -23), netReadNotifyIO.cpp (+1 -29), netSubscription.cpp (+1 -25), netWriteNotifyIO.cpp (+1 -31), syncGroup.h (+5 -13), syncGroupReadNotify.cpp (+11 -16), syncGroupWriteNotify.cpp (+11 -15)

jhill
4/25/02 5:18 PM
commented out unreachable code
1 lines of code changed in:
src/ca/caConnTest.cpp (+1 -1)

jhill
4/25/02 3:50 PM
workaround for gnu g++ bug
46 lines of code changed in:
src/ca: netReadNotifyIO.cpp (+9 -2), netSubscription.cpp (+10 -2), netWriteNotifyIO.cpp (+9 -2), syncGroupReadNotify.cpp (+9 -2), syncGroupWriteNotify.cpp (+9 -2)

jhill
4/25/02 2:09 PM
fixed return from void function
13 lines of code changed in:
src/ca/limboiiu.cpp (+13 -13)

jhill
4/25/02 2:06 PM
workaround for ms compiler bug
22 lines of code changed in:
src/ca: netIO.h (+7 -7), netReadNotifyIO.cpp (+2 -2), netSubscription.cpp (+2 -2), netWriteNotifyIO.cpp (+2 -2), syncGroup.h (+5 -5), syncGroupReadNotify.cpp (+2 -2), syncGroupWriteNotify.cpp (+2 -2)

jhill
4/25/02 2:05 PM
fixed return from void function
2 lines of code changed in:
src/ca/udpiiu.cpp (+2 -2)

jhill
4/25/02 1:38 PM
moved template instances to a separate file
1 lines of code changed in:
src/ca/hostNameCache.cpp (+1 -13)

jhill
4/25/02 1:37 PM
placement new issues
1 lines of code changed in:
src/ca/iocinf.h (+1 -6)

jhill
4/25/02 1:37 PM
remoced inline from many functions
95 lines of code changed in:
src/ca/limboiiu.cpp (+95 -3)

jhill
4/25/02 1:36 PM
added template instance file
3 lines of code changed in:
src/ca/Makefile (+3 -4)

jhill
4/25/02 1:36 PM
moved template instances to a separate file
1 lines of code changed in:
src/ca/msgForMultiplyDefinedPV.cpp (+1 -13)

jhill
4/25/02 1:34 PM
many structural improvements
27 lines of code changed in:
src/ca: nciu.cpp (+21 -32), nciu.h (+6 -7)

jhill
4/25/02 1:27 PM
many structural improvements
75 lines of code changed in:
src/ca: netiiu.cpp (+24 -94), netiiu.h (+51 -69)

jhill
4/25/02 1:24 PM
placement new issues
115 lines of code changed in:
src/ca: netIO.h (+44 -54), netReadNotifyIO.cpp (+23 -2), netSubscription.cpp (+24 -1), netWriteNotifyIO.cpp (+24 -1)

jhill
4/25/02 1:23 PM
usue oldCAC specific mutex
40 lines of code changed in:
src/ca: oldAccess.h (+27 -3), oldCAC.cpp (+13 -9)

jhill
4/25/02 1:21 PM
moved template instances to a separate file
10 lines of code changed in:
src/ca: oldChannelNotify.cpp (+8 -15), oldSubscription.cpp (+1 -13), putCallback.cpp (+1 -13)

jhill
4/25/02 1:21 PM
many structural improvements
3 lines of code changed in:
src/ca/repeater.cpp (+3 -40)

jhill
4/25/02 1:20 PM
installed
66 lines of code changed in:
src/ca/repeaterClient.h (new 66)

jhill
4/25/02 1:19 PM
use udp specific mutex
8 lines of code changed in:
src/ca: searchTimer.cpp (+5 -5), searchTimer.h (+3 -3)

jhill
4/25/02 1:17 PM
many structural improvements
244 lines of code changed in:
src/ca: syncGroup.h (+51 -6), syncGroupReadNotify.cpp (+13 -4), syncGroupWriteNotify.cpp (+14 -4), tcpiiu.cpp (+166 -109)

jhill
4/25/02 1:16 PM
turn off ms warning
5 lines of code changed in:
src/ca/tcpKillTimer.cpp (+5 -1)

jhill
4/25/02 1:16 PM
installed
76 lines of code changed in:
src/ca/templateInstances.cpp (new 76)

jhill
4/25/02 1:15 PM
many structural improvements
460 lines of code changed in:
src/ca: udpiiu.cpp (+343 -127), udpiiu.h (+78 -17), virtualCircuit.h (+39 -26)

jhill
4/25/02 1:13 PM
moved template instances to a separate file
4 lines of code changed in:
src/ca: getCallback.cpp (+1 -13), getCopy.cpp (+3 -14)

jhill
4/25/02 1:12 PM
fixed problem in dbr_text_to_type
2 lines of code changed in:
src/ca/db_access.h (+2 -2)

jhill
4/25/02 1:11 PM
moved template instances to a separate file
1 lines of code changed in:
src/ca/comBuf.cpp (+1 -13)

jhill
4/25/02 1:11 PM
no message
19 lines of code changed in:
src/ca/catime.c (+19 -21)

jhill
4/25/02 1:07 PM
moved template instances to a separate file
8 lines of code changed in:
src/ca/CASG.cpp (+8 -22)

jhill
4/25/02 1:06 PM
clarified monitor subscription interface
22 lines of code changed in:
src/ca/CAref.html (+22 -7)

jhill
4/25/02 1:05 PM
document protocol revision uses
3 lines of code changed in:
src/ca/caProto.h (+3 -3)

jhill
4/25/02 1:04 PM
moved template instances to a separate file
1 lines of code changed in:
src/ca/cacServiceList.cpp (+1 -12)

jhill
4/25/02 1:04 PM
made constructor DLL export
2 lines of code changed in:
src/ca/cacIO.h (+2 -2)

jhill
4/25/02 1:02 PM
many structural improvements
178 lines of code changed in:
src/ca: cac.cpp (+134 -271), cac.h (+44 -21)

jhill
4/25/02 12:58 PM
moved template instances to a separate file
1 lines of code changed in:
src/ca/bhe.cpp (+1 -13)

jhill
4/25/02 12:57 PM
upgraded test
22 lines of code changed in:
src/ca/acctst.c (+22 -18)

jhill
4/25/02 12:48 PM
assume that new throws an exception
2 lines of code changed in:
src/ca/access.cpp (+2 -4)

jhill
4/25/02 12:25 PM
added comments
3 lines of code changed in:
src/libCom/cxxTemplates/epicsOnce.h (+3 -3)

norume
4/24/02 10:07 AM
Add explicit fflush to work around problems with non-conforming stdio libraries.
4 lines of code changed in:
src/libCom/osi/os/default/epicsReadline.c (+4 -2)

jhill
4/23/02 3:10 PM
improved isinf()
1 lines of code changed in:
src/libCom/osi/os/WIN32/epicsMath.h (+1 -1)

jhill
4/23/02 2:28 PM
use !finite() for isinf()
1 lines of code changed in:
src/libCom/osi/os/WIN32/epicsMath.h (+1 -1)

mrk
4/23/02 7:32 AM
use finite to implement isinf
8 lines of code changed in:
src/libCom/osi/os: VMS/epicsMath.h (+1 -1), alpha/epicsMath.h (new 7)

jhill
4/19/02 1:08 PM
added ifdef to avoid this starting with visual c++ 7
3 lines of code changed in:
src/libCom/osi/os/WIN32/forceBadAllocException.cpp (+3 -2)

jhill
4/19/02 1:07 PM
fixed missing return value
2 lines of code changed in:
src/libCom/osi/os/WIN32/osdMutex.c (+2 -2)

jhill
4/19/02 1:05 PM
set the thread name (for visual c++ 7)
35 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+35 -4)

jhill
4/19/02 1:03 PM
allow derived class destructor to wait for thread exit
29 lines of code changed in:
src/libCom/osi: epicsThread.cpp (+26 -7), epicsThread.h (+3)

jhill
4/19/02 12:57 PM
installed epicsSingletonMutex
1 lines of code changed in:
src/libCom/Makefile (+1 -1)

jhill
4/19/02 12:57 PM
installed
49 lines of code changed in:
src/libCom/cxxTemplates/epicsSingletonMutex.cpp (new 49)

jhill
4/19/02 12:56 PM
added newline at eof
3 lines of code changed in:
src/libCom/cxxTemplates/epicsOnce.cpp (+3 -2)

jhill
4/19/02 12:54 PM
simplified
70 lines of code changed in:
src/libCom/cxxTemplates/epicsSingleton.h (+70 -34)

jhill
4/19/02 12:53 PM
make node assignment public again
11 lines of code changed in:
src/libCom/cxxTemplates/tsDLList.h (+11 -15)

norume
4/19/02 11:02 AM
Fix definition of ifreq_size macro. Darwin uses the modern variable-size
structure layout.
2 lines of code changed in:
src/libCom/osi/os/Darwin/osdSock.h (+2 -2)

jhill
4/19/02 10:57 AM
fixed debug build
2 lines of code changed in:
src/libCom/cxxTemplates/tsFreeList.h (+2 -2)

norume
4/16/02 4:39 PM
Don't use libCom routines since doing so causes problems when linking
the IOC test programs in base/src/libCom/tests.
9 lines of code changed in:
src/RTEMS/base/rtems_init.c (+9 -3)

norume
4/16/02 2:29 PM
Fix LINK.cpp command definition.
2 lines of code changed in:
configure/os/CONFIG.Common.RTEMS (+2 -2)

norume
4/16/02 2:28 PM
Remove some dead code.
Use weak reference to iocshRegister so that the same init code can be used
with full IOC applications (which include the iocsh routines) and also with
IOC test programs (which do not include the iocsh routines).
Don't treat a return from main() as a fatal error condition.
19 lines of code changed in:
src/RTEMS/base/rtems_init.c (+19 -19)

norume
4/15/02 2:46 PM
Use only non-deprecated routines.
2 lines of code changed in:
src/makeBaseExt/top/exampleExt/caExample.c (+2 -2)

norume
4/15/02 2:45 PM
No need to redefine main since RTEMS no longer uses main() internally.
1 lines of code changed in:
configure/os/CONFIG.Common.RTEMS (+1 -2)

norume
4/15/02 2:42 PM
Now that RTEMS no longer uses main() internally it is possible to use the
standard EPICS application main(). This makes it much easier to build the
test programs in src/libCom/test.
8 lines of code changed in:
src/RTEMS/base/rtems_init.c (+8 -11)

norume
4/15/02 2:35 PM
Return epicsMutexLockTimeout on failure to lock in epicsMutexTryLock since
that's the return code checked by the test programs.
6 lines of code changed in:
src/libCom/osi/os/RTEMS/osdMutex.c (+6 -4)

mrk
4/11/02 10:45 AM
allow for nan and inf
7 lines of code changed in:
src/dbStatic/dbStaticRun.c (+7 -2)

mrk
4/11/02 10:44 AM
support isinf; epicsIsNAN=>isnan; add test for epicsMath
80 lines of code changed in:
src/libCom/calc: calcPerform.c (+3 -4), sCalcPerform.c (+15 -10)
src/libCom/osi/os: VMS/epicsMath.h (new 7), WIN32/epicsMath.h (+3 -1), posix/epicsMath.h (-3), solaris/epicsMath.h (new 10), vxWorks/epicsMath.h (+3 -1)
src/libCom/test: Makefile (+4), epicsMathTest.c (new 35), epicsMathTestMain.cpp (new 0)

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>


Generated by StatCvs v0.1.3