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
Jeff Hill
ebe7870015
avoid comparison between signed and unsigned numbers
2002-08-22 14:39:46 +00:00
Jeff Hill
cb9b81cdad
fixed enum string table cache update so that it can complete asynchronously
2002-08-22 00:00:22 +00:00
Jeff Hill
23225348d6
installed
2002-08-21 16:33:50 +00:00
Jeff Hill
d1ddd2627b
converted inlines to ordinary functions
2002-08-21 16:33:00 +00:00
Jeff Hill
dd67086dc9
use bool for boolean variable
2002-08-21 16:31:37 +00:00
Jeff Hill
17070c70c8
removed inlines from class definition
2002-08-21 16:31:15 +00:00
Jeff Hill
4c7134933d
define epicsExportSharedSymbols correctly
2002-08-21 16:29:04 +00:00
Jeff Hill
f44597e923
fixed problem wher enum string table cache was installed for wrong primitive type
2002-08-21 16:27:24 +00:00
Jeff Hill
cbb652bcce
use enum for enumerated variable
2002-08-21 16:25:14 +00:00