This version compiles (and should work) with base version 3.14.12 and later (including 3.15 and 3.16).
added more base versions to configure/RELEASE
cvtRecord: removed separate header generation for menus
These cause problems with base-3.15 or later.
cvtRecord: slightly more intelligent path concatenation
It gets rid of extraneous slashes (and adds missing ones) at the concatenation points.
removed doxygen from Makefile
It seems that doxygen config file format is an ever moving target and I can no longer be bothered to adapt the Makefile so that it works.
cvtRecord: added BDIR/NBDI fields
The directory where a table file is located is now constructed by concatenating the new BDIR with the TDIR fields (with a “/” in between). This is a work-around for the 40 character string limitation in EPICS. Specifically, there is currently no existing record type that can calculate a string concatenation such that the result is longer than 40 characters.
Csmbase optimized for speed.
Only internal changes.