439 Commits

Author SHA1 Message Date
b1d28cca39 Update version numbers for release 1.2.4 2020-07-26 13:41:51 -07:00
50be5b6025 release notes 2020-07-11 14:08:26 -07:00
8e7a1ad295 checkDISP 2020-07-05 23:06:30 -07:00
e894ae753f create second dbChannel for DBE_PROPERTY for groups 2020-07-05 23:06:30 -07:00
4559f483bf create second dbChannel for DBE_PROPERTY
Create second channel, and second set of filter states,
for subscription to DBE_PROPERTY.  Accommodate filters
which drop events.
2020-07-02 22:45:58 -07:00
e843db5d27 softMain compat 2020-06-01 19:54:08 -07:00
8363c870bd adapt softMain as softIocPVA 2020-06-01 19:54:08 -07:00
9499137bb4 update softMain.cpp from Base circa 7.0.4 2020-06-01 19:54:08 -07:00
c4798dc2bc shareLib.h cleanup 2020-06-01 18:22:08 -07:00
11eeed9d0c notes 2020-06-01 18:22:08 -07:00
94d1eedc75 Set next development version 2020-05-28 16:26:01 -05:00
cb13435d15 Update version numbers for release 1.2.3 2020-05-28 15:43:34 -05:00
cda2222ed5 p2p: deprecation notice 2020-05-19 17:06:28 -07:00
68708ff530 p2p: Fix EPICS_PVA*_AUTO_ADDR_LIST 2020-05-19 16:48:53 -07:00
137ecfed56 ci-scripts 2.3.2 (with appveyor) 2020-04-23 15:16:41 -07:00
29a6f261dc travis use ci-scripts 2019-12-20 12:06:11 -08:00
1d9fbbea0b don't install check_consist 2019-12-19 18:45:38 -08:00
536f4dd02f finalize doxygen 2019-11-03 20:08:49 -08:00
21ae754869 Incr version and set development flag after release 2019-10-31 18:00:34 -05:00
3024f9fb0c Clear development flag for 1.2.2 release 1.2.2 2019-10-31 17:58:09 -05:00
58a2159969 Indent sub-bullets by 2 spaces for pandoc gfm 2019-10-31 17:55:59 -05:00
c200dd22f1 doc for 1.2.2 2019-10-31 10:55:12 -07:00
9c6fb5c539 more WIN32 include order games 2019-09-26 13:46:26 -07:00
54a882d844 MSVC is picky about vector access 2019-09-25 13:47:03 -07:00
c7a54de469 Move include of osiSock.h below db headers for Windows 2019-09-07 09:43:11 +02:00
c2ee7c9dc4 m_data removal
Try to avoid stepping on this vxWorks landmine.
2019-09-06 14:57:03 -07:00
3e59a4b6a8 rtd-ci: add read-the-docs integration 2019-09-06 15:42:44 +02:00
0e0400022c vx const fixup
std::set iteration really should always be const
as mutation would invalidate the ordering.
2019-09-05 20:02:46 -07:00
bdbf57350b replace shareLib.h with QSRV_API
and hopefully avoid at least some of the maddening
include order bugs so common with sharedLib.h.
2019-09-05 20:01:56 -07:00
2e58e54e1d Merge branch 'auth'
* auth:
  minor
  re-add missing enum_t
  asLib check against PeerInfo
2019-08-31 19:22:23 -07:00
ddfd746c62 minor 2019-08-31 19:18:56 -07:00
e41269230c re-add missing enum_t 2019-08-13 20:08:40 -07:00
c3b6fc08b8 re-add missing enum_t 2019-08-13 20:07:26 -07:00
d70a2ff8c3 Update version number to 1.2.2 DEVELOPMENT 2019-08-13 11:08:34 -05:00
ce39c93201 release notes for 1.2.1 1.2.1 2019-07-24 17:42:17 -07:00
d7314eaef4 asLib check against PeerInfo
Check Put permissions
2019-05-16 18:19:38 -07:00
5170c2230d missing 'else'
doesn't actually change logic flow, but wasn't intentional.
2019-05-13 14:09:38 -07:00
3ed88f2559 testpvalink: Provide expected values as 64-bit integers 2019-05-10 15:02:08 -05:00
2c533d79ab Finish off conversion of testpvalink to int64 record types 2019-05-09 18:05:24 -05:00
a72bc31a44 fix release doc 2019-03-20 14:58:47 -07:00
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