Janet B. Anderson
7c136fc07d
R3.14.11
2009-08-28 18:49:40 +00:00
Andrew Johnson
534ca2c86e
Make ellFree() a 1-argument macro, calls ellFree2() with free as freeFunc.
2009-08-28 18:34:38 +00:00
Andrew Johnson
f17ac39f29
Disable divide by zero warnings on MSVC when generating NAN and INF.
...
Use those values rather than calculating them independently.
2009-08-25 18:19:49 +00:00
Jeff Hill
a4e5e540a9
added \n to printf diagnostic
2009-08-25 15:45:20 +00:00
Jeff Hill
33911cd0af
improved failure diagnostic
2009-08-25 14:50:11 +00:00
Andrew Johnson
1607d2a192
ellFree() and Win32 time provider.
2009-08-24 20:55:31 +00:00
Jeff Hill
140b8a468d
we dont need tocheck the return from new with assert
2009-08-24 17:09:55 +00:00
Jeff Hill
d84e9cb3ec
exp passed to assert must not change the state of the data structures
2009-08-24 17:08:41 +00:00
Jeff Hill
fa24d119dd
use verify instead of assert (in tests)
2009-08-24 17:07:03 +00:00
Jeff Hill
4921187178
use verify instead of assert
2009-08-24 17:04:40 +00:00
Jeff Hill
794811b95a
exp passed to assert must not change the state of the data structures
2009-08-24 17:03:17 +00:00
Jeff Hill
aa904449c0
we dont need tocheck the return from new with assert
2009-08-24 17:01:21 +00:00
Andrew Johnson
1c95101ae1
Fixed Till's report of non-thread-safe lazy-init.
2009-08-21 17:32:13 +00:00
Janet B. Anderson
0961378465
Revert to -CVS for snapshots.
2009-08-21 15:48:28 +00:00
Janet B. Anderson
7655e7859d
R3.14.11-RC1
2009-08-21 15:41:28 +00:00
Andrew Johnson
bbc0899423
RC1
2009-08-21 15:34:02 +00:00
Andrew Johnson
3afade09e6
Fixed epicsCalcTest issue, but epicsMutexTest can still run too long.
2009-08-21 15:32:01 +00:00
Andrew Johnson
c28520bea6
Adjust test 66 so it doesn't fail if the gcc optimizer result gives -1 but
...
glibc returns +1. Both are correct, gcc is following a newer standard.
2009-08-21 14:49:01 +00:00
Andrew Johnson
bd4784a858
Added Mantis 361.
2009-08-21 14:38:01 +00:00
Jeff Hill
8c2278784c
fixed mantis 361
2009-08-21 00:53:55 +00:00
Andrew Johnson
2caf1a4f50
Janet's Build Dependency note.
2009-08-20 22:59:10 +00:00
Jeff Hill
1fba8dd866
improved fdManagerVerify progress diagnostics
2009-08-20 22:29:53 +00:00
Andrew Johnson
87eace1bd4
Fix for solaris compiler complaint about ambiguity of 'exception'.
2009-08-18 19:26:37 +00:00
Jeff Hill
db3a655374
fixed improper calculation of signal needed state in postEvent
...
(this is an issue I introduced when writing the patch where IO
and subscription update events are maintained on seperate
and independent queues). The issue does not exist in an
EPICS base release.
2009-08-18 00:40:00 +00:00
Jeff Hill
8ae0c8960f
corrected spelling in message
2009-08-18 00:36:22 +00:00
Jeff Hill
ec26c0dc52
o track number of async read and writes independently
...
o when the last async write occurs, check to see if a value
is cached and write it immediately (instead of waiting for
aync io object's ctor to run. This allows the regression
tests to pass.
2009-08-18 00:32:48 +00:00
Andrew Johnson
ea539fceb6
Corrected Mantis bug number.
2009-08-17 17:51:43 +00:00
Jeff Hill
782ff1b303
improved create channel unexpected exception diagnostic
2009-08-14 19:12:50 +00:00
Jeff Hill
2fb6b2100f
improved test diagnostic
2009-08-14 17:44:33 +00:00
Jeff Hill
0012042a5e
accomodate archaic vxWorks gnu compiler
2009-08-14 17:31:34 +00:00
Jeff Hill
e0d16659e1
improved TCP circuit creation failure exception diagnostics
2009-08-14 16:57:48 +00:00
Jeff Hill
8303cf053b
improved VC creation failure exception diagnostics
2009-08-14 16:56:31 +00:00
Jeff Hill
78fc566dc4
improved thread creation failure exception diagnostics
2009-08-14 16:54:45 +00:00
Jeff Hill
3961c81740
added additional R3.14.11 ca fixes
2009-08-14 00:56:08 +00:00
Jeff Hill
0fdda3f794
back out prev change
2009-08-14 00:29:56 +00:00
Jeff Hill
9802e6c629
cosmetic
2009-08-14 00:24:32 +00:00
Jeff Hill
547c5d06ea
improved the maint of the asych io count in off normal situations
2009-08-14 00:24:09 +00:00
Jeff Hill
50ddd62502
o always arm the send independent of how many messages are placed
...
in the out buf. The send will not arm if the out buf is empty
o when receiving the io blocked state notify callback always reactivate the
receive if space is available
2009-08-13 23:55:03 +00:00
Jeff Hill
9fc48c9a6b
always arm the send independent of how many messages are placed
...
in the out buf. The send will not arm if the out buf is empty.
2009-08-13 23:51:40 +00:00
Jeff Hill
e4075da4d7
o added new ioQue so the server will not wedge one of its clients
...
when simultaneouly in flow control mode and also asynchronous io
postponed mode.
o simplified the status from the process func because callers should
not need to know how many messages have been sent
2009-08-13 23:49:59 +00:00
Jeff Hill
8ace886cfe
o added new ioQue so the server will not wedge one of its clients
...
when simultaneouly in flow control mode and also asynchronous io
postponed mode.
o simplified the status from the process func because callers should
not need to know how many messages have been sent
2009-08-13 23:42:37 +00:00
Jeff Hill
6c61c0de34
signal the io blocked list each time that server centric async io completes
2009-08-13 23:38:41 +00:00
Jeff Hill
e581e88223
simplified the return from eventSysProcess because callers should not need to
...
know how many messages were sent
2009-08-13 23:37:30 +00:00
Jeff Hill
f4cbdec5ee
removed io blocked list signal because the base class does not
...
know if the blocked list is with the pv or the server
2009-08-13 23:32:18 +00:00
Jeff Hill
b344841365
fixed the following issues with detection of flow control mode
...
o the flow control contig frame thresh should be based on max array size
o it appears that the wakeup mechanism for the send thread, who sends
the flow control on/off messages was broken
o looking at full buffers isnt a perfect detection scheme compared to
the simpler approach of just checking to see if bytes are pending in
the socket before calling recv
2009-08-13 23:29:02 +00:00
Jeff Hill
b867dabad0
cache the client ctx ref prior to calling callback in case they delete the
...
channel in the callback
2009-08-13 22:46:47 +00:00
Jeff Hill
0cea525682
destroy putCallback prior to calling callback in case they delete the
...
channel in the callback
2009-08-13 22:44:30 +00:00
Jeff Hill
2df7da052a
destroy getCallback prior to calling callback in case they delete the
...
channel in the callback
2009-08-13 22:43:21 +00:00
Jeff Hill
59b820d2f5
added missing epicsShareExtern
2009-08-13 22:42:05 +00:00
Jeff Hill
3fda8dc2b0
added test failure diagnostic
2009-08-13 22:40:02 +00:00
Andrew Johnson
3a335c88f0
Move Jeff's notes to the top.
2009-08-13 16:06:59 +00:00
Jeff Hill
44a6e9a005
added SEVCHK string
2009-08-12 00:37:10 +00:00
Jeff Hill
1f129d3739
added bullet under mantis 329 for R3.14.11
2009-08-10 23:20:59 +00:00
Jeff Hill
720236ed39
added CA, PCA, and some libCom fixes for R3.14.11
2009-08-10 22:51:09 +00:00
Jeff Hill
57c9f9344f
improved show function
2009-08-10 21:51:07 +00:00
Andrew Johnson
64cb41f489
$(SHRLIB_PREFIX) $(LIB_PREFIX) mismatch
2009-08-10 21:50:11 +00:00
Jeff Hill
6fe047731f
added shjow func to epicsThread class
2009-08-10 21:48:50 +00:00
Jeff Hill
56c4c92588
improved show diagnostic
2009-08-10 21:41:59 +00:00
Andrew Johnson
562db1e24c
Application configure files.
2009-08-10 21:15:27 +00:00
Janet B. Anderson
1b70afa54b
Moved ECHO definition to preceed 'ifdef T_A' defines.
2009-08-10 16:49:55 +00:00
Janet B. Anderson
f316b4ca81
Change echo macro back to @echo. We never want to comment help messages.
2009-08-10 16:41:28 +00:00
Andrew Johnson
6d8cfeef01
Explain the epicsCalcTest #66 failure on Linux.
2009-08-07 21:26:47 +00:00
Andrew Johnson
b1b72e8cf0
updated comment text
2009-08-07 20:24:53 +00:00
Andrew Johnson
cde59e262b
gpHash argument change.
2009-08-07 15:53:28 +00:00
Jeff Hill
40b6d1b0ba
moved IO pending count to caServer
2009-08-06 02:24:00 +00:00
Jeff Hill
4464cfedaa
fixed warning message
2009-08-06 01:36:56 +00:00
Jeff Hill
b9fbf2e45b
fixed error code numbering
2009-08-06 01:36:30 +00:00
Jeff Hill
42ce1bd2db
o reset pendingResponseStatus, reqPayloadNeedsByteSwap,
...
responseIsPending, and pValueRead whenever removing a
message from the stream
o eliminated error prone reuse of status variables
o dont allow service to postpone IO when no IO is pending against the target
o be extra careful not to do things twice when send blocked or IO postponed
2009-08-06 00:06:59 +00:00
Jeff Hill
7de356519d
o added pValueRead gdd snart pointer
...
o payloadNeedsByteSwap renamed to reqPayloadNeedsByteSwap
o added issuePosponeWhenNonePendingWarning static func
2009-08-05 23:58:40 +00:00
Jeff Hill
ff5ca5e041
added ioIsPending func
2009-08-05 23:56:26 +00:00
Jeff Hill
d1bb71809b
added S_cas_posponeWhenNonePending status
2009-08-05 23:56:01 +00:00
Jeff Hill
7a49a17d1b
removed unused template instantiation
2009-08-04 23:32:32 +00:00
Jeff Hill
7cf77b40e6
updated the example to implement casPV::writeNotify implementing similar semantics to an IOC
2009-08-04 23:31:13 +00:00
Andrew Johnson
e387c06f59
STATIC_ASSERT().
2009-08-04 19:51:19 +00:00
Andrew Johnson
c035566d7d
Use compile-time assertions, from Micheal Davidsaver.
2009-08-04 19:10:30 +00:00
Andrew Johnson
57e5406684
Added STATIC_ASSERT macro.
...
Removed assert() definition for pre-ANSI C compilers.
2009-08-04 19:07:07 +00:00
Jeff Hill
b4948b4ff6
fixed missing space in command line help string
2009-08-04 17:50:56 +00:00
Andrew Johnson
15f6b8c682
Update dbDefs.h changes.
2009-08-04 17:11:02 +00:00
Andrew Johnson
4868904839
Added CONTAINER macro, from Micheal Davidsaver (BNL).
2009-08-04 16:31:06 +00:00
Andrew Johnson
1a2fa1bc86
Some cleanup, mostly spacing.
2009-08-03 22:22:45 +00:00
Jeff Hill
e3a61ce4e4
fix for mantis 358
2009-08-03 22:09:52 +00:00
Andrew Johnson
efdee3c31a
Escaping doesn't work on all Win32 platform combinations.
...
Removed -e option again.
2009-08-03 22:03:33 +00:00
Andrew Johnson
ee44663d89
errSymFind() removal.
2009-08-03 17:14:25 +00:00
Andrew Johnson
90db5a4ab0
Deleted test code which was moved to libCom/test some time ago.
2009-08-03 17:13:04 +00:00
Jeff Hill
72dbaa8a0f
auto-adjust iterations for payload size
2009-07-31 23:26:16 +00:00
Jeff Hill
458689a252
fixed formating
2009-07-31 22:12:32 +00:00
Jeff Hill
0daf347ef3
fixed incorrect Mbps calc based on rounded payload size
2009-07-31 22:01:53 +00:00
Jeff Hill
e32d8d77dc
fixed gnu compiler issues
2009-07-31 21:43:03 +00:00
Jeff Hill
ffe7823c22
report send and recv Mbps independently to better understand fullduplex ethernet bw
2009-07-31 21:23:26 +00:00
Jeff Hill
913f724ebf
fix for mantis 357
2009-07-31 19:47:46 +00:00
Andrew Johnson
4e5fa9b6b3
Reverted patch that added architecture-specific compiler flags,
...
Micheal Abbott didn't like it.
2009-07-31 17:38:27 +00:00
Andrew Johnson
a6b0ffebca
Fixed build issue.
2009-07-31 16:46:12 +00:00
Jeff Hill
7246366222
fixed gnu warning
2009-07-31 15:52:32 +00:00
Jeff Hill
191668023b
independent of whether receive bytes are pending or not. This improves
...
event latency, and allows events to flow if we are blocked due to the
service postponing an IO operation. This was a bug fix.
o call processMessage directly from the IO completion callback
that restarts when in an IO postponement state. This makes the logic easier
to understand and maintain, but isnt a functional change
o call processMessage directly from the receive callback.
This makes the logic easier to understand and maintain, but isnt
a functional change
o call processMessage directly from the send callback.
This makes the logic easier to understand and maintain, but isnt
a functional change
o removed the eventFlush function
2009-07-31 00:47:56 +00:00
Jeff Hill
7a23b74a76
o when processing subscription update events, always activate the send
...
independent of whether receive bytes are pending or not. This improves
event latency, and allows events to flow if we are blocked due to the
service postponing an IO operation. This was a bug fix.
o when finishing processing input activate a send if more than one half
of the TCP buffering would be used. In the past the send was not activated
until either the send buffer was full or the receive buffer (including any
bytes waiting in the socket) was empty. This could cause latency and
performance issues because send receive piplining would not occur if they
have very large buffers due to a large EPICS_CA_MAX_ARRAY_SIZE.
o always activate a send if we enter a service is postponing IO state. Users
would probably prefer to receive past responses and not wait until the
postponed IO initiates.
o casStrmClient::inBufBytesAvailable renamed to
casStrmClient:: inBufBytesPending reflecting the fact that we nlonger use
a socket ioctl to check how many bytes are pending in the sockets
input queue
o casStrmClient::outBufBytesPresent renamed to
casStrmClient::outBufBytesPending for consistency with inBufBytesPending
o removed the eventFlush function
o removed sendBlocked flag
o call processMessage directly from the IO completion callback
that restarts when in an IO postponement state. This makes the logic easier
to understand and maintain, but isnt a functional change
o call processMessage directly from the receive callback.
This makes the logic easier to understand and maintain, but isnt
a functional change
o call processMessage directly from the send callback.
This makes the logic easier to understand and maintain, but isnt
a functional change
2009-07-31 00:41:34 +00:00
Jeff Hill
511d818d18
o removed sendBlocked flag
...
o removed processInput function
o removed eventFlush function
o made casStreamIOWakeup and casStreamEvWakeup friends
2009-07-31 00:00:42 +00:00
Jeff Hill
f8565139c2
o removed sendBlocked flag
...
o removed processInput function
o removed eventFlush function
o made casDGEvWakeup, casDGIOWakeup, and
casStreamEvWakeup friends
2009-07-30 23:54:18 +00:00
Jeff Hill
30a02b365f
incomingBytesPresent renamed to inCircuitBytesPending but this
...
function isnt currently used
2009-07-30 23:51:48 +00:00
Jeff Hill
b4bc931c72
incomingBytesPresent renamed to dgInBytesPending, but this function
...
is not currently used
2009-07-30 23:50:45 +00:00
Jeff Hill
e5d3815280
o removed bytesAvailable member function from inBuf because
...
we nolonger check the bytes in the socket with an ioctl
o removed incomingBytesPresent virtual function from inBufClient interface
because we nolonger check the bytes in the socket with an ioctl
2009-07-30 23:48:43 +00:00
Jeff Hill
ebd65e6e34
added an assert test
2009-07-30 23:45:14 +00:00
Jeff Hill
8c45eb4a19
o casStrmClient::inBufBytesAvailable renamed to
...
casStrmClient:: inBufBytesPending reflecting the fact that we nlonger use
a socket ioctl to check how many bytes are pending in the sockets
input queue
o casStrmClient::outBufBytesPresent renamed to
casStrmClient::outBufBytesPending for consistency with inBufBytesPending
2009-07-30 23:43:21 +00:00
Jeff Hill
e1bb171f44
o casStrmClient::inBufBytesAvailable renamed to
...
casStrmClient:: inBufBytesPending reflecting the fact that we nlonger use
a socket ioctl to check how many bytes are pending in the sockets
input queue
o casStrmClient::outBufBytesPresent renamed to
casStrmClient::outBufBytesPending for consistency with inBufBytesPending
o in casStrmClient :: processMsg () I forced status to S_cas_success at a couple
of loop exits. There is probably not a bug because the variable is initialized to
this value and the loop termintaes if the status isnt this value nevertheless
the corrected code is more robust to future changes.
o fixed a benign issue in casStrmClient :: processMsg () where if the user
sends a message to big for EPICS_MAX_ARRAY_SIZE and there is
currently no room in the output buffer then the user will not receive
a diagnostic message. With the patch the message will be sent later once
there is space.
2009-07-30 23:42:15 +00:00
Jeff Hill
656c2462d3
o casDGClient::inBufBytesAvailable renamed to
...
casDGClient :: inBufBytesPending reflecting the fact that we nlonger use
a socket ioctl to check how many bytes are pending in the sockets
input queue
o casDGClient::outBufBytesPresent renamed to
casDGClient::outBufBytesPending for consistency with inBufBytesPending
2009-07-30 23:31:32 +00:00
Jeff Hill
f4ec20c8f0
casDGClient::inBufBytesAvailable renamed to
...
casDGClient :: inBufBytesPending reflecting the fact that we nlonger use
a socket ioctl to check how many bytes are pending in the sockets
input queue
2009-07-30 23:29:43 +00:00
Jeff Hill
72e1dba496
o no need to allocate or initialize one more fd_set than is used
...
(not a bug but messy)
o added optimization where we only check as many registered fd's
on the list as select tells us are active in its status
o added code to clear all of the fd_set if select returns an error
(in practice this would not cause a bug other than some extra activity
that would immediately self terminate when it clear the flag in the fd_set,
and also we dont see the error message printed when select returns an error)
2009-07-30 23:21:19 +00:00
Jeff Hill
001b947702
added more excas options
2009-07-30 23:09:54 +00:00
Jeff Hill
c0d4317ade
fixed broken test
2009-07-30 23:08:34 +00:00
Jeff Hill
290ec3e22c
adjustable asyn delay, adjustable max simult io, added variables
2009-07-30 22:53:51 +00:00
Jeff Hill
d6b887b363
adjustable asyn delay
2009-07-30 22:51:03 +00:00
W. Eric Norum
fbebea304b
Adapt to older versions of RTEMS.
2009-07-29 20:58:37 +00:00
Janet B. Anderson
dd1d2c10bd
Part 2 for Fix of echo problem.
2009-07-29 20:53:02 +00:00
Janet B. Anderson
d3e3137265
Fixed echo problem when using RULES.Db when T_A is not defined.
2009-07-29 19:06:32 +00:00
Jeff Hill
d764e7d4df
added "using namespace std"
2009-07-29 15:10:24 +00:00
W. Eric Norum
49ddec4294
Add cvtFastPerform to test harness.
2009-07-29 14:29:54 +00:00
Andrew Johnson
ce778819bd
Update comment; can't deprecate a published API!
2009-07-28 21:11:02 +00:00
Andrew Johnson
d5bffdb13d
Can't portably pass filesystem paths as command-line macros to C.
...
Generate a header file instead and include that.
2009-07-28 21:08:37 +00:00
Jeff Hill
ba11940aad
removed debug printf
2009-07-25 01:24:50 +00:00
Jeff Hill
8725e4a67a
removed debug printf
2009-07-25 01:23:18 +00:00
Jeff Hill
a6e57ba17a
proper data type for socklen_t
2009-07-25 01:16:20 +00:00
Jeff Hill
7d137254af
proper data type for socklen_t
2009-07-25 01:14:55 +00:00
Jeff Hill
31fb3775fd
improved knowledge of the circuit's buffer size
2009-07-25 01:04:14 +00:00
Jeff Hill
1ba658b452
improved diagnostics
2009-07-25 00:44:21 +00:00
Jeff Hill
6eb25148c5
simplified tcp send interactions
2009-07-25 00:43:28 +00:00
Jeff Hill
4ade695a60
upgraded to properly test array performance
2009-07-23 23:59:04 +00:00
Andrew Johnson
bea22985b6
Generate code to abort if no DBD file loaded yet.
2009-07-23 22:13:29 +00:00
W. Eric Norum
fd6d1ce69c
As reported by Michael Davidsaver.
...
Apparently the GeSys dynamic linker doesn't maintain C semantics.
I'm afraid that this behaviour is likely to cause lots of other problems,
but for now I'll apply the patch since it's harmless.
2009-07-23 21:04:27 +00:00
Jeff Hill
844ed6345a
test also numbers in -5 to 5 range
2009-07-23 17:32:33 +00:00
Jeff Hill
7315f02888
added cvtFastPerfotm test
2009-07-23 17:25:51 +00:00
Jeff Hill
1ba6da438b
partial fix for mantis 352
2009-07-23 00:23:17 +00:00
Andrew Johnson
c986597f1c
Reject breaktables with slope of zero.
2009-07-22 22:58:09 +00:00
Janet B. Anderson
38b81b44be
Fixed quoted string problem.
2009-07-22 20:41:09 +00:00
Andrew Johnson
8382eee11a
Need quotes here too for this to work on Windows.
2009-07-22 20:34:47 +00:00
Andrew Johnson
7d80ab72b0
Escape backslashes in fullPathName output.
2009-07-22 16:43:47 +00:00
Andrew Johnson
3d86367330
Added -e option to escape back-slashes in output.
2009-07-22 16:40:30 +00:00
Janet B. Anderson
16a6357ab4
Initial version.
2009-07-22 14:12:24 +00:00
Janet B. Anderson
f4bfc3928d
Fixed XDK definition for Exceed 12.0.
2009-07-21 17:56:55 +00:00
Janet B. Anderson
4282d3e9f4
Commented out XRTGRAPH definitions.
2009-07-21 17:26:34 +00:00
Janet B. Anderson
1e68d1f89b
Modified EPICS_EXTENSIONS and add OAG_APPS comments.
2009-07-21 17:12:15 +00:00
Janet B. Anderson
03b6345fe0
Fixed definitions of X11_LIB and X11_INC.
2009-07-21 17:11:02 +00:00
Janet B. Anderson
055bb953b9
Fixed definition of X11_INC.
2009-07-21 17:10:26 +00:00
Janet B. Anderson
01d223fafd
Updated file and directory sizes for R3.14.11.
2009-07-21 16:26:58 +00:00
Andrew Johnson
7665d1340c
Clean out old stuff.
2009-07-20 23:03:53 +00:00
Jeff Hill
dfdbe57fd3
fix for mantis 350
2009-07-18 03:56:25 +00:00
Jeff Hill
0abb615d3a
improved tests
2009-07-18 03:54:16 +00:00
Jeff Hill
02281f4d19
improved tests
2009-07-18 02:42:05 +00:00
Jeff Hill
f936104e47
improved tests
2009-07-18 02:33:42 +00:00
Jeff Hill
9f51464ea1
improved tests
2009-07-18 00:30:17 +00:00
Jeff Hill
f78b00d798
improved tests
2009-07-18 00:28:08 +00:00
Jeff Hill
a55e69113e
fixed mantis 350
2009-07-17 23:50:07 +00:00
Jeff Hill
b6a22aa844
removed optimization which could make the ca client library
...
vulnerable if the following function indicates recv bytes are pending but
recv blocks anyways.
osiSockIoctl_t bytesPending = 0;
int status = socket_ioctl ( this->sock, FIONREAD, & bytesPending );
2009-07-17 21:33:18 +00:00
Jeff Hill
5b62da8229
fixed memory leak caused by previous revision (fixing compiler warnings)
2009-07-17 19:15:39 +00:00
Janet B. Anderson
8b9dc86233
Added GNU=NO.
2009-07-16 14:33:52 +00:00
Janet B. Anderson
4a898e6ed7
Changed $(MAKEBPT) to $(TOOLS)/makeBpt$(HOSTEXE) to fix win32-x86 build.
2009-07-15 21:15:56 +00:00
Jeff Hill
58a6493596
fixed command line arguments to follow standards
2009-07-14 23:26:10 +00:00
Jeff Hill
93809bd857
billy is nolonger an on-the-fly pv
2009-07-14 23:25:24 +00:00
Jeff Hill
90ed36c572
fix allows regression tests to work against async pv
2009-07-14 23:24:35 +00:00
Jeff Hill
9e49e0131f
fix for mantis 348
2009-07-14 22:51:06 +00:00
Jeff Hill
d01e54bd34
documented excas
2009-07-14 22:41:23 +00:00
Jeff Hill
5c6975b24d
improved tests
2009-07-14 22:41:08 +00:00
Jeff Hill
d7ae0fbce6
made lib more robust if server sends duplicate connect channel response
2009-07-14 22:39:41 +00:00
Jeff Hill
7d2be4f947
added comment
2009-07-14 22:37:41 +00:00
Janet B. Anderson
6fc8ac3c91
Removed BUILD_CLASS def.
2009-07-14 20:17:24 +00:00
Janet B. Anderson
6219ab5059
Added BUILD_CLASS=HOST.
2009-07-14 19:30:51 +00:00
Janet B. Anderson
2b8055672d
Removed ECHO definition.
2009-07-13 21:28:30 +00:00
Janet B. Anderson
94301c8838
Set BUILD_CLASS=HOST and HOST_OPT=NO.
2009-07-13 21:27:38 +00:00
Janet B. Anderson
493085cb42
Added BUILD_CLASS and HOST_OPT definitions.
2009-07-13 21:18:13 +00:00
Janet B. Anderson
1a5bd98408
Added BUILD_CLASS and HOST_OPT definitions.
2009-07-13 21:00:44 +00:00
Janet B. Anderson
9d435693ab
Added HOST_OPT and BUILD_CLASS definitions.
2009-07-13 20:56:33 +00:00
Janet B. Anderson
619d8aa541
Include linux-x86 file.
2009-07-13 20:55:13 +00:00
Janet B. Anderson
4848b0d1e1
Modified locations of OPT and BUILD_CLASS defintions.
2009-07-13 20:51:44 +00:00
Janet B. Anderson
7651d3f5ac
Simplified cross debug build macro definitions.
2009-07-13 20:31:45 +00:00
Andrew Johnson
f5e287ae39
Perl CA and dbDefs.h
2009-07-10 23:19:53 +00:00
Janet B. Anderson
1c18e92da7
Removing seemingly unnecessary dependancy lines.
2009-07-10 22:00:18 +00:00
Janet B. Anderson
ae85d44190
Remove comment line.
2009-07-10 21:54:25 +00:00
Janet B. Anderson
83618673bc
Executed host tools should be from EPICS_BASE_HOST_BIN directory.
2009-07-10 21:51:25 +00:00
Janet B. Anderson
d1bbd5037f
Removed unneeded ECHO definition.
2009-07-10 14:42:09 +00:00
Janet B. Anderson
4c9fe7e0c0
Added linker options -h, -z text, -z defs to shrlib builds.
2009-07-09 21:53:27 +00:00
Janet B. Anderson
1235a1444b
Added the -h (set internal name) link option to shrlib builds.
2009-07-09 21:52:32 +00:00
Andrew Johnson
3d717f4476
(M. Davidsaver): errnumlist was never initialized.
...
Removed long-deprecated errSymFind routine.
2009-07-09 20:11:02 +00:00
Jeff Hill
8655ea9e2a
doc for excas
2009-07-09 18:43:17 +00:00
Andrew Johnson
0fb320c263
(M. Davidsaver): Use ELLLIST init macros.
2009-07-09 18:37:26 +00:00
Andrew Johnson
9663cd58f1
Fixed ELL*_INIT macros.
2009-07-09 17:51:17 +00:00
Andrew Johnson
039648824c
Remove redundant macro definitions already defined in dbDefs.h
...
(M. Davidsaver)
2009-07-09 17:06:45 +00:00
Andrew Johnson
4e0ab97038
(M. Davidsaver): static keyword is part of C89,
...
remove all uses and internal definitions of LOCAL macro
2009-07-09 16:37:24 +00:00
Andrew Johnson
d7d0531394
offsetof is required by C89 (M. Davidsaver)
2009-07-09 16:19:57 +00:00
Andrew Johnson
d6fcbe14ab
Cleaned up dbDefs.h and errMdef.h
...
Added various #include lines needed in other sources.
2009-07-09 15:27:43 +00:00
Andrew Johnson
710fc16aa4
Modified to build on Perl 5.8.4.
2009-07-09 14:54:41 +00:00
Janet B. Anderson
afbcfeaa02
Modified a comment line.
2009-07-09 14:50:15 +00:00
Jeff Hill
3e782f0220
test for mantis 285
2009-07-08 23:29:51 +00:00
Jeff Hill
7b52eaac73
test for mantis 346
2009-07-08 22:08:00 +00:00
Jeff Hill
42957877d9
fix for mantis 346
2009-07-08 21:43:38 +00:00
Andrew Johnson
245e9b5195
Added an END {} block and CA->context_destroy method for proper shutdown.
2009-07-08 21:33:01 +00:00
Andrew Johnson
bf39f9935c
Cosmetic.
2009-07-08 19:08:22 +00:00
Andrew Johnson
70bf066ba9
Added ELLNODE_INIT and ELLLIST_INIT macros.
2009-07-08 19:04:22 +00:00
Andrew Johnson
a318ace551
Replaced YES and NO macros with their menuYesNo or menuSimm equivalents.
2009-07-08 18:14:11 +00:00
Jeff Hill
16f839ac12
regression test for mantis 284
2009-07-08 18:00:19 +00:00
Jeff Hill
cba3d9673d
fix for mantis 284
2009-07-08 18:00:03 +00:00
Jeff Hill
162fa000c8
fix for compiler warnings in mantis 337
2009-07-07 23:54:41 +00:00
Jeff Hill
0e4891201e
fix for compiler warnings in mantis 337
2009-07-07 23:47:38 +00:00
Jeff Hill
f7bfbf73f8
additional patches for memory leaks (see mantis 340)
2009-07-07 23:09:21 +00:00
Jeff Hill
6a2044cb01
added verifyContextRundownFlush
2009-07-07 21:39:43 +00:00
Jeff Hill
9f6e7a5cd7
fix for mantis 334
2009-07-07 20:05:39 +00:00
Andrew Johnson
47c6046eef
Revised documentation a bit.
2009-07-07 15:56:16 +00:00
Andrew Johnson
eb800fd351
Use new provider registration function name.
2009-07-06 20:17:29 +00:00
Andrew Johnson
54928bf94f
Added PINI values RUNNING and PAUSED.
2009-07-02 20:05:59 +00:00
Andrew Johnson
68dbf8addd
Added PINI values RUNNING and PAUSED, needed for Asyn.
2009-07-02 20:05:32 +00:00
Andrew Johnson
2e38b09398
Tidy-up, deleted vxWorks-specific version (unnecessary),
...
added the task name to the printed assert message.
2009-07-02 19:49:11 +00:00
Jeff Hill
a2eb148726
removed extraneous line continuation
2009-07-01 22:28:41 +00:00
Jeff Hill
6129bfc8d5
fixed race condition gdd_NEWDEL_NEW macro
2009-07-01 22:19:53 +00:00
Jeff Hill
cc3245bf65
finished removal of epicsShareAPI (as I assume was intended)
2009-06-30 19:15:48 +00:00
Janet B. Anderson
c73dba8037
Fixed ECHO lines and added DBDFLAGS to DBTOMENUH command line.
2009-06-29 16:17:01 +00:00
Janet B. Anderson
813add592f
Changed a comment line.
2009-06-26 20:59:33 +00:00
Janet B. Anderson
7ffcfd9bc0
Remove comment lines accidently committed.
2009-06-26 20:43:02 +00:00
Janet B. Anderson
c916b60c1d
Created a ECHO macro and used it in the rules lines.
2009-06-26 20:37:22 +00:00
Andrew Johnson
f84e70487f
Added long string support
2009-06-25 20:22:35 +00:00
Andrew Johnson
9aeb33a040
Added long strings, DBE_PROPERTY and -F option
2009-06-25 20:21:25 +00:00
Andrew Johnson
530929cd5a
Cleanup
2009-06-25 20:16:00 +00:00
Andrew Johnson
81b1011d8c
Added long string support, output structure types fully.
2009-06-25 20:04:28 +00:00
Andrew Johnson
0d1200ef0b
Added long string support and DBE_PROPERTY.
2009-06-25 20:01:27 +00:00
Andrew Johnson
b98655b8f3
Moved checkRelease target rules into RULES_BUILD,
...
use CONFIG_TARGETS to only run in TOP/configure.
2009-06-24 19:33:57 +00:00
Andrew Johnson
1590358de4
Ignore any RULES value in the RELEASE files.
2009-06-24 19:27:33 +00:00
Andrew Johnson
c1c8c914db
Moved RULES and CHECK_RELEASE settings, cleanup.
2009-06-24 19:25:16 +00:00
Janet B. Anderson
9bbe163f52
Moved CHECK_RELEASE definition to CONFIG_SITE.
2009-06-23 19:45:23 +00:00
Janet B. Anderson
f20ccc6c09
Moved the shared set of rules definition, RULES, to RELEASE.
2009-06-23 19:43:58 +00:00
Janet B. Anderson
d8586726a4
Tried to simplify library build rules.
2009-06-22 21:23:16 +00:00
Andrew Johnson
d84d198733
Initialize the errSym table as part of errlogInit rather than doing it
...
later in an error path, when we might have already run out of memory!
2009-06-19 18:24:22 +00:00
Jeff Hill
f2a96aec94
make sure and remove any UDP message remnants if there
...
is an exception in a UDP message handler stub
2009-06-16 17:45:35 +00:00
Andrew Johnson
957c869c87
Fix off-by-1 error in dbPutFieldLink() when checking long input string.
2009-06-15 22:30:27 +00:00
Andrew Johnson
3c19da6b3b
Allow INP/OUT to be set if DSET is NULL.
2009-06-15 20:52:36 +00:00
Andrew Johnson
f32394e795
pdevLibVirtualOS needs epicsShareDef and explicitly setting to NULL,
...
but we can't do the latter in the os/default version.
2009-06-15 16:10:07 +00:00
Andrew Johnson
5d9317339f
Removed function versions of macros, spacing cleanup.
2009-06-11 22:23:37 +00:00
Janet B. Anderson
bd57eb8c83
Added action.arch rules.
2009-06-10 20:54:59 +00:00
Andrew Johnson
5a5e2d8f74
Solve extended device support registration issue across shared libraries.
2009-06-10 20:19:32 +00:00
Janet B. Anderson
337f53c109
Allow "make <t_a>" builds.
2009-06-09 18:51:25 +00:00
Janet B. Anderson
aea3c3cc66
Fixed include file name CONFIG_SITE.darwinCommon.darwinCommon
2009-06-09 14:23:55 +00:00
Andrew Johnson
3b27446fbf
ENUM string field sizes.
2009-06-08 20:02:56 +00:00
Andrew Johnson
cb0f8d5c72
Make all enum string fields the maximum size that CA can transport.
2009-06-08 19:55:49 +00:00
Andrew Johnson
a66a192ed5
Expand READONLY macro, deprecate.
2009-06-05 19:56:33 +00:00
Andrew Johnson
be6b1c4e31
Fix implicit declaration of isspace()
2009-06-05 19:16:31 +00:00
Andrew Johnson
4fc14d2dfb
Fix slash.
2009-06-05 19:10:46 +00:00
Andrew Johnson
84d0a83ba3
More ANSIfication.
2009-06-05 19:07:24 +00:00
Janet B. Anderson
ebec683578
Bug fix from Michael Davidsaver at Brookhaven.
2009-06-05 16:02:26 +00:00
Andrew Johnson
f8e01c5536
SIGALARM stuff.
2009-06-05 15:52:07 +00:00
Andrew Johnson
9338d4ec59
Removed the guts of the SigAlarm code, which was only needed for HPUX
...
and on Linux breaks external libraries that use the Posix Timer API.
2009-06-04 21:31:39 +00:00
Janet B. Anderson
5ce69c7db0
Allow override of RTEMS_BASE asnd RTEMS_VERSION in other top dirs.
2009-06-04 18:29:33 +00:00
Andrew Johnson
8edbf9268c
Fixed some compiler warnings.
2009-06-03 15:11:30 +00:00
Andrew Johnson
719a82590c
Replace bzero() calls with memset(), fix Win32 issue.
2009-06-03 15:00:08 +00:00
Andrew Johnson
68bdaa899e
Fixes to allow building on Solaris. Its <cxxx> headers are evidently not
...
quite drop-in C++ replacements for the <xxx.h> C versions.
2009-06-02 22:31:46 +00:00
Jeff Hill
a052ed56b2
EPICS_CA_BEACON _PERIOD wasnt listed as the default for EPICS_CAS_BEACON_PERIOD
2009-06-01 17:50:01 +00:00
Janet B. Anderson
a98ff64fb3
More updates for R3.14.11.
2009-05-26 21:38:02 +00:00
Jeff Hill
7653623e72
fixed potential memory leak in createDBRDD ()
2009-05-13 21:14:17 +00:00
Jeff Hill
8d245ba595
added try/catch blocks so that we hopefully can bridge
...
periods where the new general time provides (unexpectedly
considering its advertised benfits) no time at all.
2009-05-11 22:50:06 +00:00
Jeff Hill
20bd4e9b23
fixed no try catch block for exceptions occurring when fetching the time to print a diagnostic message in the last chance exception handler.
2009-05-11 21:52:19 +00:00
Andrew Johnson
f1b1c6d105
Handle SOCK_EINTR without generating warnings.
2009-05-08 21:50:37 +00:00
Andrew Johnson
6c26a81d97
Make NTP request timeout a macro.
2009-05-07 19:35:34 +00:00
Janet B. Anderson
ef06015322
More updates for R3.14.11.
2009-05-07 16:51:04 +00:00
Janet B. Anderson
23072c0a64
Added GNU= NO
...
Added another include for site overrides.
2009-05-07 16:16:13 +00:00
Janet B. Anderson
9e6b077c7f
Added another include for site overrides.
2009-05-07 16:14:41 +00:00
Janet B. Anderson
3b9ce581f0
Added include for CONFIG_SITE.$(EPICS_HOST_ARCH).linuxCommon overrides.
2009-05-07 16:00:16 +00:00
Andrew Johnson
01bd9f7ae0
Darwin universal binary config stuff.
2009-05-06 21:56:53 +00:00
Janet B. Anderson
f11d5ee101
SDK added to environment variables is done by vcvars32.bat.
2009-05-06 18:50:46 +00:00
Andrew Johnson
a695c4a45a
Build universal binaries, allowing sites to configure what to include.
2009-05-06 17:25:01 +00:00
Janet B. Anderson
7adda5d417
Added HOST_OPT=NO
2009-05-06 15:31:09 +00:00
Janet B. Anderson
9747ef7bd6
Changed ARCH_CLASS to OS_CLASS.
2009-05-06 15:13:45 +00:00
Andrew Johnson
a187054e42
ARCH_CLASS => OS_CLASS
2009-05-05 22:01:16 +00:00
Janet B. Anderson
d023a46165
Removed include for CONFIG_SITE file.
2009-05-05 18:43:09 +00:00
Janet B. Anderson
a65c477bd1
Added include line for CONFIG_SITE file.
2009-05-05 16:31:59 +00:00
Andrew Johnson
381efb921c
VMS, SGI too.
2009-05-05 15:42:12 +00:00
Andrew Johnson
1ea4b4414a
Memory allocation checks from Micheal Davidsaver.
2009-05-05 15:35:05 +00:00
Andrew Johnson
8ee39f8cce
Memory allocation checks.
2009-05-05 15:19:00 +00:00
Andrew Johnson
42f0106d48
Memory allocation checks.
2009-05-05 15:11:37 +00:00
Andrew Johnson
917e83e391
Use epicsStrDup for allocation check.
2009-05-05 15:02:35 +00:00
Janet B. Anderson
9e08d4d17a
Updated for R3.14.11.
2009-05-04 21:46:29 +00:00
Andrew Johnson
cff8e62690
Removed vestigial VMS build script.
2009-05-04 14:48:05 +00:00
Andrew Johnson
9a2ce84718
Various cleanup and de-warning (although HOST_WARN is still NO).
2009-04-30 20:45:31 +00:00
Andrew Johnson
d8e85d242b
Turned on warnings, fixed all issues (adding prototypes etc.)
...
Fixed memory leak in reader.c
2009-04-30 19:10:59 +00:00
Andrew Johnson
6e364ace47
Changed arg to dbCaCallbackProcess() to make it match dbCaCallback.
...
Removed matching unnecessary casts in softDev support routines.
2009-04-29 18:24:25 +00:00
Andrew Johnson
365389437c
Removed epicsShareAPI decorator from all functions, to fix WIN32 problem
...
found by Mark Rivers: The dbCaCallback typename was not decorated, but the
functions being called through it apparently are.
2009-04-29 17:26:25 +00:00
Andrew Johnson
a32d3a57c6
Quiet compiler warnings about uninitialized values
2009-04-27 18:51:33 +00:00
Andrew Johnson
5f1106d060
Silence compiler warning
2009-04-27 18:42:20 +00:00
Andrew Johnson
03c82fa651
More ANSI C conversion
2009-04-27 18:31:50 +00:00
Janet B. Anderson
312c0f1203
Changed GNU make release number in comment lines
2009-04-27 16:08:50 +00:00
Andrew Johnson
c460eb410c
Deleted HPUX support files.
2009-04-24 20:07:47 +00:00
Andrew Johnson
c03f26d84a
Deleted hpux, no longer supported
2009-04-24 20:01:52 +00:00
Andrew Johnson
466317b23f
We haven't supported VMS for YONKS...
2009-04-24 19:53:01 +00:00
Andrew Johnson
b8df15f6fa
HPUX no longer supported.
2009-04-24 19:51:04 +00:00
Andrew Johnson
f626d80cf8
When did we ever support SGI?
2009-04-24 19:37:44 +00:00
Andrew Johnson
1fe93a927d
The sun4 architecture was deleted long ago.
2009-04-24 19:35:06 +00:00
Andrew Johnson
6ea470d7d8
Deleted remaining references to sun4 (mostly in comments).
2009-04-24 19:31:57 +00:00
Andrew Johnson
39eaa0e335
Ansification (Michael Davidsaver)
2009-04-24 17:32:08 +00:00
Andrew Johnson
ecc300b8ff
getsockopt wants socklen_t
2009-04-24 17:06:54 +00:00
Andrew Johnson
bff0841343
rtems_message_queue_receive expects size_t
2009-04-24 17:01:39 +00:00
Andrew Johnson
ae35ba28c5
missing header
2009-04-24 16:59:01 +00:00
Andrew Johnson
b05f1fe396
printf warning
2009-04-24 16:53:20 +00:00
Ralph Lange
a8a5668142
Fix: makeBaseExt uses EPICS_MBE_....
2009-04-24 12:35:36 +00:00
Ralph Lange
28f70a28a1
Base path can be set through environment var EPICS_MBA_BASE.
2009-04-24 12:25:21 +00:00
Ralph Lange
e48308c850
Changed comment on version of GNU make needed.
2009-04-24 08:59:42 +00:00
Andrew Johnson
f7412f0c46
fix indentation and add missing calloc checks
2009-04-23 23:12:07 +00:00
Andrew Johnson
13f064fd7f
Resource allocation checks missing
2009-04-23 22:28:44 +00:00
Andrew Johnson
f0652aa1b6
allocations MustSucceed
2009-04-23 22:19:46 +00:00
Andrew Johnson
f5f1c51b80
make dbMalloc and dbCalloc macros
2009-04-23 21:56:22 +00:00
Andrew Johnson
e7bb980257
initHooks, PINI and PHAS items.
2009-04-23 20:38:46 +00:00
Andrew Johnson
c13dc77564
Make PINI field into its own menu, adding RUN and PAUSE choices.
2009-04-23 20:35:02 +00:00
Andrew Johnson
163c8c0215
Add extern "C" wrapper, needed for WIN32.
2009-04-23 19:13:46 +00:00
Andrew Johnson
31d149d8d9
Fixed 64 bit compiler warnings from Tom Palaia/MacOS.
2009-04-23 18:49:40 +00:00
Andrew Johnson
b1234b4667
Modified the timeout and retry count: Allow 4 seconds for an NTP reply,
...
and 4 retries, thus NTP sync must work at least once every 5 minutes.
2009-04-20 22:21:45 +00:00
Andrew Johnson
1bbeeb1c87
Restore a retry into the NTP synchronization thread.
...
Eliminated an unnecessary local variable.
2009-04-20 15:26:11 +00:00
Andrew Johnson
8015df9e1f
Added new initHook states for iocPause and iocRun commands.
...
Added a mutex to protect the initHook.c routines.
2009-04-16 18:38:20 +00:00
Andrew Johnson
b9886c7faa
Cosmetic only; tabs, spaces & line-wrapping.
2009-04-15 19:28:28 +00:00
Andrew Johnson
e01b6bd435
Calculate monitor events properly.
2009-04-14 20:04:05 +00:00
Ralph Lange
3c92824bfd
Make scanFile() recognize includes in .substitution files correctly.
2009-04-14 12:42:06 +00:00
Janet B. Anderson
e7932f03f7
Modified comments.
2009-04-13 21:27:32 +00:00
Janet B. Anderson
78eaf3543c
Added BROWSER environment variable for medm extension.
2009-04-13 21:22:25 +00:00
Janet B. Anderson
1b1c28f239
Removed archive and shared split of prod libs.
2009-04-13 20:11:47 +00:00
Andrew Johnson
d79877c383
Need epicsMath.h to use epicsNAN.
2009-04-13 20:10:43 +00:00
Andrew Johnson
d545a8f04f
Added test code, fixed bug found in epicsStrnEscapedFromRawSize().
2009-04-10 19:58:34 +00:00
Andrew Johnson
23b3154fa8
Declare epicsEllTest before calling...
2009-04-09 20:38:49 +00:00
Andrew Johnson
93ac840d6e
Even variables have to be marked as extern "C"...
2009-04-09 20:21:05 +00:00
Janet B. Anderson
b5acee6f76
Separate BASE and TOOLS locations
2009-04-09 18:56:06 +00:00
Andrew Johnson
19073ea8e6
Define epicsExportSharedSymbols
2009-04-09 18:36:20 +00:00
Andrew Johnson
e12396c7dd
epicsShareAPI fixes for Windows.
2009-04-09 17:28:59 +00:00
Andrew Johnson
acb1bf9b29
Add epicsShareAPI to match header.
2009-04-09 17:20:05 +00:00
Andrew Johnson
f3d07ad12f
ellLib changes: ANSIfication patch; moved test code out of ellLib.c into
...
its own unit test program in libCom/test; changed ellFree() to take a
function pointer for the free() routine, so it can be used on Windows;
modified epicsExit and dbBkpt to use it and pass in the free routine.
2009-04-09 16:51:05 +00:00
Andrew Johnson
f357fd3b13
Include DBE_PROPERTY in dbel output.
2009-04-09 16:42:02 +00:00
Andrew Johnson
79ef84dc9d
A little light editing.
2009-04-09 15:15:46 +00:00
Andrew Johnson
a8b20f07a8
Applied Bernd's devAiSoft SMOO patch.
2009-04-09 15:03:09 +00:00
Andrew Johnson
134509a8ea
Thread name may not be available during termination.
2009-04-08 22:39:27 +00:00
Janet B. Anderson
6fd2685053
More updates and format changes
2009-04-08 19:31:53 +00:00
Janet B. Anderson
826cd573cd
Reformatted and updated contents.
2009-04-07 21:56:05 +00:00
Andrew Johnson
ca269744a6
Flush result output, allows Test::Harness to display progress.
2009-04-07 21:28:58 +00:00
Andrew Johnson
b4d2fbc98f
Must be able to include this file from C code, changed comment style.
2009-04-07 15:45:38 +00:00
Andrew Johnson
c70c3beca2
Removed unused INAP menu definition.
2009-04-04 23:01:23 +00:00
Andrew Johnson
5d5fd663ff
Use epicsNAN and epicsINF.
2009-04-03 21:16:25 +00:00
Andrew Johnson
f5c64db59f
Waveform record Post on Change using hash.
2009-04-03 21:05:40 +00:00
Ralph Lange
990ba62e0b
Added support for new MSI and MSS link flags
2009-04-03 20:54:00 +00:00
Ralph Lange
2e8595f17f
Fix: caput quits when connection fails (catools)
2009-04-03 19:46:32 +00:00
W. Eric Norum
cc4b462f8c
Reflect ring bytes changes.
2009-04-03 19:43:41 +00:00
Ralph Lange
7fccc59fe9
ANSIfication of stuff (mostly missing argument types in declarations)
2009-04-03 17:46:26 +00:00
Ralph Lange
4715043141
Rename of pxxx -> prec in device supports
2009-04-03 15:45:03 +00:00
Ralph Lange
c0052ea44f
Changed get_alarm_double() behaviour in analog records to return epicsNAN for limits with NO_ALARM severity
2009-04-03 14:40:13 +00:00
Ralph Lange
f30a89d249
Remove CVS Id that causes just too much trouble.
2009-04-03 14:37:59 +00:00
Ralph Lange
40d0942a81
Remove fake BNL copyright notice until we have a license agreement.
2009-04-03 14:33:37 +00:00
Andrew Johnson
7228190dde
Fix memory leak.
2009-04-03 01:57:11 +00:00
Ralph Lange
f4311a3f9b
Rename pxxx -> prec in xxxRecord.c
2009-04-02 21:42:32 +00:00
Ralph Lange
5c8a51b6f6
Rename pxxx -> prec in all xxxRecord.c
2009-04-02 21:41:45 +00:00
Ralph Lange
8d68c85d8b
Add epicsNAN and epicsINF to the osi section of libCom.
2009-04-02 21:38:07 +00:00
Ralph Lange
2640c5fa07
Added epicsNAN and epicsINF to libCom/osi
2009-04-02 21:15:26 +00:00
Ralph Lange
e18eb714a8
Print OFS for empty (suppressed) STAT/SEVR fields (catools)
2009-04-02 18:52:59 +00:00
Ralph Lange
b1556bd871
New DBE_PROPERTY event type and support in catools and mbbi/mbbo records
2009-04-02 15:51:30 +00:00
Ralph Lange
f156474714
Fix: Print indentation (catools)
2009-04-02 15:39:13 +00:00
Andrew Johnson
88971886c5
PINI Processing support for PHAS.
2009-04-02 14:11:27 +00:00
Ralph Lange
433e400c4d
Fix in calculating the needed buffer length for escaped strings.
2009-04-02 13:05:42 +00:00
Ralph Lange
e484093493
Bugfixes plus added support for escaping non-printables and field separator to CA commandline tools.
2009-04-02 02:14:33 +00:00
Ralph Lange
73470d5f4c
Added new functions to escape non-printable characters. (epicsString)
2009-04-02 02:13:04 +00:00
Andrew Johnson
776b8855fd
Attributes and LINK fields only provide one DBF_STRING element.
2009-04-01 22:02:48 +00:00
Andrew Johnson
91a9a60594
Document long string support in caget/put/monitor tools.
2009-04-01 17:54:32 +00:00
Andrew Johnson
994e9471e4
Removed non-ASCII characters.
2009-04-01 17:47:46 +00:00
Janet B. Anderson
78a2428dbc
Added SHARED_LIBRARIES definition and comment.
2009-03-31 20:08:23 +00:00
Janet B. Anderson
dc44901194
Updated EPICS_BASE/configure to CONFIG.
2009-03-31 19:48:17 +00:00
Ralph Lange
0765d5e0b1
Added support for handling strings as arrays of char (aka long strings); new -S option switches this feature.
2009-03-31 19:39:39 +00:00
Ralph Lange
6a17b86743
Added support for handling strings as arrays of char (aka long strings); new -S option switches this feature.
...
Fixed some inconsistencies with data print formats for enums and arrays.
2009-03-31 19:39:06 +00:00
Janet B. Anderson
4d8ee62087
Added SCIPLOT,XRT graph, X11, and Motif definitions.
2009-03-31 19:18:05 +00:00
Janet B. Anderson
8179cf1d9c
Added Exceed definitons.
2009-03-31 19:13:41 +00:00
Janet B. Anderson
9958bf91e5
Added X11,Motif,Sciplot,SDDS librar, and XRT graph definitions.
2009-03-31 19:10:42 +00:00
Andrew Johnson
58b1017397
Ensure getOptions() gets called for structured DBR types.
2009-03-31 19:09:58 +00:00
Janet B. Anderson
9a09be011f
Updated X11,Motif, XRT Graph, and SCIPLOT definitions.
2009-03-31 19:04:02 +00:00
W. Eric Norum
ed82e672b4
Block attempts to put more bytes than will fit.
2009-03-30 18:52:00 +00:00
W. Eric Norum
4569fa1e29
Fix up RTEMS notes.
2009-03-27 16:58:46 +00:00
W. Eric Norum
48b20cd400
Update version.
2009-03-27 13:28:26 +00:00
Andrew Johnson
f98d74b064
Long string support.
2009-03-25 23:06:18 +00:00
Andrew Johnson
ed4a2972d6
Long string support:
...
In dbStatic, split record and field search to make parsing easier.
In dbAccess, '$' field name suffix makes field an array of DBF_CHAR.
2009-03-25 23:02:28 +00:00
Andrew Johnson
547e9bcfea
Use epicsStrHash()
2009-03-24 17:04:02 +00:00
W. Eric Norum
57635a364b
Add note about Darwin environ.
2009-03-23 20:52:18 +00:00
Andrew Johnson
cc35e59ff8
Cosmetic.
2009-03-23 19:54:42 +00:00
Andrew Johnson
2e1e5b3949
Document new epicsString Hash functions.
2009-03-20 21:51:17 +00:00
Jeff Hill
86841c5078
restored doc for ca_add_fd_registration
2009-03-20 16:41:53 +00:00
Andrew Johnson
32d5aed8b0
Ambiguous if/else fixes.
2009-03-20 06:19:47 +00:00
Andrew Johnson
6b212b0e17
Fix type of gphPvt pointer.
2009-03-20 06:04:00 +00:00
Andrew Johnson
99ff6d9a02
Removed obselete get_value routine.
2009-03-19 23:05:58 +00:00
Andrew Johnson
7ce49bf131
Reworked various hash tables, using the faster epicsStrHash() routines;
...
added per-bucket locks to the PV Directory, needed for run-time alias creation;
speed up gpHash lookups; improved the output of both Dump routines.
2009-03-19 23:00:44 +00:00
Andrew Johnson
7eeb70a8d9
Added epicsStrHash() and epicsMemHash(), after analyzing several hash
...
functions found online and the two already in Base (which both perform
a memory lookup per character and are not as good as this one).
2009-03-19 17:44:22 +00:00
Jeff Hill
dd54062496
fixed mantis 336 - timer queue should have try / catch block
...
around call to user's expiration callback
2009-03-13 17:23:07 +00:00
Janet B. Anderson
683c5bddf1
Commented test for j option in MAKEFLAGS. Test NOT working in make 3.81.
2009-03-12 18:38:14 +00:00
Janet B. Anderson
80d0245193
Added .depends files in O.Common for header files created from dbd files.
2009-03-12 18:22:05 +00:00
Janet B. Anderson
49e317dccb
Updated DEPEND_DIRS for vxWorks directory.
2009-03-12 15:50:50 +00:00
Janet B. Anderson
78d25cbf4b
Removed iocshLibrary - it no longer exists.
2009-03-11 19:23:18 +00:00
Janet B. Anderson
89442d6ed6
Changed LIBSRCS to LIB_SRCS.
2009-03-11 19:11:21 +00:00
Janet B. Anderson
3d588b13fc
Changed LIBSRCS to LIB_SRCS.
2009-03-11 18:51:25 +00:00
Andrew Johnson
e42837e291
Update DST settings for 2009.
2009-03-10 20:40:22 +00:00
Andrew Johnson
100318d1b3
Remove unnecessary casts.
2009-03-10 19:20:38 +00:00
Andrew Johnson
f8c921e6a0
Mark struct dbAddr arg's const.
2009-03-10 18:54:47 +00:00
Janet B. Anderson
7ae6f9d137
Modified STATIC build. Make all *_SYS_LIBS dynamic.
...
Test non SYS_LIBS for dynamic or archive.
2009-03-10 18:54:14 +00:00
Andrew Johnson
aacee9c584
Cosmetic only.
2009-03-10 18:51:03 +00:00
Janet B. Anderson
8e01d0dfe8
Modified STATIC build. Make all *_SYS_LIBS dynamic.
...
Test non SYS_LIBS for dynamic or archive.
2009-03-10 18:46:38 +00:00
Janet B. Anderson
f3d2ba9551
Removed PROD_SYS_LIBS definition.
2009-03-10 16:44:28 +00:00
Janet B. Anderson
2f6b8f3c61
Dont print remove command.
2009-03-09 16:05:15 +00:00
Janet B. Anderson
2ad9341e45
Fixed CREATESUBSTITUTIONS rule.
2009-03-09 15:56:14 +00:00
Andrew Johnson
20916bbf24
Count aliases separately in reports.
2009-03-06 23:51:54 +00:00
Andrew Johnson
6766e46ab5
A later modification escaped into the previous set of changes...
2009-03-05 23:31:10 +00:00
Andrew Johnson
8597ae087b
Allow getting a DBF_*LINK field using a DBR_CHAR array (put already done).
...
Fetch options before SPC_ATTRIBUTE str; allow a DBR_CHAR array there too.
2009-03-05 21:23:22 +00:00
Andrew Johnson
e2a933c51f
Cosmetic changes; reformatting, style etc.
2009-03-05 20:38:10 +00:00
Andrew Johnson
11abbb06d7
Added libdl to the OS libraries needed, for dlopen/dlsym.
2009-03-04 22:51:41 +00:00
Jeff Hill
edcb7b96f8
fixed removeAll does not set the nInUse count to zero
2009-03-04 22:00:55 +00:00
Jeff Hill
31d6255169
fix for deleteing IO that wasnt selected for delete nor removed from
...
the list in clearOutstandingReads. This problem would probably
only occur with R3.13 clients, and only then if the R3.13 client times
out in ca_pend_io.
2009-03-04 19:33:18 +00:00
Janet B. Anderson
1fbf624e5f
Removed commented references to CONFORM flags.
2009-03-03 20:24:03 +00:00
Janet B. Anderson
4cb0d85b34
Removed all references to CONFORM flags in configure files.
2009-03-03 19:54:19 +00:00
Andrew Johnson
aadbf07647
Return epicsMutexLockError rather than calling cantProceed() if the
...
pthread_mutex_ functions return EINVAL.
2009-03-03 18:00:49 +00:00
Andrew Johnson
33b4942ae2
Cosmetic.
2009-03-03 17:18:16 +00:00
Andrew Johnson
3093d8f4f4
Reduce duplication of alarm strings.
2009-03-03 17:15:10 +00:00
Andrew Johnson
3a6deaa60a
Support for dynamic loading.
2009-02-27 23:38:33 +00:00
Andrew Johnson
9e07d56548
Include the dlload command.
...
Don't build on vxWorks, makes little sense.
2009-02-27 23:37:13 +00:00
Andrew Johnson
41abccccf9
Added optional dlload command.
2009-02-27 23:29:08 +00:00
Andrew Johnson
9c3fa668f3
Added epicsLoadLibrary() and some implementations.
2009-02-27 23:26:20 +00:00
Janet B. Anderson
19409d9c74
Initial version.
2009-02-26 20:56:56 +00:00
Andrew Johnson
654a7e05cd
Mark source dbAddr pointers as const.
2009-02-24 22:57:15 +00:00
Andrew Johnson
8be407d608
Mark input dbAddr arguments const.
2009-02-24 22:30:26 +00:00
Andrew Johnson
a75cb10cb6
Added "errlog" command.
2009-02-24 20:10:57 +00:00
Andrew Johnson
3e68815a7b
cap5 fix.
2009-02-24 17:30:19 +00:00
Andrew Johnson
92c7cd98a2
Make ca_put use best_type for both single-valued and array PVs.
2009-02-24 17:01:59 +00:00
Andrew Johnson
6c23ca9f80
Clean up compiler warnings in calls to dbGetLink.
2009-02-23 23:24:35 +00:00
Andrew Johnson
07d187b77a
Fix needed for g++ 4.1.2.
2009-02-23 22:51:50 +00:00
Jeff Hill
40c802ad7b
moved declaration using template down to below where its template
...
parameter is declared in case inclass friend forward reference to the
template parameter doesnt carry forward on all compilers
2009-02-23 21:44:39 +00:00
Jeff Hill
68f6b7d47c
workaround for archaic T202 g++ bug
2009-02-23 21:40:52 +00:00
W. Eric Norum
ce3c3919ba
Stephen Norum indicates that the conditionals are unnecessary.
2009-02-23 18:11:40 +00:00
W. Eric Norum
e6b0b38f61
Starting in Mac OS X 10.5 (Leopard) shared libraries and bundles
...
don't have direct access to environ (man environ).
CVS: ----------------------------------------------------------------------
2009-02-23 15:36:30 +00:00
Andrew Johnson
b62d796bff
Improve error reporting by addToList & deleteFromList.
2009-02-14 00:05:01 +00:00
Jeff Hill
77669d793d
fixed situations where local host name cache is repatedly created and destroyed
2009-02-11 00:50:28 +00:00
Jeff Hill
e1b8caa8d7
fixed comment
2009-02-10 22:58:43 +00:00
Jeff Hill
9f5b1a11da
removed some epicsSingleton related code that isnt in use
2009-02-10 22:51:53 +00:00
Jeff Hill
62618480fd
fixed mantis 332
2009-02-10 22:24:20 +00:00
Janet B. Anderson
6e913fe0bb
Changed PROD to PRODNAME in INSTALL_LIB_INSTALLS dependancy.
2009-02-10 20:10:59 +00:00
Janet B. Anderson
01218d0054
Install LIB_INSTALLS before PRODs are built.
2009-02-10 15:43:49 +00:00
Jeff Hill
71ec516cf5
fix for mantis 331
2009-02-09 17:29:18 +00:00
Jeff Hill
08a4fb3ce7
addred proto for ca_detach_context
2009-02-09 15:23:06 +00:00
Andrew Johnson
e2289a30df
Removed duplicate alarm strings.
2009-02-03 17:25:02 +00:00
Andrew Johnson
a213ccf624
Deleted VERS field (it's already an attribute).
2009-02-03 16:28:10 +00:00
Andrew Johnson
e77736ddb2
Added dbla command.
2009-02-03 06:09:04 +00:00
Andrew Johnson
f1a0584273
Fix gcc warnings.
2009-02-03 06:05:51 +00:00
Andrew Johnson
289f5500a4
Restart nanosleep() on EINTR.
2009-01-30 20:15:40 +00:00
Andrew Johnson
03e3ce0513
STATIC => static.
2009-01-28 23:39:16 +00:00
Andrew Johnson
ffe38fffb8
Don't forget to flush!
2009-01-28 21:16:39 +00:00
Andrew Johnson
c85052de6c
Fix errlogPrint and errlogVprintf so the latter outputs to the console.
2009-01-28 21:05:34 +00:00
Andrew Johnson
292a763d9a
Enhance generalTime subsystem with interrupt-context time & event requests.
2009-01-28 20:01:41 +00:00
Andrew Johnson
c5fd57e5ae
Make getpMessage() clear the message string rather than requiring caller to.
2009-01-28 19:57:11 +00:00
Janet B. Anderson
db076183c0
Changed EPICS_BASE_TOOLS_BIN to EPICS_BASE_BIN in PATH.
2009-01-27 21:27:32 +00:00
W. Eric Norum
15bd6bc402
RTEMS updates.
2009-01-24 23:14:44 +00:00
W. Eric Norum
63c20dbb4b
Repair accidental commit of local changes.
...
Swirtch to RTEMS 4.10.
2009-01-23 20:24:59 +00:00
W. Eric Norum
deae06a694
Reduce RTEMS stack sizes.
...
Use new RTEMS 'unified memory pools'.
2009-01-23 20:21:41 +00:00
Andrew Johnson
0cabf024d7
Error message has the wrong routine name in it.
2009-01-21 20:26:52 +00:00
Andrew Johnson
c4857e820e
Added dbGetNAliases().
2009-01-19 19:04:40 +00:00
Andrew Johnson
9ca9a3c2e2
Added dbGetNAliases() function, to complete the aliases API.
2009-01-19 18:57:02 +00:00
Andrew Johnson
edf0875bcf
Record aliases.
2009-01-16 20:54:01 +00:00
Andrew Johnson
e155dd411e
Added dynamic parts of record alias implementation.
2009-01-16 20:50:40 +00:00
Andrew Johnson
dd7cb80555
Fix memory leak.
2009-01-16 20:04:34 +00:00
Andrew Johnson
105448f3f8
Fix access to uninitialized memory.
2009-01-16 16:49:19 +00:00
Andrew Johnson
99053303fb
Fixed fetch_values() bug.
2009-01-14 23:42:20 +00:00
Andrew Johnson
a723ea357e
Added record aliases.
2009-01-09 18:00:00 +00:00
Andrew Johnson
f8d6677c72
Simplified dbPutFieldLink, made DSXT work with all link types.
2009-01-08 23:51:19 +00:00
Andrew Johnson
b98392f50f
Initialize objects fully before making them visible.
2009-01-08 23:44:11 +00:00
Jeff Hill
9027026680
fix for mantis 329
2009-01-08 22:27:18 +00:00
Andrew Johnson
a294e3dcb8
HTML refactoring.
2009-01-07 20:44:51 +00:00
Andrew Johnson
579c7bad06
Also need the registerFunction.h header; fixed some HTML issues.
2009-01-07 18:46:59 +00:00
W. Eric Norum
2862a9b8cf
Clean up function registration instructions.
2009-01-07 18:02:21 +00:00
Andrew Johnson
307762f424
Fix DBF_LONG constant link initialization, clean up other types.
2009-01-07 00:04:49 +00:00
Andrew Johnson
0108f6ae94
Cleanup; minimize variable scopes.
2009-01-06 23:32:32 +00:00
Andrew Johnson
76c9329b5e
Moved interruptAccept management into scanPause/scanRun functions.
2009-01-06 23:22:28 +00:00
Andrew Johnson
a7a6c01bea
Removed the pthread_cancel() functionality from posix/osdThread.c,
...
resolving the whole issue with catch(...) on NPTL.
2009-01-06 23:06:25 +00:00
Andrew Johnson
4026d9f27c
Nested classes have no special access priviledges to their outer class, but
...
only the vxWorks compiler seems to check this. Added friend to fix.
An implicit constructor is only created if no user-defined ones exist.
2009-01-06 21:53:04 +00:00
Andrew Johnson
1bccf6879e
Replaced most TestAsyn support with a common extended support layer.
2009-01-06 17:31:57 +00:00
Andrew Johnson
f14e6df788
Don't do necessary stuff inside assert().
2009-01-06 17:07:56 +00:00
Andrew Johnson
bf3c47c3d3
Warn about undefined macros in RELEASE file.
2009-01-06 16:41:56 +00:00
W. Eric Norum
a7af535a4f
Added support for MVME2700 (and perhaps MVME2400) as supplied by Matt Rippa.
2009-01-06 15:14:33 +00:00
Andrew Johnson
31fb641dff
In vxWorks 5.5.2, ld < file.munch breaks future shell includes.
2009-01-05 22:32:20 +00:00
Andrew Johnson
e6ab9aa7fb
Clean up compiler warnings.
2008-12-10 21:51:19 +00:00
Andrew Johnson
12e4ad3c5a
Cleanup. Handle re-initialization during shutdown gracefully.
2008-12-10 21:43:36 +00:00
Andrew Johnson
0be13dfc0f
Added registryDump command.
2008-12-10 21:34:00 +00:00
Andrew Johnson
67ef06c1e3
Cleanup.
2008-12-10 21:32:06 +00:00
Andrew Johnson
f951aab3f3
Fix possible race condition on SMP systems.
2008-12-09 21:46:40 +00:00
Andrew Johnson
f3bcf735cc
Bug fix reported by Jens Eden.
2008-12-04 23:38:47 +00:00
Andrew Johnson
448fc10e35
Fix link problem Mark Rivers reported.
2008-12-02 23:45:16 +00:00
Janet B. Anderson
1d9543997e
Removed path environment lines. User should put gcc in path.
2008-12-01 19:02:21 +00:00
Andrew Johnson
a58fa323d8
The pointer is volatile, not the object itself...
2008-12-01 17:03:03 +00:00
Janet B. Anderson
e2e7864c3d
Removed path environment lines. User should put gcc in path.
2008-12-01 16:35:40 +00:00
Andrew Johnson
79a2649596
Fixed problem with time provider registration on dual-CPU systems.
2008-11-21 23:23:25 +00:00
Jeff Hill
e99e352e2c
redesigned this facility for simplicity, clarity, and robustness
2008-11-19 17:20:15 +00:00
Jeff Hill
4126c71e0e
added include for typedef used in this header
2008-11-19 17:17:41 +00:00
Jeff Hill
fd5b03405a
disable copy ctor and operator for the epicsOnceImpl private class
2008-11-19 17:11:49 +00:00
Andrew Johnson
a37105e0c7
Fixed buffer overflow in thread name.
2008-11-16 17:32:58 +00:00
Andrew Johnson
ca1e7b0613
Added WireSet instances, needed for vxWorks 6.1.
2008-11-14 23:32:15 +00:00
Ralph Lange
438ed926ba
Added -p option to commandline tools to specify CA priority.
2008-11-14 13:20:42 +00:00
Ralph Lange
519f54c06b
Added -p option to commandline tools to specify CA priority.
2008-11-14 13:12:26 +00:00
Ralph Lange
c5773eafb4
Added -p option to specify CA priority.
2008-11-14 13:03:25 +00:00
W. Eric Norum
e48b9ec4ab
Add NVRAM offset.
2008-11-06 21:35:26 +00:00
Andrew Johnson
49421de296
Linux: Switch to libncurses.
2008-11-04 16:08:32 +00:00
Janet B. Anderson
eee915ced7
Updated version to R3.14.11 and set EPICS_CVS_SNAPSHOT to -CVS.
2008-10-27 20:19:12 +00:00
Janet B. Anderson
e4f741f97c
Changed release to R3.14.10.
2008-10-27 19:41:22 +00:00
Janet B. Anderson
0e08b62f34
R3.14.10
2008-10-27 19:39:04 +00:00
Janet B. Anderson
2b37a8f746
Added make -j option ifeq before creating arch dependancies on host_arch.
2008-10-27 19:24:45 +00:00
Andrew Johnson
f5967d268c
False assertion removed.
2008-10-24 23:04:11 +00:00
Andrew Johnson
078e30b7b9
Mantis #311 fix; generate an interactive flex scanner.
2008-10-23 21:21:43 +00:00
Andrew Johnson
01349a9448
Add epicsShare decorators for visibility in a Cygwin DLL.
2008-10-23 19:27:24 +00:00
Andrew Johnson
dd2ef6d47a
Reformatting, wording improvements.
2008-10-22 15:20:50 +00:00
Jeff Hill
2d51fbc3c7
fixed mantis 325
2008-10-21 20:50:26 +00:00
Jeff Hill
c5f15a3e17
fixed bug introduced after R3.14.9, but before R3.14.10-RC1 and R3.14.10-RC2
2008-10-21 20:26:48 +00:00
Andrew Johnson
cdd2748c98
Allow multiple slashes as path seperators, since we used to.
...
Also fixed perldoc comment formatting.
2008-10-20 18:32:47 +00:00
Andrew Johnson
6789814826
Remove space after -I option for osf-alpha.
2008-10-20 15:39:32 +00:00
Andrew Johnson
b3abcbb52e
Don't fail if epicsSnprintf returns less than the buffer size needed.
2008-10-20 15:35:10 +00:00
W. Eric Norum
3274519a82
Add note about RTEMS version.
2008-10-20 15:33:27 +00:00
Janet B. Anderson
95b708a40b
post-RC1 versions...
2008-10-17 19:45:00 +00:00
W. Eric Norum
3b2bbd50e5
Cleaner version of wait with timeout fix.
2008-10-16 13:38:14 +00:00
W. Eric Norum
ab765613ec
Add note about RTEMS epicsEventWaitWithTimeout.
2008-10-16 13:17:57 +00:00
W. Eric Norum
ba5080d6f4
Return TIMEOUT status even when delay time is 0.
2008-10-15 19:40:57 +00:00
W. Eric Norum
a6ed0d3a53
RTEMS newlib version of strtod handles INF/NAN.
2008-10-15 19:40:00 +00:00
Andrew Johnson
edc141f98a
Added checks for NULL callbacks and record pointers.
2008-10-13 14:08:35 +00:00
W. Eric Norum
7245f8127c
Arrange for compatability with compile-time and run-time linking.
2008-10-11 16:40:46 +00:00
Andrew Johnson
ba37f17c89
Updated version number in title.
2008-10-10 15:50:08 +00:00
Janet B. Anderson
e6e9b9a266
-RC2 release.
2008-10-10 15:01:51 +00:00
Janet B. Anderson
570825f693
Removed old commented override lines. They are no longer valid.
2008-10-09 21:33:35 +00:00
Andrew Johnson
2c020ffac4
Make aitGen take an output filename, needed for win32.
2008-10-09 20:14:44 +00:00
Andrew Johnson
bf829e0f48
Extended testing to trigger callbacks from multiple threads, more tests.
2008-10-09 15:01:53 +00:00
Ralph Lange
9239b50615
DST changes for 2008
2008-10-09 10:13:22 +00:00
Andrew Johnson
2eb849b91c
Fix segfault on linux - catch(...) must not call std::unexpected()
2008-10-08 22:44:32 +00:00
Andrew Johnson
0fff507aea
Cleanup, fix an issue reported by Kazuro Furukawa.
2008-10-08 22:42:49 +00:00
Janet B. Anderson
49687e27b2
Fixed include lines.
2008-10-08 21:18:27 +00:00
Andrew Johnson
98e09831fa
_APPNAME__SNCFLAGS doesn't get used...
2008-10-08 21:11:55 +00:00
Janet B. Anderson
36af6418db
Removed bad include line.
2008-10-08 20:04:46 +00:00
Janet B. Anderson
cd84a4cfd0
Fixed comments.
2008-10-08 19:51:35 +00:00
Janet B. Anderson
76af265f0d
Make CONFIG.Common.win32-x86 and aopional include.
2008-10-08 18:17:56 +00:00
Janet B. Anderson
7558e0a468
Fixed typo.
2008-10-08 17:31:34 +00:00
Janet B. Anderson
925dcfd634
Added WARN_CPPFLAGS,OPT_CPPFLAGS,DEBUG_CPPFLAGS
...
Added POSIX_CFLAGS, POSIX_CXXFLAGS, POSIX_LDFLAGS
2008-10-08 17:11:10 +00:00
Ralph Lange
1d6bea83de
This is included from epicsEndian.h, so it must be usable from C and C++.
2008-10-08 10:31:44 +00:00
Andrew Johnson
2dad57f1da
Link with Solaris libumem.so for better threaded malloc/free performance.
2008-10-07 22:17:17 +00:00
Janet B. Anderson
2e4d1f0d60
REMOVED file type IDL. IDL install already exists in extensions/configure.
2008-10-07 20:33:29 +00:00
Janet B. Anderson
708b0be486
Create aitConvertGenerated.cc in O.Common. Makefile cleanup.
2008-10-07 18:05:58 +00:00
Andrew Johnson
f58002e1fd
Exception classes don't need to derive from std::exception,
...
this can cause build faults on some architectures.
2008-10-07 15:19:35 +00:00
W. Eric Norum
980d790638
Fix some typos.
2008-10-07 13:19:37 +00:00
W. Eric Norum
d579e30210
Prevent warnings -- test show that this still generates correct code.
2008-10-07 12:18:43 +00:00
W. Eric Norum
48257aec7c
Fix race condition exposed by compilers with more agressive optimization.
...
Add test procedure for epicsRingBytes.
2008-10-07 11:05:41 +00:00
Ralph Lange
af2b7a3ef2
Fix: Don't print space after single value, only between values of an array
2008-10-06 15:51:51 +00:00
Andrew Johnson
fd9867e973
Cleanup.
2008-10-03 20:27:13 +00:00
Andrew Johnson
e97439c7df
Ensure the last test actually completes and reports...
2008-10-03 19:28:34 +00:00
Andrew Johnson
150c4ff002
A proper fix for the xsubpp problems on Perl 5.8.0.
2008-10-03 18:28:56 +00:00
Andrew Johnson
86740c98d7
Updated the lists of supported architectures.
2008-10-02 21:33:23 +00:00
Andrew Johnson
d14713d675
Fix from Kazuro FURUKAWA.
2008-10-02 16:29:34 +00:00
Jeff Hill
11180d0c9c
patch for DECXX compiler detected issues (found by Kazuro FURUKAWA)
...
see <URL:http://www-linac.kek.jp/epics/osf/ >
2008-10-02 15:43:04 +00:00
Andrew Johnson
ec8761185d
Another fix, for the SunPro compiler this time.
2008-09-30 17:24:11 +00:00
Jeff Hill
67e9d89ebd
extended comment
2008-09-30 16:31:09 +00:00
Andrew Johnson
d3eb8170ff
Fix for vxWorks 6.x - don't use std::min/max.
2008-09-30 15:29:57 +00:00
Andrew Johnson
80eca1fafa
R3.14.10-RC1 update.
2008-09-29 21:55:20 +00:00
Andrew Johnson
3947594fe3
post-RC1 versions...
2008-09-29 21:16:30 +00:00
Andrew Johnson
c73bf9545d
-RC1 release.
2008-09-29 21:14:41 +00:00
Andrew Johnson
917937b22f
Change defaults to use Tornado 2.2.2 (at APS).
2008-09-29 20:06:50 +00:00
W. Eric Norum
fb1d649290
New target.
2008-09-29 20:05:30 +00:00
Andrew Johnson
227af040b0
Document new camonitor timestamp options.
2008-09-29 19:29:12 +00:00
Andrew Johnson
078f919296
Fix to build on WIN32.
2008-09-29 17:54:35 +00:00
Andrew Johnson
82e26e2d79
Silence ar.
2008-09-29 15:52:05 +00:00
Ralph Lange
442633fc87
Minor fix in help message.
2008-09-29 14:11:59 +00:00
Ralph Lange
84f56e57f4
Changed timestamp related commandline options, added choice of client and/or server timestamps.
2008-09-29 14:10:51 +00:00
Jeff Hill
dff447028f
improved fix for mantis 316
2008-09-27 01:37:01 +00:00
Jeff Hill
1ba1909bdb
improved fix for mantis 316
2008-09-27 01:18:39 +00:00
Jeff Hill
2d5497fa07
workaround for legacy vxWorks compiler bug check
2008-09-26 22:19:59 +00:00
Jeff Hill
32616ba5fa
imprved fix for mantis 316
2008-09-26 22:12:15 +00:00
Andrew Johnson
37f4457c03
Added EPICS_DEPRECATED.
2008-09-26 17:24:32 +00:00
Andrew Johnson
896223e819
Fixed compiler warning.
2008-09-26 17:00:17 +00:00
Andrew Johnson
8b8f2bd0ed
libCom/test/fdmgrTest depends on ca.
2008-09-26 16:17:15 +00:00
Andrew Johnson
bc80fd0e35
Added errlog to the stringout stdio device support.
...
Release notes updated.
2008-09-26 15:23:13 +00:00
Jeff Hill
6d99d6dd05
imprved fix for mantis 312
2008-09-25 20:27:48 +00:00
Andrew Johnson
2e35ee986e
Oops, use a unique name...
2008-09-25 16:35:56 +00:00
Jeff Hill
9f71cf22cd
fix for mantis 304
2008-09-25 16:35:15 +00:00
Jeff Hill
fa161e4e5a
fix for mantis 306
2008-09-25 15:59:49 +00:00
Andrew Johnson
506b303c3c
Added printf device support for stringout record => stdout or stderr
2008-09-24 22:40:37 +00:00
Andrew Johnson
1269897998
Fixed epicsEventWaitWithTimeout(id, 0.0), added test.
2008-09-24 19:24:59 +00:00
Jeff Hill
21e8912031
fixed conditional
2008-09-24 16:29:50 +00:00
Jeff Hill
7f96b9c0fc
added try / catch block to epicsThread :: exoitWait () so that exception
...
specification isnt violated
2008-09-24 15:57:28 +00:00
Andrew Johnson
91d9fdbda8
Fixed problem using CA.pm from scripts outside of Base.
2008-09-24 15:02:50 +00:00
Andrew Johnson
238ab41ba1
Use $FindBin::Bin instead of expanding @TOP@.
2008-09-23 22:15:10 +00:00
Andrew Johnson
516a2cbf41
Use $FindBin::Bin so we don't need to expand @TOP@.
...
Needed for package management systems such as in Debian.
2008-09-23 22:13:52 +00:00
Andrew Johnson
aa9b36d7f9
Cosmetic.
2008-09-23 20:23:30 +00:00
Andrew Johnson
efa69eda5c
Improve messages slightly.
2008-09-23 19:50:58 +00:00
Janet B. Anderson
7850ab921a
Changed OS_CLASS WIN32 test to SHRLIB_SUFFIX .dll test. Fixed RM of libs.
2008-09-23 16:11:41 +00:00
Janet B. Anderson
c0dd8a788b
Shared library rule changes made to allow make -j option to work on win32.
2008-09-22 21:21:10 +00:00
Jeff Hill
65c2e51849
committed a fix for mantis 312
2008-09-22 20:24:39 +00:00
Andrew Johnson
5d6b223229
s/FALSE/false/
2008-09-22 18:20:56 +00:00
Andrew Johnson
1be79a4911
Version number; removed extraneous <li> tag.
2008-09-22 17:50:03 +00:00
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