Commit Graph

368 Commits

Author SHA1 Message Date
Jeff Hill
644e6eb273 improved structure and thread safety 2003-02-12 19:06:15 +00:00
Jeff Hill
2f7c14486b fixed sun pro warning 2003-01-09 16:40:01 +00:00
Jeff Hill
0b33801f3c redesigned mutex locking 2003-01-09 00:43:59 +00:00
Jeff Hill
adb0b5d9eb redesigned mutex locking 2003-01-08 23:22:08 +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
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
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
4c551c5587 fixed sunpro warning 2002-12-19 21:26:06 +00:00
Jeff Hill
8d318d9a99 suppress gnu warning 2002-12-19 01:29:57 +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
448010b6ad fixed hpux accc warning 2002-12-17 16:55:41 +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
b9fc36e754 fixed borland build 2002-12-06 02:22:06 +00:00
Jeff Hill
81e366791a fix undefined symbols with gnu 2002-12-06 00:47:48 +00:00
Jeff Hill
eaf3d04e51 fixed throws specification 2002-12-06 00:36:39 +00:00
Jeff Hill
cd52995cfa some initial steps towards fre list based memory management 2002-12-06 00:05:55 +00:00
Jeff Hill
467ff91c4f clean up 2002-12-05 23:59:44 +00:00
Jeff Hill
ff07566b66 fixed bug introduced by HPUX warning fix 2002-10-25 03:03:40 +00:00
Jeff Hill
d9e6116d00 use placement new 2002-10-23 23:55:36 +00:00
Ralph Lange
eab19edd24 Fix HP aCC warnings; clean up tab situation 2002-10-11 09:20:01 +00:00
Ralph Lange
1ea0bcb7f3 Fix HP aCC warnings 2002-10-11 09:19:29 +00:00
Ralph Lange
c0aa7861e6 string.h needed for strncpy 2002-10-09 08:58:05 +00:00
Jeff Hill
aa0238adf2 back out previous change 2002-09-30 18:02:22 +00:00
Jeff Hill
556c9e44dc export shared symbols 2002-09-30 18:00:34 +00:00
Jeff Hill
03717d7944 fixed sunpro warning 2002-09-20 17:33:10 +00:00
Jeff Hill
50fea19f26 added newline at eof 2002-09-20 15:59:08 +00:00
Jeff Hill
ef5b5013a5 changed extensions from .cpp to .cc on several files 2002-09-19 21:36:00 +00:00
Jeff Hill
41fd1ff1f8 installed beacon anomaly generator 2002-09-19 19:32:29 +00:00
Jeff Hill
7cc7d596b3 fixed use of undefined status variable in diagnostic 2002-09-19 19:28:09 +00:00
Jeff Hill
48bb66d586 installed 2002-09-19 19:26:35 +00:00
Jeff Hill
a9c15d34e7 set the bounds when asking for the string table 2002-09-17 17:52:20 +00:00
Jeff Hill
0c0c3d6d94 added new function that sets the bounds on an pplication type within a container 2002-09-17 17:51:32 +00:00
Jeff Hill
fd7e40b223 added new function 2002-09-17 17:50:24 +00:00
Jeff Hill
d0e406457d removed use of explicit (void) argument list because this is redundant in C++ 2002-09-04 22:27:54 +00:00
Jeff Hill
9a5ca9203c dont include shareLib.h more than necessary 2002-08-29 17:01:10 +00:00
Jeff Hill
f958bd3ab0 cosmetic 2002-08-29 17:00:44 +00:00
Jeff Hill
75f52f8833 removed ifdefs 2002-08-29 16:56:10 +00:00
Jeff Hill
da21bbf308 dont include shareLib.h more than necessary 2002-08-29 16:55:36 +00:00
Jeff Hill
67f2ac78ed errSymFind -> errSymLookup 2002-08-29 16:55:15 +00:00
Jeff Hill
6dff6348fe 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.
2002-08-29 16:53:31 +00:00
Jeff Hill
0d4d2560e6 cosmetic 2002-08-29 16:49:03 +00:00
Jeff Hill
69790213e3 dont allow asynchronous completion error code to drop down to lower layers 2002-08-22 21:42:31 +00:00
Jeff Hill
0f70d78803 fixed sun pro warnings 2002-08-22 15:53:14 +00:00