~epics-core/epics-base/server-side-plugins

Viewing all changes in revision 12360.

  • Committer: Andrew Johnson
  • Date: 2012-06-21 20:27:32 UTC
  • Revision ID: anj@aps.anl.gov-20120621202732-raisv2emqpqc08lp
Moved filter plugins, fixed portability issues.

The filter plugins are now in src/std/filters
and their tests in the test subdirectory.

Various portability issues found and fixed:
 * Variable declarations after statements in a block
 * Code assuming that epicsInt32 = long
 * // comments in C files

Removed a number of tests that weren't really tests;
preconditions for future tests that don't actually check
the code being tested should call testAbort() if the
condition fails, which tells the test harness that you
meant to die at that point.

Split up lots of very long source lines.

Probably made a few other changes that I forget about now.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: