Commit Graph
636 Commits
Author SHA1 Message Date
Jeff Hill cf8e3c07f2 added forward reference 2002-10-24 23:51:33 +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
Jeff Hill 843c958bf0 fixed symbol spelling 2002-10-24 00:33:43 +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 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 2fd82ded26 removed double test lock optimization 2002-10-01 20:09:17 +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 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 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 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 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 84863a577c use const for string arguments that are not modified 2002-08-22 14:38:19 +00:00
Jeff Hill 3ec238f69c remove testing override 2002-08-01 00:17:26 +00:00
Jeff Hill d589196c08 its ugly, but its the only way to accomodate 95/98/me 2002-08-01 00:09:37 +00:00
Jeff Hill a687497578 added version string 2002-07-31 21:16:41 +00:00
Jeff Hill 6aec50478e doc 2002-07-31 21:10:20 +00:00
Jeff Hill fb9966e586 use EPICS_ version string 2002-07-31 21:09:34 +00:00
Jeff Hill 753bc1a31b attempt to fix GNU builds correctly for all versions of solaris 2002-07-25 22:42:34 +00:00
Jeff Hill fb588e60b6 supress debug messages telling us what dll version is in use 2002-07-24 00:31:47 +00:00
Jeff Hill c15de09b8e loopback address address matching 2002-07-13 01:02:40 +00:00
Jeff Hill 14d6d70ba9 use const to avoid warnings in the future 2002-07-13 00:59:42 +00:00
Janet B. Anderson 93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
Marty Kraimer d1ed033671 add special values for eventNumber; time events are int 2002-07-12 15:17:44 +00:00
Jeff Hill e490c2bc24 take advantage off additional priority levels when running
with a real time priority class
2002-07-10 22:58:01 +00:00
Jeff Hill bf72b6fcb0 added commented out attempt at additional priority range, and removed time critical as parto of the normal range 2002-07-08 18:57:27 +00:00
Ralph Lange 621e2f2e50 HPUX warning suppression 2002-07-05 12:33:26 +00:00
Jeff Hill 387d47c79c improved optimization 2002-06-25 23:10:47 +00:00
Jeff Hill 54076ffb12 cosmetic 2002-06-25 22:20:55 +00:00