Commit Graph

14729 Commits

Author SHA1 Message Date
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 R3.14.10-pre1 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
Andrew Johnson b0c31ab89c Target deleted. 2008-09-05 22:16:15 +00:00
W. Eric Norum ab8fa0f5ec Allow EPICS_TS_NTP_INET in environment to override NTP server setting. 2008-09-05 21:41:06 +00:00
Andrew Johnson 07927c5b5e Added scanonce() note. 2008-09-05 18:23:41 +00:00
Andrew Johnson 3086c5bea3 Added INSTALL_DBFLAGS to MSI's DBFLAGS. 2008-09-05 17:15:19 +00:00
Andrew Johnson f89d5e4400 Use menuScan enums rather than #define macros where possible. 2008-09-05 15:17:45 +00:00
Andrew Johnson 9e5c6e04b7 Cleanup of NTP time provider code. 2008-09-04 22:43:56 +00:00
Andrew Johnson bc8473bf74 Removed unused gddSemaphore.h file (vxWorks impl only). 2008-09-03 22:33:05 +00:00
Andrew Johnson 8b88489b90 Latest gcc doesn't like variables named 'true'. 2008-09-03 22:30:18 +00:00
Andrew Johnson 0bddd7dc8c Added Unit Test Harness to summarize results on vxWorks/RTEMS.
Added taskwdTest to tests run.
2008-09-03 16:48:03 +00:00
W. Eric Norum 30b87a9ead Latest vesrion of gcc has this bug fixed. 2008-09-03 16:18:36 +00:00
Andrew Johnson 2d2e6dd627 Use a Make variable that is actually used... 2008-09-02 21:27:22 +00:00
Andrew Johnson 42725c0f60 Revert Janet's latest changes until she can fix them (break SNC rules). 2008-09-02 16:08:49 +00:00
Andrew Johnson 79df764184 Added creation of ioc/dllPath.bat for Win32 IOCs. 2008-08-29 22:15:02 +00:00
Janet B. Anderson dd226566a9 Many changes. Moved all related file type lines into RULES_FILE_TYPE. 2008-08-29 21:28:39 +00:00
Janet B. Anderson 5e9b59707c Base does not need to execute convertRelease.pl 2008-08-29 21:07:04 +00:00