Commit Graph

300 Commits

Author SHA1 Message Date
Andrew Johnson 1e72aa61f0 Reverting Janet's cygdrive change which she says breaks other Win32 builds.
Until Cygwin's version of Make gets fixed, use the mingw Make instead.
2006-11-21 22:52:41 +00:00
Janet B. Anderson db3407a3ab Cygwin Make 3.81 now requires /cygdrive/<drive>/... in fullpath names. 2006-11-20 16:22:23 +00:00
Jeff Hill a6d8cf0cec use parenthesis during time stamp assign 2006-11-18 00:27:08 +00:00
Andrew Johnson 3b481d69c2 'use strict' stuff from Nick Rees, plus some cleanup. 2006-11-17 22:53:03 +00:00
Andrew Johnson c3e3f6be37 Added two example database substitutions files and converted the example st.cmd
files to use these instead of repeated dbLoadRecords commands.
2006-11-17 19:36:17 +00:00
Andrew Johnson 31547e98f5 Patch from Diamond; App names may include chars that are not
valid in a C identifier, such as '-', but we use the App name
in the <name>_registerRecordDeviceDriver routine name.
This patch replaces all such invalid chars with '_'.
2006-11-14 22:14:53 +00:00
Andrew Johnson 5c7fa0e3be Modified comments. 2006-10-26 15:34:45 +00:00
Janet B. Anderson ad55de7aa4 Modified UnixPath and epics_base definitio for ActiveState perl. 2006-10-02 14:18:47 +00:00
Andrew Johnson d359e6629d Permit any IOC name as long as it has 'ioc' in it somewhere.
This matches the current behavior of the wildcard in iocBoot/Makefile
2006-07-25 18:14:21 +00:00
Andrew Johnson 6a830abc9d Added WARN setting to CHECK_RELEASE. 2006-04-21 15:23:48 +00:00
Janet B. Anderson 5c8b48e8f0 Added includes for host specific RELEASE and CONFIG_SITE files. 2006-03-30 16:59:06 +00:00
Janet B. Anderson 30b0520b78 Added comments about files for Host/target specific settings. 2006-03-30 16:57:32 +00:00
Janet B. Anderson e477be1e94 Modified comment line. 2006-03-29 21:56:39 +00:00
Janet B. Anderson 6bb604313d Added ifdef $(T_A) around T_A includes. 2006-03-29 21:23:57 +00:00
Janet B. Anderson 6b43fe312e Allow target specific macro definition overrides. 2006-03-29 21:18:12 +00:00
Janet B. Anderson 8774f97acd Allow ioc application to be built with older version of base. 2006-03-29 16:49:06 +00:00
Janet B. Anderson ae8b8295a6 Renamed CONFIG_APP to CONFIG_SITE. 2006-03-28 21:35:53 +00:00
Janet B. Anderson 3ee2785894 Renamed CONFIG_APP to CONFIG_SITE. Moved includes to CONFIG.
Moved INSTALL_LOCATION and CONFIG definitions.
2006-03-28 21:35:08 +00:00
Janet B. Anderson e93f9fd86e Updated path rewriting rules for various OSs. 2005-11-30 21:46:13 +00:00
Janet B. Anderson f8527e3303 WIN32 directory specification changes. 2005-11-29 22:46:57 +00:00
Andrew Johnson 2d83858ed1 Wording improvement. 2005-11-15 21:19:44 +00:00
Andrew Johnson 1091a05902 Make prompts more friendly, listing choices where appropriate. 2005-10-28 19:45:08 +00:00
Jeff Hill cd9041afee fixed mantis 175 - example server does not update time stamp for array pv 2005-10-27 23:56:05 +00:00
Jeff Hill d6c8de87de preserve native type when its a scalar so that enum regression tests
excercise relevant subcomponents of GDD
2005-10-27 23:47:01 +00:00
Janet B. Anderson bce31499fa Modified comments regarding usage of nfsMountAll. 2005-10-26 21:04:48 +00:00
Janet B. Anderson a1b924f855 Made RTEMS and vxWorks comments the same. 2005-10-24 18:56:00 +00:00
Janet B. Anderson 5cf58254f2 Made commandline application names and iocnames optional.
Added prompt for app/ioc names when not on command line.
Added app name command line option (-p app) for use with -i.
Added user prompt for app name with -i with IOC name as default.
2005-10-05 20:26:53 +00:00
Ralph Lange e7c3cf1ca8 Make find() follow soft links. 2005-09-21 15:02:53 +00:00
Janet B. Anderson 3ef6620682 Added nfsCommands@RTEMS. 2005-07-06 22:31:30 +00:00
Janet B. Anderson deb336e735 Removed nfsCommands@RTEMS 2005-07-06 22:23:39 +00:00
Janet B. Anderson e1772e0f14 Added 2 nfsCommands@RTEMS files. 2005-07-06 21:58:31 +00:00
Andrew Johnson fce5dcf4d6 Exclude all .files from printed ioc arch list, not just . and .. 2005-05-26 16:00:58 +00:00
Andrew Johnson 68292ed1e6 Added example code that registers a new iocsh command. 2005-04-08 17:48:08 +00:00
Janet B. Anderson 4b0ba2c7f6 Fixed directory for dbd file. 2005-02-24 14:38:30 +00:00
Janet B. Anderson 64e299dfdb Added st.cmd@Cross files for cross builds. 2005-02-23 22:10:28 +00:00
Jeff Hill 6a7445abdf o made booty scanned by default
o made counted channel names have a minimum of 6 digits
2004-11-30 02:11:01 +00:00
Andrew Johnson 69fc21474b Windows permits login names to include spaces! 2004-10-22 15:11:41 +00:00
Janet B. Anderson e1f3c9fd40 Removed old comment. 2004-10-13 14:57:59 +00:00
Janet B. Anderson 892e71f55b Commented out xxx.dbd and added instructions for support dbds. 2004-10-13 14:51:45 +00:00
Janet B. Anderson 0d12ed33ca The <appname>Include.dbd file is no longer needed. 2004-10-13 14:40:45 +00:00
Andrew Johnson dac63b0826 It makes more sense to make ca_puser(chid) the address of the MYNODE, not
the address of an array element containing the MYNODE address.  As puser is
not actually used in this code it's not a real bug, but it could cause a
subtle bug in any code that starts from here if the programmer doesn't
completely understand what's going on...
2004-10-07 22:08:28 +00:00
Jeff Hill c020be9e04 fixed delay functionality and removed call to show at exit 2004-09-22 18:45:43 +00:00
Jeff Hill ff419d8922 added destroyAllPV call 2004-09-22 18:45:11 +00:00
Marty Kraimer 5a41338d08 epicsExit 2004-08-27 16:23:20 +00:00
Marty Kraimer f4251bcf79 make snc propram reentrient 2004-07-15 11:54:05 +00:00
Andrew Johnson 5a2a33f3e0 Moved wildcards from unnecessary file configure/RULES.iocBoot to iocBoot/Makefile 2004-05-26 17:49:01 +00:00
Andrew Johnson 36809d6d20 Removed vlinac, not really a template. 2004-05-26 17:40:59 +00:00
W. Eric Norum b5ee956916 Allow application to be copied and run anywhere. The downside of this
change is that the application *must* be executed from the directory
in which the st.cmd file resides.
2004-05-23 16:50:52 +00:00
W. Eric Norum 720f6ba418 Simplify virtual-linac build procedure. Sequence programs are now enabled
simply by adding a SNCSEQ entry to configure/RELEASE.
2004-05-22 16:55:17 +00:00
Janet B. Anderson 4599f5540a Changed main to int main. 2004-04-07 20:14:11 +00:00