Commit Graph

11418 Commits

Author SHA1 Message Date
Jeff Hill fa161e4e5a fix for mantis 306 2008-09-25 15:59:49 +00:00
Andrew Johnson 506b303c3c Added printf device support for stringout record => stdout or stderr 2008-09-24 22:40:37 +00:00
Andrew Johnson 1269897998 Fixed epicsEventWaitWithTimeout(id, 0.0), added test. 2008-09-24 19:24:59 +00:00
Jeff Hill 21e8912031 fixed conditional 2008-09-24 16:29:50 +00:00
Jeff Hill 7f96b9c0fc added try / catch block to epicsThread :: exoitWait () so that exception
specification isnt violated
2008-09-24 15:57:28 +00:00
Andrew Johnson 91d9fdbda8 Fixed problem using CA.pm from scripts outside of Base. 2008-09-24 15:02:50 +00:00
Andrew Johnson 238ab41ba1 Use $FindBin::Bin instead of expanding @TOP@. 2008-09-23 22:15:10 +00:00
Andrew Johnson 516a2cbf41 Use $FindBin::Bin so we don't need to expand @TOP@.
Needed for package management systems such as in Debian.
2008-09-23 22:13:52 +00:00
Andrew Johnson aa9b36d7f9 Cosmetic. 2008-09-23 20:23:30 +00:00
Andrew Johnson efa69eda5c Improve messages slightly. 2008-09-23 19:50:58 +00:00
Janet B. Anderson 7850ab921a Changed OS_CLASS WIN32 test to SHRLIB_SUFFIX .dll test. Fixed RM of libs. 2008-09-23 16:11:41 +00:00
Janet B. Anderson c0dd8a788b Shared library rule changes made to allow make -j option to work on win32. 2008-09-22 21:21:10 +00:00
Jeff Hill 65c2e51849 committed a fix for mantis 312 2008-09-22 20:24:39 +00:00
Andrew Johnson 5d6b223229 s/FALSE/false/ 2008-09-22 18:20:56 +00:00
Andrew Johnson 1be79a4911 Version number; removed extraneous <li> tag. 2008-09-22 17:50:03 +00:00
Andrew Johnson 82abd96fc9 Build cap5 everywhere other than WIN32 archs. 2008-09-22 17:46:41 +00:00
Janet B. Anderson a149390015 Added files for debug cross builds. 2008-09-22 15:13:14 +00:00
Jeff Hill 2bf9959e11 committed a fix for mantis 302 2008-09-19 23:27:52 +00:00
Jeff Hill a6f4c7efd9 committed a fix for mantis 302 2008-09-19 23:03:31 +00:00
Andrew Johnson c19d8848ed Deleted comment. 2008-09-18 20:54:22 +00:00
Andrew Johnson 934f55b9cc Turn off optimization for debug targets. 2008-09-18 20:51:36 +00:00
Andrew Johnson 3cc996a296 getOptions was not zeroing precision when no rset->get_precision routine. 2008-09-18 19:23:48 +00:00
Andrew Johnson c0084256bd Replaced by generalTime facility in libCom. 2008-09-16 22:45:01 +00:00
Janet B. Anderson ba7b648bf8 Added requirement comments. Moved pre1 to EPICS_CVS_SNAPSHOT. 2008-09-16 16:32:45 +00:00
Andrew Johnson 92b991c857 Post -pre1 tag. 2008-09-15 21:50:01 +00:00
Andrew Johnson 8edf588ae9 R3.14.10pre1 2008-09-15 21:47:20 +00:00
Andrew Johnson 01b8fbf100 Change NTP Synq period to 1 minute. 2008-09-15 21:26:33 +00:00
W. Eric Norum 50a6dbee9c Reuse NTP socket. 2008-09-15 21:09:44 +00:00
Andrew Johnson a87bfe1ee7 Cygwin doesn't actually provide a clock_settime symbol, although the
prototype is present in time.h so we supply our own that returns error.
2008-09-15 20:07:23 +00:00
Andrew Johnson 3a671f712f Missing epicsExportSharedSymbols 2008-09-15 18:49:31 +00:00
W. Eric Norum f4cae805e5 Clean up warnings. 2008-09-15 16:12:33 +00:00
Janet B. Anderson f0336ac3b2 Added comment. 2008-09-15 15:18:41 +00:00
Janet B. Anderson 3d359e32bb Many changes to macros and RULES for installed cfg files. 2008-09-15 15:12:52 +00:00
Janet B. Anderson dd4d24778c Bug fix for clean of RES and BOF files. Added PERL_SCRIPTS to SCRIPTS_HOST. 2008-09-15 15:10:27 +00:00
Janet B. Anderson 3fb737aea6 Moved includes for installed and RELEASE config files from RULES_TOP. 2008-09-15 15:08:45 +00:00
Janet B. Anderson d919165573 Moved includes for installed and RELEASE config files to CONFIG. 2008-09-15 15:07:07 +00:00
Andrew Johnson ac69ccbff7 Fix Darwin build, which doesn't have CLOCK_REALTIME. 2008-09-15 14:55:19 +00:00
Andrew Johnson 70dfa451d2 General Time. 2008-09-12 22:56:25 +00:00
Andrew Johnson 6430a49300 General Time updates: Internal cleanup of framework code and providers,
replaced the osdSysTime provider with a new osiClockTime provider,
stringin device support puts record into alarm if no working provider,
added osdTimeRegister() to RTEMS/osdTime.h.
2008-09-12 22:55:55 +00:00
Andrew Johnson 6482e7e55d Unlocking issue pointed out by Richard Dickson. 2008-09-12 19:40:16 +00:00
Andrew Johnson 2d88383a9d Clean up quadratic string processing behaviour. 2008-09-12 14:58:05 +00:00
Andrew Johnson e47fc8b757 Lowercase the new hostname in asChangeClient() 2008-09-12 14:44:49 +00:00
Andrew Johnson b2ce57294f Use explicit path to executable, PATH may not include '.' 2008-09-11 22:42:17 +00:00
Andrew Johnson e2896fa82f Perl's Test::Simple library is not installed by default, use Test instead. 2008-09-11 22:35:01 +00:00
W. Eric Norum 111a140059 Change RTEMS notes. Timing changes are now supercedewd by general time changes.Mention removal of RTEMS -ansi flag. 2008-09-11 17:24:28 +00:00
W. Eric Norum a1de4a8f5d Using -ansi causes problems.
Get rid of it.
2008-09-10 17:35:05 +00:00
Janet B. Anderson b403ac5370 Commented out OP_SYS_CFLAGS. Removed APS specific definition. 2008-09-09 20:57:52 +00:00
Janet B. Anderson 7b44593c98 Removed extra include of CONFIG_SITE.Common.RTEMS. 2008-09-09 20:54:29 +00:00
Janet B. Anderson bdd5649d7d Bug fixes. 2008-09-09 18:40:49 +00:00
W. Eric Norum 58be7e6b13 Clean up some warnings. 2008-09-08 21:33:19 +00:00