6a9163988d
1) Always print expanded line regardless of the state of the -V flag and the presence or absence of undefined macros. 2) Exit with status 2 if warnings are enabled (-V) and one or more macros is undefined.
W. Eric Norum2004-06-03 21:34:55 +00:00
d813690363
Limit scope of macro definitions to a single template file.
W. Eric Norum2004-06-03 21:09:20 +00:00
7366f7359c
Added final call to errlogFlush(), needed for solaris-sparc-gnu for some unknown reason - without it, the program doesn't always exit properly.
Andrew Johnson2004-05-28 18:17:25 +00:00
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.
W. Eric Norum2004-05-23 16:50:52 +00:00
720f6ba418
Simplify virtual-linac build procedure. Sequence programs are now enabled simply by adding a SNCSEQ entry to configure/RELEASE.
W. Eric Norum2004-05-22 16:55:17 +00:00
329172afc7
fixed logic surrounding subscription cancel 1) When channel is destroyed, but subscription not installed into a server 2) When subscription is destroyed, but has not been installed in server
Jeff Hill2004-05-21 00:57:51 +00:00
57d488b7a0
supress disconnect callback when context is destroyed
Jeff Hill2004-05-20 17:22:40 +00:00
5fc1e3217b
workaround for borland bcc weirdness
Jeff Hill2004-05-19 16:07:06 +00:00
164449f0d6
Remove startCaRepeater - no longer works, use caRepeater from src/ca. Tidy up rc2 stuff.
Andrew Johnson2004-05-18 19:22:38 +00:00
5bf2821512
Make EPICS command-line routines the default (no RTEMS add-on packages required). Add libraries for readline.
W. Eric Norum2004-05-18 18:05:36 +00:00
4818d705a5
HPUX needs to use SIGALRM and so can't use the POSIX version.
W. Eric Norum2004-05-18 17:36:31 +00:00
ecd7d5a9ce
configure/tools provides a replacement for absPath.pl, use that instead.
Andrew Johnson2004-05-17 21:43:50 +00:00
2bef3a2d08
Added two new envParams and converted iocsh to use these instead of getenv()
Andrew Johnson2004-05-17 21:40:10 +00:00
668ecc9b94
Added EPICS_HOST_ARCH win32-x86-cygwin renamed to cygwin-x86.
Janet B. Anderson2004-05-17 21:27:33 +00:00
267e352bb5
Fix problem introduced by Win32 fix, do it properly.
Andrew Johnson2004-05-17 21:07:10 +00:00
36d3033de4
Fixed comment typo and removed duplicate export line.
Janet B. Anderson2004-05-17 14:38:37 +00:00
6ef89dd871
Even though the comment is within C++ conditionals some compilers generate warnings for the C++ style comment.
W. Eric Norum2004-04-30 14:55:08 +00:00
7a920f831d
Defines fullpath name only for rpath and -R dirs on link lines.
Janet B. Anderson2004-04-29 17:47:34 +00:00
cab998f40d
renamed chronIntIdResTable::add to chronIntIdResTable::idAssignAdd to avoid hiding resTable::add in the public base class
Jeff Hill2004-04-28 22:15:06 +00:00
563733cf3c
changed to call new idAssignAdd func
Jeff Hill2004-04-28 22:11:25 +00:00
21e72e7f13
Change include quotes from "" to <>. When "" are used the posix osiUnistd.h is included rather than the os-specific osiUnistd.h.
W. Eric Norum2004-04-28 20:06:05 +00:00
0b52634e38
Use envGetConfigParamPtr() instead of getenv() for EPICS_TS_NTP_INET, needed to allow a default time server to be set in CONFIG_SITE_ENV. Also cleaned up some unnecessary string copying.
Andrew Johnson2004-04-23 17:56:07 +00:00
ff3329b0f9
Added a note about the bldEnvData.pl script fix.
Andrew Johnson2004-04-22 21:28:05 +00:00