- Dec 03, 2012
-
-
Andrew Johnson authored
-
Andrew Johnson authored
-
Andrew Johnson authored
Code back-ported from the 3.15 branch.
-
Andrew Johnson authored
-
Janet Anderson authored
-
- Dec 01, 2012
-
-
Andrew Johnson authored
Allows server tools to send DBE_PROPERTY events to clients. New functionality not tested, but fairly trivial and doesn't break existing server tools.
-
- Nov 30, 2012
-
-
Andrew Johnson authored
Both the Microsoft 2008 and 2010 compilers fail with this change.
-
- Nov 26, 2012
-
-
Andrew Johnson authored
Exceptions for vxWorks, RTEMS and iOS which don't support executable programs like the workstation OSs.
-
- Nov 19, 2012
-
-
Andrew Johnson authored
-
Andrew Johnson authored
-
Andrew Johnson authored
-
Andrew Johnson authored
from Tom Palaia.
-
- Nov 17, 2012
-
-
Andrew Johnson authored
Adds iOS 6.0, which is now the default. - changed the default iOS SDK to version 6.0 - use xcrun to locate the selected compiler - added armv7s as an option for architecture - made armv7 + armv7s the default architecture - renamed the LLVM compiler option to LLVM_GNU for clarity since LLVM is naturally associated with CLANG
-
- Nov 16, 2012
-
-
Andrew Johnson authored
This undoes commit 11565, "workaround for archaic T202 g++ bug" which doesn't actually seem to be necessary for T202 compilation. It also replaces 'typename' with 'class', for another compiler. Modification provided by Dirk Zimoch.
-
Andrew Johnson authored
-
Andrew Johnson authored
Undo strncmp+strncpy to strcmp+strcpy change in r12048. The 'n' versions are needed because device support was never explicitly required to Nil-terminate the string. The dbAccess routines do enforce termination though.
-
- Nov 01, 2012
-
-
Andrew Johnson authored
For 64-bit versions of Perl on Windows, the EpicsHostArch.pl script will now return the host architecture "windows-x64".
-
- Oct 31, 2012
-
-
Andrew Johnson authored
Reported by Guy Jennings
-
- Oct 18, 2012
-
-
Andrew Johnson authored
Where the record doesn't provide get_alarm_double() or for fields where the default applies, we were still returning 0.
-
- Oct 12, 2012
-
-
Michael Davidsaver authored
-
Andrew Johnson authored
* Changing the number of elements in a VALx array triggers monitors * Post monitors on the NEVx fields, following EFLG * Remove artificial limit on array sizes
-
- Oct 10, 2012
-
-
Michael Davidsaver authored
-
- Oct 07, 2012
-
-
Andrew Johnson authored
If MLST or ALST became NAN the associated monitor would never trigger. Now a NAN will cause it to always trigger.
-
- Sep 11, 2012
-
-
Andrew Johnson authored
-
Andrew Johnson authored
Idea from Angus Gratton, ANU
-
Ralph Lange authored
camonitor was using strlen() to find out the length of the array to print as %s string, which led to printing old buffer contents when the array-string was not null terminated. Now uses the minimum of strlen(), elements received, and elements requested. Suggested by Mark Rivers on tech-talk (11 Sep 2012)
-
- Sep 03, 2012
-
-
Ralph Lange authored
An internal buffer was allocated one char too short, when caput was used with the '-S' (send string as array of chars) option. Reported by J. Lewis Muir (tech-talk on 17-Aug-2012)
-
- Aug 31, 2012
-
-
Andrew Johnson authored
Use LED_ID in epicsReadline.c Provide a typedef for vxWorks 5.x where it doesn't exist.
-
Andrew Johnson authored
Use the Microsoft _vscprintf() function which was just missing a prototype in earlier versions of MinGW's stdio.h header.
-
- Aug 28, 2012
-
-
Andrew Johnson authored
Tell the user if they try this. They'll get an error from asInit() later, but it gets lost easily in other noise.
-
- Aug 20, 2012
-
-
Janet Anderson authored
-
Andrew Johnson authored
* Use clang and clang++ * Build for x86_64 only
-
- Aug 07, 2012
-
-
Andrew Johnson authored
-
Andrew Johnson authored
Don't add extraneous characters when SHRLIB_VERSION or GNU_TARGET are empty. The addprefix or addsuffix functions only include the prefix/suffix part if the list argument is not empty. This fixes issues naming libCap5.so at build-time.
-
- Jul 31, 2012
-
-
Andrew Johnson authored
-
Andrew Johnson authored
Also warns about some bad characters in record names, but only the ones that are known to cause known bad behaviour.
-
Janet Anderson authored
-
Janet Anderson authored
-
Janet Anderson authored
-
Andrew Johnson authored
-