Commit Graph

  • 8cc15c6e68 remove unused local Michael Davidsaver 2023-10-22 10:48:56 -07:00
  • 680e1734a4 iocsh: Add underline separator between help outputs AlexWells 2023-03-08 15:56:01 +00:00
  • 4aea7de032 update modules/pvData Dirk Zimoch 2023-12-01 16:33:42 +01:00
  • bddbc38e0b update ci-scripts Michael Davidsaver 2023-10-22 13:35:45 -07:00
  • d9d35a4eab Allow auto-declarations for dbdExpand.pl Simon Rose 2023-11-23 15:56:21 +01:00
  • 67e669c5e5 libCom: Fix buggy pointer dereference in postfix() Jeremy Lorelli 2023-07-18 16:24:37 -07:00
  • e291ca0a03 Fix compile w/ vs2012 Michael Davidsaver 2023-08-28 14:00:27 +02:00
  • 5b84a86ccd Allow adding error symbols after early initialization Emilio Perez 2023-03-08 14:48:02 +00:00
  • cb6442da71 epicsThreadShow() zombies Michael Davidsaver 2023-05-23 10:30:31 -07:00
  • 49b9573f3a libCom: detect support for backtrace() with __has_include. Érico Nogueira 2023-07-31 11:36:11 -03:00
  • 42dfca2b54 dbEvent: handle multiple db_event_cancel() Michael Davidsaver 2023-09-14 10:11:25 +02:00
  • 3fd79a21a2 privatize evSubscrip Michael Davidsaver 2023-09-14 09:20:43 +02:00
  • 12f311b780 dbEvent minor Michael Davidsaver 2023-09-13 17:03:17 +02:00
  • 8abc9f8d03 minor Michael Davidsaver 2023-09-13 14:00:53 +02:00
  • ae6f01b8ee doc dbLock.h Michael Davidsaver 2023-09-12 11:45:33 +02:00
  • 1d3a2defa2 Merge 7.0 commit 'ca9c95' into PSI-7.0 Dirk Zimoch 2023-12-01 14:21:07 +01:00
  • 116881ad87 Use split() for fetching last tag with darcs Ralph Lange 2023-11-19 15:47:58 +01:00
  • 96857d92bc fix problem with commands returning multiple trailing newlines Dirk Zimoch 2023-04-05 09:27:42 +02:00
  • 0cf8c934f9 Set ASL0 for mbboDirect Bx fields. Érico Nogueira 2023-11-17 13:54:29 -03:00
  • 69d05fe5b0 Add ERROR to error messages Michael Davidsaver 2023-11-26 15:20:58 -08:00
  • 511bf1ffca const-ify dbLink arrays Michael Davidsaver 2023-11-25 12:14:00 -08:00
  • 7a7028de56 Config: Fixed Hard coded LDFLAGS in MVME2500 Uchenna Ezeobi 2023-11-17 13:00:28 -06:00
  • 7a65c001ce update submodules Michael Davidsaver 2023-11-15 07:31:53 -08:00
  • 0bc6ff3d4c release notes Michael Davidsaver 2023-11-07 15:42:12 -08:00
  • f2fe9d1203 bi "Raw Soft Channel" use MASK Michael Davidsaver 2023-11-02 15:23:05 -07:00
  • ffc2d0f23a incorrect error check on GetStdHandle() Michael Davidsaver 2023-10-27 10:01:31 -07:00
  • a352865df9 print ANSI escapes to stderr Michael Davidsaver 2023-10-27 11:25:44 -07:00
  • 63740f2edd colorize more errlog messages Michael Davidsaver 2023-10-27 11:26:25 -07:00
  • f4be9daf4d Null check callback function in callbackRequest Jeremy Lorelli 2023-11-03 11:40:25 -07:00
  • 3fa1932345 update ci-scripts Michael Davidsaver 2023-11-07 15:14:09 -08:00
  • 95bd5453d9 dbRecordField() add "did you mean..." hint for unknown field Michael Davidsaver 2023-10-27 08:57:12 -07:00
  • eb3f8a004c const-ify dbCopyEntry() and dbCopyEntryContents() Michael Davidsaver 2023-10-27 08:25:27 -07:00
  • 9f868a1074 avoid hang during concurrent db_cancel_event() Michael Davidsaver 2023-10-23 19:25:01 -07:00
  • b41787b6bf doc Michael Davidsaver 2023-10-09 18:53:31 -07:00
  • 19b232545c gha: turn most warnings into errors in github build Dirk Zimoch 2023-03-10 13:41:31 +01:00
  • 2ca70d3aa2 iocsh: keep history file Michael Davidsaver 2023-10-05 14:12:25 -07:00
  • 395015aac4 Com: Make STATIC_ASSERT macro typedefs unique JJL772 2023-07-07 13:16:21 -07:00
  • 92cae86ff2 dbRecordsOnceOnly allow append only with "*" Michael Davidsaver 2022-09-03 11:36:57 -07:00
  • 49ea46ee5e iocsh: add comment to cvtArg explaining default iocsharg behaviour Jack Harper 2023-04-25 11:15:21 +01:00
  • df908f299b remove unused local Michael Davidsaver 2023-10-22 10:48:56 -07:00
  • 6dec68554c iocsh: Add underline separator between help outputs AlexWells 2023-03-08 15:56:01 +00:00
  • badd8f518d update modules/pvData Michael Davidsaver 2023-10-22 17:42:19 -07:00
  • 766c9906b5 update ci-scripts Michael Davidsaver 2023-10-22 13:35:45 -07:00
  • 43f6fd5060 install msi for all "Command" builds PSI-7.0.7.1-2 Dirk Zimoch 2023-10-03 16:50:39 +02:00
  • 60fa2d31da libCom: Fix buggy pointer dereference in postfix() Jeremy Lorelli 2023-07-18 16:24:37 -07:00
  • 88ea1507f4 Fix compile w/ vs2012 Michael Davidsaver 2023-08-28 14:00:27 +02:00
  • 8c08c57247 Allow adding error symbols after early initialization Emilio Perez 2023-03-08 14:48:02 +00:00
  • 45b3bce515 epicsThreadShow() zombies Michael Davidsaver 2023-05-23 10:30:31 -07:00
  • 7c4a21eab4 libCom: detect support for backtrace() with __has_include. Érico Nogueira 2023-07-31 11:36:11 -03:00
  • fab8fd7102 dbEvent: handle multiple db_event_cancel() Michael Davidsaver 2023-09-14 10:11:25 +02:00
  • 3d25756065 privatize evSubscrip Michael Davidsaver 2023-09-14 09:20:43 +02:00
  • 5aca4c684c dbEvent minor Michael Davidsaver 2023-09-13 17:03:17 +02:00
  • 39b5c01c5d minor Michael Davidsaver 2023-09-13 14:00:53 +02:00
  • 3b22e5f710 doc dbLock.h Michael Davidsaver 2023-09-12 11:45:33 +02:00
  • 9f660f2238 add initHookAtPrepare Michael Davidsaver 2023-09-04 09:50:08 +02:00
  • ca9c957e62 doc add page for initHooks.h Michael Davidsaver 2023-09-04 09:22:15 +02:00
  • 8488c9e891 initHookName() assert length Michael Davidsaver 2023-09-03 15:24:06 +02:00
  • 1f2edb69d2 silence -Wformat-security for printfRecord Michael Davidsaver 2023-08-25 09:58:35 +02:00
  • fe3ee85aee doc errSymTbl.h Michael Davidsaver 2023-08-28 11:17:35 +02:00
  • c8d596034a add missing include Michael Davidsaver 2023-08-28 14:00:27 +02:00
  • 1d3459982c Update release notes regarding adding error symbols Emilio Perez 2023-03-09 18:05:49 +00:00
  • 9934242ccf Add locking to error symbol table Emilio Perez 2023-03-09 16:43:45 +00:00
  • e6dab90bf4 Make adding an identical error symbol not fail Emilio Perez 2023-03-09 16:05:07 +00:00
  • c680b9bebd error: add a constant for the minimum module number Emilio Perez 2023-03-09 09:10:08 +00:00
  • 9555ca05b8 error: statically allocate error symbol hash table Emilio Perez 2023-03-08 17:29:50 +00:00
  • 0cd56fa40b Allow adding error symbols after early initialization Emilio Perez 2023-03-08 14:48:02 +00:00
  • 485ac85fa5 appveyor remove skip_commits: Michael Davidsaver 2023-08-28 13:22:29 +02:00
  • 1148931226 On Vxworks clone std* file handles because they are thread specific Dirk Zimoch 2023-09-01 14:15:56 +02:00
  • a74789d9c0 db: decimate and sync filters don't drop DBE_PROPERTY Michael Davidsaver 2023-05-03 18:48:15 -07:00
  • 7830345e59 move IocshRegister() to iocshInit() Michael Davidsaver 2022-09-29 17:32:15 -07:00
  • 1595ed8860 quieting clang-tidy, non-functional changes Michael Davidsaver 2023-06-13 13:23:36 -07:00
  • d97943b697 timerPrivate.h: mark override/final Michael Davidsaver 2023-06-13 12:31:56 -07:00
  • f8f4376594 ~fdRegForOldFdmgr() can't throw doubleDelete Michael Davidsaver 2023-06-13 12:15:55 -07:00
  • df397f4ade fix typo in boRecord.dbd.pod Érico Nogueira 2023-08-08 11:19:38 -03:00
  • 7fd690e53e Fix libcom test failure on RTEMS Zainab Olalekan 2023-08-01 10:09:17 -05:00
  • bc5d347bb2 Call perror() before close(), add detail to messages Andrew Johnson 2023-08-01 14:31:31 -05:00
  • 3ea29f581b rtems: Close NTP socket Chris Johns 2022-07-25 21:27:51 -10:00
  • 6de82bb0fd Additional help messages for iocsh AlexWells 2023-08-25 10:07:59 +02:00
  • e1a51e2839 extra parentheses around second sizeof to silence "does not compute number of elements" warning Dirk Zimoch 2023-03-08 12:55:37 +01:00
  • 0f59d823d3 appveyor remove skip_commits: Michael Davidsaver 2023-08-28 13:22:29 +02:00
  • 73f80cced9 Merge branch '7.0' into PSI-7.0 Dirk Zimoch 2023-08-21 14:14:16 +02:00
  • 152c72bab0 fix submodule pvData to use our fork Dirk Zimoch 2023-08-14 15:42:10 +02:00
  • 00dc55b8a2 Fix usage info in .tools/make-tar.sh Ralph Lange 2023-08-08 10:29:09 +02:00
  • 524f81b8bd Doc updates to PINI, PHAS & EVNT Rolf Keitel 2023-07-25 11:36:44 -05:00
  • 80e62031e9 doc Michael Davidsaver 2023-07-23 08:43:32 -07:00
  • d87fd0db01 Fix MAKEFLAGS parsing with Make 4.4+ Minijackson 2023-06-16 14:10:59 +02:00
  • 6636b4b9e7 libCom: check calloc() failure in RTEMS-posix/osdMessageQueue.c Ralph Lange 2023-05-31 19:11:22 +02:00
  • b51d1de283 libCom: fix possible memory leak in RTEMS-posix/osdMessageQueue.c Ralph Lange 2023-05-26 09:23:54 +02:00
  • 38c99df2e0 libCom: fix possible memory leaks in iocLogServer.c Ralph Lange 2023-05-26 09:20:04 +02:00
  • 688195a273 libCom: handle realloc() failures correctly in macEnv.c Ralph Lange 2023-05-26 09:11:24 +02:00
  • d691acc001 ca: init local variable in catime.c Ralph Lange 2023-05-26 09:10:11 +02:00
  • 059d32a975 db: init struct members in dbChannel.c Ralph Lange 2023-05-25 15:30:28 +02:00
  • 5c99031157 Add missing AFTC documentation to records Henrique Silva 2023-03-08 17:22:17 +01:00
  • a01c671399 Add missing HYST field documentation to longin record Henrique Silva 2023-03-08 17:19:38 +01:00
  • b2c80efd33 release notes: link release notes from submodules' Minijackson 2023-03-08 11:30:09 +00:00
  • 39b6fa26da Added unit test for binary output record type Karl Vestin 2023-03-07 15:27:05 +01:00
  • 3ee6097ab7 Fixes #361 Karl Vestin 2023-03-09 11:07:39 +01:00
  • 500a57738b Validate target record name when creating an alias Emilio Perez 2023-03-07 11:23:45 +00:00
  • f488765631 Add tests for PR#310 AlexWells 2023-07-22 08:28:25 -07:00
  • 3a2d225682 Detect error in fprintf and return (fixes #309). Sebastian Marsching 2023-07-22 08:27:32 -07:00