75ca062f1b
Add simple device support for converting time to nicely-formatted string.
W. Eric Norum
2004-01-08 21:10:29 +00:00
0dbaefd5d9
+= version number for LOADABLE_SHRLIB.
Ralph Lange
2004-01-07 15:26:40 +00:00
f325c487bc
Fixed LOADABLE_SHRLIB_PREFIX bug.
Ralph Lange
2004-01-07 14:13:54 +00:00
364e023331
Updated DST dates.
Ralph Lange
2004-01-07 10:58:20 +00:00
267d7593ba
Works also for standard C comments.
Ralph Lange
2004-01-07 10:23:26 +00:00
3051293fe9
Fix for COMMANDLINE_LIBRARY = EPICS and no LD_LIBRARY_PATH.
Janet B. Anderson
2004-01-06 16:45:10 +00:00
d986ed523d
Remove browse make target.
Janet B. Anderson
2003-12-22 19:43:29 +00:00
5e40c17b26
Added Darwin cppflag definition.
Janet B. Anderson
2003-12-22 19:40:58 +00:00
ef084aceaf
The option -z ignore must preceed -z defs.
Janet B. Anderson
2003-12-18 22:10:38 +00:00
657a6c822a
Reorganized *SHRLIB_LDFLAGS definitions.
Janet B. Anderson
2003-12-18 21:41:55 +00:00
7108f87c6e
Added SHRLIB_CFLAGS=-KPIC. Added -z text to shrlib link lines.
Janet B. Anderson
2003-12-18 21:40:09 +00:00
416ec2c6ae
Use SHRLIB_CFLAGS for library and loadable library source code compiles.
Janet B. Anderson
2003-12-18 21:37:34 +00:00
455060a705
Initial version.
Janet B. Anderson
2003-12-18 15:58:43 +00:00
8b15eddf12
Moved HOST_OPT to CONFIG. file.
Janet B. Anderson
2003-12-18 15:58:13 +00:00
a084474857
Initial version.
Janet B. Anderson
2003-12-18 15:35:28 +00:00
8d0d26b56d
Removed -mcpu compiler option. Added code for 386,486,... cross builds
Janet B. Anderson
2003-12-18 15:34:38 +00:00
592660778d
Use the default (i.e. no -mcpu=xxxx options) compiler settings.
Janet B. Anderson
2003-12-18 15:25:20 +00:00
4c4b80dc66
Added comments.
Janet B. Anderson
2003-12-18 15:23:24 +00:00
283fc8f3eb
Moved HOST_OPT macro definition.
Janet B. Anderson
2003-12-18 15:14:38 +00:00
d9a1b65f36
Added comment line.
Janet B. Anderson
2003-12-17 17:28:32 +00:00
c9af50db0c
Initial version. Used to mofdify created header files to avoid solaris compiler warning messages when headers created from WIN32 build.
Janet B. Anderson
2003-12-17 17:05:55 +00:00
d7023b1f87
Changed order of _LDLIBS for consistancy.
Janet B. Anderson
2003-12-17 17:04:01 +00:00
3f560514e2
changes so that it builds on solaris
Marty Kraimer
2003-12-17 12:52:34 +00:00
258ebe6bcd
more changes for dbCaPutCallback
Marty Kraimer
2003-12-16 20:13:36 +00:00
fff249dd3a
use callbackRequestProcessCallbackDelayed
Marty Kraimer
2003-12-16 20:09:28 +00:00
fdd78eaf81
support for dbCaPutCallback
Marty Kraimer
2003-12-16 20:05:17 +00:00
1758f60c79
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn
2003-12-16 20:02:24 +00:00
13a780f4c4
Let calcoutRecord use device support
Marty Kraimer
2003-12-16 19:51:34 +00:00
5902d83d19
changes for dbCaPutCallback
Marty Kraimer
2003-12-16 19:47:48 +00:00
d8ae672385
Added athlon flags.
Janet B. Anderson
2003-12-12 16:54:05 +00:00
89aa3edc12
Removed number of lines in comment.
Janet B. Anderson
2003-12-11 15:05:32 +00:00
03922dd993
Casting through a (void*) to avoid warnings on HP's native C++ compiler. (Found with motorRecord 5.2)
Ralph Lange
2003-12-10 15:11:43 +00:00
943d2d2ac1
Add system command notes.
W. Eric Norum
2003-12-08 23:17:43 +00:00
d6c4117b35
Add support for iocsh 'system' command.
W. Eric Norum
2003-12-08 20:37:14 +00:00
9d57a77d90
issue message if FLNK is CA and doesnt access .PROC
Marty Kraimer
2003-12-05 13:55:52 +00:00
95859680f7
Needed for building on Solaris 9
Andrew Johnson
2003-12-02 22:45:32 +00:00
47fc7f5d88
Change Tornado to use the patched compilers.
Andrew Johnson
2003-11-21 21:22:24 +00:00
0a3edefb39
Make cdCommands environment variable names match envPaths, i.e. don't upper-case the app name. Also added ARCH and IOC environment variables.
Andrew Johnson
2003-11-21 21:11:30 +00:00
3d5ab5cca5
Expanded the RELEASE consistency checking, now all target architecture RELEASE.* files are checked, so you can't fool the system.
Andrew Johnson
2003-11-21 20:33:00 +00:00
68975ee309
Internal reorganization to simplify reading RELEASE files Added -T option to allow manual setting of $top
Andrew Johnson
2003-11-21 20:25:37 +00:00
03a5551d93
Needed to build on Solaris 9.
Andrew Johnson
2003-11-20 21:24:27 +00:00
81fa76c132
Needed for building on Solaris 9
Andrew Johnson
2003-11-20 21:14:32 +00:00
66959c07a8
return ECA_PUTFAIL instead of ECA_INTERNAL when unexpected write exception occurs
Jeff Hill
2003-11-14 16:55:09 +00:00
df1e65bc8a
throw a standard exception
Jeff Hill
2003-11-14 16:52:55 +00:00
19dd302bd8
fixed regression tests so that they specify preemptive callback for local pv situation
Jeff Hill
2003-11-14 16:37:41 +00:00
e0e0694821
Added the realclean target removd command echo suppression to match other clean rules
Andrew Johnson
2003-11-14 16:31:36 +00:00
d2149209ea
Fix nested comments in previous change.
W. Eric Norum
2003-11-07 21:21:05 +00:00
748e7cce1b
Get rid of gcc complaint about C++ comments.
W. Eric Norum
2003-11-07 19:15:21 +00:00
71319ab5d5
Get rid ofgcc complaint about C++ comments.
W. Eric Norum
2003-11-07 16:36:24 +00:00
3cece37c92
add new notes
Marty Kraimer
2003-11-06 17:11:02 +00:00
9dc80154e3
changes for dbCaPutCallback and others
Marty Kraimer
2003-11-06 17:09:21 +00:00
ca17594d00
add devLoTestAsyn and devMbboDirectTestAsyn
Marty Kraimer
2003-11-06 17:03:07 +00:00
bf2447f1cc
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn
2003-11-06 17:03:00 +00:00
04eb6ebb58
init_record now checks to see if state strings or values are defined during pass 0. Previously if another record had a DBR_STRING link to an mbboRecord it thought the field was a USHORT instead of an ENUM
Marty Kraimer
2003-11-06 16:47:48 +00:00
876b493e2c
The fields ZRST,...,FFST are now special(SPC_MOD)
Marty Kraimer
2003-11-06 16:45:20 +00:00
d9805b979e
make size of CALC 40
Marty Kraimer
2003-11-06 16:43:48 +00:00
eab7314e36
Clean up trailing \n on vxWorks input.
W. Eric Norum
2003-11-04 21:55:27 +00:00
a07722260f
change DB CA to DB CA Link
Marty Kraimer
2003-11-04 13:01:15 +00:00
1c55c85de9
The IOC shell dose not convert a 0 command-line argument to a NULL pointer. Allow "" to indicate that all record types should be printed.
W. Eric Norum
2003-11-03 22:43:50 +00:00
c095f483e9
Typo, s/NTP_FRACTION DENOMINATOR/NTP_FRACTION_DENOMINATOR/
Andrew Johnson
2003-10-29 19:51:12 +00:00
a5921d2bea
Missing closing $ in RCS keyword.
Andrew Johnson
2003-10-29 19:43:24 +00:00
c26cd7fdce
architecture independent manipulation of NTP stamps
Jeff Hill
2003-10-28 18:56:56 +00:00
c69536fc8e
return an error condition if they try to start a preemptive callback enabled context when the thread already has a single threaded context.
Jeff Hill
2003-10-28 16:05:49 +00:00
0712df904b
keep circuit open with disconnected channels attached if the circuit becomes unresponsive
Jeff Hill
2003-10-23 22:45:54 +00:00
70091854bc
new unresponsive circuit notify method
Jeff Hill
2003-10-23 22:33:15 +00:00
ab2a2d7a9c
new channel create received flag and new circuit responive, unresponsive, and hangup methods
Jeff Hill
2003-10-23 22:32:45 +00:00
2011e6b87a
increased locking requirements
Jeff Hill
2003-10-23 22:31:06 +00:00
fab73db5e8
timeout now results in unresponsive circuit notify and not an abort shutdown
Jeff Hill
2003-10-23 22:30:25 +00:00
be9a9afc68
removed unused method
Jeff Hill
2003-10-23 22:30:01 +00:00
f751b73665
increased locking requirements and added unresponsive/responsive circuit notify methods
Jeff Hill
2003-10-23 22:27:52 +00:00
de880dbf39
new error code
Jeff Hill
2003-10-23 22:26:22 +00:00
d9f803937a
fixedsearch interval computation
Jeff Hill
2003-10-21 22:26:20 +00:00
1b730ac8fc
fixedsearch interval computation
Jeff Hill
2003-10-21 22:12:43 +00:00
3a2e71e46e
fixed channel not destroyed if client disconnects during asynchronous enum string table fetch
Jeff Hill
2003-09-29 23:15:01 +00:00
1cbb1c9b71
fixed channel not destroyed if client disconnects during asynchronous enum string table fetch
Jeff Hill
2003-09-29 22:58:43 +00:00
3c4d947f2a
cosmetic
Jeff Hill
2003-09-29 22:42:24 +00:00
44e31ae9f3
changes allowing the test to work with enumerated channels
Jeff Hill
2003-09-29 18:13:28 +00:00