Andrew Johnson
8b5ef8d497
Fixed pointer cast.
2008-04-28 15:55:45 +00:00
Andrew Johnson
04cd32d175
Build misc/ before dev/ so extended devices can link properly on Solaris.
2008-04-25 22:14:59 +00:00
Andrew Johnson
21aed171a5
Another malloc() + bzero() => calloc()
2008-04-25 21:57:31 +00:00
Andrew Johnson
0639850d7a
Expanded tabs, replaced malloc() + bzero() with calloc().
2008-04-25 21:48:19 +00:00
Andrew Johnson
e738b5c617
Added ai support; renamed source file.
2008-04-25 21:13:17 +00:00
Andrew Johnson
5cdb9ff089
Renamed devTimestampSI.c with ai support added.
2008-04-25 21:08:10 +00:00
Andrew Johnson
7256130470
Added ai support; renamed source file.
2008-04-25 21:05:59 +00:00
Janet B. Anderson
81a56a5b9e
Second try at creating *_Include.dbd dependancy on Makefile.
2008-04-25 20:06:10 +00:00
Janet B. Anderson
e5b6693d8c
Backed out Created *_Include.dbd dependancy on Makefile.
2008-04-25 18:44:21 +00:00
Janet B. Anderson
e05cf72537
Created <name>_Include.dbd now depends on Makefile.
2008-04-25 15:29:16 +00:00
W. Eric Norum
158ce5ac32
New tool chain does not need (and must not have) -m5200 in addition to -m528x.
2008-04-24 18:18:12 +00:00
Andrew Johnson
38f17b720e
Allow subroutine changes at runtime, from Kazimierz Gofron (Codeathon)
...
Also did some major cleanup.
2008-04-24 16:30:37 +00:00
Janet B. Anderson
92936a9134
Do gmake in bonfir directory not config/tools directory.
2008-04-22 15:09:48 +00:00
W. Eric Norum
6f7156cab2
Clean up.
2008-04-18 20:30:19 +00:00
W. Eric Norum
fc85afd77c
Clean up some minor issues with differences between RTEMS/vxWorks/POSIX.
2008-04-18 19:20:50 +00:00
Andrew Johnson
a3cd917de2
General Time, from Peter Denison, Eric Norum and many others...
2008-04-18 18:39:32 +00:00
Janet B. Anderson
b02f69092c
Allow apps and extensions to define CONFIG.
2008-04-18 16:28:02 +00:00
Janet B. Anderson
9816887062
Allow use of a site configure directory by defining RULES in CONFIG.
2008-04-18 16:24:21 +00:00
W. Eric Norum
afd028c4ff
Round sleep time to nearest tick. This is important when working with
...
high-precision time sources, such as event receivers.
2008-04-17 22:04:57 +00:00
Ralph Lange
b8f613881b
iocInit() installs a signal handler that ignores SIGHUP
2008-04-17 19:52:23 +00:00
W. Eric Norum
57005d58ae
Use new, simpler, RTEMS test harness.
2008-04-17 19:34:57 +00:00
Ralph Lange
60449e20b0
+= epicsSignalInstallSigHupIgnore (libCom/osi)
2008-04-17 18:57:07 +00:00
W. Eric Norum
7e31cb0db3
Round off sleep times -- makes timed scan threads work better when
...
high-quality time source (e.g. event receiver) is used.
2008-04-17 18:53:54 +00:00
Ralph Lange
f6dd8d5654
+= caput -c option; updated usage infos and documentation to match
2008-04-17 02:53:19 +00:00
Ralph Lange
73e17ac32a
Applied caput patches from Andy Foster; updated usage infos to match
2008-04-17 02:31:36 +00:00
Andrew Johnson
9d7fb60785
Added mote about deprecating epicsShareAPI.
2008-04-15 20:30:22 +00:00
W. Eric Norum
5708538d32
Back out erroneous commit.
2008-04-15 14:44:31 +00:00
W. Eric Norum
aa71115a4b
Back out yesterday's mistaken commits.
2008-04-15 14:42:19 +00:00
W. Eric Norum
6254f0d730
General time changes.
2008-04-14 20:08:39 +00:00
W. Eric Norum
5e51fdaa91
Initial general time supportl.
2008-04-14 19:49:48 +00:00
W. Eric Norum
489af50c7a
Preliminary general time changes.
2008-04-14 19:49:47 +00:00
Andrew Johnson
fde879062d
Some versions of Solaris define isinf() macro.
2008-04-14 18:50:32 +00:00
Andrew Johnson
c64685a360
Varargs functions in CALC.
2008-04-10 18:31:33 +00:00
Andrew Johnson
b281b453bb
Added variable argument functions, mostly by Benjamin Fransken.
...
MIN, MAX, FINITE and ISINF can now take any number of arguments.
2008-04-10 18:06:47 +00:00
Janet B. Anderson
df59c12f75
Added CPPFLAGS -mcpu=arm9 -marm -- from Heinrich du Toit.
2008-04-09 20:41:33 +00:00
Andrew Johnson
85b20ffaea
Fix envPaths output for cexp users.
2008-04-08 17:49:33 +00:00
Andrew Johnson
fb930b6b0e
Renamed convertRelease target 'STDOUT' to 'releaseTops' and fixed build files.
...
Removed the -h option to convertRelease, use $ENV{EPICS_HOST_ARCH} instead.
Reworked variables associated with expandVars to make it simpler to use.
Split EPICS::Utils module into three parts.
Moved code from fullPathName.pl into the new EPICS::Path module.
Changed convertRelease.pl to use new modules.
Added some documentation to RELEASE_NOTES.html
2008-04-03 21:57:16 +00:00
W. Eric Norum
2a9ccaf2c0
Use correct conditional.
2008-04-01 20:36:08 +00:00
Andrew Johnson
bc3584c834
Moved Perl modules from Ctlsys to EPICS.
...
Cleanup and corrections in expandVars@.
2008-04-01 19:25:47 +00:00
W. Eric Norum
e1d28a495a
Allow use with pre-release version of RTEMS-4.9.
2008-04-01 18:16:29 +00:00
W. Eric Norum
d91feefcac
Use _Objects_Get_name_as_string if available.
...
Clean up some warnings.
2008-04-01 17:00:12 +00:00
Andrew Johnson
e8d52af7bc
Can't make epicsInt8 a 'signed char', it breaks too much stuff.
...
This is a problem - on some archs char is signed, on others not.
2008-04-01 15:54:01 +00:00
Andrew Johnson
f21aed109c
An epicsInt8 is signed, but a bare 'char' isn't necessarily.
2008-03-31 19:46:46 +00:00
Andrew Johnson
37b371e956
macLib cleanup, added support for scoped macros.
...
New test program for regular macros as well as the environment variable tests.
2008-03-31 19:30:17 +00:00
Andrew Johnson
2079c128d5
Cleanup of epicsThreadPrivate stuff, remove unnecessary code.
2008-03-28 22:35:48 +00:00
Janet B. Anderson
37cd3234bd
Use perl ExtUtils for CP, MV, RM, and RMDIR macro definitions.
2008-03-28 21:35:26 +00:00
Janet B. Anderson
a4a2a73fe7
Added ifneq test around -include lines for make version 3.80 on Linux FC4.
...
See Ernest Williams for details.
2008-03-28 19:28:13 +00:00
Janet B. Anderson
1d1454ba98
Removed perl scripts cp.pl mkdir.pl mv.pl rm.pl.
2008-03-26 21:10:05 +00:00
Janet B. Anderson
0c4cf4ff23
SRC_DIRS should be inside top tree.
2008-03-26 18:55:03 +00:00
Janet B. Anderson
7a6528cf1c
Removed references to EPICS_BASE, EPICS_EXTENSIONS, and CTLSYS.
2008-03-25 22:04:52 +00:00