Commit Graph

  • 12ccb0936a Replaced ReadReleaseFile subroutine with version from convertRelease.pl which supports include and now allows definitions to appear after use. Andrew Johnson 2001-09-27 19:50:18 +00:00
  • 7eaabd7df2 fixed spurious "server memory exhausted" message Jeff Hill 2001-09-26 18:59:04 +00:00
  • cab1f58df1 The RTEMS TFTP driver now supports a limited form of chdir(). This means that the hack of redefining fopen is no longer necessary. Link -lrtemsall before -lrtemsCom to ensure that the configuration information gets pulled from the rtemsCom library. W. Eric Norum 2001-09-26 15:28:29 +00:00
  • 74f581dce5 RTEMS TFTP driver now supports a limited form of chdir(). This means that the hack of redefining fopen is no longer necessary. W. Eric Norum 2001-09-26 15:27:12 +00:00
  • ec582e8c91 remove def for pdbbase Marty Kraimer 2001-09-26 13:30:42 +00:00
  • 8139443186 make sure epicsThreadInit called Marty Kraimer 2001-09-26 12:36:07 +00:00
  • ade7bebfcd mkre changes for beta1 Marty Kraimer 2001-09-26 11:51:52 +00:00
  • 9a651fe9bf remove extra debug statements; changes for clarity Marty Kraimer 2001-09-26 11:49:26 +00:00
  • cee658604b fixed unprotected increment that might cause problems on RISC arch Jeff Hill 2001-09-25 23:58:11 +00:00
  • 1f21e491ed fixed race condition Jeff Hill 2001-09-25 23:56:48 +00:00
  • 78d663d064 implemented threadExitMain() Jeff Hill 2001-09-25 15:59:16 +00:00
  • c7a82c3ce2 fixed race condition Jeff Hill 2001-09-25 00:13:20 +00:00
  • 0768bb9764 fixed potential race condition Jeff Hill 2001-09-25 00:11:46 +00:00
  • 0809aa8c8b cosmetic Jeff Hill 2001-09-25 00:10:23 +00:00
  • 8b0161c463 added comment Jeff Hill 2001-09-25 00:09:26 +00:00
  • c4b6554964 assert fail before allowing invalid thread id into use Jeff Hill 2001-09-25 00:07:14 +00:00
  • 682dbfae7a Allow multiple includes of base RULES_BUILD (use first include). Janet B. Anderson 2001-09-24 22:15:22 +00:00
  • e4a75d4a8c latest changes. Still extra printf statements Marty Kraimer 2001-09-24 19:49:08 +00:00
  • 878809a164 Still not working. Many asserts Marty Kraimer 2001-09-24 15:02:39 +00:00
  • 8012642f9b cosmetic Jeff Hill 2001-09-21 18:49:29 +00:00
  • fbf3e7630a Fix shared libraries build bug. Janet B. Anderson 2001-09-21 18:22:44 +00:00
  • ba4df8fd29 cosmetic Jeff Hill 2001-09-21 17:33:20 +00:00
  • 5b2d1df716 cosmetic Jeff Hill 2001-09-21 17:29:25 +00:00
  • 2e329813aa fixed possible race condition where put notify block might be nilled out while it is running Jeff Hill 2001-09-21 17:09:55 +00:00
  • 2d298e60c2 dont use bool - early compilers dont support it Jeff Hill 2001-09-20 22:43:14 +00:00
  • c5084f15cc Removed EPICS_EXTENSIONS dependencies as this causes problems with the RELEASE file checker. Now users of msi, sch2edif, e2db or dbst must have these in their path, or define a variable pointing to the binary in their application configure/RELEASE files. Capfast users may also want to add the definition CAPFAST_TEMPLATES pointing to their EPICS symbols, originally found via (EPICS_EXTENSIONS)/templates/capfast Andrew Johnson 2001-09-20 20:26:38 +00:00
  • 2cb9e531cc Updated instructions in comments, moved EPICS_BASE to last line. Andrew Johnson 2001-09-20 20:14:35 +00:00
  • 4f2c38bb03 Changed how we decide whether or not to build cdCommands. Andrew Johnson 2001-09-20 20:09:14 +00:00
  • 20ab67691f dont deadlock if ca_clear_event() is in the subscription update callback Jeff Hill 2001-09-20 17:45:20 +00:00
  • fbabce651f dont deadlock if ca_clear_event() is in event cb Jeff Hill 2001-09-20 17:44:27 +00:00
  • a04d40082c fixed put notify blocking bug and put notify type mapping bug Jeff Hill 2001-09-20 17:38:04 +00:00
  • e5d3ebaf70 catch out of bounds read Jeff Hill 2001-09-20 17:34:06 +00:00
  • 322b492f7f improved sync group startup sequence Jeff Hill 2001-09-20 17:30:50 +00:00
  • 329d91c595 improved subscription startup sequence Jeff Hill 2001-09-20 17:30:26 +00:00
  • 347997bed1 install ca diagnostics header file Jeff Hill 2001-09-20 17:29:51 +00:00
  • f3edc221f3 catch additional exceptions and modified subscription startup to work better with local channels Jeff Hill 2001-09-20 17:29:25 +00:00
  • 44e8fa75d3 improved test for local channels Jeff Hill 2001-09-20 17:27:49 +00:00
  • bffacccf79 improved tcpiiu shut down seq Jeff Hill 2001-09-20 17:26:02 +00:00
  • ba36f44354 allow use from C++ Jeff Hill 2001-09-20 17:25:30 +00:00
  • d80c01f2b2 removed deadlock vulnerabilities Jeff Hill 2001-09-20 17:24:54 +00:00
  • 21f5c8a0de throw standard exception class Jeff Hill 2001-09-20 17:17:10 +00:00
  • bdd20db4f2 dont initiate IO in constructor Jeff Hill 2001-09-20 17:16:45 +00:00
  • 863b0ebb03 added new exception Jeff Hill 2001-09-20 17:13:19 +00:00
  • 7597f551ad improved tcp shut down seq Jeff Hill 2001-09-20 17:10:23 +00:00
  • b7128a8aa2 added stop threads member func Jeff Hill 2001-09-20 17:09:50 +00:00
  • f89f31b505 if epicsEventWaitWithTimeout fails dont continue Marty Kraimer 2001-09-20 13:46:37 +00:00
  • 42ecec6b11 fix bugs in dbLockShowLocked Marty Kraimer 2001-09-20 13:46:08 +00:00
  • 93d2705002 must Unlock Marty Kraimer 2001-09-20 11:54:27 +00:00
  • ecd1cafe46 replace ca_search_and_connect with ca_create_channel Marty Kraimer 2001-09-20 11:54:05 +00:00
  • 296304ca00 doc Jeff Hill 2001-09-19 15:45:38 +00:00
  • ea1d5039e8 Added SRCS for PRODs. Janet B. Anderson 2001-09-19 14:44:01 +00:00
  • 64cbf3ce00 Added SRCS for ascheck. Janet B. Anderson 2001-09-19 14:42:43 +00:00
  • 9a99bb114f Added SRCS for caRepeater. Janet B. Anderson 2001-09-19 14:41:56 +00:00
  • a6a395861e SRCS needed for lib depends to work. Janet B. Anderson 2001-09-19 14:17:58 +00:00
  • 804f240d05 Updated for R3.13.5. Janet B. Anderson 2001-09-19 14:14:15 +00:00
  • 8a477f7f95 Updates for R3.13.5 Janet B. Anderson 2001-09-19 14:06:15 +00:00
  • 8a93905515 Updates for R3.13.5 Janet B. Anderson 2001-09-18 22:05:47 +00:00
  • 66e3a3de22 Updated comment. Janet B. Anderson 2001-09-18 19:01:55 +00:00
  • 38269f4f21 Added vim environment variables. Janet B. Anderson 2001-09-18 19:00:48 +00:00
  • d401dcdfab R3.13.5 - update for win32 Janet B. Anderson 2001-09-18 18:11:11 +00:00
  • 0d9df123c6 moved lock to avoid recursive lock and potential deadlock Jeff Hill 2001-09-18 17:58:54 +00:00
  • 2893c435ac doc Jeff Hill 2001-09-18 17:06:31 +00:00
  • d56ca7f02e changes for R3.13.5 Marty Kraimer 2001-09-18 15:49:53 +00:00
  • b1725b380b R3.13.5 Janet B. Anderson 2001-09-18 14:58:15 +00:00
  • 70d0303f78 A link is made a constant if either strtod or strtol eats entire string. Previously only strtod was used. Marty Kraimer 2001-09-18 12:52:21 +00:00
  • 5a83c766e8 If prompt is null it is now made a null string. Last breakpoint interval is now given a value. Marty Kraimer 2001-09-18 12:48:11 +00:00
  • f3b833912f recGblInitConstantLink uses %i instead of %u for unsigned types. This is so that hex constants are accepted. %u does not accept hex. Marty Kraimer 2001-09-18 12:42:44 +00:00
  • bdc546a8c3 Now uses osiSock for to handle implementation diffences. Marty Kraimer 2001-09-18 12:25:01 +00:00
  • c02d807a3d increased stack size for cac_recv_task from 4096 to 8192 Marty Kraimer 2001-09-18 12:17:48 +00:00
  • bce2df010c fixed comment Jeff Hill 2001-09-17 17:44:23 +00:00
  • 14d152bcaf cosmetic Jeff Hill 2001-09-17 17:34:41 +00:00
  • f280f73a64 Tidying up. Andrew Johnson 2001-09-14 20:06:07 +00:00
  • 65871f02e8 Tidying up convertRelease.pl stuff. Andrew Johnson 2001-09-14 20:02:30 +00:00
  • 5cba098b1b Replaced makeConfigAppInclude.pl and makeIocCdCommands.pl with convertRelease.pl, added rules to do a checkRelease on build. Andrew Johnson 2001-09-14 19:39:17 +00:00
  • 34d439983d Tool file description updates. Janet B. Anderson 2001-09-14 17:28:33 +00:00
  • 29e4cd9f61 Added definitions needed by base build. Janet B. Anderson 2001-09-13 22:06:05 +00:00
  • f855880786 Now creates CONFIG_APP_INCLUDE file. Janet B. Anderson 2001-09-13 21:46:22 +00:00
  • 01e185e1fa Added RELEASE_INCLUDES and RELEASE_DBDFLAGS. Removed base/configure defs, put defs in app/ext CONFIG_APP_INCLUDE file. Janet B. Anderson 2001-09-13 21:43:53 +00:00
  • c5d3e65511 Retain order of RELEASE entries in CONFIG_APP_INCLUDE and cdCommands. Added <app>_HOST_LIB variable to CONFIG_APP_INCLUDE. Andrew Johnson 2001-09-13 21:30:23 +00:00
  • 365c82023f Re-ordered and renamed some output from configAppInclude. Andrew Johnson 2001-09-13 20:54:42 +00:00
  • 2891f74d54 Removed reference to depends. Janet B. Anderson 2001-09-13 20:05:20 +00:00
  • 0fe3dcdbe7 Fix for remove command filenames. Janet B. Anderson 2001-09-13 19:53:20 +00:00
  • 28435f8f09 Added instructions about configure/Makefile and configure/RULES.ioc. Andrew Johnson 2001-09-13 19:42:51 +00:00
  • 0966f06cb9 dbMakeDBDDepends replaced by mkmf.pl. Janet B. Anderson 2001-09-13 19:34:38 +00:00
  • 8d7cb4ce1d Replaced makeDbDepends.pl with mkmf.pl. Janet B. Anderson 2001-09-13 19:31:06 +00:00
  • 118dcad5b4 Many DEPENDS changes. Many other changes also. Janet B. Anderson 2001-09-13 19:29:58 +00:00
  • dbeab43347 Moved HOST_HDEPENDS_CMD here. Janet B. Anderson 2001-09-13 19:28:42 +00:00
  • ce150624fb Removed HOST_HDEPENDS_CMD. Janet B. Anderson 2001-09-13 19:27:04 +00:00
  • 8cdc639fb9 Removed duplicate CROSS_CXXFLAGS. Changed CROSS_HDEPENDS_CMD to MKMF. HDEPENDS_INCLUDES_MKMF set to files with relative path names only. Janet B. Anderson 2001-09-13 19:24:20 +00:00
  • 0d2922fbcf Replaced with convertRelease.pl. Andrew Johnson 2001-09-13 19:19:15 +00:00
  • 575969a672 Switch to using convertRelease.pl script, run a consistency check in application <top>/configure directories. Andrew Johnson 2001-09-13 19:17:52 +00:00
  • c51161f7a4 New tool, replaces makeConfigAppInclude.pl makeIocCdCommands.pl and makeRulesInclude.pl and also performs consistency checks of application RELEASE files. Andrew Johnson 2001-09-13 19:14:36 +00:00
  • 87661c57d4 R3.14.0beta1 Janet B. Anderson 2001-09-13 19:13:12 +00:00
  • c1ae00ab21 Removed references to MAKEDBDEPENDS and MAKEDBDDEPENDS. Janet B. Anderson 2001-09-13 19:12:38 +00:00
  • c5fbd3e8ec Moved GCC_EXEC_PREFIX to CONFIG.CrossCommon. Janet B. Anderson 2001-09-13 19:11:45 +00:00
  • f7b89d58e9 Moved GCC_EXEC_PREFIX definition here. Removed -B option since GCC_EXEC_PREFIX is defined. Janet B. Anderson 2001-09-13 19:11:12 +00:00
  • 3334174809 Added -mpentium cflag. Janet B. Anderson 2001-09-13 17:50:57 +00:00
  • c39788961e dont call errlogPrintf if no memory Marty Kraimer 2001-09-13 17:45:37 +00:00
  • a5aa5c1543 Updated for R3.14.0.beta1. Janet B. Anderson 2001-09-13 16:19:09 +00:00
  • 9f96c98ff3 removed explicit template mechanism Jeff Hill 2001-09-13 15:10:41 +00:00