0b92d61a14
libCom/test: Added epicsTypesTest, checks type sizes.
Andrew Johnson2011-10-28 15:19:54 -05:00
d72b4a3c1e
Fix install problems when using parallel builds.
Andrew Johnson2011-10-28 13:19:08 -05:00
21b4acfa86
ca: Remove anonymous namespace from acctstRegister.cpp
Andrew Johnson2011-10-19 17:36:21 -05:00
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
Jeff Hill johill@lanl.gov2011-10-19 12:07:00 -06:00
0390af5a20
merged and conflict in RELEASE_NOTES.html solved
Dirk Zimoch2010-10-27 22:37:50 +02:00
7e7d04576b
bugfix: devEventSoft read_event with constant input and tse = epicsTimeEventDeviceTime did not read timestamp
Dirk Zimoch2010-10-27 22:19:33 +02:00
0d8725857b
new approach to handle named events efficiently
Dirk Zimoch2010-10-27 21:56:12 +02:00
e6b5aad890
Changed soft events from numbers to strings.
Dirk Zimoch2010-05-24 08:09:39 -07:00
adbf7a7388
Update to current code: * Added (c) header, expanded tabs * Set library path and use new library names * Added -D (dependency) output handling * Added -o (output file) support * Use <td> instead of <th> for normal cell data This is by no means complete, but it does seem to work.
Andrew Johnson2010-05-10 15:59:39 -05:00
5f027c35b0
Added John Hammonds' dbdToHtml perl script, unmodified. He also wrote: Here is at least a short list of things to think about: How do we add this into the other documentation? How do we add the long description? Modify Readfile to do includes or not? Modify for multiple records in a file? Modify for no records in the file i.e. dbCommon? Automatically add link to menu information if DBF_MENU? Should we go through and set promptgroup on all fields to make this more correct?
Andrew Johnson2010-05-10 15:39:52 -05:00
03b66fd2cc
Prettify DBF_NOACCESS fields so definitions line up in record.h file.
Andrew Johnson2010-04-15 11:37:18 -05:00
64cfd30f62
Move Cdefs to the top of the record body. Refine when field attribute values get double-quoted.
Andrew Johnson2010-04-15 11:32:56 -05:00
510027aa2c
Reject field names that are reserved words. The list of reserved words is combined from C++ and the DB/DBD file parser. This also requires a small change in the rules for generating the C name from the DBD field name, since the aSub record has a field NOT; now if we find the lower-case version is reserved, we use the original instead. Since the aSubRecord.c file doesn't use prec->not this is back-compatible.
Andrew Johnson2010-04-14 15:16:36 -05:00
daa0630361
2004-07-30: Work continues. Make dbToRecordtypeH generate the same output as my 2002 C++ code. Other changes in testing and macros.
Andrew Johnson2010-04-08 16:18:03 -05:00
a1b72626ec
2004-07-12: More implementation, can't remember the details now.
Andrew Johnson2010-04-08 15:55:49 -05:00
38bd72e67a
2004-07-09: Progress! Added a class for each Recfield DBF_TYPE, use this to simplify conversion to C code. dbToRecordtypeH incomplete, but it outputs the record struct. 190 tests, 100% ok.
Andrew Johnson2010-04-08 15:54:02 -05:00
42367731ef
2004-07-08: Lots of development work, parser works.
Andrew Johnson2010-04-08 15:52:36 -05:00
86c12943bc
2004-07-06: Implementation of libCom's macLib for perl code.
Andrew Johnson2010-04-08 15:50:43 -05:00
680e05c2c2
2004-06-23: Fixed various things, added Recordtype and global DBD object tests.
Andrew Johnson2010-04-08 15:48:50 -05:00
d59a0ac06f
Merged 3.14 changes from 2011-08-23 to 2011-09-15
Andrew Johnson2011-09-20 13:07:52 -05:00
032e990c1e
Made all clean rules single colon rules. Added CLEANS macro to list created files to be removed by "make clean" in O.<arch> directory. Replaced clean rule in Makefiles with a CLEANS definition.
Janet Anderson2011-09-15 14:12:14 -05:00
69609896e4
Made all clean rules single colon rules. Added CLEANS macro to list created files to be removed by "make clean" in O.<arch> directory. Replaced clean rule in Makefiles with a CLEANS definition.
Janet Anderson2011-09-15 14:05:05 -05:00