399 Commits

Author SHA1 Message Date
521154fd52 1.2.0 1.2.0 2019-03-18 11:44:01 -07:00
6d1cbd87fd Make a local copy of softIocExit.db for standalone builds 2019-03-12 10:52:50 -05:00
68904852b9 update release notes 2019-03-11 14:51:39 -07:00
a3dc712174 avoid unnecessary copy
dev. leftovers...
2019-03-11 14:47:42 -07:00
1ce449d40d parse unknown format as number
forward compatibility
2019-01-15 19:15:21 -08:00
67b384bb6c doc Q:form 2019-01-15 19:15:21 -08:00
f3d7d7cd8f change display.format, add display.form and .precision
Replace printf-style format string with enum + integer.

ScalarBuilder explode scalar()/scalarArray()
2019-01-15 18:48:18 -08:00
7bc5cbf957 fix int64 in pva link 2019-01-08 10:27:57 -08:00
0ab4f937a7 test 64-bit integer field access 2019-01-08 09:31:51 -08:00
3c5a5c805c fix 64-bit integer field access 2019-01-08 09:10:10 -08:00
c79074e7fa doc 2018-12-23 09:26:28 -08:00
a245adb5cf Fix symbol exports for Windows builds 1.1.0 2018-11-28 16:07:11 -06:00
c1cec998a9 1.1.0 2018-11-26 12:13:28 -08:00
c80a88c112 rename doxygen to .dox 2018-11-26 12:10:38 -08:00
1d689d7e96 update travis-ci 2018-10-29 14:15:28 -07:00
95b23fc6bc minor 2018-10-04 21:07:10 -07:00
afead32e9d p2p more config 2018-10-04 21:07:10 -07:00
db3fdf54e9 allow setting p2pReadOnly from config file 2018-10-03 14:45:58 -07:00
5f434aec59 Add Makefile rule for qsrv.dbd.d to avoid spurious build warning
Prevents "dbdExpand.pl: No input files for ../O.Common/qsrv.dbd"
2018-07-15 08:34:51 -07:00
a4f35714a0 placate MSVC, take 2 2018-06-27 15:46:10 -07:00
dfd28f5474 attempt to placate MSVC
Apparently suffer from template cleverness overload
2018-06-27 15:23:18 -07:00
0d69aab6e9 fix README 2018-06-20 15:35:15 -07:00
b157d73c0b more dllimport/export 2018-06-10 10:15:33 -05:00
b215396225 drop extraneous epicsExport.h 2018-06-10 09:59:17 -05:00
17a3324cc8 pvalink: dllimport/export 2018-06-06 15:24:44 -07:00
da3ecc08b4 pvalink: delay QSRV instanciation
Must be delayed until after dbChannelInit(),
but still want to allocate pvaGlobal prior
to link init.  Unfortunately, no initHook
between these steps.  So split initialization
further.
2018-06-05 08:13:42 -07:00
c126f7a1a2 fixups 2018-05-28 10:17:56 -07:00
f86d61274a pvif: used alias'd record name 2018-05-28 09:29:48 -07:00
9ac4431d6c update release notes 2018-05-28 09:18:44 -07:00
365e5061af Merge remote-tracking branch 'md/master'
* md/master: (40 commits)
  pvalink: test FWD_LINK
  QSRV: fix put w/ proc w/o values
  pvalink: add wf test case
  pvalink: defer opening links until IOC running
  update iocpvalink to test output links
  pvalink overhaul debug print controls
  pvalink misc
  pvalink minor
  add iocsh dbpvar()
  pvalink: hide QSRV channel create errors
  attempt to disable pvalink for Base <3.16
  pvalink: input proc if changed
  iocpvalink
  pvalink fix sevr and doc
  pvalink local:
  pvalink add retry: option
  pvalink Put use fieldName
  fix tpool cleanup
  testpvalink avoid false positive races
  pvalink config # of workers
  ...
2018-05-28 09:08:12 -07:00
ec05be4e2f pvalink: test FWD_LINK 2018-05-28 08:10:42 -07:00
76c6473b6f QSRV: fix put w/ proc w/o values
A put with forced processing, but no values
will cause all mappings to process.
2018-05-28 08:10:21 -07:00
3338d1035d pvalink: add wf test case 2018-05-28 07:55:10 -07:00
b3ffc49f71 pvalink: defer opening links until IOC running 2018-05-28 07:49:59 -07:00
ff67302347 update iocpvalink to test output links 2018-04-25 19:29:11 -07:00
b18777e8fe pvalink overhaul debug print controls 2018-04-25 19:26:03 -07:00
60699c48c2 pvalink misc 2018-04-25 15:09:21 -07:00
99ca9b958e pvalink minor 2018-04-25 15:09:01 -07:00
9839116c56 add iocsh dbpvar() 2018-04-25 14:07:26 -07:00
40e407de8c pvalink: hide QSRV channel create errors 2018-04-25 10:42:44 -07:00
701d96fde1 start release notes 1.1.0-pre1 2018-04-25 09:32:38 -07:00
8db7a4a75e pvif handle NELM=1, NORD=0
Sometimes a DBF "scalar" isn't really a scalar.
2018-04-24 13:10:58 -07:00
a22f6b0801 attempt to disable pvalink for Base <3.16
Seems to work, but prints messages showing that there
is still some problem, probably with a ".dep".
Of course these are silent rules, so I have no idea
which one!

> dbdExpand.pl: No input files for ../O.Common/qsrv.dbd
2018-04-23 18:02:50 -07:00
e3c0703df1 pvalink: input proc if changed 2018-04-23 08:08:55 -07:00
75efc13244 iocpvalink 2018-04-21 10:19:38 -07:00
f3622c0d42 pvalink fix sevr and doc 2018-04-20 16:35:44 -07:00
3a5ac39627 pvalink local: 2018-04-20 15:57:59 -07:00
e70aa0897d pvalink add retry: option
allow put to be queued on a disconnected channel
2018-04-19 15:21:02 -07:00
af761958e5 pvalink Put use fieldName 2018-04-19 15:14:13 -07:00
0a20804294 fix tpool cleanup 2018-04-19 14:33:42 -07:00