- 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
-
Andrew Johnson authored
-
Janet Anderson authored
-
- Jun 21, 2012
-
-
Andrew Johnson authored
All other host architectures have this setting commented out in their host-specific CONFIG_SITE.<host>.Common files, so the user doesn't get confused.
-
- Jun 18, 2012
-
-
Andrew Johnson authored
All are now robust against overflow, NAN or negative argument. Passing seconds=0 calls the OS scheduler, offering to yield. Passing seconds>0 delays at least the requested time, up to a limit which usually depends on the OS tick rate.
-
- May 21, 2012
-
-
Andrew Johnson authored
Reported by Hinko Kocevar.
-
- May 16, 2012
-
-
Kate Feng authored
-
Andrew Johnson authored
All site-specific values should be set in CONFIG_SITE files.
-
Andrew Johnson authored
-
- May 14, 2012
-
-
Andrew Johnson authored
Fixes lp:999167
-
- May 05, 2012
-
-
Andrew Johnson authored
The callbackRequest() routine can be called from an ISR, so use epicsInterruptContextMessage() to print errors.
-
- May 04, 2012
-
-
Andrew Johnson authored
This makes the uninitilized value not the Run state.
-
- May 01, 2012
-
-
Andrew Johnson authored
Using COMMENT the ECHO command drops the whole line under -s, whereas using NOP (':') only drops up to the next ';' terminator.
-
Andrew Johnson authored
Delete spurious global symbols Remove unnecessary casts Fix (c) headers Added missing #include guard Remove unnecessary #includes Prettified.
-
- Apr 04, 2012
-
-
Andrew Johnson authored
-
- Mar 30, 2012
-
-
Andrew Johnson authored
-
Andrew Johnson authored
Now works properly on Darwin where the version number comes before the .dylib extension. This also makes Windows-specific conditional tests fully generic.
-
Andrew Johnson authored
-
- Mar 19, 2012
-
-
Andrew Johnson authored
From Dirk Zimoch.
-