Janet Anderson
5b0693f53d
R3.14.12.2
2011-12-12 14:09:32 -06:00
Janet Anderson
36be34656e
Creating 3.14.12.2
2011-12-12 14:08:00 -06:00
Andrew Johnson
4a5b8a37df
cap5: Load libCap5.so from lib/perl/<perl-version>/<perl-archname>
...
This allows the same version of Base to be used from both RHEL5 and RHEL6
for example; they use different Perl versions which are not compatible at
the ABI level.
2011-12-10 23:11:33 -06:00
Andrew Johnson
e289af684f
configure/linux: Move -g option to OPT_CFLAGS_YES
...
We were adding it to OP_SYS_CFLAGS but if HOST_OPT=NO
you then get two -g options on the gcc command line.
2011-12-07 13:56:04 -06:00
Andrew Johnson
8cb8ad081b
softIoc: Strip single-quote chars from arg
...
Most shells strip the single-quote chars from arguments, but on
win32-x86 this is not happening so we need to do it ourselves.
The single quotes are important to prevent un-escaping of things
that shouldn't be unescaped.
2011-12-05 12:43:26 -06:00
Andrew Johnson
52ee9916e6
configure: Print a warning when CHECK_RELEASE = NO
2011-12-02 14:10:24 -06:00
Andrew Johnson
3fc6a77fb0
libCom/posix: Define finite() for uClibc
...
The finite() function is provided in glibc but not in uClibc.
C99 requires isfinite() to be a macro, so we can test for it
and define our own finite() macro in osi/os/posix/epicsMath.h
2011-12-02 11:07:04 -06:00
Andrew Johnson
df6f042b5a
configure: Update Apple iOS builds
...
* Default IOS_VERSION to 5.0
* Allow ARMv6 and ARMv7 universal binaries by setting ARCH_CLASS
* Switch from g++ to clang++
2011-12-02 10:42:43 -06:00
Andrew Johnson
3b268475d3
Fix some warnings reported by Clang.
2011-11-29 16:14:19 -06:00
Andrew Johnson
2010e58c61
libCom/win32: Conditionally define MINLONGLONG
...
Some version of Visual Studio define MAXLONGLONG but not
MINLONGLONG, so they need separate checks.
2011-11-29 14:07:29 -06:00
Andrew Johnson
54401d5426
Set snapshot to 3.14.12.2-rc1-DEV
2011-11-28 16:37:47 -06:00
Andrew Johnson
db0c9d7d82
Creating 3.14.12.2-rc1
...
Set version number, update release notes.
2011-11-28 16:35:43 -06:00
Andrew Johnson
b791a3692b
libCom: Clean up win32 build warning
...
Delete CFLAG added for the Borland compiler (no longer supported).
2011-11-28 15:54:49 -06:00
Benjamin Franksen
0e41c03ff2
dbStatic: Fix windows build issue
...
fixes: lp:894276
2011-11-28 12:55:55 -06:00
Andrew Johnson
b5ec6e2448
catools: Edited camonitor help text.
2011-11-21 12:30:02 -06:00
unknown
d077c8b0ff
dbStatic: Added -b option to dbExpand
...
-b turns off monotonic checking of breakpoint tables.
2011-11-21 11:33:26 -06:00
Andrew Johnson
b48979f5a5
Set snapshot to 3.14.12.2-pre1-DEV
2011-11-14 14:07:02 -06:00
Andrew Johnson
967ce8eb84
Creating 3.14.12.2-pre1
...
Set version number, update release notes.
2011-11-14 14:03:22 -06:00
Andrew Johnson
b27e22d75e
Makefile cleanup
...
Various minor changes to comments and build variable names.
2011-11-14 12:33:07 -06:00
Jeff Hill
6ef52b5d03
fixed launchpad bug 697509, Thread synchronization issue in libCom/osi/os/WIN32/osdTime.cpp
2011-11-10 17:34:47 -07:00
Jeff Hill
652235ef13
fixed LP Bug #697517 , WIN32 osdtime should handle the system time change properly
2011-11-10 17:22:22 -07:00
Jeff Hill
5b46eebe1a
fixed LP bug 697516, PLL time adjustments fail if user sets system time before EPICS epoch
2011-11-10 14:52:22 -07:00
Jeff Hill
a252218e69
fixed launchpad bug 697519 (rollover time diff calc off by two ticks)
2011-11-10 14:03:01 -07:00
Andrew Johnson
fae5bbcf86
cap5: Don't try to process POD on Win32
2011-11-10 13:29:33 -06:00
Andrew Johnson
a0c1c0fb15
makeBaseApp: Remove local duplicates of library functions
...
Replace the buggy local copies of the functions UnixPath(),
LocalPath(), readRelease() and expandRelease() with the
library versions from our EPICS::Path and EPICS::Release
perl modules.
2011-11-08 17:51:19 -06:00
Andrew Johnson
bb14c6594b
Win32: Fix for lp:861214
2011-11-08 15:57:15 -06:00
Andrew Johnson
0dfbd460e1
configure: Fix potential parallel build issue
...
When creating files in ../O.Common it is eesential to use atomic
file replacement rather than deleting the old file and creating
a new one in its place, because two or three architectures could
be being built in parallel which might interfere.
This commit also ensures that .dbd.d files are constructed
properly when using 'make -s'; $(ECHO) does nothing then.
2011-11-08 13:23:25 -06:00
Andrew Johnson
b36b07db9e
Clean up some compiler warnings reported by J. Lewis Muir.
2011-11-07 11:58:09 -06:00
Andrew Johnson
ee95f0c4b7
catools: Fix array handling in caget and camonitor.
...
Fixes lp:794749
2011-11-02 11:26:29 -05:00
Andrew Johnson
d72b4a3c1e
Fix install problems when using parallel builds.
...
If two targets using the same OS are built in parallel,
they can both try to install the same include/os/* file
at the same time, causing the installEpics.pl script to
die. We fix this by making all installations atomic:
First copy the file to the installation directory using
a unique name, then rename it to the target name. The
target name is in the same directory and filesystem as
the temporary name, so the rename should be atomic.
2011-10-28 13:19:08 -05:00
Andrew Johnson
21b4acfa86
ca: Remove anonymous namespace from acctstRegister.cpp
...
The 3.14 branch still supports vxWorks 5.4.2 whose compiler
doesn't contain any namespace support.
2011-10-19 17:36:21 -05:00
Jeff Hill johill@lanl.gov
96cad82a2a
o fixed launchpad epics base bug 878372
...
o fixed launchpad epics base bug 878387
o added regression test for bug 878372
o build the optional test and diagnostic codes for all (not just vxWorks) IOCs
o added acctstRegister optional IOC shell registration for regression tests
2011-10-19 12:07:00 -06:00
Andrew Johnson
d088d4b664
configure: Correct INSTALL_DBDFLAGS and INSTALL_DBFLAGS
...
fixes lp:861627
2011-09-28 15:33:22 -05:00
Andrew Johnson
6cb9a3f7c1
iocInit: Added some database sanity checks to iocIInit
...
Two menus can get modified by users; these checks make sure they
haven't been damaged too much:
* menuConvert is checked to flag problems with IOCs converted from
3.13.x, where the SLOPE choice didn't exist.
* menuScan is checked to ensure the three initial choices are still
present and that there is at least one periodic scan rate.
2011-09-26 16:42:15 -05:00
Till Straumann
6c4164d953
libCom: Second fix for RT thread priority
...
The previous fix prevented epicsThreads from working properly when
the RT scheduler is *not* used.
fixes lp:835138
2011-09-21 09:55:52 -05:00
Janet Anderson
3a101aa697
Fixed DBDINC_NAME definition
2011-09-15 11:03:20 -05:00
Janet Anderson
46ea687c6d
Fixed TARGET_SRCS definition
2011-09-15 11:00:41 -05:00
Andrew Johnson
75aa05d30f
libCom: Remove extern "C" { #include <...> } from osdSock.h
...
Our joint conclusion was that wrapping system includes with
extern "C" used to be necessary on some OS builds when C++
was much less common, but is now wrong.
2011-09-09 17:14:35 -05:00
Andrew Johnson
3cfa011760
libCom: Clean up warning from Darwin.
2011-09-09 17:10:32 -05:00
Jeff Hill
83e5247ed4
workaround for non-standard vxWorks 5.5.2 gnu compiler
2011-09-08 17:57:14 -06:00
Till Straumann
f203e9a48b
libCom: Fix OS priority mapping on Posix
...
Fixes lp:835138
2011-08-30 14:47:31 -05:00
Ralph Lange
14e7111e72
catools: Fixed caget (w/o -c) always fetching max. array count
2011-08-25 17:41:53 +02:00
Till Straumann
2b65025d93
RTEMS: Time registration when dynamically loading
...
The old test for discriminating between statically and dynamically
linked applications (os/RTEMS/osdTime.cpp:staticTimeRegister()) is
wrong, it never detects a dynamically loaded app.
fixes lp:831648
-------------- This line and the following will be ignored
--------------
modified:
src/libCom/osi/os/RTEMS/osdTime.cpp
2011-08-23 13:20:00 -05:00
Andrew Johnson
2b4edba8f3
Update copyright names and dates in LICENSE file.
2011-08-17 15:14:10 -05:00
Andrew Johnson
35b72b60fb
shutdown: Lock records during dbCa link cleanup
...
CA links in records were being removed without locking them first.
We also now set the link type to CONSTANT, which prevents some
assertion failures if the record gets processed again before the
IOC finally dies.
2011-08-17 15:08:10 -05:00
Janet Anderson
d286a81ef0
configure: Remove T_A=* from MAKEFLAGS before findstring s in ECHO def.
2011-08-09 11:39:00 -05:00
Ralph Lange
bc4a7854ec
libCom: Explicitly use namespace std for size_t declaration in epicsSingleton.h
...
This fixes a compile error that occurs in new gcc versions (since ~4.6.1)
2011-08-08 18:31:19 +02:00
Janet Anderson
f59825a462
Added HDEPENDS_METHOD override for cross builds
2011-08-05 12:02:30 -05:00
Janet Anderson
7783f0044b
Added commented changes from Eric Norum to build with CLANG
2011-07-27 16:08:02 -05:00
Jeff Hill
1b9ca756cc
Changed repeaterTimerNotify interface implementation into a nested class of udpiiu so that we dont use multiple inheritance, and therefore hopefully avoid code generation problems with certain versions of g++ on MacOSX (I cant reproduce this problem on any ofthe machines here)
2011-07-26 16:23:34 -06:00
Jeff Hill
f9f8d1150c
fixed spelling and formatting nits
2011-07-26 10:40:37 -06:00
Andrew Johnson
e71785edf6
libCom/devLib: Make unsolicitedHandlerEPICS() visible
...
This symbol is required to be visible on non-PowerPC (68k) vxWorks
systems for devInterruptInUseVME() to recognize interrupt vectors
that the devDisconnectInterruptVME() routine has marked as not used.
2011-07-21 16:10:50 -05:00
Andrew Johnson
a367e4be95
tools: use AbsPath() instead of abs_path() in checkRelease
...
abs_path() dies for dirs that don't exist.
2011-07-13 10:38:13 -05:00
Michael Davidsaver
a80bd1a630
libCom: Avoid race in errlog shutdown.
...
A rare race during shutdown. The contenders are the log thread
coming out of its loop and calling errlogCleanup(), and the
exitHandler signaling waitForWork.
This solution is to move cleanup completely into exitHandler,
which already waits for the log thread to exit.
2011-07-08 11:18:00 -05:00
Andrew Johnson
515712c0e7
startup: Fix host arch for 64-bit darwin kernels
...
"uname -m" returns x86_86 on those machines, which we weren't expecting.
2011-06-27 15:09:54 -05:00
Andrew Johnson
2fb7df8548
libCom: __attribute__((deprecated)) not in gcc 2.x
...
Only apply this attribute for gcc 3 and later.
2011-06-20 13:52:32 -05:00
Andrew Johnson
4448a5501a
Document recent commits.
2011-06-10 16:23:02 -05:00
Andrew Johnson
dafb7d5d4c
configure: Stop make displaying COMMENT lines...
2011-06-10 16:21:52 -05:00
Andrew Johnson
5343b836b8
configure: Reorganized the uninstall targets in RULES_TOP
...
Useful rules:
uninstall.<arch> - Remove bin & lib directories for <arch> only.
archuninstall - Remove bin & lib directories created by this hostarch.
realuninstall - Removes ALL install dirs
2011-06-10 16:17:41 -05:00
Andrew Johnson
d0423738d1
configure: Make the vxWorks macro expand to itself
...
This fixes a problem in .st sequence programs that do this:
%%#include <vxWorks.h>
The pre-processor was replacing the token since the line is not a
pre-processor directive (yet) and it doesn't appear inside "quotes".
NB: This will break any code that is incorrectly using
#if vxWorks
instead of
#ifdef vxWorks
2011-06-10 10:14:40 -05:00
Andrew Johnson
3bf5b21f57
tools: Improve makeDbDepends
...
Rewrite, add support for quotes around filenames in "file" statements.
2011-06-08 12:26:01 -05:00
Andrew Johnson
8d15407e2f
tools: Remove warning from newer versions of Perl.
...
Replace \1 with $1 in substitution strings.
2011-06-08 12:15:18 -05:00
Andrew Johnson
7560fb1bb1
rec/compress: Post monitors on NUSE field
...
Matt Pearson asked for NUSE monitors, so clients can track how
much data has been collected.
2011-06-08 11:16:26 -05:00
Andrew Johnson
445b5e473b
configure: Delete %.C (C++) build rule
...
Breaks build of %.c files on Windows with some versions of Make.
2011-06-07 09:52:54 -05:00
Andrew Johnson
f18b435cf6
configure: Replace REM with perl -e ''
...
Another good idea from Ben Franksen...
2011-06-06 09:51:31 -05:00
unknown
5649e15842
ca: Remove unnecessary mutable qualifiers
...
These references are never actually "mutated", and break builds
with a recent C++ compiler.
Fixes lp:736273
2011-06-01 17:22:12 -05:00
unknown
43f58c990a
libCom: Only delete a timer queue when its ref count is 0.
...
Fixes lp:786979
2011-06-01 16:27:18 -05:00
Andrew Johnson
0dfc92f48d
util: Support logrotate with iocLogServer
...
Allow reopening of the same filename on receipt of a SIGHUP.
Requested by Lana Abadie at ITER.
2011-06-01 15:55:10 -05:00
Andrew Johnson
f1a646240b
configure: Fix 'make -s' on Windows
...
Use REM instead of '#' to disable @echo commands.
Thanks to Ben Franksen for the hint.
2011-06-01 15:11:05 -05:00
Andrew Johnson
ce0114418f
tools: Fix LocalPath on Cygwin
...
The LocalPath() function must not replace /cygdrive/x with x:
This used to be necessary when mixing win32 and cygwin tools,
but we tell users not to do that any more. This problem only
appears if the path to base starts with /cygdrive/x.
2011-05-23 16:34:58 -05:00
Andrew Johnson
342920b1db
R3.14.12.1-DEV
2011-04-26 15:37:21 -05:00
Andrew Johnson
ef0442b50d
R3.14.12.1
2011-04-26 15:36:19 -05:00
Andrew Johnson
c71093f47f
libCom/iocsh: Oops, allow NULL pathname.
2011-04-26 15:18:30 -05:00
Andrew Johnson
c11a31f549
libCom/iocsh: Set IOCSH_STARTUP_SCRIPT env var.
2011-04-26 14:57:26 -05:00
Andrew Johnson
ed0e3e60ed
RTEMS: Changes suggested by Kate Feng
...
* Added macros for configuring MBUF and CLUSTER space allocation
* More MBUF and CLUSTER space on mvme3100, mvme5500 and beatnik
* MVME5500: link with bspExt, use .elf extension like other BSPs
2011-04-26 12:44:46 -05:00
Andrew Johnson
0373da87ed
R3.14.12.1-rc1-DEV
2011-04-19 15:11:09 -05:00
Andrew Johnson
3c0cea0f38
R3.14.12.1-rc1
2011-04-19 15:09:57 -05:00
Andrew Johnson
4c7684aad1
Document 3.14.12.1 changes.
2011-04-19 15:05:36 -05:00
Andrew Johnson
6efd4be222
configure: Added vxWorks-ppc32-debug and vxWorks-ppc32sf-debug archs.
2011-04-19 15:02:47 -05:00
Andrew Johnson
1584f98e26
catools: Disable stdout buffering on Windows
...
Line buffering is not supported on Windows 7.
2011-04-19 14:21:38 -05:00
Janet Anderson
f3f2f23fbc
Updates for latest releases of os, Visual Studio, ...
2011-04-19 11:28:04 -05:00
Janet Anderson
5aeb325185
Updated for latest releases of os, Visual Studio, ...
2011-04-19 10:55:18 -05:00
Michael Davidsaver
2949f6650e
errlog: Flush messages before exit
...
When an exit is requested process all messages before exiting.
The atExit flag is set, so no new messages can be added to the buffer.
2011-04-12 18:12:52 -05:00
Janet Anderson
b472473ef1
Restored COMMON_DBS usage in DBDDEPENDS_FILES definition.
2011-04-11 15:47:40 -05:00
Andrew Johnson
8418aa059a
libCom/test: Suppress g++ build warnings from epicsCalcTest
...
Newer versions of gcc support #pragma GCC diagnostic
2011-04-07 17:25:02 -05:00
Andrew Johnson
1106bab73e
RTEMS: Use the new mount API to initialize TFTP.
2011-04-05 17:21:54 -05:00
Andrew Johnson
038ac0cd38
Fix some build issues with old Solaris C++ compiler.
...
src/libCom/test/epicsExceptionTest.cpp:
exThread needs a destructor
src/cas/generic/st/casStreamOS.cc:
Can't use inline as armSend already called
2011-04-05 16:08:49 -05:00
Andrew Johnson
8dea585dc2
FreeBSD update to osdSock.h from Gerrit Kuehn.
2011-04-05 12:32:39 -05:00
Andrew Johnson
fc6df7652d
Update iOS CONFIG files for iOS 4.3
2011-04-05 12:27:00 -05:00
Andrew Johnson
db89c1f463
Added generic PPC32 targets for vxWorks 6.
2011-04-05 12:12:47 -05:00
Andrew Johnson
c6e1787ff9
Solve C++ static initialization order problem.
...
Fixes lp:750549
2011-04-05 11:27:22 -05:00
Jeff Hill
0dab032751
avoid c++ static initialization order issues
2011-04-05 09:23:22 -06:00
Jeff Hill
4b780b1011
avoid c++ static initialization order issues
2011-04-04 17:50:49 -06:00
Jeff Hill
fc3e876d57
avoid c++ static initialization order issues
2011-04-04 17:29:51 -06:00
Andrew Johnson
f4528ff5e1
libCom: Fix msgbufGetNode() in errlog.c
...
Systems that generate large numbers of errlog messages or have a slow
message listener could overwrite older messages in the message buffer
after the buffer wraps. This also corrects and annotates the test
code to describe what's being checked.
2011-03-01 15:03:33 -06:00
Andrew Johnson
d73f466dbc
documentation: KnownProblems template
...
Modified the empty template file to include GNU Patch usage
instructions.
2011-02-28 17:26:24 -06:00
Andrew Johnson
3d056f63e4
configure: Added vxWorks-mpc8548 target (MVME4100)
...
Config files from Ernest Williams.
2011-02-15 16:19:26 -06:00
Jeff Hill
fd72cb63bf
libCom/WIN32: Merged Jeff's fix for bug 717252
...
o Fixed race condition where win32 thread parm was not pushed onto the
list before the thread was started, and so if the thread exits very
quickly it can try to remove a non-existent thread parameter from
the list.
o This impacts only win32.
2011-02-11 16:33:58 -06:00
Andrew Johnson
c698853394
libCom: Merged Jeff's epicsThread change.
...
When finished waiting for a thread to exit, signal the event in case
other threads are waiting also.
2011-02-11 15:04:04 -06:00
Andrew Johnson
22f1e8201f
libCom/WIN32: Merged Jeff's WIN32/osdThread changes
...
Fixed spelling and other cosmetic changes.
2011-02-11 15:01:39 -06:00
Andrew Johnson
b38127450e
libCom/WIN32: Merged Jeff's osdTime fix
...
Fixed last time compare in PLL drift factor update loop.
2011-02-11 14:59:35 -06:00
Andrew Johnson
fbcc7b4a0d
ca: Merged Jeff's tcpiiu changes
...
In disconnectAllChannels mark channels as unassigned to any list
because in some unusual situations (abrupt shutdown) the channels are
not immediately assigned to another list.
2011-02-11 14:55:04 -06:00
Jeff Hill
5a11866431
when finished waiting for a thread to exit, signal the event in case other threads are waiting also
2011-01-14 18:01:53 -07:00
Jeff Hill
253036c36c
o committing merge of r3.14 trunk change
...
o fixed spelling and other cosmetic changes
2011-01-14 18:00:02 -07:00
Jeff Hill
793639f4da
fixed last time compare in PLL drift factor update loop
2011-01-14 17:56:49 -07:00
Jeff Hill
a2c87268f5
in disconnectAllChannels mark channels as unassigned to any list because in some unusual situations (abrupt shutdown) the channels are not immediately assigned to another list
2011-01-14 17:53:33 -07:00
Jeff Hill
a52b995ca2
rsrv: Fixed large array element count bug
...
Reverted commit 12095.2.5 which introduced an incorrect optimization.
Fixes:701673
2011-01-13 16:21:31 -06:00
Jeff Hill
2af392a099
fix for bug 701673 at launchpad (wrong native element count for large arrays)
2011-01-12 15:41:33 -07:00
Michael Davidsaver
6170dc9406
libCom: Fix errlogPrintf() assert fail at shutdown
...
If errlogPrintf() gets called during shutdown, it can cause a
recursive assert failure.
Fixes lp:693534
2011-01-07 10:24:31 -06:00
Andrew Johnson
23daca46a1
tools: More back-slash escape fixes
...
Thanks to Stephen Norum for pointing most of these out and
testing the patch.
2010-12-16 17:02:15 -06:00
Andrew Johnson
f9ebe082ff
registry: Escape back-slashes in bldTop string literal on Win32.
2010-12-14 15:05:26 -06:00
Andrew Johnson
dc76951945
configure: Set EPICS_DEV_SNAPSHOT back to -DEV
2010-11-24 16:18:25 -06:00
Janet Anderson
253fd8109b
R3.14.12
2010-11-24 14:50:38 -06:00
Andrew Johnson
fd4b34be8f
docs: Added a couple more LP bug fixes to the Release Notes.
2010-11-24 14:35:35 -06:00
Andrew Johnson
23c7e64490
rec: Fix calc & calcout get_precision()
2010-11-24 13:35:04 -06:00
Ralph Lange
3ca705752a
catools: Fix help text for "-s" option (also in CA RefMan)
2010-11-24 13:31:47 -05:00
Andrew Johnson
2069889347
docs: Update notes and comments about readline settings.
2010-11-22 10:40:49 -06:00
Andrew Johnson
04085d340b
configure: Link with libdl on Solaris 8 and 9 (but not 10).
2010-11-19 16:38:46 -06:00
Andrew Johnson
bc7e87b961
RTEMS: Warning cleanups from Eric.
2010-11-17 16:30:32 -06:00
Andrew Johnson
81d155c98b
documentation: Fixed typos and enhanced Release Notes a little.
2010-11-17 13:31:32 -06:00
Andrew Johnson
512e14e4b7
documentation: Added links to the bugs marked Fix Committed in LP.
2010-11-15 18:02:46 -06:00
Andrew Johnson
c503a03f37
libCom/errlog: Clean up possible problem at shutdown.
...
Don't use epicsMutexMustLock() in msgbufGetFree().
When we're shutting down, the pvtData.msgQueueLock gets destroyed.
This makes msgbufGetFree() return NULL if the lock is dead.
The epicsMutexMustLock() routine asserts(), which recurses...
2010-11-15 15:46:40 -06:00
Janet Anderson
fb493a064c
R3.14.12-rc1-DEV
2010-11-15 14:28:03 -06:00
Janet Anderson
e406440316
R3.14.12-rc1
2010-11-15 13:59:06 -06:00
jba
94a48d23d0
Set HDEPENDS_METHOD to CMD which was overidden by CONFIG.gnuCommon.
2010-11-15 13:43:17 -06:00
jba
cf18208579
Added and removed include files.
2010-11-15 11:27:17 -06:00
Janet Anderson
7cf01b091b
Removed unneeded include line.
2010-11-15 10:31:16 -06:00
Janet Anderson
e1c1dd45a6
Added include lines for host build CONFIG_SITE files.
2010-11-14 19:49:17 -06:00
Janet Anderson
8e40be47a0
Removed VX_DIR definition- no longer works in CONFIG_SITE.*.Common files.
2010-11-14 19:29:53 -06:00
Andrew Johnson
9777c63e23
documentation: Paragraphs on epicsEvent and Cygwin support.
2010-11-12 16:48:21 -06:00
Andrew Johnson
18594e1a34
subArray: Bugfix, allow array puts to VAL
...
Fixed a bug reported by Michael Abbott, NORD goes -ve.
Modified soft channel support so when INP="" it extracts the relevent
sub-array of the existing VAL field; use an external put to set the
array. This lets the other records pull a series of values from the
record in sequence.
2010-11-12 16:09:09 -06:00
Janet Anderson
99e7e7727a
Provide a link-time path for readline directory.
...
Remove unneeded READLINE definitions from last commit.
2010-11-11 13:45:09 -06:00
Janet Anderson
adb201a048
Now RUNTIME_LDFLAGS is set here.
2010-11-11 13:43:53 -06:00
Janet Anderson
56ada25dd7
RUNTIME_LDFLAGS now set in CONFIG_COMMON. Use LINKER_USE_RPATH for
...
readline dir.
2010-11-11 13:41:03 -06:00
Janet
23bbe233f7
Moved COMMANDLINE to CONFIG_SITE.Common.win32-x86-mingw
2010-11-10 16:59:06 -06:00
Janet Anderson
c48fe29e89
Allow arm cross targets to use readline as command line library.
2010-11-10 12:02:20 -06:00
Andrew Johnson
b5c185877d
RTEMS: Allow for 64-bit compatibility in RTEMS 4.10.
2010-11-10 09:44:19 -06:00
Janet Anderson
b82db48335
Use win32-x86 values for default values.
2010-11-09 15:37:08 -06:00
Janet Anderson
da8ae994e4
Initial version.
2010-11-09 15:12:20 -06:00
Janet Anderson
8d2cd8b96c
Updated to match extensions/configure.
2010-11-09 14:55:13 -06:00
Janet Anderson
91631919e5
Minor changes.
2010-11-09 08:32:36 -06:00
Janet Anderson
181c4e126a
Added includes for CONFIG_SITE files for hostarch.
2010-11-08 08:18:58 -06:00
Janet Anderson
32ebff1881
Removed OPT flag lines which are same as gnu compiler build defaults.
2010-11-08 08:16:12 -06:00
Ralph Lange
e65253f8b9
ca: Minor fix in CA Reference Manual
2010-11-05 15:57:34 -04:00
Ralph Lange
3398950f9d
ca: Added chapter about firewalls to CA Reference Manual
2010-11-05 15:41:39 -04:00
Andrew Johnson
2477bf52e6
libCom: Cygwin socket unblocking again...
...
It helps to include the cygwin header file that
actually has the version number in it...
2010-11-04 14:24:13 -05:00
Andrew Johnson
e7179fc289
libCom: Fix cygwin socket shutdown issue.
...
Cygwin 1.7 changed the socket shutdown method from BothShutdown
to Close. This fix looks at the cygwin version to work out what
value to return from esscimqi().
2010-11-04 13:30:44 -05:00
Jeff Hill
f340b3e153
o removed -O3 from mingw debug builds (so the issues below are reproduced on mingw)
...
o gnu compiler for windows doesnt support well dll exporting individual functions from a class
in debug builds so I switched to exporting the entire interface class in several places
o fixed several places in ca lib where include of epicsTimer.h wasnt properly ifdef'd so
that it is imported by ca header files
--- these issues were already fixed on cvs main trunk ---
2010-11-04 10:19:54 -06:00
Andrew Johnson
b4d7b6f851
Merged Jeff's fix for Bug 667384
...
This commit was needed to reorder the commit history so that everyone
else's commits since 2010-09-27 remain on the mainline.
2010-11-01 18:07:15 -05:00
Jeff Hill
36175b1368
merged in R3.14.12
2010-11-01 15:15:51 -06:00
Jeff Hill
e372a83096
neglected to unlock on error return path
2010-11-01 15:01:04 -06:00
Jeff Hill
3ad06eb0a3
fixed request and response bytes amount was revered in printf
2010-11-01 15:00:02 -06:00
Janet Anderson
93c39c86f7
Added includes for host's CONFIG_SITE files. Changed all to -include.
2010-11-01 14:35:49 -05:00
Andrew Johnson
46b912bc16
cas: Workaround for vxWorks-ppc604 compiler issue.
2010-10-29 12:15:48 -05:00
Andrew Johnson
1e6464cdc4
libCom/test: Various improvements.
...
Made epicsThreadOnceTest more deterministic, replacing an
epicsThreadSleep() with epicsEventMustWait(), and added a diagnostic
message before running the thread recurse test.
Eric added a series of checks to epicsEventTest.cpp which ensure that
epicsEventSignal() only wakes one waiting thread.
2010-10-29 11:58:44 -05:00
Janet Anderson
c84c3d49ad
R3.14.12-pre2-DEV
2010-10-27 17:05:43 -05:00
Janet Anderson
4f98ae3955
R3.14.12-pre2
2010-10-27 16:48:09 -05:00
Andrew Johnson
2bb3074fab
db: Fix db_get_field() on an empty array field.
...
This fixes a bug introduced with the dynamic-array branch.
The new version of db_get_field() was using the dbr_size_n() macro to
calculate the offset to the start of the buffer area to be zeroed, but
when nRequest is zero this gives the wrong result; the dbr_ structures
always contain at least one value element, and dbr_size_n() thus has
to include that in its size calculation.
2010-10-27 13:26:56 -05:00
Andrew Johnson
a5d4572691
catools: Build on all archs except vxWorks and RTEMS.
...
Was only building on HOST, now does cross-builds too.
2010-10-27 10:30:41 -05:00
Janet Anderson
143fef7508
Modified test for _MINGW and _TIMESPEC_DEFINED.
2010-10-26 16:48:40 -05:00
Janet Anderson
87e670f5ca
Added ifdef around timespec definition for MinGW build.
2010-10-26 16:25:30 -05:00
Janet Anderson
b326097bed
Initial version. Has commented lines for new MinGW_w32 compiler version.
2010-10-26 15:42:31 -05:00
Janet Anderson
f68e14d20a
Added windows-x64-debug under debugging builds in comment lines.
2010-10-26 15:00:48 -05:00
Janet Anderson
a395b85277
Initial version.
2010-10-26 14:59:02 -05:00
Andrew Johnson
6ec71f56d0
configure: Use := variable to set EPICS_HOST_ARCH if undefined.
...
Performance on Cygwin when using ?= is glacial...
2010-10-26 14:56:42 -05:00
Andrew Johnson
03539b05a4
libCom/test: run epicsMutexTest loops a fixed number of times.
...
Windows sometimes managed to run an extra loop before this change.
2010-10-26 11:45:13 -05:00
Andrew Johnson
41b9b9cb07
documentation: Various updates...
...
Removed the Converting... files for older releases
No known problems yet.
Updated README.html and regenerated README.1st from it.
Added windows-x64 target to the Release notes.
2010-10-26 10:49:26 -05:00
Andrew Johnson
af48ed31c3
tools: Need search path for uninstalled modules too.
...
This fixes the perl compilation failures of fullPathName.pl
that occur before the src/tools directory has been built, and
ensures that the other tools that use EPICS modules also work.
2010-10-26 09:27:47 -05:00
Andrew Johnson
01ae98d118
Corrected/deleted WIND_HOST_TYPE to only hosts that WRS supports.
2010-10-25 14:23:56 -05:00
Andrew Johnson
66864fcb23
libCom/osi: More NTP time quality checking.
...
Reject NTP timespec values before the EPICS epoch.
2010-10-22 17:34:13 -05:00
jba
2957fdcaf7
Changed (DWORD*) to (const ULONG_PTR*) to avoid windows-x64 debug build
...
error.
2010-10-22 17:08:41 -05:00
jba
c7b9ea9b3b
Added single quotes in shell cmd to preserve backslashes.
2010-10-22 17:02:40 -05:00
Janet Anderson
a3234c9130
Set CYGWIN_RPC_LIB by using cygwin version to determine rpc lib name.
2010-10-22 09:33:44 -05:00
Janet Anderson
2a3a92504c
Added missing USR_LDFLAGS to DLL link line.
2010-10-21 15:06:11 -05:00
Janet Anderson
daccdf86b5
Updated the supported architecture comments.
2010-10-21 15:02:11 -05:00
Andrew Johnson
cb3d6e3cde
Configure EPICS_TIMEZONE for 2011 DST dates
...
3.14.12 will come out about a week before the 2010 US time change
and just a few days before the EU change, so it makes sense to set
it up for the 2011 dates.
Added information about DST dates up to 2015.
2010-10-20 15:01:06 -05:00
Andrew Johnson
f1a00dd667
libCom/osi: Warn if NTP time stops or decreases.
...
Add warnings if the NTP time provider sees NTP time stopping or going
backwards. Should never happen, but...
2010-10-20 11:44:48 -05:00
Ralph Lange
3df265103d
libcom/osd/rtems: Fix by M. Davidsaver to use an epheremal receiver port for the NTP synchronization.
2010-10-20 10:35:51 -04:00
Andrew Johnson
62f603d820
tools: Drop EPICS_HOST_ARCH variable in checkRelease.
...
On Win32 abs_path() fails if the path given doesn't exist.
2010-10-18 11:35:28 -05:00
Andrew Johnson
ed916cd1b3
Delete osf-alpha target (and host) support, no longer working or needed at KEK.
2010-10-14 14:01:40 -05:00
Andrew Johnson
2d4e4deb60
doc: Discuss ARCH_CLASS settings.
2010-10-13 11:21:17 -05:00
Andrew Johnson
a5a038957f
configure/os: Add the missing darwin architecture combinations.
2010-10-12 15:25:56 -05:00
Andrew Johnson
89af645ba9
Oops, s/dbTools/dbtools/.
2010-10-12 10:37:23 -05:00
Andrew Johnson
862425caa0
Missing dependency fixed, misc needs dbTools
...
- from Michael Davdisaver
2010-10-12 09:39:55 -05:00
Andrew Johnson
6f8c946d76
libCom: Recognize -pre and -rc in version snapshot.
2010-10-08 15:17:55 -05:00
Janet Anderson
dcd0fabe3b
R3.14.12-pre1-DEV
2010-10-08 14:16:56 -05:00
Janet Anderson
dd1cbf504b
R3.14.12-pre1
2010-10-08 14:07:08 -05:00
Andrew Johnson
5760b1247b
Added release notes for the capr.pl script.
2010-10-07 17:30:49 -05:00
Andrew Johnson
970d3bbdc5
Updated release notes for calc-size changes.
2010-10-07 14:54:17 -05:00
Andrew Johnson
881d13ac07
Merged the expand-calc-size branch.
...
This allows calc and calcout record expressions to be up to
79 characters long, and shortens the postfix buffer needed by
introducing integer literals. Also removes the length limit
for access security CALC expressions.
2010-10-07 14:16:24 -05:00
Andrew Johnson
0bacce77df
Merged the keywords branch.
...
* Updated the ReleaseChecklist document for Bazaar
* Replaced all RCS $Id$ and $header$ keywords with $Revision-Id$
as supported by the Bazaar Keywords plug-in
* Changed a few names in CONFIG_BASE_VERSION and epicsVersion.h
* Removed various extraneous keywords and non-ASCII characters
2010-10-07 11:51:22 -05:00
Andrew Johnson
2a692c996d
Keywords: s/Release-Id/Revision-Id/
2010-10-06 12:17:25 -05:00
Andrew Johnson
2c80b54110
docs: Replaced non-ascii space characters.
2010-10-06 11:41:49 -05:00
Andrew Johnson
5a41f3a0b9
RTEMS: Added parentheses to the exampleBoot st.cmd@RTEMS file.
2010-10-06 10:54:31 -05:00
Andrew Johnson
cf22d9cedd
Missed a $Log$ keyword.
2010-10-05 16:48:06 -05:00
Andrew Johnson
d4bf5ec2d7
RTEMS: Added parentheses around command arguments for CEXP.
...
In particular the generated cdCommands file, and the lines in
the st.cmd@RTEMS file template.
2010-10-05 16:02:09 -05:00
Andrew Johnson
fbda9f3280
RCS keyword updates for Bazaar
...
Replaced $Id$ and $Header$ keywords with $Revision-Id$
Deleted $Log$ keywords and any log messages
2010-10-05 14:27:37 -05:00
Andrew Johnson
5d17059cb1
libCom: Changes to epicsVersion.h generation
...
Use DEV instead of CVS in names.
Lower-case the -rc<n> status strings.
Rename CVS_DATE to COMMIT_DATE.
No Bazaar equivalent to the CVS tag $Name$ exists.
Modernize and "use strict" in the Perl code.
2010-10-05 13:33:35 -05:00
Andrew Johnson
64771c1708
doc: Updated checklist.
...
Rewrote commands for Bazaar and modified tag formats.
Added steps for updating Launchpad.
2010-10-04 16:51:59 -05:00
Andrew Johnson
a657a012cd
rec: Make CALC expression fields 80 chars.
...
Both calc and calcout record types changed.
2010-10-04 13:46:09 -05:00
Andrew Johnson
9542056547
as: No need to limit CALC expression lengths.
...
We allocate a new postfix buffer for each expression, so there is no
need to limit the expression length, just allocate a buffer big enough
for the expression given.
2010-10-04 13:41:09 -05:00
Andrew Johnson
6d1cc23a7e
libCom/test: Enhanced epicsCalcTest.
...
Added testArgs() function and tests, and more bad expression tests.
2010-10-04 13:39:02 -05:00
Andrew Johnson
bb7d8d6435
libCom/calc: Added integer literals, which use less space in Postfix.
...
Renamed LITERAL to LITERAL_DOUBLE and added LITERAL_INT.
postfix() only uses LITERAL_INT if the results are identical.
Adjusted INFIX_TO_POSTFIX_SIZE() macro to match.
Cleaned up some other internal issues.
2010-10-04 13:32:34 -05:00
Andrew Johnson
641aa70eb1
libCom/test: Added Michael Davidsaver's unit tests for errlog
2010-09-30 14:36:30 -05:00
Andrew Johnson
48aabfc6ad
libCom/test/epicsStringTest: %Zd isn't portable.
2010-09-29 17:44:10 -05:00
Andrew Johnson
eaaea901e0
libCom: fix epicsNAN generation on vxWorks.
2010-09-29 17:42:10 -05:00
Andrew Johnson
d4814f1395
db/test: On vxWorks make a callbackTest.munch that works.
2010-09-29 16:00:46 -05:00
Andrew Johnson
d6c6a07cc3
CAref: Under DBR_STSACK_STRING s/ackv/acks/
2010-09-29 11:20:00 -05:00
Janet Anderson
902030e022
Remove depends file requirement for user created rules.
2010-09-29 10:36:40 -05:00
Andrew Johnson
58b5b81cb3
cas: fixed new[] .. free() mismatch (in OOM path)
...
Found by cppchecker, http://cppcheck.sf.net/
2010-09-29 00:44:47 -05:00
Ralph Lange
cbe2938628
catools: Fix caput so it can write enums w/o strings
2010-09-28 13:38:59 -04:00
Andrew Johnson
af43a9c957
softIoc: Cleanup makeInstallDir.pl build slightly.
2010-09-27 17:42:42 -05:00
Ralph Lange
534bee1a2e
Merged Ralph Lange's 'cac-dtor-racecond-fix' branch.
2010-09-27 18:39:50 -04:00
Janet Anderson
00db17adb4
Added FINAL_LOCATION code.
2010-09-27 16:37:13 -05:00
Janet Anderson
3489c93e32
Added missing epicsShareAPI for db_get_field_and_count.
2010-09-27 11:41:53 -05:00
Janet Anderson
fd910bd80c
Don't create soft link to SHRLIB_VERSION for *.dll sharelibs.
2010-09-27 08:43:21 -05:00
Andrew Johnson
46c21d276b
Merged the apple-ios branch, iPad & iPhone target support!
2010-09-23 15:48:23 -05:00
Andrew Johnson
9678b69c1e
libCom/errlog: Rewrote msgbufGetNode() to use buffer better.
...
Michael Davidsaver pointed out that the original algorithm used is
dumb, it can't reuse empty space at the beginning until all messages
have been drained. This new version can, and is more efficient.
2010-09-23 15:41:55 -05:00
Andrew Johnson
5b860ec3ec
libCom: Use SIG_IGN to ignore signals.
...
Simplified the code in osdSignal, also solves problems if a handler is
already installed that uses the 3-argument callback.
2010-09-23 15:09:03 -05:00
Andrew Johnson
eacb6602bc
libCom: Use OS NAN and INFINITY macros where available.
...
bug: 545385
2010-09-23 14:18:03 -05:00
Andrew Johnson
4e99cfc763
Added target support for Apple's iOS devices.
...
Tom Pelaia II and Mark Engbretson contributed the build configuration
and OS-dependent files, I modified the build config to bring it up to
R3.14.12 standards and added the Release Notes.
2010-09-22 16:26:15 -05:00
Andrew Johnson
a9b5f0c6a0
Merged Michael Abbott's dynamic-array branch, rebased.
...
I added Perl support, and wrote some release notes.
2010-09-20 16:21:50 -05:00
Andrew Johnson
dea1b9df3b
Tweaked the release notes to describe which areas were not changed.
2010-09-20 14:41:33 -05:00
Andrew Johnson
7ce4eb96ea
cap5: Support dynamic array sizes through the Perl API.
2010-09-17 14:11:00 -05:00
Andrew Johnson
3950153451
cap5: minor documentation updates/fixes.
2010-09-17 13:51:31 -05:00
Andrew Johnson
3b4eedaa26
cap5: caget should print limits using %g, not %d.
2010-09-17 12:49:22 -05:00
Janet Anderson
d4a9958002
Changes to allow rebuild to work with parallel builds option, -j.
2010-09-03 10:07:17 -05:00
Michael Davidsaver
aee66600ef
errPrintf() newline fix.
...
errPrintf() was adding a newline when writing to the err log buffer,
but not when printing to the screen. This results in the error
message running together with the next line. Added a newline to the
stderr output.
2010-09-01 14:56:51 -05:00
Janet Anderson
6a0a263380
Applied PATH_FILTER to input libraries on linker command line
...
Now when using MSVC complier with non cygwin makes, RELEASE files can
contain directories starting with forward slashes.
bug:627511
2010-08-31 11:33:37 -05:00
Janet Anderson
13e7b1b0b7
Added HDEPENDS_CFLAGS to CFLAGS to create *.d dependancy files.
...
bug: 626859
2010-08-30 09:58:24 -05:00
Janet Anderson
5094762012
Added target list to install library rule, needed for make3.8.2 builds
...
bug:626848
2010-08-30 09:30:11 -05:00
Ralph Lange
866f062d0a
toolsComm: Remove #ifdef checks for old VMS systems (fixes lp:625034)
2010-08-27 10:12:20 -04:00
Ralph Lange
a0a9ee4553
ca: Avoid possible race condition during cac shutdown.
...
While the cac dtor runs and waits for TCP circuit threads to exit,
new circuits could be opened by name resolution replies on existing
(still active) circuits.
Avoid this by setting a flag (lock being held) in the dtor, and
checking it in cac::transferChanToVirtCircuit.
2010-08-23 16:17:16 -04:00
Andrew Johnson
85c2877746
Document the dynamic-array changes.
2010-08-17 18:06:19 -05:00
Andrew Johnson
a6a01e6822
Converted buckTest.c to use epicsTime.h instead of time.h
...
This should finally resolve the build conflict between RTEMS-uc5282
and Windows, and remove the build warning on vxWorks.
2010-08-17 17:53:43 -05:00
Jeff Hill
7af0397d58
Examining the previous change I see that it will introduce a race condition when circuits are being created and destroyed at close to the same instant in time. See revision 11786 of cac.cpp which fixes mantis 334 if you are interested in what this code does. After running the regression tests, I pushed in a fix (which is removing above mentioned change and restoring the increment of iiuExistenceCount in cac::findOrCreateVirtCircuit.
2010-08-16 17:45:06 -06:00
Jeff Hill
a3dd3e1a2f
unistd.h isnt available on windows, and doesnt appear to be required by this code?
2010-08-16 17:34:39 -06:00
Andrew Johnson
09c0c43865
Cleanup a couple of compiler warnings.
2010-08-16 16:15:26 -05:00
Ralph Lange
2666e9d62b
Bug fixes to CA client introduced by CA-over-TCP code.
2010-08-16 15:49:52 -05:00
Jeff Hill
1eb5546eb7
meged andrew's change
2010-08-13 18:31:00 -06:00
Jeff Hill
c1bd11de58
fixed bug where win32 version of epicsThreadHighestPriorityLevelBelow didnt map to a lower priority successfully if the epics priority was mapping into the 2nd win32 priority bucket
2010-08-13 18:15:49 -06:00
Andrew Johnson
25d1b89de1
Use $(RTEMS_VERSION) in default path to RTEMS_BASE.
2010-08-13 17:56:27 -05:00
Andrew Johnson
1bab392da7
Deleted trailing ';' from epicsPlacementDeleteOperator macro
...
(which looks like a member function, but isn't).
2010-08-13 13:12:06 -05:00
Andrew Johnson
0c4746dd66
Moved new variable definitions to the beginning of their block.
...
Older C compilers such as vxWorks 5.x insist on this.
2010-08-13 12:59:50 -05:00
Michael Abbott
053ab01db4
Guard memset in camessage.c to prevent wild memory overrun if mismatch
...
between payload and data size.
2010-08-11 17:37:56 -05:00
Michael Abbott
0291900562
Add CA message header size optimisation.
...
If a packet is sufficiently small it can be worth the small
optimisation of saving the 8 bytes in a large packet header.
2010-08-11 17:37:30 -05:00
Michael Abbott
b2374f583b
Drive-by refactoring in caserverio.c
...
Minor refactoring of code block in cas_copy_in_header() to gather
common header code.
2010-08-11 17:36:58 -05:00
Michael Abbott
89ebfc6e9b
Add autosizing array support for caget and camonitor.
2010-08-11 17:36:36 -05:00
Michael Abbott
519c94a6e3
Update rsrv to support V4.13 protocol extension.
...
The rsrv server is updated in this commit to deliver variable sized
waveforms in response to a zero length request, implementing an
extension to the v4 EPICS protocol tied to minor version 13.
The core of the changes are in read_reply, rsrv/camessage.c, which first
reserves packet space for the largest possible response, but then resizes
the packet according to how much data is actually returned from the
database.
2010-08-11 17:36:11 -05:00
Michael Abbott
ee4a615caa
Client side support for automatic resizing arrays.
...
In this commit the channel access client is modified to allow a zero
size request in a caget or camonitor call. This is passed through to
the corresponding CA_PROTO_READ_NOTIFY or CA_PROTO_EVENT__ADD message,
but only if the minor version of the protocol is >=13.
This commit also adds a new protocol test, CA_V413(), which detects a
server which claims to understand the new zero length request.
Finally, this commit prepares for a subtle change in the CA protocol.
A request for a zero length subscription or data request, which will
only be made for protocol version 4.13 and above, is interpreted as a
request for autosized data, where the intrinsic dynamic length of the
requested waveform should be returned.
With the synchronous ca_array_get() call there is no mechanism available
to pass back the size of the retrieved data if it is different from
the requested count, so the simplest thing is to ensure we don't
request autosizing data through this api.
2010-08-11 17:35:23 -05:00
Michael Abbott
e54b631b8d
Guard memset in camessage.c to prevent wild memory overrun if mismatch
...
between payload and data size.
2010-08-11 16:49:46 -05:00
Michael Abbott
9d9ba1a442
Add CA message header size optimisation.
...
If a packet is sufficiently small it can be worth the small
optimisation of saving the 8 bytes in a large packet header.
2010-08-11 16:42:44 -05:00
Michael Abbott
30f0871c2b
Drive-by refactoring in caserverio.c
...
Minor refactoring of code block in cas_copy_in_header() to gather
common header code.
2010-08-11 16:41:15 -05:00
Michael Abbott
aa23ab63f1
Add autosizing array support for caget and camonitor.
2010-08-11 16:39:52 -05:00
Michael Abbott
e87bbef75c
Update rsrv to support V4.13 protocol extension.
...
The rsrv server is updated in this commit to deliver variable sized
waveforms in response to a zero length request, implementing an
extension to the v4 EPICS protocol tied to minor version 13.
The core of the changes are in read_reply, rsrv/camessage.c, which first
reserves packet space for the largest possible response, but then resizes
the packet according to how much data is actually returned from the
database.
2010-08-11 16:38:49 -05:00
Michael Abbott
a0c0c55347
Client side support for automatic resizing arrays.
...
In this commit the channel access client is modified to allow a zero
size request in a caget or camonitor call. This is passed through to
the corresponding CA_PROTO_READ_NOTIFY or CA_PROTO_EVENT__ADD message,
but only if the minor version of the protocol is >=13.
This commit also adds a new protocol test, CA_V413(), which detects a
server which claims to understand the new zero length request.
Finally, this commit prepares for a subtle change in the CA protocol.
A request for a zero length subscription or data request, which will
only be made for protocol version 4.13 and above, is interpreted as a
request for autosized data, where the intrinsic dynamic length of the
requested waveform should be returned.
With the synchronous ca_array_get() call there is no mechanism available
to pass back the size of the retrieved data if it is different from
the requested count, so the simplest thing is to ensure we don't
request autosizing data through this api.
2010-08-11 16:22:54 -05:00
Andrew Johnson
a0fb7fbed7
Clean up warnings from vxWorks 6.8.
...
Added back the -include vxWorks.h option for gcc with vxWorks 6,
it resolves many warnings about OFFSET being redefined.
2010-08-11 10:45:17 -05:00
Ralph Lange
0e4ff4f939
Fix: Made all RULES.Db rules use $*.tmp style names for temporary files (fixes lp:615916) [configure/RULES.Db]
2010-08-11 10:42:26 -04:00
Andrew Johnson
a02984f2ea
Release notes for the CA-over-TCP branch.
2010-08-10 16:19:57 -05:00
Andrew Johnson
eda402cf66
Merged Ralph's ca-over-tcp branch.
...
Fixed some vxWorks compile errors, and made a number of edits
to the HTML in the CAref.html documentation.
2010-08-10 16:05:46 -05:00
Andrew Johnson
cc95161af0
Merged base-tests branch from epics-base-testing team.
...
Modified testspec output to omit Tests: line when empty
Added testspec generation to src/db/test/Makefile.
2010-08-04 14:16:14 -05:00
Andrew Johnson
c2693f5687
Applied vxWorks 6.x patches, cleanup.
2010-07-29 15:02:34 -05:00
Andrew Johnson
2bb4e63d1e
Clean up munch.pl, add -o option
...
chmod -x src/tools/*.pl
2010-07-29 14:58:14 -05:00
Andrew Johnson
0f431edbe6
Add support for vxWorks 6.8.
2010-07-29 12:39:54 -05:00
Andrew Johnson
f29bdb9d6e
Solve C++ exception problems in vxWorks 6.x:
...
* Use a linker script when generating .munch files
* Output exception handler frame registration code in _ctdt.c files
2010-07-29 12:35:53 -05:00
Eric Norum
49a7483c7a
Add RTEMS R4.10 support
2010-07-23 09:26:29 -07:00
Eric Norum
31326b8b9f
Add RTEMS R4.10 support
2010-07-23 09:21:02 -07:00
unknown
6cfb241404
Fix RTEMS build issue finding close()
2010-07-19 14:01:41 -05:00
unknown
1660dcac9c
Removed trailing ';' from dbGetSevr macro definition.
2010-07-19 09:49:01 -05:00
Janet Anderson
1815c0fda9
Use /LTCG for non shared libraries if HOST_OPT is YES.
2010-07-12 14:58:30 -05:00
Janet Anderson
61733489e8
Don't use manifest tool for MS Visual C++ 2010 (and later) builds.
2010-07-12 14:54:51 -05:00
Janet Anderson
14d2e95bcf
Run EpicsHostArch.pl if EPICS_HOST_ARCH is not set.
2010-07-09 16:16:24 -05:00
Janet Anderson
1245a007b7
Added comments about implementing os specific dbd files.
2010-07-09 16:11:50 -05:00
Janet Anderson
cff7171831
Change for parallel builds when running multiple msi commands.
2010-07-09 16:02:41 -05:00
Janet Anderson
1e0f2ae79f
Added LINKER_USE_RPATH option.
2010-07-09 15:53:58 -05:00
Janet Anderson
1d5250c023
Modified comments.
2010-07-09 15:38:16 -05:00
Andrew Johnson
8fb472b710
Add "Test Asyn" device definitions for the aai and aao record types.
2010-07-09 11:51:11 -05:00
Andrew Johnson
8038f73316
Reformatted release note entry.
2010-07-08 13:00:43 -05:00
Andrew Johnson
55609154ce
Merged Dirk Zimoch's fix-aai-and-aao branch
...
Fixed async processing for both aai and aao record types.
2010-07-08 12:56:25 -05:00
Dirk Zimoch
0102b4bbc0
Merged with mirror-3.14
2010-07-07 19:42:08 +02:00
Dirk Zimoch
7f7bc289f3
Bugfix: use SIMS for simulation severity
2010-07-07 19:20:01 +02:00
Janet Anderson
40b83759de
Added dBStatic to cas depend dirs. Needs alarm.h
2010-07-06 17:23:24 -05:00
Andrew Johnson
1fbdb067f2
Merged Ronaldo Mercado's capr branch, with fixes by anj.
2010-07-02 11:57:57 -05:00
Andrew Johnson
cfb8e694a5
Several cleanups.
...
* Fixed number base issue
* DBD file parser accepts spaces
* Added -w seconds option for CA timeout
* Improved argument parsing
* More perlish, should start up faster
2010-07-02 11:34:38 -05:00
Andrew Johnson
c33607f2d2
Merged Michael's devlib-cleanup branch
2010-07-01 11:59:22 -05:00
f1ba442133
Store original INP/OUT text in link in case DTYP changes later.
2010-06-22 17:35:48 -05:00
Michael Davidsaver
320ff29c4a
Fix bad string handling in makeBpt.
...
This behaved badly when confronted with windows CR+LF end of lines.
Using fgets() left a stray CR at the end of the returned string.
2010-06-22 11:43:42 -05:00
Ralph Lange
78fc4cbcf7
Merged fix-cpp-keywords branch that fixes bugs #595240 , #595242
2010-06-21 17:00:35 -04:00
Ralph Lange
60be4921c8
Fix: Replaced C++ reserved word 'new' as variable name.
2010-06-16 15:58:00 -04:00
Ralph Lange
bb740373bc
Fix: Replaced C++ style comments in C code with standard C comments.
2010-06-16 15:46:09 -04:00
Michael Davidsaver
5ce74f2a41
include compatibility definition of pdevLibVirtualOS
2010-05-28 12:04:46 +01:00
Dirk Zimoch
dd1a6f78a3
Merged with 3.14
2010-05-28 03:14:39 -07:00
Dirk Zimoch
595345a80f
release notes updated
2010-05-28 02:59:16 -07:00
Dirk Zimoch
87081ed7e3
removed temporary debug messages
2010-05-27 08:31:13 -07:00
Ronaldo Mercado
d93b28dab2
Fixes problems when the string to print contains '$'
2010-05-27 16:26:43 +01:00
Ronaldo Mercado
a24f6371ac
Removes complaints when the string to print has dollars.
2010-05-27 16:24:09 +01:00
Nick Rees
08f2e5c41f
Added automatic generation of testspec to RULES_BUILD
2010-05-27 16:21:32 +01:00
Dirk Zimoch
6960d4e5a4
hash based value change monitor added (like in waveform)
2010-05-27 07:45:21 -07:00
Dirk Zimoch
1691de69ba
NORD/NELM issues fixed
2010-05-27 07:44:03 -07:00
Nick Rees
31790737e4
Added Andrews changes to RULES_BUILD to generate a hint file for the runner
2010-05-27 15:36:52 +01:00
Dirk Zimoch
dd04abbc1c
added aai/aao soft support
2010-05-27 06:23:07 -07:00
Dirk Zimoch
f6035fd823
fixed simulation mode, buffer allocation during initialization, corruption of NELM
2010-05-27 06:22:35 -07:00
Dirk Zimoch
c4d0f1eb44
fixed simulation mode, buffer allocation during initialization, corruption of NELM
2010-05-27 06:22:15 -07:00
Ronaldo Mercado
5ad3391be2
create test cases from I02 beamline
2010-05-27 14:03:17 +01:00
Ronaldo Mercado
6776233778
parser patch - look for opening bracket too
2010-05-27 11:55:12 +01:00
Ronaldo Mercado
ba42c501df
Simplistic solution to parser problems
2010-05-27 11:52:21 +01:00
unknown
8337b5063d
Fix NULL handle issue
2010-05-27 05:47:07 -05:00
Michael Davidsaver
7d3986664e
fix typo in rtems internal function names
...
Not externally visible so no reason not to fix
2010-05-27 09:35:29 +01:00
Ronaldo Mercado
d9f168527e
Modifications based on review comments.
...
<base>/dbd/softIoc.dbd adopted as a default under $EPICS_BASE/dbd/softIoc.dbd
Default CAPR_DBD_FILE becomes EPICS_CAPR_DBD_FILE
Clearer validation and default assignment for interest level ($ARGV[1])
Removed mapping of DBFs that were still using "ezca" labels.
Double quotes around channel names. Tested with ai, calc and mbbo records.
Tested DBF_ULONG fields on mbbo records.
Fixed problem when displaying hex char.
2010-05-27 09:34:02 +01:00
Ronaldo Mercado
07d51b65b2
consistently use double quotes
2010-05-26 23:49:21 +01:00
Ronaldo Mercado
31931330a8
removing ezca strings mapping
2010-05-26 23:20:36 +01:00
Michael Davidsaver
eaf07d4f05
copyright boilerplate for devLibVME
2010-05-26 17:17:26 +01:00
Ronaldo Mercado
ee36fb23a6
Help added
2010-05-26 00:12:23 +01:00
Ronaldo Mercado
ce4ba8bbaf
Help or capr.pl
2010-05-26 00:10:06 +01:00
Ronaldo Mercado
b45e6b818e
renaming variables and cleaning-up
2010-05-25 23:13:47 +01:00
Ronaldo Mercado
30a58e4d4c
Default interest level, clean up
...
Removing one-parameter caget.
Interest level zero if not specified
2010-05-25 22:59:17 +01:00
Ronaldo Mercado
5dc869bbcc
Require default dbd
2010-05-25 22:44:58 +01:00
Ronaldo Mercado
5aef97fced
Improved caget
...
parallel_caget implemented following caget.pl example
2010-05-25 22:33:13 +01:00
Ronaldo Mercado
c6255ef0ac
removing diagnostics
2010-05-25 22:23:22 +01:00
Ronaldo Mercado
18a63f8754
re-organizing print out and diagnostics
2010-05-25 22:20:18 +01:00
Ronaldo Mercado
408721daec
Install capr.pl
...
Parallel caget
2010-05-25 21:44:38 +01:00
Ronaldo Mercado
797d263f04
Comment removed
2010-05-25 21:00:43 +01:00
Andrew Johnson
6ed0fdf9fd
Merged Kukhee Kim's dbl fix
2010-05-25 11:17:57 -05:00
Kukhee Kim
fa564fbfdf
BUG 572589: Make dbl emit empty strings for non-existent fields
2010-05-25 07:57:49 -07:00
Michael Davidsaver
43f5cfed7e
[PATCH 12/12] add entry to release notes
2010-05-25 13:58:53 +01:00
Michael Davidsaver
a161e42e82
[PATCH 11/12] remove unimplimented PCI api
2010-05-25 13:58:52 +01:00
Michael Davidsaver
c1142675b6
[PATCH 10/12] move general macros and error codes to devLib.h
...
includes devLibVME.h for compatibility
2010-05-25 13:58:51 +01:00
Michael Davidsaver
50bcef9c63
[PATCH 09/12] rename vme pointer table
2010-05-25 13:58:50 +01:00
Michael Davidsaver
000c98dbaa
[PATCH 08/12] fix includes
2010-05-25 13:58:50 +01:00
Michael Davidsaver
4a3b4358c3
[PATCH 07/12] rename devLib to devLibVME
2010-05-25 13:58:49 +01:00
Michael Davidsaver
46ec38756b
[PATCH 06/12] use epics extern macro
2010-05-25 13:58:46 +01:00
Michael Davidsaver
e21cde013d
[PATCH 05/12] reorganize devLib.h
...
Group functions by bus type with general functions at the top
add macro to exclude deprecated api
2010-05-25 13:58:45 +01:00
Michael Davidsaver
83adda7e6c
[PATCH 04/12] move "virtual os" definition to a seperate file
...
The virtual os table is not something ordinary devLib users
should know or care about.
2010-05-25 13:58:44 +01:00
Michael Davidsaver
ad8cd28f7d
[PATCH 03/12] mark all implimentation functions as static
2010-05-25 13:58:43 +01:00
Michael Davidsaver
acb905fcfc
[PATCH 02/12] add devInterruptInUseVME to function table
...
Add test for interrupt handler function to the virtual os table.
Adds a stub implementation to devLib.c
Renames OS implementations functions for RTEMS and vxWorks to avoid symbol name conflicts
2010-05-25 13:58:43 +01:00
Michael Davidsaver
62d035c310
[PATCH 01/12] add jumping VME interrupt routines to independent implementation
...
Adds implementations which use the virtual os table to invoke the
OS specific call.
rename conflicting functions
2010-05-25 13:58:42 +01:00
Ronaldo Mercado
99605c85fa
relocating library refs within base
2010-05-25 11:14:50 +01:00
Ronaldo Mercado
ca3138e617
Adding capr.pl
2010-05-25 10:34:14 +01:00
Andrew Johnson
498ef7075e
Fix missing parallel build dependency.
...
Ron Sluiter pointed out that gdd/dbMapper.h includes db_access.h so
gdd has to be built after ca, simplifying the cas dependency too.
2010-05-19 14:46:09 -05:00
Andrew Johnson
6790acf78f
Fix for hang from Ron Sluiter.
2010-05-18 16:12:36 -05:00
Andrew Johnson
6eb36e1224
Fix build on Windows.
2010-05-18 16:10:07 -05:00
Andrew Johnson
6b64304570
Optimize epicsThreadOnce() routines.
...
Don't call epicsThreadGetIdSelf() unnecessarily, check for the value
EPICS_THREAD_ONCE_DONE first, since that's the most common state.
2010-05-14 17:26:54 -05:00
Andrew Johnson
6cd22d4efe
Don't call errlogPrintf() in epicsThreadGetOsiPriorityValue()
...
This is a partial fix of a WIN32-only problem Mark Rivers reported.
A WIN32 thread created by a manufacturer's library is used to call one
of his callback routines, which tries to use an epics facility that has
an epicsThreadOnce(). The new version of epicsThreadOnce() uses
epicsThreadGetIdSelf() to detect recursive initialization; the thread
doesn't have an epicsThreadId yet, so epicsThreadImplicitCreate() is
asked to make one. It calls epicsThreadGetOsiPriorityValue(), but
osdPriority is 15 which is not known by that code, so it reports an
error by calling errlogPrintf(). That checks epicsThreadIsOkToBlock()
which calls epicsThreadOnce() but that needs our epicsThreadId...
This doesn't solve the issue of the unknown osdPriority value 15
(priorityClass = 32), but it allows the IOC to continue working with
just a warning message at init time.
It also points out that calling epicsThreadGetIdSelf() every time we
check an epicsThreadOnce() is probably not good for performance.
2010-05-14 16:49:32 -05:00
Ralph Lange
0666207393
Removed comment about ellfree @Windows in udpiiu.cpp (suggested by Jeff).
2010-05-14 09:34:40 -04:00
Andrew Johnson
e9593e4b6c
Run epicsMessageQueueTest last, since it takes 5 minutes.
2010-05-05 15:43:58 -05:00
Andrew Johnson
831f48e719
Fix the macLib buffer overflow issue, Bug 551909.
...
This is mostly Eric's patches, without the valend name change.
2010-05-04 15:43:20 -05:00
Andrew Johnson
5868aae543
Define EPICS_THREAD_ONCE_DONE properly on RTEMS.
2010-05-04 14:39:37 -05:00
Andrew Johnson
12dc840eda
Don't print anything from epicsThreadShow() when tid=0.
...
Also don't pass level > 1 to vxWorks taskShow() routine.
2010-05-03 17:28:04 -05:00
Andrew Johnson
7f534cbc74
Rename 'thread' iocsh command to 'epicsThreadShow'.
2010-05-03 17:26:41 -05:00
Andrew Johnson
50d755a79f
Fix compiler warning about missing sentinel in execlp() call.
2010-05-03 12:29:13 -05:00
Andrew Johnson
d192f51858
Don't use back-tick chars as open quotes, they aren't any more.
2010-04-28 17:29:04 -05:00
Andrew Johnson
618e189898
'make cvsclean' should delete old editor backup files too.
...
Not that we're using CVS for Base any more...
2010-04-28 17:19:36 -05:00
Andrew Johnson
6142ff3ece
Steve Hartman (ORNL) says vxWorks 6.7 has nm back in GNU_BIN.
...
Hopefully it will stay there from now on.
2010-04-27 17:53:40 -05:00
Andrew Johnson
b4be728539
cvtFastPerform measures performance, it doesn't do functional testing.
...
* Cleaned up some warning messages in it on darwin
* Removed it from the epicsRunLibComTests function.
2010-04-26 17:19:10 -05:00
Andrew Johnson
c4d9293c79
Rewrite of epicsThreadOnce(); detects recursion on all archs.
2010-04-26 17:16:06 -05:00
Andrew Johnson
6ece3235c9
Added libCom/test code for epicsThreadOnce() implementations.
...
Also fixed subsystems that were not using epicsThreadOnce correctly.
2010-04-26 15:48:42 -05:00
Andrew Johnson
c5a27fa32e
Rework epicsThreadOnce() using ideas from Michael Davidsaver.
...
An epicsThreadOnceId is now an epicsThreadId.
During initialization, it is set to the thread running the init routine
which can now detect a recursive initialization attempt and suspend.
EPICS_THREAD_ONCE_INIT is still zero, the implementations now define a
new private value for EPICS_THREAD_ONCE_DONE. This is deliberately not
made public.
2010-04-26 15:38:11 -05:00
Andrew Johnson
4c70951869
Reduce warnings when built with Perl 5.10.
2010-04-21 17:35:26 -05:00
Andrew Johnson
6a1eb1954b
MANY updates to RELEASE_NOTES.
...
In the future I will ask people to include changes to the Release docs in any
branch they propose for merging.
2010-04-21 13:13:33 -05:00
Andrew Johnson
32e34f536c
Move STATIC_ASSERT statements.
...
This macro can only be used where a variable declaration is allowed,
the vxWorks compiler objects otherwise.
2010-04-20 17:13:54 -05:00
Ralph Lange
be978d6499
Fixed issue "TCP Nameserver Connection Down Blocks All Callbacks" and cleaned up the SearchDest list / TCP circuit relation
...
* Pulled out tcpiiu::SearchDestTCP to have cac create the SearchDest independent from the TCP circuit
* Reorganized the relation between the SearchDestTCP and the TCP circuit:
- SearchDest stays always on the cac list
- TCP connection going down sets SearchDest inactive and SearchDestTCP's circuit member to NULL
- Next seach request creates the new TCP circuit and sets SearchDestTCP's member, but leaves SearchDest inactive
- Successful connect sets SearchDest active
* ReceiveThread releases the cac mutex before going to sleep in connect loop
2010-04-15 17:06:16 -04:00
Ron Sluiter
20483795e4
Remove "dbRecordHead: tempList not empty" errors.
...
Loading a .db file that uses an unknown record type leaves items
on the parser's tempList. This patch empties that list when the
error is reported so future dbLoadRecords() commands can run.
2010-04-12 11:31:24 -05:00
Andrew Johnson
c185274de8
Merged Michael Davidsaver's 'rec-init' branch.
2010-04-09 16:28:53 -05:00
Ralph Lange
a0e868e2e1
Make SearchDest.h include all the headers it needs
2010-04-09 10:59:57 -04:00
Ralph Lange
d539db4053
Fix for: TCP Nameserver Connections Do Not Reconnect
2010-04-09 10:38:18 -04:00
Ralph Lange
82551fd175
Added EPICS_CA_NAME_SERVERS paragraph. Fixed lots of minor issues (unprintable characters).
2010-04-07 17:15:39 -04:00
Ralph Lange
23612a7afe
Merged Codeathon 2008 changes (10292..10293 on cvs-trunk branch).
...
* Fixed conflicts until base compiles
* COMPLETELY UNTESTED
2010-04-06 17:59:35 -04:00
Michael Davidsaver
e8f56d08b8
Ensure the string VAL and OVAL have the same storage length
...
There won't be any problems with overflow as long as dbPut
behaves correctly when setting VAL.
2010-04-06 14:48:48 -04:00
Michael Davidsaver
b63e381fbe
rec: update last/prev./old value fields after dset init_record
...
This must be done if init_record is allowed to change values
or monitors may not be posted when values change.
2010-04-05 14:49:18 -04:00
Ralph Lange
6518adf901
Merged Ralph Lange's 'compress-fix' branch.
2010-04-02 18:03:24 -04:00
Andrew Johnson
c3b19955f5
Merged Michael Davidsaver's 'minor-fixes' branch.
2010-04-02 16:51:04 -05:00
Ralph Lange
c6cf442abd
Fixed crash when ALG (algorithm) was changed to Average at runtime. ( Fixes #552803 )
2010-04-02 17:26:17 -04:00
Andrew Johnson
e56d4c2337
The monitor last value field needs to be initialized.
...
Device support init_record is allowed to set VAL to 1.
If uninitialized then mlst is 0.
During the first process() this will miss a monitor if VAL is changed to 0,
and cause a spurious monitor if VAL remains 1.
- mdavidsaver
2010-03-24 13:21:38 -05:00
Michael Davidsaver
356ee58927
use osi epicsMath.h
2010-03-24 13:17:41 -04:00
Michael Davidsaver
cadbcb43a2
use C++ name make.h
2010-03-24 11:34:00 -04:00
Michael Davidsaver
77d09de2c4
quiet compiler warning
2010-03-16 21:09:53 -04:00
Michael Davidsaver
d9a9a1f6ad
remove unused iocRegister stub
2010-03-16 21:09:53 -04:00
Michael Davidsaver
75a15809fa
epicsTimer: check that delay time is finite
2010-03-16 21:09:52 -04:00
Michael Davidsaver
4fb5c60493
softIoc: extra dep for generated header
...
This is needed to make the initial build work.
2010-03-16 21:09:52 -04:00
Michael Davidsaver
244796bbaa
remove STATIC
2010-03-16 21:09:51 -04:00
Michael Davidsaver
36980c5a1a
doc: note for dbScanLock
2010-03-16 21:09:51 -04:00
Andrew Johnson
3b0036b389
Improve code readablity, add more numeric tests.
2010-03-09 10:49:21 -06:00
Andrew Johnson
7fcc0b7411
Merge DST changes.
2010-03-08 17:36:18 -06:00
Andrew Johnson
526cfdc9e7
Warn if the IOC's TOP changed since building.
...
If the IOC's registerRecordDeviceDriver routine sees a different path
to TOP than the one used at build-time, we tell the user.
2010-03-08 17:31:19 -06:00
Andrew Johnson
a782ed68b9
Fix UDF processing so we respect IVOA.
2010-03-01 13:19:43 -06:00
Andrew Johnson
4bad7073e1
J field should not be PP, to match others.
2010-03-01 13:17:11 -06:00
Andrew Johnson
cad49539ff
Correction: vxWorks 6.4 comes with nm in the workbench bin directory.
2010-02-09 16:50:52 -06:00
Andrew Johnson
c29551f247
Rename the time provider name routines, don't rely on the #define.
2010-02-09 10:49:08 -06:00
Andrew Johnson
215bbed49c
Include standard headers before defining epicsExportSharedSymbols
2010-01-11 17:56:17 -06:00
Andrew Johnson
d7b97e49c8
Daylight savings time dates for 2010
2010-01-05 11:12:43 -06:00
Andrew Johnson
cb7e5d506d
Update timezone settings for 2010
2010-01-05 11:05:05 -06:00
Andrew Johnson
384c433eb3
Added .bzrignore file.
2009-12-23 15:08:53 -06:00
Andrew Johnson
1f414dd6b9
Ignore generated files and directories.
2009-12-23 15:06:44 -06:00
Andrew Johnson
f8e95a001b
Ensure EPICS_HOST_ARCH is defined.
...
Added support for := and ?= assignments.
Warn when include files not found.
2009-12-22 23:55:02 +00:00
Andrew Johnson
023cf2c548
Added redirection support for puts() and putchar().
2009-12-22 23:47:19 +00:00
Andrew Johnson
b55cad9c16
Disable "redo last put on reconnection" for STRING writing to ENUM.
2009-12-22 23:43:52 +00:00
Andrew Johnson
be538cfe1f
Flag adjustments, from someone who has one...
2009-12-22 23:36:56 +00:00
Andrew Johnson
6ccdb6eba6
Only calculate RELEASE_TOPS once.
2009-12-22 23:29:05 +00:00
Andrew Johnson
fd5773a3fc
ESHUTDOWN is not in FreeBSD and hence not in RTEMS.
2009-12-22 17:43:25 +00:00
Janet B. Anderson
182f97ca0a
Initial version.
2009-12-21 20:44:19 +00:00
Janet B. Anderson
68b62dd4b3
Add rule to create depends file in O.<T_A> dir. Simplify Makefile.
2009-12-21 19:45:12 +00:00
Janet B. Anderson
fcd6906fb8
Use global -TP flag instead of -Tp on compile line for each source file.
2009-12-21 19:41:27 +00:00
Janet B. Anderson
16e1d46c57
Added include line for CONFIG_SITE file overrides.
2009-12-21 19:29:29 +00:00
Janet B. Anderson
0c92267f1e
Build both Host and Ioc targets during a cross build.
2009-12-21 19:28:02 +00:00
Janet B. Anderson
3e2d9a3af4
Create depends files in O.<T_A> directory.
2009-12-21 19:25:27 +00:00
Ralph Lange
0cce3c2a79
Added catools change to release notes
2009-12-15 22:50:43 +00:00
Ralph Lange
bf5e456e2b
Added doc for new DBE_PROPERTY flag in CA Reference Manual
2009-12-15 22:42:57 +00:00
Ralph Lange
c8470a2473
Added -l.. commandline options to catools (by Stephanie Allison)
2009-12-15 22:05:55 +00:00
Andrew Johnson
aeec8ffca2
s/registerFunction.h/registryFunction.h/
2009-12-04 21:37:59 +00:00
Janet B. Anderson
421ec4478c
Added nm directory definition for vxWorks 6.7.
2009-12-01 19:31:37 +00:00
Janet B. Anderson
23e4635d17
Added VX_GNU_VERSION_6.7 definition.
...
For v6.7, added "-DBSD=44" to get correct network interface structure.
2009-12-01 15:51:41 +00:00
Janet B. Anderson
cec444b83c
Use hdepends command to generate header file dependancies for Darwin
...
because Darwin has multiple -arch compiler flags.
2009-11-25 18:24:09 +00:00
Janet B. Anderson
c09b0cba32
Remove extra RANLIB command after installation of archive libraries.
2009-11-25 17:41:55 +00:00
Janet B. Anderson
d04e20e91b
Remove SOURCE_C*FLAG definitions. Use COMPILER_C*FLAGS instead.
2009-11-25 17:36:27 +00:00
Janet B. Anderson
7c6afa76a4
Use compiler flags for header dependency file generation when possible.
2009-11-25 17:26:51 +00:00
Janet B. Anderson
d4afa2528d
Use compiler flags for header dependency file generation when possible.
2009-11-25 17:15:47 +00:00
Janet B. Anderson
99bd16d7e6
LIB_PERMISSIONS and INSTALL_PERMISSIONS set to 444.
2009-11-20 19:04:38 +00:00
Janet B. Anderson
2395f18487
Fix for build of iocBoot/ioc* directories.
2009-11-19 15:17:50 +00:00
Andrew Johnson
d0466179b0
dbNameToAddr() needs to adjust paddr->field_size when a $ modifier is used.
2009-11-18 16:55:04 +00:00
Andrew Johnson
e83182e812
Don't use -r for testing the existance of optional files; it doesn't
...
always work on Cygwin, and causes much head-scratching. Better to let
the open die with an error if the file exists but is unreadable.
2009-11-12 17:28:23 +00:00
Janet B. Anderson
f40f33fa8b
Made realclean a double colon rule.
2009-10-19 16:12:15 +00:00
Janet B. Anderson
9ecfb6355c
Updated for windows-x64 builds.
2009-10-13 15:54:39 +00:00
Andrew Johnson
b8ccd30d77
Make certain that long strings are zero-terminated.
...
Allow subscriptions of length zero, means native size.
2009-10-05 20:31:12 +00:00
Andrew Johnson
be1b5c6390
Make it easier to select which if any curses library to link with for readline.
2009-09-29 19:00:49 +00:00
Andrew Johnson
b8a2e64601
Added a couple of COMMANDLINE_LIBRARY synonyms for READLINE
2009-09-29 18:58:04 +00:00
Janet B. Anderson
b378bfef0b
Added wildcard to make testing for lib easier - ifneq ($(XXX_LIB),)
2009-09-24 19:12:01 +00:00
Andrew Johnson
e6c56bc99d
Check INSTALL_LOCATION builds.
2009-09-22 14:55:27 +00:00
Andrew Johnson
4a9d928578
Close h4 tag.
2009-09-22 14:54:51 +00:00
Janet B. Anderson
8cbe6500a6
Allow $(BUILD_ARCHS) $(actionArchTargets) $(cleanArchTargets) in make cmd.
2009-09-18 14:41:57 +00:00
Janet B. Anderson
a7a89fb045
Removed 64 bit files. We will use darwin compiler default.
2009-09-11 20:42:39 +00:00
Jeff Hill
d24c66f83d
fix for mantis 366
2009-09-11 00:49:02 +00:00
Janet B. Anderson
99566ee098
Initial version.
2009-09-10 20:40:15 +00:00
Andrew Johnson
516fe25556
Must run makeInstallDir.pl from the INSTALL_BIN directory so it can
...
find our libraries when INSTALL_LOCATION is set.
2009-09-02 16:09:04 +00:00
Jeff Hill
dfb29b258b
added warning comment about need to unref newly created gdd before
...
installing into smart pointer
2009-08-31 23:21:37 +00:00
Jeff Hill
955e9cd4d1
improved test id in diag message
2009-08-31 19:47:58 +00:00
Jeff Hill
3fe4def288
monitorAddConnectionCallbackTest test was too specific -
...
we shouldnt test for exactly two subscription updates when
more than two is sufficent
2009-08-28 23:28:29 +00:00
Andrew Johnson
490d5db2f8
Missed an -RC1.
2009-08-28 19:18:12 +00:00
Andrew Johnson
b2e92aadf1
Removed ellFree() comment, we reverted the API.
2009-08-28 19:13:03 +00:00
Janet B. Anderson
29fe94f62d
Set EPICS_CVS_SNAPSHOT to -CVS.
2009-08-28 19:07:11 +00:00
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