Commit Graph

1831 Commits

Author SHA1 Message Date
Jeff Hill
1e976b7eed use placement new 2002-10-23 22:32:39 +00:00
Jeff Hill
0b66cd3811 now compatible with new epicsSingleton interface 2002-10-23 22:30:19 +00:00
Jeff Hill
d468c989d7 cosmetic 2002-10-23 22:29:32 +00:00
Jeff Hill
ba2cb54762 removed free lists 2002-10-23 22:28:56 +00:00
Jeff Hill
0fce80a352 added constants 2002-10-23 22:28:08 +00:00
Jeff Hill
0817236127 installed 2002-10-23 22:27:13 +00:00
Jeff Hill
c034d5f9a4 uninstalled 2002-10-23 22:25:19 +00:00
Jeff Hill
c288011b87 added epicsThreadGetPthreadIdSelf() 2002-10-23 22:23:54 +00:00
Jeff Hill
e1e2df53ad added throw specifications 2002-10-23 22:20:49 +00:00
Jeff Hill
f2ccfaf1de certain functions are nolonger inline 2002-10-23 22:19:28 +00:00
Jeff Hill
d42af1ff85 added getId mf 2002-10-23 22:18:52 +00:00
Jeff Hill
6b3c5002ec removed constants 2002-10-23 22:17:57 +00:00
Jeff Hill
1af30b1d48 interrupted system call interface 2002-10-23 22:17:11 +00:00
Jeff Hill
2074b99342 added constants 2002-10-23 22:15:41 +00:00
Jeff Hill
8b83921bdf compatible now with revised epicsSingleton 2002-10-23 22:14:47 +00:00
Jeff Hill
fd5b08caf1 fixed SMP problems 2002-10-23 22:14:03 +00:00
Jeff Hill
7fdc295d9d added throw specifications 2002-10-23 22:13:03 +00:00
Jeff Hill
fd85d0d319 test recursive mutex delays 2002-10-01 20:10:56 +00:00
Jeff Hill
2fd82ded26 removed double test lock optimization 2002-10-01 20:09:17 +00:00
Jeff Hill
31ceef441d added epicsShareFunc in several places 2002-09-30 17:59:30 +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
17e5a0b98d fixed visual c++ 6.0 build issues 2002-09-19 22:11:47 +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
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
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
913e6713c6 dont include osiSock.h from the envDefs.h header file 2002-09-07 00:12:01 +00:00
Jeff Hill
25acc515c4 perform FILETIME conversions only on windows because
monolithic win32 header files are incompatible with other
things in EPICS and we cant include windows.h in osdTime.h
2002-09-07 00:11:06 +00:00
Jeff Hill
593ee10818 fixed file time to epicsTime conversion 2002-09-06 00:45:13 +00:00
Jeff Hill
ef5b5ec276 cosmetic 2002-09-04 22:09:38 +00:00
Jeff Hill
f3226be0b9 fixed msvisc++ warning 2002-09-04 22:07:54 +00:00
W. Eric Norum
5962c69c12 Add support for Windows FILETYPE time stamps. 2002-09-04 22:04:01 +00:00
Jeff Hill
b3104bbc2b added win32 filetime test 2002-09-04 20:30:08 +00:00
Jeff Hill
7c337a7257 workaround for SUNPRO bogosity 2002-09-04 17:51:08 +00:00
Jeff Hill
296c629c19 fixed linux warning 2002-09-04 17:02:28 +00:00
Jeff Hill
6ec7ac0e16 added conversion between epicsTime and win32 FILETIME 2002-09-04 16:30:37 +00:00
Jeff Hill
59a7ebd78c doc 2002-08-29 16:45:55 +00:00
Jeff Hill
950d2c0b9d 1) depricated errSymFind function because errSymLookup below provides a
better interface
2) added errSymLookup function with these improvements
o  receive a buffer length from user and therefore never overwrite the users buffer
o return void and always copy a string into the users buffer. If the error code cant
be found then copy in a message with the error code's raw numbers in it.
3) removed prototypes for nonexistent fuinctions from header file
2002-08-29 16:45:16 +00:00
Jeff Hill
75081c3947 added EPICS_CAS_IGNORE_ADDR_LIST 2002-08-29 15:17:10 +00:00
Jeff Hill
0f70d78803 fixed sun pro warnings 2002-08-22 15:53:14 +00:00
Jeff Hill
84863a577c use const for string arguments that are not modified 2002-08-22 14:38:19 +00:00
Jeff Hill
b566183c2f fixed reference to freed memory 2002-08-21 23:57:35 +00:00