257c7fd23b
Put quotes around option with # in manifest mt.exe command.
Janet B. Anderson2006-11-27 20:11:45 +00:00
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.
Andrew Johnson2006-11-21 22:52:41 +00:00
deeda7b04f
Set OS_CLASS to Linux and ARCH_DEP_CFLAGS to override CONFIG.Host.Linux.
Janet B. Anderson2006-11-20 23:11:33 +00:00
e308021980
initialize time at last send when creating search timer. This guarantees no possibility of bogus search response delay measurement
Jeff Hill2006-11-18 00:50:35 +00:00
b0e5ae5a58
use new data conversion interface
Jeff Hill2006-11-18 00:48:36 +00:00
01f39d3e47
use new data conversion interface
Jeff Hill2006-11-18 00:42:32 +00:00
7b461161fc
write request now goes directly to iiu
Jeff Hill2006-11-18 00:41:56 +00:00
d2404e93a5
socket related data structures should use socket byte swap
Jeff Hill2006-11-18 00:41:16 +00:00
e9a208a78f
remove writeRequest from the interface
Jeff Hill2006-11-18 00:33:09 +00:00
a8ed82801f
byte swap socket data structures with socket lib byte swap
Jeff Hill2006-11-18 00:31:48 +00:00
f3f56fb2bc
o fixed deadlock occurring when access security callback blocks for unresponsive client o made data conversion more standalone in the client library
Jeff Hill2006-11-18 00:29:04 +00:00
a6d8cf0cec
use parenthesis during time stamp assign
Jeff Hill2006-11-18 00:27:08 +00:00
2fdf182a5d
socket related data structures should use socket byte swap
Jeff Hill2006-11-18 00:25:54 +00:00
2988a11e25
moved all arch dependent byte swapping code to this file
Jeff Hill2006-11-18 00:25:04 +00:00
4195457cdd
base types on std C if recent dialect is available
Jeff Hill2006-11-18 00:24:29 +00:00
e1e6ae787d
Ok, so we should allow / and \ in bareword...
Andrew Johnson2006-11-17 22:18:35 +00:00
bc9fab6417
Removed a whole load of unnecessary characters from bareword, which now matches the dbStaticLib parser's definition.
Andrew Johnson2006-11-17 22:04:37 +00:00
c3e3f6be37
Added two example database substitutions files and converted the example st.cmd files to use these instead of repeated dbLoadRecords commands.
Andrew Johnson2006-11-17 19:36:17 +00:00
a2739882f2
Fixed lex & yacc parsers for dbLoadTemplate() - this is now stricter in what it will accept, but any rejected characters weren't legal before anyway.
Andrew Johnson2006-11-17 17:06:52 +00:00
b7bad20900
Don't need action for characters which are silently consumed.
W. Eric Norum2006-11-17 14:28:13 +00:00
34316144bd
Clean up several problems with lexical analyzer.
W. Eric Norum2006-11-17 14:24:45 +00:00
ecac0269dd
Stop "warning: `id' defined but not used" messages from gcc -- use a char[] instead of a char* and they go away!
Andrew Johnson2006-11-16 19:32:13 +00:00
27fcfac8b8
Use the same TRUE/FALSE test in the dump routines as in the actual rule evaluation, in case the results are different.
Andrew Johnson2006-11-16 17:26:38 +00:00
c89bfe8cf1
Back out name change since RTEMS will not change until the next RTEMS release.
W. Eric Norum2006-11-15 16:13:52 +00:00
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 '_'.
Andrew Johnson2006-11-14 22:14:53 +00:00
20ede98a35
Make .t files work with prove, where $cwd may be a parent directory. Won't work if you give prove an absolute path to the .t file though...
Andrew Johnson2006-11-14 17:42:20 +00:00
e661027615
Fixed printing calc expressions with % chars in them.
Andrew Johnson2006-11-14 17:29:27 +00:00
d58e5e2a77
Revised old message about thread stack sizes.
Andrew Johnson2006-11-14 16:20:16 +00:00
cbedb32d50
Added a .db file with a single record $(IOC):exit. Set the .A field to the exit status you want the softIoc to return.
Andrew Johnson2006-11-13 21:45:40 +00:00
7b7bdb82a6
libCom/test, Breakpoints, vxWorks 6, postFix/calcPerform, calc/calcout/asLib, recGblAlarmHook, raw simulation mode.
Andrew Johnson2006-11-13 21:32:06 +00:00
4ca2bc86e5
Changed configuration for vxWorks 6.x; now uses the same files as vx 5.x. Removed the vxWorks6-mvXXXX targets, use vxWorks-ppc604_long or similar.
Andrew Johnson2006-11-13 20:31:07 +00:00
2c23952b9c
Removed Main.c file, converted to use testMain.h and epicsUnitTest.h.
Andrew Johnson2006-11-10 23:52:50 +00:00
db0d1f1156
TESTPROD_LIBS doesn't work, use PROD_LIBS instead.
Andrew Johnson2006-11-10 23:09:26 +00:00
52b7171576
Moved testMain.h into libCom/misc, since db/test is built before libCom/test.
Andrew Johnson2006-11-10 22:43:04 +00:00
de29cb834f
Moved timing measurement of epicsThreadPrivateGet() to epicsThreadPerform.cpp
Andrew Johnson2006-11-10 21:43:16 +00:00
242a7b9027
Fixed bug in posix implementation of osdThreadOnce and added assertion to the other implementations that will fire in the one case the Posix code can't cope with.
Andrew Johnson2006-11-10 20:19:34 +00:00
6c19051727
Major reorganization: Removed all Main.cpp files, use the macro in testMain.h instead and defaulted all argc/argv parameters. Converted all real test programs to use epicsUnitTest.h. Moved performance measurements from epicsThreadTest to epicsThreadPerform. Moved epicsOkToBlockTest tests into epicsThreadTest. On a host arch, make test inside the O.arch directory runs all tests.
Andrew Johnson2006-11-09 22:38:41 +00:00
d8b9856252
Lock around testDiag(), so multiple threads don't mix output.
Andrew Johnson2006-11-09 22:28:33 +00:00
d7d3bf4a13
Added an errlogInit2() routine to allow an enlarged maximum message size to be specified at initialization time.
Andrew Johnson2006-11-08 22:14:21 +00:00