Jeff Hill
|
d2ee701574
|
supress bogus warning messages
|
2003-01-07 17:29:20 +00:00 |
|
Jeff Hill
|
ae7a9ebfa2
|
cleaned up resid to object conversion
|
2003-01-07 17:12:07 +00:00 |
|
Jeff Hill
|
c9a2188752
|
fixed use of reinterpret_cast to cast down the inheritance
hierarchy when static_cast is the correct way to do this
|
2003-01-07 16:05:01 +00:00 |
|
Jeff Hill
|
360204275e
|
removed leftover junk
|
2003-01-07 16:01:11 +00:00 |
|
Jeff Hill
|
c3e1624478
|
cosmetic
|
2003-01-07 15:59:51 +00:00 |
|
Jeff Hill
|
e7a613e60a
|
reinterpret cast not required when casting a void * pointer to another pointer type
|
2003-01-07 15:57:31 +00:00 |
|
Jeff Hill
|
8243afe938
|
removed leftover junk
|
2003-01-07 15:55:02 +00:00 |
|
Jeff Hill
|
e8efa5b015
|
reinterpret cast not required when casting a void * pointer to another pointer type
|
2003-01-07 15:52:24 +00:00 |
|
Jeff Hill
|
11ad86c68e
|
fixed typo
|
2003-01-06 23:13:12 +00:00 |
|
Jeff Hill
|
9046d5f13c
|
the EPICS build system isnow defining _EXTENSIONS_ on Solaris
|
2003-01-06 18:09:35 +00:00 |
|
Jeff Hill
|
2ed228e2f7
|
o added try/catch around event allocation
o removed copy operator use from ovf event swap however Im not sure this will help
|
2002-12-20 02:28:41 +00:00 |
|
Jeff Hill
|
48ebbb4ab4
|
simplified
|
2002-12-20 02:21:01 +00:00 |
|
Jeff Hill
|
09d516ff05
|
fixed sun pro warning
|
2002-12-20 02:20:03 +00:00 |
|
Jeff Hill
|
b99f97e95e
|
fixed sun pro warning
|
2002-12-19 23:37:55 +00:00 |
|
Jeff Hill
|
7fe3d28c8e
|
fixed sun pro warning
|
2002-12-19 22:53:52 +00:00 |
|
Jeff Hill
|
da5690d637
|
made ca_pend_io() tmo configuarble
|
2002-12-19 22:46:49 +00:00 |
|
Jeff Hill
|
4c551c5587
|
fixed sunpro warning
|
2002-12-19 21:26:06 +00:00 |
|
Jeff Hill
|
181caf02d5
|
fixed hang at exit problem
|
2002-12-19 13:54:12 +00:00 |
|
Marty Kraimer
|
addeab1e7e
|
appbin => topbin
|
2002-12-19 13:38:15 +00:00 |
|
Ralph Lange
|
38e32a9d89
|
Fixed catime auto-numbering PV format spec
|
2002-12-19 13:12:38 +00:00 |
|
Jeff Hill
|
5a5e388c55
|
fixed shutdown bug
|
2002-12-19 03:12:17 +00:00 |
|
Jeff Hill
|
2b4baa2b68
|
suppress gnu warning
|
2002-12-19 02:14:21 +00:00 |
|
Jeff Hill
|
10138d9238
|
suppress gnu warning
|
2002-12-19 02:02:18 +00:00 |
|
Jeff Hill
|
c40903e260
|
suppress gnu warning
|
2002-12-19 02:00:38 +00:00 |
|
Jeff Hill
|
605c1fb8fe
|
suppress gnu warning
|
2002-12-19 01:55:32 +00:00 |
|
Jeff Hill
|
8d318d9a99
|
suppress gnu warning
|
2002-12-19 01:29:57 +00:00 |
|
Jeff Hill
|
6a32e216f7
|
increased timeout
|
2002-12-19 01:28:36 +00:00 |
|
Jeff Hill
|
f6c13478ab
|
test epicsTime::show()
|
2002-12-19 01:24:20 +00:00 |
|
Jeff Hill
|
117c5a7d6d
|
fixed gnu warnings
|
2002-12-19 01:23:36 +00:00 |
|
Jeff Hill
|
ada93e313d
|
eliminated annoying 5 second delay when waiting for completion
|
2002-12-18 22:37:49 +00:00 |
|
Jeff Hill
|
b970279a82
|
added commented out debug message
|
2002-12-18 22:35:44 +00:00 |
|
Jeff Hill
|
625883f248
|
better message
|
2002-12-18 16:59:57 +00:00 |
|
Jeff Hill
|
3203754b52
|
minor optimization in the unreference routine
|
2002-12-18 02:38:34 +00:00 |
|
Jeff Hill
|
a22835e835
|
fixed a potential schedualing problem related to changed timer behavior, but
I have not been able to cause this problem to occur during testing
|
2002-12-18 02:36:09 +00:00 |
|
Jeff Hill
|
979ab32d9a
|
define WIN32 if it isnt defined to avoid winsock2's messing with structure
member alignment
|
2002-12-18 01:41:43 +00:00 |
|
Andrew Johnson
|
894930b58b
|
Added some commands to allow run-time queries of the registry.
|
2002-12-17 20:01:13 +00:00 |
|
Jeff Hill
|
448010b6ad
|
fixed hpux accc warning
|
2002-12-17 16:55:41 +00:00 |
|
W. Eric Norum
|
6759cb7f65
|
Must set ticksPerSecond before using it!
|
2002-12-16 16:59:34 +00:00 |
|
Ralph Lange
|
46111a9065
|
+= Fixed HPUX compiler warning
|
2002-12-16 13:34:02 +00:00 |
|
Jeff Hill
|
4a730a5b88
|
fixed debug code
|
2002-12-13 20:45:57 +00:00 |
|
Jeff Hill
|
b488eb54ad
|
cleaned up locking (also avoid destroying a lock that we own on Linux)
|
2002-12-13 19:39:46 +00:00 |
|
Jeff Hill
|
e06090bb99
|
fixed premature shutdown under load bug
|
2002-12-13 18:31:48 +00:00 |
|
Marty Kraimer
|
ba6ce39c67
|
add stupid decoration for windows
|
2002-12-13 17:21:50 +00:00 |
|
Marty Kraimer
|
5b84bd81b1
|
add eltc and coreRelease
|
2002-12-13 13:11:51 +00:00 |
|
Jeff Hill
|
e53adb99cf
|
improved shutdown
|
2002-12-13 00:54:34 +00:00 |
|
Jeff Hill
|
256836fe59
|
fixed missing parm for old version of posix
|
2002-12-13 00:17:16 +00:00 |
|
W. Eric Norum
|
3ee40c3321
|
Fix up change to match new os-dependent mutex API.
|
2002-12-12 21:57:02 +00:00 |
|
Jeff Hill
|
06aa996962
|
avoid recursive locking in once only function
|
2002-12-12 20:52:56 +00:00 |
|
Marty Kraimer
|
3e1af8ce08
|
must use fprintf(stdout not printf so that help works on vxWorks
|
2002-12-12 20:09:36 +00:00 |
|
Marty Kraimer
|
8d73716fbd
|
register setIocLogDisable, callbackSetQueueSize, dbPvdTableSize, scanOnceSetQueueSize, and errlogInit
|
2002-12-12 19:20:20 +00:00 |
|