420 Commits

Author SHA1 Message Date
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
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