Commit Graph

2103 Commits

Author SHA1 Message Date
Jeff Hill cfc8c2b8e0 better message 2001-08-09 16:29:56 +00:00
Jeff Hill 331b9b3d8b dont specify the default fd manager 2001-08-09 00:42:17 +00:00
W. Eric Norum 4ebb8f4351 Remove unused include file.
Include header to get stack check function prototypes.
2001-08-07 21:44:22 +00:00
Jeff Hill 4cb0e2b7cc use proper form of include 2001-08-01 19:18:08 +00:00
Marty Kraimer 86d42a8283 add trailing */ 2001-08-01 13:34:13 +00:00
Jeff Hill ba6a096e86 a fix for use of posix isnan() function 2001-07-31 21:35:26 +00:00
Jeff Hill 11ffedc376 removed extraneous else 2001-07-31 21:31:47 +00:00
Marty Kraimer b85bdd318b increase stack size 2001-07-30 15:27:44 +00:00
Marty Kraimer 9ebaf81de3 use isnan from standard library support
For vxWorks provide implementation
2001-07-26 15:47:12 +00:00
Marty Kraimer 11e57aa52d isnan was not impmemented on vxWorks 2001-07-26 15:43:22 +00:00
Ralph Lange 8a99fac979 Fixed HPUX warnings. 2001-07-26 08:58:34 +00:00
Ralph Lange bbd6c9ef90 Fixed HPUX warnings. 2001-07-26 08:14:56 +00:00
Ralph Lange 3712987800 Fixed HPUX warnings. 2001-07-26 07:59:07 +00:00
Ralph Lange e49a919434 Fixed HPUX errors (typename) 2001-07-26 07:45:30 +00:00
Marty Kraimer e573c4362f make ringPointerTestMain a .cpp file; timerTest is obsolete 2001-07-25 15:21:38 +00:00
Marty Kraimer 7c81b6920e remove old style C; use signed char for cvtCharToString; get rid of some warning messages 2001-07-24 13:47:29 +00:00
Janet B. Anderson ffdecd4a21 Undefine __STDC__ added for borland build. 2001-07-23 14:10:08 +00:00
Ralph Lange a6e67869db Fixed Tornado warnings. 2001-07-20 17:38:20 +00:00
Ralph Lange a67444ea1e Fixed HPUX 11 problem: isnan() is a macro. 2001-07-20 17:36:41 +00:00
Ralph Lange 48aac3bc86 Fixed Tornado warnings 2001-07-20 17:33:50 +00:00
Jeff Hill 4698215212 added try lock test 2001-07-16 18:14:53 +00:00
Jeff Hill 35110d3e88 fixed incorrect status returned from tryLock() 2001-07-16 17:30:51 +00:00
Jeff Hill c61e68b4e3 revert to using virtual destroy() to destroy timers 2001-07-12 17:53:51 +00:00
Jeff Hill b061bb6eb9 no need to save pointer to timer queue now 2001-07-12 16:04:04 +00:00
Jeff Hill 1042e657c8 improved internal class hierarchy 2001-07-12 16:02:54 +00:00
Jeff Hill 41a2ba5a9b make timer queue visible from epicsTimer 2001-07-12 02:23:14 +00:00
Jeff Hill 1403317247 fixed gnu warning 2001-07-11 23:47:40 +00:00
Jeff Hill 8ffb5e5fb9 delete timer via timer queue 2001-07-11 23:16:34 +00:00
Jeff Hill d36ee2b634 cosmetic 2001-07-05 16:11:37 +00:00
Jeff Hill 7a6a6dc53e fixed comment 2001-07-05 16:10:54 +00:00
Andrew Johnson f4f3c931b0 Extended the ~tsSLList<T>() workaround, egcs-2.91.66 doesn't like this either. 2001-07-02 21:44:51 +00:00
Janet B. Anderson d7279bbcbf Allow make inc at top level 2001-06-28 16:07:56 +00:00
W. Eric Norum 33e11134e5 RTEMS now provides a mechanism for interrogating the memory allocator. 2001-06-23 20:44:29 +00:00
Janet B. Anderson 61ff831b2d Uncommented epicsListTest. 2001-06-20 15:27:52 +00:00
Jeff Hill 9a0f0900ce work around problems in the Tornado compiler 2001-06-16 00:47:09 +00:00
Jeff Hill ca76832387 non need to specify hash table size 2001-06-15 22:39:01 +00:00
Jeff Hill 759b1a3541 improved test 2001-06-15 22:34:35 +00:00
Jeff Hill 9c89eabc84 now uses linear hashing technique to expand the table w/o
causing significant outliers in insertion or lookup delays
2001-06-15 22:33:48 +00:00
Jeff Hill 535ead1241 allow one list to be initialized from, and also steal the contents from,
another list
2001-06-15 22:18:09 +00:00
Andrew Johnson 28ea1b66a3 sysClkRateGet() _is_ defined in sysLib.h, but indirectly in the
drv/timer/timerDev.h file that it includes.
2001-06-14 22:03:50 +00:00
W. Eric Norum 95c23a4784 Clean up printout when RTEMS task has gone away.
Treat a missing RTEMS task as suspended.  Do not print error message.
2001-06-13 20:43:48 +00:00
Jeff Hill 71ccf13585 eliminate option to turn off exceptions 2001-06-12 17:54:30 +00:00
Jeff Hill 4886ad2b6d fixed to use const for begin and end 2001-06-12 17:48:36 +00:00
Jeff Hill 87f9c12a77 dont use free list for passive timer queue because of entaglements
between the file scope free list destructor and any file scope
file descriptor manager destructor's attempts to destroy a
passive timer queue
2001-06-12 17:16:52 +00:00
Jeff Hill 08208e995d changed the api for creating timers to match new timer API
and dont allow exceptions to be dissabled
2001-06-12 17:15:06 +00:00
Jeff Hill 452ead8a9f changed the api for creating timers to match new timer API 2001-06-12 17:14:16 +00:00
Jeff Hill 77a90ccc57 made diff computations const 2001-06-11 18:16:08 +00:00
Jeff Hill 24b1da7fff made diff computations identical 2001-06-11 18:15:14 +00:00
Marty Kraimer c6696c209f force at least a 1 tick delay if timeOut >0.0 2001-06-11 14:30:04 +00:00
Jeff Hill 4ae24683fc fixed gnu warning 2001-06-07 15:53:24 +00:00