Commit Graph

1844 Commits

Author SHA1 Message Date
Jeff Hill cf8e3c07f2 added forward reference 2002-10-24 23:51:33 +00:00
Jeff Hill 3714092f09 renamed file 2002-10-24 23:51:07 +00:00
Jeff Hill 8dc8be9ad7 document ms compiler problems with placement delete 2002-10-24 18:12:03 +00:00
Jeff Hill c7a8baee1a changed function name 2002-10-24 15:38:19 +00:00
Jeff Hill ea2d06560e fixed gnu compiler error 2002-10-24 15:32:30 +00:00
Ralph Lange 777c2c77be Replaced some C-style casts with their C++ variants 2002-10-24 12:53:23 +00:00
Ralph Lange 43ceffad94 += 'typename' before member type names 2002-10-24 12:37:27 +00:00
Jeff Hill 843c958bf0 fixed symbol spelling 2002-10-24 00:33:43 +00:00
Jeff Hill b023f081eb fixed linux compiler errors 2002-10-24 00:18:12 +00:00
Jeff Hill 4697963387 fixed compiler error on Linux 2002-10-24 00:12:54 +00:00
Jeff Hill 3e5557b211 fixed compiler error on linux 2002-10-24 00:12:11 +00:00
Jeff Hill 92dcf72a89 new epicsSignal interface 2002-10-23 23:54:18 +00:00
Jeff Hill 3e9909b4dd installed 2002-10-23 22:36:10 +00:00
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