Commit Graph

  • 2c80b54110 docs: Replaced non-ascii space characters. Andrew Johnson 2010-10-06 11:41:49 -05:00
  • 5a41f3a0b9 RTEMS: Added parentheses to the exampleBoot st.cmd@RTEMS file. Andrew Johnson 2010-10-06 10:54:31 -05:00
  • cf22d9cedd Missed a $Log$ keyword. Andrew Johnson 2010-10-05 16:48:06 -05:00
  • d4bf5ec2d7 RTEMS: Added parentheses around command arguments for CEXP. Andrew Johnson 2010-10-05 16:02:09 -05:00
  • fbda9f3280 RCS keyword updates for Bazaar Andrew Johnson 2010-10-05 14:27:37 -05:00
  • 5d17059cb1 libCom: Changes to epicsVersion.h generation Andrew Johnson 2010-10-05 13:33:35 -05:00
  • 64771c1708 doc: Updated checklist. Andrew Johnson 2010-10-04 16:51:59 -05:00
  • a657a012cd rec: Make CALC expression fields 80 chars. Andrew Johnson 2010-10-04 13:46:09 -05:00
  • 9542056547 as: No need to limit CALC expression lengths. Andrew Johnson 2010-10-04 13:41:09 -05:00
  • 6d1cc23a7e libCom/test: Enhanced epicsCalcTest. Andrew Johnson 2010-10-04 13:39:02 -05:00
  • bb7d8d6435 libCom/calc: Added integer literals, which use less space in Postfix. Andrew Johnson 2010-10-04 13:32:34 -05:00
  • 641aa70eb1 libCom/test: Added Michael Davidsaver's unit tests for errlog Andrew Johnson 2010-09-30 14:36:30 -05:00
  • 48aabfc6ad libCom/test/epicsStringTest: %Zd isn't portable. Andrew Johnson 2010-09-29 17:44:10 -05:00
  • eaaea901e0 libCom: fix epicsNAN generation on vxWorks. Andrew Johnson 2010-09-29 17:42:10 -05:00
  • d4814f1395 db/test: On vxWorks make a callbackTest.munch that works. Andrew Johnson 2010-09-29 16:00:46 -05:00
  • d6c6a07cc3 CAref: Under DBR_STSACK_STRING s/ackv/acks/ Andrew Johnson 2010-09-29 11:20:00 -05:00
  • 902030e022 Remove depends file requirement for user created rules. Janet Anderson 2010-09-29 10:36:40 -05:00
  • 58b5b81cb3 cas: fixed new[] .. free() mismatch (in OOM path) Andrew Johnson 2010-09-29 00:44:47 -05:00
  • cbe2938628 catools: Fix caput so it can write enums w/o strings Ralph Lange 2010-09-28 13:38:59 -04:00
  • af43a9c957 softIoc: Cleanup makeInstallDir.pl build slightly. Andrew Johnson 2010-09-27 17:42:42 -05:00
  • 534bee1a2e Merged Ralph Lange's 'cac-dtor-racecond-fix' branch. Ralph Lange 2010-09-27 18:39:50 -04:00
  • 00db17adb4 Added FINAL_LOCATION code. Janet Anderson 2010-09-27 16:37:13 -05:00
  • 3489c93e32 Added missing epicsShareAPI for db_get_field_and_count. Janet Anderson 2010-09-27 11:41:53 -05:00
  • fd910bd80c Don't create soft link to SHRLIB_VERSION for *.dll sharelibs. Janet Anderson 2010-09-27 08:43:21 -05:00
  • 46c21d276b Merged the apple-ios branch, iPad & iPhone target support! Andrew Johnson 2010-09-23 15:48:23 -05:00
  • 9678b69c1e libCom/errlog: Rewrote msgbufGetNode() to use buffer better. Andrew Johnson 2010-09-23 15:41:55 -05:00
  • 5b860ec3ec libCom: Use SIG_IGN to ignore signals. Andrew Johnson 2010-09-23 15:09:03 -05:00
  • eacb6602bc libCom: Use OS NAN and INFINITY macros where available. Andrew Johnson 2010-09-23 14:18:03 -05:00
  • 4e99cfc763 Added target support for Apple's iOS devices. Andrew Johnson 2010-09-22 16:26:15 -05:00
  • a9b5f0c6a0 Merged Michael Abbott's dynamic-array branch, rebased. Andrew Johnson 2010-09-20 16:21:50 -05:00
  • dea1b9df3b Tweaked the release notes to describe which areas were not changed. Andrew Johnson 2010-09-20 14:41:33 -05:00
  • 7ce4eb96ea cap5: Support dynamic array sizes through the Perl API. Andrew Johnson 2010-09-17 14:11:00 -05:00
  • 3950153451 cap5: minor documentation updates/fixes. Andrew Johnson 2010-09-17 13:51:31 -05:00
  • 3b4eedaa26 cap5: caget should print limits using %g, not %d. Andrew Johnson 2010-09-17 12:49:22 -05:00
  • d4a9958002 Changes to allow rebuild to work with parallel builds option, -j. Janet Anderson 2010-09-03 10:07:17 -05:00
  • aee66600ef errPrintf() newline fix. Michael Davidsaver 2010-09-01 14:56:51 -05:00
  • 6a0a263380 Applied PATH_FILTER to input libraries on linker command line Janet Anderson 2010-08-31 11:33:37 -05:00
  • 13e7b1b0b7 Added HDEPENDS_CFLAGS to CFLAGS to create *.d dependancy files. Janet Anderson 2010-08-30 09:58:24 -05:00
  • 5094762012 Added target list to install library rule, needed for make3.8.2 builds Janet Anderson 2010-08-30 09:30:11 -05:00
  • 866f062d0a toolsComm: Remove #ifdef checks for old VMS systems (fixes lp:625034) Ralph Lange 2010-08-27 10:12:20 -04:00
  • a0a9ee4553 ca: Avoid possible race condition during cac shutdown. Ralph Lange 2010-08-23 16:17:16 -04:00
  • 85c2877746 Document the dynamic-array changes. Andrew Johnson 2010-08-17 18:06:19 -05:00
  • a6a01e6822 Converted buckTest.c to use epicsTime.h instead of time.h Andrew Johnson 2010-08-17 17:53:43 -05:00
  • 7af0397d58 Examining the previous change I see that it will introduce a race condition when circuits are being created and destroyed at close to the same instant in time. See revision 11786 of cac.cpp which fixes mantis 334 if you are interested in what this code does. After running the regression tests, I pushed in a fix (which is removing above mentioned change and restoring the increment of iiuExistenceCount in cac::findOrCreateVirtCircuit. Jeff Hill 2010-08-16 17:45:06 -06:00
  • a3dd3e1a2f unistd.h isnt available on windows, and doesnt appear to be required by this code? Jeff Hill 2010-08-16 17:34:39 -06:00
  • 09c0c43865 Cleanup a couple of compiler warnings. Andrew Johnson 2010-08-16 16:15:26 -05:00
  • 2666e9d62b Bug fixes to CA client introduced by CA-over-TCP code. Ralph Lange 2010-08-16 15:49:52 -05:00
  • 1eb5546eb7 meged andrew's change Jeff Hill 2010-08-13 18:31:00 -06:00
  • c1bd11de58 fixed bug where win32 version of epicsThreadHighestPriorityLevelBelow didnt map to a lower priority successfully if the epics priority was mapping into the 2nd win32 priority bucket Jeff Hill 2010-08-13 18:15:49 -06:00
  • 25d1b89de1 Use $(RTEMS_VERSION) in default path to RTEMS_BASE. Andrew Johnson 2010-08-13 17:56:27 -05:00
  • 1bab392da7 Deleted trailing ';' from epicsPlacementDeleteOperator macro (which looks like a member function, but isn't). Andrew Johnson 2010-08-13 13:12:06 -05:00
  • 0c4746dd66 Moved new variable definitions to the beginning of their block. Older C compilers such as vxWorks 5.x insist on this. Andrew Johnson 2010-08-13 12:59:50 -05:00
  • 053ab01db4 Guard memset in camessage.c to prevent wild memory overrun if mismatch between payload and data size. Michael Abbott 2010-08-11 17:37:56 -05:00
  • 0291900562 Add CA message header size optimisation. Michael Abbott 2010-08-11 17:37:30 -05:00
  • b2374f583b Drive-by refactoring in caserverio.c Michael Abbott 2010-08-11 17:36:58 -05:00
  • 89ebfc6e9b Add autosizing array support for caget and camonitor. Michael Abbott 2010-08-11 17:36:36 -05:00
  • 519c94a6e3 Update rsrv to support V4.13 protocol extension. Michael Abbott 2010-08-11 17:36:11 -05:00
  • ee4a615caa Client side support for automatic resizing arrays. Michael Abbott 2010-08-11 17:35:23 -05:00
  • e54b631b8d Guard memset in camessage.c to prevent wild memory overrun if mismatch between payload and data size. Michael Abbott 2010-08-11 16:49:46 -05:00
  • 9d9ba1a442 Add CA message header size optimisation. Michael Abbott 2010-08-11 16:42:44 -05:00
  • 30f0871c2b Drive-by refactoring in caserverio.c Michael Abbott 2010-08-11 16:41:15 -05:00
  • aa23ab63f1 Add autosizing array support for caget and camonitor. Michael Abbott 2010-08-11 16:39:52 -05:00
  • e87bbef75c Update rsrv to support V4.13 protocol extension. Michael Abbott 2010-08-11 16:38:49 -05:00
  • a0c0c55347 Client side support for automatic resizing arrays. Michael Abbott 2010-08-11 16:22:54 -05:00
  • a0fb7fbed7 Clean up warnings from vxWorks 6.8. Added back the -include vxWorks.h option for gcc with vxWorks 6, it resolves many warnings about OFFSET being redefined. Andrew Johnson 2010-08-11 10:45:17 -05:00
  • 0e4ff4f939 Fix: Made all RULES.Db rules use $*.tmp style names for temporary files (fixes lp:615916) [configure/RULES.Db] Ralph Lange 2010-08-11 10:42:26 -04:00
  • a02984f2ea Release notes for the CA-over-TCP branch. Andrew Johnson 2010-08-10 16:19:57 -05:00
  • eda402cf66 Merged Ralph's ca-over-tcp branch. Fixed some vxWorks compile errors, and made a number of edits to the HTML in the CAref.html documentation. Andrew Johnson 2010-08-10 16:05:46 -05:00
  • cc95161af0 Merged base-tests branch from epics-base-testing team. Modified testspec output to omit Tests: line when empty Added testspec generation to src/db/test/Makefile. Andrew Johnson 2010-08-04 14:16:14 -05:00
  • c2693f5687 Applied vxWorks 6.x patches, cleanup. Andrew Johnson 2010-07-29 15:02:34 -05:00
  • 2bb4e63d1e Clean up munch.pl, add -o option chmod -x src/tools/*.pl Andrew Johnson 2010-07-29 14:58:14 -05:00
  • 0f431edbe6 Add support for vxWorks 6.8. Andrew Johnson 2010-07-29 12:39:54 -05:00
  • f29bdb9d6e Solve C++ exception problems in vxWorks 6.x: * Use a linker script when generating .munch files * Output exception handler frame registration code in _ctdt.c files Andrew Johnson 2010-07-29 12:35:53 -05:00
  • 49a7483c7a Add RTEMS R4.10 support Eric Norum 2010-07-23 09:26:29 -07:00
  • 31326b8b9f Add RTEMS R4.10 support Eric Norum 2010-07-23 09:21:02 -07:00
  • 6cfb241404 Fix RTEMS build issue finding close() unknown 2010-07-19 14:01:41 -05:00
  • 1660dcac9c Removed trailing ';' from dbGetSevr macro definition. unknown 2010-07-19 09:49:01 -05:00
  • 1815c0fda9 Use /LTCG for non shared libraries if HOST_OPT is YES. Janet Anderson 2010-07-12 14:58:30 -05:00
  • 61733489e8 Don't use manifest tool for MS Visual C++ 2010 (and later) builds. Janet Anderson 2010-07-12 14:54:51 -05:00
  • 14d2e95bcf Run EpicsHostArch.pl if EPICS_HOST_ARCH is not set. Janet Anderson 2010-07-09 16:16:24 -05:00
  • 1245a007b7 Added comments about implementing os specific dbd files. Janet Anderson 2010-07-09 16:11:50 -05:00
  • cff7171831 Change for parallel builds when running multiple msi commands. Janet Anderson 2010-07-09 16:02:41 -05:00
  • 1e0f2ae79f Added LINKER_USE_RPATH option. Janet Anderson 2010-07-09 15:53:58 -05:00
  • 1d5250c023 Modified comments. Janet Anderson 2010-07-09 15:38:16 -05:00
  • 8fb472b710 Add "Test Asyn" device definitions for the aai and aao record types. Andrew Johnson 2010-07-09 11:51:11 -05:00
  • 8038f73316 Reformatted release note entry. Andrew Johnson 2010-07-08 13:00:43 -05:00
  • 55609154ce Merged Dirk Zimoch's fix-aai-and-aao branch Fixed async processing for both aai and aao record types. Andrew Johnson 2010-07-08 12:56:25 -05:00
  • 0102b4bbc0 Merged with mirror-3.14 Dirk Zimoch 2010-07-07 19:42:08 +02:00
  • 7f7bc289f3 Bugfix: use SIMS for simulation severity Dirk Zimoch 2010-07-07 19:20:01 +02:00
  • 40b83759de Added dBStatic to cas depend dirs. Needs alarm.h Janet Anderson 2010-07-06 17:23:24 -05:00
  • 1fbdb067f2 Merged Ronaldo Mercado's capr branch, with fixes by anj. Andrew Johnson 2010-07-02 11:57:57 -05:00
  • cfb8e694a5 Several cleanups. * Fixed number base issue * DBD file parser accepts spaces * Added -w seconds option for CA timeout * Improved argument parsing * More perlish, should start up faster Andrew Johnson 2010-07-02 11:34:38 -05:00
  • c33607f2d2 Merged Michael's devlib-cleanup branch Andrew Johnson 2010-07-01 11:59:22 -05:00
  • f1ba442133 Store original INP/OUT text in link in case DTYP changes later. Dirk Zimoch 2010-06-22 17:35:48 -05:00
  • 320ff29c4a Fix bad string handling in makeBpt. This behaved badly when confronted with windows CR+LF end of lines. Using fgets() left a stray CR at the end of the returned string. Michael Davidsaver 2010-06-22 11:43:42 -05:00
  • 78fc4cbcf7 Merged fix-cpp-keywords branch that fixes bugs #595240, #595242 Ralph Lange 2010-06-21 17:00:35 -04:00
  • 60be4921c8 Fix: Replaced C++ reserved word 'new' as variable name. Ralph Lange 2010-06-16 15:58:00 -04:00
  • bb740373bc Fix: Replaced C++ style comments in C code with standard C comments. Ralph Lange 2010-06-16 15:46:09 -04:00
  • 5ce74f2a41 include compatibility definition of pdevLibVirtualOS Michael Davidsaver 2010-05-28 12:04:46 +01:00
  • dd1a6f78a3 Merged with 3.14 Dirk Zimoch 2010-05-28 03:14:39 -07:00