Commit Graph

  • 1289f99e30 rec: Additional dependencies for parallel builds. Andrew Johnson 2013-06-21 10:36:26 -05:00
  • ec9568d096 std: Don't try and use removed RULES file... Andrew Johnson 2013-06-18 11:39:19 -05:00
  • a9be8957bc rec: Remove now unnecessary RULES file Andrew Johnson 2013-06-18 11:19:34 -05:00
  • 4564346722 Release notes for previous commit. Andrew Johnson 2013-06-18 10:03:37 -05:00
  • 9d9f345278 configure: Removed generation of xxxInclude.dbd files Andrew Johnson 2013-06-18 10:01:37 -05:00
  • c4d6e2a61e dbStatic: Improve dbDumpDevice Andrew Johnson 2013-06-14 13:55:22 -05:00
  • 2be5e15346 Merged changes from 3.14 branch Andrew Johnson 2013-06-07 18:08:38 -05:00
  • ef5d88d3e5 libCom: Back-ported aToIPAddr fix from 3.15 branch. Andrew Johnson 2013-06-07 17:03:55 -05:00
  • 93449dccb8 ca: Fix acctst.c for older C compilers Andrew Johnson 2013-06-07 16:08:57 -05:00
  • 863e8fdd3b libCom: Fix VxWorks localtime_r() and gmtime_r() wrappers Andrew Johnson 2013-06-07 14:35:45 -05:00
  • 2eb48f43eb Merged my udf-severity branch. Andrew Johnson 2013-05-30 15:00:37 -05:00
  • d36f6aa84f ca: Fix acctst.c for older C compilers Andrew Johnson 2013-05-30 12:25:37 -05:00
  • ee9c0ba409 ca: Minor reference manual tweaks. Andrew Johnson 2013-05-28 15:07:33 -05:00
  • 7f82c2f32e libCom: Added osi/os/WIN32/osdFindSymbol.c Andrew Johnson 2013-05-28 14:16:22 -05:00
  • 7addfc8ddd libCom/test: Make epicsUnitTestTest.plt more Perlish Andrew Johnson 2013-05-24 15:33:56 -05:00
  • e0bc071de3 merged in fix for https://bugs.launchpad.net/epics-base/+bug/1179642 also merged in removal of c++ support for old HPUX compiler Jeff Hill johill@lanl.gov 2013-05-16 12:33:31 -06:00
  • 5e5ea11658 fix for https://bugs.launchpad.net/epics-base/+bug/1179642 Jeff Hill johill@lanl.gov 2013-05-16 11:17:47 -06:00
  • de2495d276 fixed test name in output Jeff Hill johill@lanl.gov 2013-05-15 14:18:11 -06:00
  • fedaf622ac improved multiSubscrDestroyNoLateCallbackTest quality by temporarily raing the priority of the main thread in the ca context Jeff Hill johill@lanl.gov 2013-05-15 12:05:58 -06:00
  • 711e82b1a6 fixed the test name of multiSubscrDestroyNoLateCallbackTest Jeff Hill johill@lanl.gov 2013-05-15 10:37:17 -06:00
  • deb1fe8c7c removed deadlock potential from test code Jeff Hill johill@lanl.gov 2013-05-15 10:24:18 -06:00
  • 8db3d7391b improved the quality of the multiSubscrDestroyLateNoCallbackTest Jeff Hill johill@lanl.gov 2013-05-15 09:51:48 -06:00
  • 4780fb2fe5 fixed credit line comment Jeff Hill johill@lanl.gov 2013-05-14 17:15:30 -06:00
  • 6ee8a39047 regression test for https://bugs.launchpad.net/epics-base/+bug/1179642 Jeff Hill johill@lanl.gov 2013-05-14 17:08:41 -06:00
  • 7ff7c37dc7 msi: Flush errlog before exiting Andrew Johnson 2013-05-13 12:10:08 -05:00
  • a4fed4fe1a msi: Undefined macros under -V should exit(2) Andrew Johnson 2013-05-13 10:10:31 -05:00
  • 593e313fab dbStatic: More commands accept "" or "*" to mean 'all' Andrew Johnson 2013-05-09 15:48:49 -05:00
  • 34744264e1 libCom: Fix win32 handle leak Andrew Johnson 2013-05-06 17:29:10 -05:00
  • 5ac686fafd tools: Munch support for module destructors Andrew Johnson 2013-04-25 17:00:36 -05:00
  • 7e347b2de9 libCom: Fix sysAtReboot registration on vxWorks 6.8+ Andrew Johnson 2013-04-24 12:52:05 -05:00
  • 8d7a241d04 dbScan: Allow periodic scan unit strings to differ in case. Andrew Johnson 2013-04-23 10:38:57 -05:00
  • 5bc15b72a1 libCom: Add some missing #include guards. Andrew Johnson 2013-04-11 12:56:56 -05:00
  • 880db9d4af configure: Set IOCS_APPL_TOP from INSTALL_LOCATION Andrew Johnson 2013-04-09 12:39:26 -05:00
  • 04ccf9db0d Consistency for extended device support Andrew Johnson 2013-04-04 14:59:56 -05:00
  • fabc8d06a9 Move db_post_events(waveform, NORD) into recordType. Andrew Johnson 2013-04-04 14:18:35 -05:00
  • f661299a81 Added new 'tapfiles' build target. Andrew Johnson 2013-04-04 11:25:53 -05:00
  • 2c8eb630cb Merged Michael Davidsaver's array-opt branch Andrew Johnson 2013-04-02 17:01:53 -05:00
  • fb21c7c6e7 update release notes Michael Davidsaver 2013-04-02 17:07:54 -04:00
  • 738c135ed8 Don't need void* cast Michael Davidsaver 2013-04-02 17:07:53 -04:00
  • 58c031238b configure: Modify help rule to use $(DIVIDER) Andrew Johnson 2013-04-01 10:03:38 -05:00
  • f824246baa Add configuration for vxWorks 6.9 builds. Andrew Johnson 2013-03-29 11:17:09 -05:00
  • f9a0c82a63 libCom/osi: Resolve bcopyLongs() conflict on vxWorks 6.9 Andrew Johnson 2013-03-28 17:17:41 -05:00
  • 90b9965caf libCom/osi: add epicsThreadGetCPUs() * Implementation for posix and WIN32 tries to get the CPUs available for this process, rather than the complete number of CPUs in the system. * For the time being, vxWorks returns 1. (This will have to change for vxWorks SMP.) Ralph Lange 2013-03-28 15:03:29 +01:00
  • 64a2e4e19b libCom/osi: Make EPICS ID in epicsThreadShow 2 characters wider (for 64bit) Ralph Lange 2013-03-27 10:56:34 +01:00
  • a4edc46a5f dbStatic: Allow empty DB & DBD files Andrew Johnson 2013-03-20 16:53:10 -05:00
  • 4f9928bc3c Merged changes from 3.14 branch Andrew Johnson 2013-03-15 15:23:55 -05:00
  • 738b8ca55f libCom: Add a High-Resolution Time Provider on MacOS Andrew Johnson 2013-03-13 14:48:34 -05:00
  • 82560b552e libCom/osi: Fix for cygwin Andrew Johnson 2013-02-18 13:11:36 -06:00
  • 3196844602 Remove another Borland on Linux remnant. Andrew Johnson 2013-02-14 15:56:22 -06:00
  • 76911e4ae9 configure: Fix the earlier DLLSTUBS change Andrew Johnson 2013-02-13 17:09:54 -06:00
  • c29a8bd268 configure: Clean up command echoing in build rules Andrew Johnson 2013-02-12 15:36:55 -06:00
  • d85d1f0e56 Merged Ralph's spinlocks branch. Andrew Johnson 2013-02-12 12:13:01 -06:00
  • c5602af1b4 Fix DLLSTUB dependency generation. Andrew Johnson 2013-02-11 18:12:40 -06:00
  • c767958539 gdd: Build tweaks Andrew Johnson 2013-02-11 17:49:05 -06:00
  • 7264146fd1 configure: MinGW is not a Posix architecture. Andrew Johnson 2013-02-11 14:16:07 -06:00
  • 34e24699e6 configure: Fix DEPLIBS search order for Windows DLLs Andrew Johnson 2013-02-11 14:10:27 -06:00
  • f2c9ddc412 Removed OBJLIBNAME references. obj libs for R3.13 vx compatibility only. Janet Anderson 2013-02-05 15:54:08 -06:00
  • 8400e74606 Fix epicsRingPointerGetSize() Andrew Johnson 2013-01-29 18:02:51 -06:00
  • 1b0ff46d33 Allow BPTR replacement in aai and aao Michael Davidsaver 2013-01-23 10:38:32 -05:00
  • 92d52cc415 Allow waveformRecord to replace BPTR Michael Davidsaver 2013-01-23 10:38:31 -05:00
  • 4f6040d35b get_array_info() can modifiy DBADDR::pfield Michael Davidsaver 2013-01-23 10:38:30 -05:00
  • 451c4cc854 Unify #! line for Perl scripts Andrew Johnson 2013-01-23 07:29:07 -06:00
  • 038a1140f4 Fix drift in periodic scan times. Andrew Johnson 2013-01-09 18:12:30 -06:00
  • d63dffcd34 libCom/test: epicsSockResolveTest build fix Andrew Johnson 2013-01-04 12:22:02 -06:00
  • f5b7693a58 libCom: aToIPAddr() finds numeric hostnames Michael Davidsaver 2013-01-04 09:33:13 -06:00
  • 3fb529373f Clear RTEMS build warning Andrew Johnson 2013-01-03 15:27:23 -06:00
  • af2693241f Merged changes from 3.14 branch Andrew Johnson 2012-12-18 15:44:35 -06:00
  • 89d000be08 fixed problems with ca clear channel protocol during reload of the access security file. See https://bugs.launchpad.net/epics-base/+bug/1091401. Jeff Hill 2012-12-18 14:32:12 -07:00
  • 615fd741b9 rec: Fix precision where link not set Andrew Johnson 2012-12-18 14:13:23 -06:00
  • a0798939b3 R3.14.13.3-DEV Janet Anderson 2012-12-17 14:24:23 -06:00
  • a5999242b0 Creating R3.14.12.3 Janet Anderson 2012-12-17 14:13:19 -06:00
  • 9e484306d6 Creating R3.14.12.3 Janet Anderson 2012-12-17 14:11:47 -06:00
  • 835199a45d RTEMS: Bump the version number Andrew Johnson 2012-12-13 15:52:06 -06:00
  • 0df6f849d6 Document another Launchpad bug fix from Jeff Andrew Johnson 2012-12-13 15:50:44 -06:00
  • 75e32c9086 fix for https://bugs.launchpad.net/epics-base/+bug/1090009 Jeff Hill 2012-12-13 09:35:18 -07:00
  • 04ff9eb8a1 rec: mbbiDirect and mbboDirect refactoring Andrew Johnson 2012-12-11 18:25:01 -06:00
  • 475fc8e122 rec: Code format cleanup to mbbi, mbbo records Andrew Johnson 2012-12-11 18:23:17 -06:00
  • b7018dd16d ca: Fix bug in "Firewalls" section of Channel Access reference manual Ralph Lange 2012-12-11 23:38:42 +01:00
  • afb182a3cd configure: New REGRDDFLAGS variable Andrew Johnson 2012-12-10 14:51:12 -06:00
  • 79b499d4c5 Releas notes for UDFS. Andrew Johnson 2012-12-10 09:36:55 -06:00
  • 5a498e26a1 Added Undefined Severity field UDFS Andrew Johnson 2012-12-10 09:25:58 -06:00
  • 85ed3b9f4e rec: Delete ununsed fields from mbbxDirect record types Andrew Johnson 2012-12-07 22:15:48 -06:00
  • 319ed9b394 rec: Delete ununsed fields from mbbxDirect record types Andrew Johnson 2012-12-07 17:20:38 -06:00
  • 79bc3f2265 Make blockingSockTest use a free port number Michael Davidsaver 2012-12-06 14:31:50 -06:00
  • 3498a6d4e0 Update readline libraries and dont have readline the default Janet Anderson 2012-12-05 15:02:26 -06:00
  • f90f021309 Added SHRLIB_PERMISSIONS Janet Anderson 2012-12-05 14:34:18 -06:00
  • c1203076f2 Release Notes update Andrew Johnson 2012-12-04 11:15:41 -06:00
  • 753622315c Set snapshot to 3.14.12.3-rc1-DEV Andrew Johnson 2012-12-03 16:41:53 -06:00
  • 910ab38af6 Creating 3.14.12.3-rc1 Andrew Johnson 2012-12-03 16:39:27 -06:00
  • 0e990bbe0c Update release notes. Andrew Johnson 2012-12-03 13:34:27 -06:00
  • ef5688f8de libCom: Accept hex literals in CALC expressions Andrew Johnson 2012-12-03 12:58:26 -06:00
  • d622bbad05 Fix compiler warnings on linux-x86 Andrew Johnson 2012-12-03 12:48:11 -06:00
  • 416cf68fd1 Make target not first prerequisite depend on Makefile. Janet Anderson 2012-12-03 09:33:08 -06:00
  • cbde3ea9fd cas: Added propertyEventMask support Andrew Johnson 2012-11-30 17:42:47 -06:00
  • fc12c72809 Device support for new long string out record type Andrew Johnson 2012-11-30 16:51:37 -06:00
  • b64bc41d6b Add new long string output record type. Andrew Johnson 2012-11-30 16:50:31 -06:00
  • 080e362743 Cleanup. Andrew Johnson 2012-11-30 16:49:31 -06:00
  • 01819b0b02 Use new helper. Andrew Johnson 2012-11-30 16:48:58 -06:00
  • f2716f88f3 stdRecords.dbd depends on rec/Makefile Andrew Johnson 2012-11-30 16:47:11 -06:00
  • d741c10635 Another helper, dbLoadLinkLS Andrew Johnson 2012-11-30 16:43:16 -06:00