Commit Graph

1781 Commits

Author SHA1 Message Date
Jeff Hill
c331dd6951 now uses a phase locked loop to synchronize the performance counter ticks
with file time
2002-06-13 23:29:36 +00:00
Jeff Hill
d689a00f93 use %d to diplay thread id 2002-06-13 17:23:22 +00:00
Jeff Hill
9b5a9bf454 fixed no \n at end of message 2002-06-13 17:20:35 +00:00
Jeff Hill
9d14d911fe doc 2002-05-30 19:46:07 +00:00
Jeff Hill
5cc37d2a08 added comment 2002-05-28 23:37:22 +00:00
Jeff Hill
4269375e6c dont destroy singleton in destructor because other file scope objects
may reference the singleton in their destructors
2002-05-28 23:36:46 +00:00
Jeff Hill
94ebd4596f changed certain functions to inline 2002-05-15 18:15:38 +00:00
Jeff Hill
a5c9f8d430 updated iterator test 2002-05-14 20:25:17 +00:00
Jeff Hill
c4c7ee7803 added exit and waitRelease capabilities to epicsThread class 2002-05-14 20:24:49 +00:00
Jeff Hill
0afd9ddbb8 cosmetic 2002-05-14 20:23:08 +00:00
Jeff Hill
df30f1bfc5 added iterator classes 2002-05-14 20:21:15 +00:00
Jeff Hill
6b2a91cd0c added assignment operator to iterator 2002-05-14 20:20:01 +00:00
Jeff Hill
a09a1f2beb installed optimization for machines that dont have hardware floating point 2002-05-13 20:59:26 +00:00
Jeff Hill
e788adc650 fixed sun pro warning 2002-05-09 17:25:34 +00:00
Jeff Hill
9ec47f54a3 removed epicsShareSym 2002-05-09 17:18:17 +00:00
Jeff Hill
b929253988 cosmetic 2002-05-09 17:17:32 +00:00
Jeff Hill
dbfc2880c8 cleaned up assignment and copy operator for node class 2002-05-09 15:18:56 +00:00
Jeff Hill
7fcb189dfb made lock/unlock entry points inline again 2002-05-08 23:15:31 +00:00
Jeff Hill
ff05ad2dc3 reduced thread entry function scoppe to static 2002-05-08 23:14:46 +00:00
Jeff Hill
16ac080f9b cosmetic 2002-05-08 23:13:26 +00:00
Jeff Hill
9850a45190 allow assignment 2002-05-08 22:50:12 +00:00
Jeff Hill
ee15607526 added removeAll mf 2002-05-08 22:49:03 +00:00
W. Eric Norum
4dac34a6ab Build complete applications for RTEMS. 2002-05-06 20:05:35 +00:00
Marty Kraimer
adc6677275 add extern for C callable routines 2002-05-06 19:01:15 +00:00
Marty Kraimer
bc1c518b1c fix definition for isinf 2002-04-30 15:06:48 +00:00
Jeff Hill
34041fb80f added comments 2002-04-25 17:25:33 +00:00
W. Eric Norum
24749540ee Add explicit fflush to work around problems with non-conforming stdio libraries. 2002-04-24 15:07:34 +00:00
Jeff Hill
0e22299e1d improved isinf() 2002-04-23 20:10:12 +00:00
Jeff Hill
0034211a9f use !finite() for isinf() 2002-04-23 19:28:20 +00:00
Marty Kraimer
be2b9574e2 use finite to implement isinf 2002-04-23 12:32:34 +00:00
Jeff Hill
27eb49d9a7 added ifdef to avoid this starting with visual c++ 7 2002-04-19 18:08:35 +00:00
Jeff Hill
46f928d982 fixed missing return value 2002-04-19 18:07:44 +00:00
Jeff Hill
0e5bc7150f set the thread name (for visual c++ 7) 2002-04-19 18:05:49 +00:00
Jeff Hill
75ed067b7d allow derived class destructor to wait for thread exit 2002-04-19 18:03:48 +00:00
Jeff Hill
3a6422e7af installed epicsSingletonMutex 2002-04-19 17:57:52 +00:00
Jeff Hill
4fd3866e25 installed 2002-04-19 17:57:15 +00:00
Jeff Hill
6bbd6acd61 added newline at eof 2002-04-19 17:56:33 +00:00
Jeff Hill
8e961a0460 simplified 2002-04-19 17:54:44 +00:00
Jeff Hill
81fbc43277 make node assignment public again 2002-04-19 17:53:12 +00:00
W. Eric Norum
1f42e2ab02 Fix definition of ifreq_size macro. Darwin uses the modern variable-size
structure layout.
2002-04-19 16:02:49 +00:00
Jeff Hill
0cccc1a4ac fixed debug build 2002-04-19 15:57:34 +00:00
W. Eric Norum
d1f0435eb8 Return epicsMutexLockTimeout on failure to lock in epicsMutexTryLock since
that's the return code checked by the test programs.
2002-04-15 19:35:31 +00:00
Marty Kraimer
4428be70c3 support isinf; epicsIsNAN=>isnan; add test for epicsMath 2002-04-11 15:44:34 +00:00
Jeff Hill
4774a2252b removed inline because of sun pro bug 2002-03-28 00:41:09 +00:00
Jeff Hill
974811efe2 switch on new solaris version macro 2002-03-27 23:20:24 +00:00
Jeff Hill
cdfa4b5363 avoid useless vc++ warning 2002-03-27 21:32:20 +00:00
Jeff Hill
a07be4ff1b template instantiation 2002-03-27 19:18:43 +00:00
Jeff Hill
e4c810e5ea installed 2002-03-27 19:10:13 +00:00
Jeff Hill
7626a140da switched to inline 2002-03-27 19:10:02 +00:00
Marty Kraimer
d78307e798 return -1 if result is nan 2002-03-27 13:38:59 +00:00