Commit Graph

9508 Commits

Author SHA1 Message Date
Jeff Hill
4a0334796c fixed gnu warnings 2002-09-24 17:07:43 +00:00
Jeff Hill
bad7bd373e fixed string to enum conversion so that it allows strings with integers 2002-09-23 23:59:29 +00:00
Jeff Hill
c28bb13e9a its probably best for a put callback to save a private copy of the users data that
is being written
2002-09-23 22:10:20 +00:00
Jeff Hill
ad3c2b2a5c fixed purify errors occuring when an event callback deletes itself 2002-09-23 22:09:42 +00:00
Jeff Hill
f57df209ab fixed SPARC alignment with ca put notify 2002-09-23 17:05:47 +00:00
Jeff Hill
03717d7944 fixed sunpro warning 2002-09-20 17:33:10 +00:00
Jeff Hill
a37ff40ce8 fixed gnu warning 2002-09-20 17:23:19 +00:00
Jeff Hill
5fab011222 workaround for sunpro virtual destructor multiply defined symbols problem 2002-09-20 16:49:42 +00:00
Jeff Hill
da7706be23 cleanedup placement delete ifdef block 2002-09-20 16:48:51 +00:00
Jeff Hill
4254028028 lage constant needs to be unsigned 2002-09-20 16:20:54 +00:00
Jeff Hill
ce32de55ae simplified includes to avoid portability problems with different versions of windows 2002-09-20 16:02:13 +00:00
Jeff Hill
50fea19f26 added newline at eof 2002-09-20 15:59:08 +00:00
Jeff Hill
17e5a0b98d fixed visual c++ 6.0 build issues 2002-09-19 22:11:47 +00:00
Jeff Hill
ef5b5013a5 changed extensions from .cpp to .cc on several files 2002-09-19 21:36:00 +00:00
Jeff Hill
6ec62c5496 improved diagnostics 2002-09-19 19:33:18 +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
8c3d560ca8 dont copy if the application types dont match and the source and dest are both
not containers in smart copy
2002-09-19 18:31:06 +00:00
Jeff Hill
04a3d585d4 fixed wrong pointer with scalar bug 2002-09-19 16:56:35 +00:00
Jeff Hill
ce6ec6c0db fixed several bugs and tried to clean up some loose ends 2002-09-19 00:54:25 +00:00
Jeff Hill
aeeac23037 destroyData is nolonger inline 2002-09-19 00:43:01 +00:00
Jeff Hill
f03db482fd removed inappropriate use of init() out side of constructor 2002-09-17 21:32:12 +00:00
Jeff Hill
c8d5854fcf fixed destroyData so that it consistently removes the bounds from all modes
(this fixes a problem where a container returned to the app table free list was
retaining the bounds from its previous lifetime)
2002-09-17 21:30:44 +00:00
Jeff Hill
021e060853 fixed gnu detected problem 2002-09-17 18:13:32 +00:00
Jeff Hill
6433d3699b fixed gnu detected problem 2002-09-17 18:07:27 +00:00
Jeff Hill
efbdda83ce improved message 2002-09-17 18:01:09 +00:00
Jeff Hill
bb8fa4fd10 fixed gdd => dbr_gr_enum/dbr_ctrl_enum to handle off normal situations 2002-09-17 17:59:55 +00:00
Jeff Hill
dd04436293 fixed gdd::put 2002-09-17 17:58:54 +00:00
Jeff Hill
8f3394d317 cosmetic 2002-09-17 17:55:49 +00:00
Jeff Hill
84ba44a8e8 only return enum strings if the primitive type is enum 2002-09-17 17:54:59 +00:00
Jeff Hill
5f8619bb6b changed certain variables from on-the-fly to precreate 2002-09-17 17:53:31 +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
539d3478c8 fixed beacon detect logic does not detect reconnected servers 2002-09-11 23:30:12 +00:00
Jeff Hill
761a87ea73 eliminate disconnect message from ca_task_exit 2002-09-11 20:54:40 +00:00
Jeff Hill
abcbaeca9c use const for the channel name pointer 2002-09-11 20:51:14 +00:00
Jeff Hill
aec31f89a2 added client does not see server's beacons troubleshooting hyperlink 2002-09-11 20:50:26 +00:00
Jeff Hill
308055d41e NTP timestamp test 2002-09-11 20:48:24 +00:00
Jeff Hill
4c04096ce9 avoid strange problems with ms compiler that appear to
be influenced by using inline functions with the expireStatus
class
2002-09-11 20:47:21 +00:00
Jeff Hill
9af78b1d37 cosmetic 2002-09-11 20:45:12 +00:00
Jeff Hill
ef84d2398d avoid problems when the osd thread priority isnt mapable to the epics
priority range
2002-09-11 20:44:35 +00:00
Jeff Hill
cb2d75392e use sizeof to determine no chars in type unsigned 2002-09-10 19:07:40 +00:00
Jeff Hill
8870cf48b6 NTP time stamp conversion 2002-09-09 22:46:09 +00:00
Jeff Hill
849b5e094e removed infinite loop when regression test runs prior to init 2002-09-09 22:17:08 +00:00
W. Eric Norum
928e63fd8f Update comment. Optimization to level -O3 still fails on OS X (Jaguar). 2002-09-09 19:30:26 +00:00
W. Eric Norum
d207412921 Jaguar provides gmtime_r and localtime_r so the Posix versions can be used.
Still no CLOCK_REALTIME in Jaguar, so we can't just get rid of the Darwin-
specific version of this file.
2002-09-09 15:39:31 +00:00
Jeff Hill
aa13eb03ba include errno.h 2002-09-07 00:21:06 +00:00
Jeff Hill
49953640bd include osiSock.h 2002-09-07 00:13:34 +00:00