Andrew Johnson
461daadd5b
Release Notes entry
2017-07-25 00:39:40 -05:00
Andrew Johnson
2cf997ddbf
Test EPICS_IOC_IGNORE_SERVERS variable
2017-07-25 00:38:34 -05:00
Andrew Johnson
ba9763f551
Set test plan
2017-07-23 23:35:03 -05:00
Andrew Johnson
17e6060d16
Added some dbServer unit tests
2017-07-23 23:30:04 -05:00
Andrew Johnson
c2d22ed925
Added Doxygen comments for dbServer API
2017-06-24 00:04:20 -05:00
Andrew Johnson
6efe292494
Add EPICS_IOC_IGNORE_SERVERS environment variable
...
dbServers cannot be registered when their names appear in this
variable, so they should remain inactive. This feature is mainly
intended for debugging, so the crude name search should be OK.
2017-06-13 23:36:30 -05:00
Andrew Johnson
2d1d14e4b4
Make rsrv register itself using a DBD file
...
This allows the rsrv to be excluded by removing 'include rsrv.dbd'
from a local copy of the base.dbd file.
Server initialization, running and pausing are moved to new
methods of the dbServer object, and the existing registration
path is converted to just use the new rsrv.dbd file.
2017-06-06 23:18:55 -04:00
Andrew Johnson
d47b1a1854
Reset snapshot to -DEV
2017-06-02 14:57:58 -05:00
Andrew Johnson
ee91b29fe0
Clear version snapshot for 3.16.1 final release
R3.16.1
2017-06-02 14:54:58 -05:00
Andrew Johnson
0c9254f768
Final documentation updates
2017-06-02 14:53:11 -05:00
Andrew Johnson
073f3f33a6
Merge 3.15 branch into 3.16
2017-06-01 16:42:10 -05:00
Andrew Johnson
1293747cf3
Merge 3.14 branch into 3.15
2017-06-01 16:40:33 -05:00
Andrew Johnson
9c859ffdca
Protect casStatsFetch() if called before rsrv_init()
...
Also ensures clientQ is initialized before creating clientQlock.
Fixes LP: #1694966
2017-06-01 15:37:34 -05:00
Andrew Johnson
29c069db3d
Testing msi: Add retries if necessary
...
Hoping this will fix the annoying problems on Windows Jenkins.
2017-05-31 12:51:39 -05:00
Andrew Johnson
77c00faabe
Merge 3.15 branch into 3.16
2017-05-30 17:17:59 -05:00
Andrew Johnson
12d22e392f
Merge 3.14 branch into 3.15
2017-05-30 17:14:56 -05:00
Andrew Johnson
0dc850f4ec
A gitignore pattern for vi on MacOS
2017-05-30 17:13:56 -05:00
Andrew Johnson
117e294ec6
Set asynSoftTest plan
2017-05-27 21:59:44 -05:00
Andrew Johnson
afdb6af0c7
Fix buffer size issue in devI64inSoftCallback
2017-05-27 21:56:10 -05:00
Andrew Johnson
b97f04464c
Add asyncSoftTest to record test harness
2017-05-27 21:45:46 -05:00
Andrew Johnson
b2473f939f
Rename asyncSoft main routine
2017-05-27 21:41:37 -05:00
Andrew Johnson
c05fa4ddb7
Add tests for Async Soft Channel devices
2017-05-27 20:57:42 -05:00
Andrew Johnson
c8fcfbea9f
Convert all Async Soft Channel input devices to use link support
2017-05-27 20:35:53 -05:00
Andrew Johnson
07aa712b07
Convert int64out Async Soft Channel device to use link support
2017-05-27 20:33:38 -05:00
Michael Davidsaver
1865e84321
ioc/db: dbLockCleanupRecords() warn only if lockSets remain
2017-05-24 18:41:32 -04:00
Andrew Johnson
7efba21d1f
Fix 32-bit issue in linkInitTest.c
2017-05-24 16:41:34 -04:00
Andrew Johnson
c22c94a3aa
Convert devI64inSoft for Link Support
...
Includes tests to make sure it actually works
2017-05-24 00:20:38 -04:00
Andrew Johnson
542353aedb
Fix aai constant initialization
...
The aai record is "special" and does things its own way.
These changes let it support {const:[...]} initialization without
breaking regular input link types which could be initialized twice
without the new DBLINK_FLAG_INITIALIZED guard in dbInitLink().
Also adds tests for this, and for similar links for waveform.
2017-05-23 23:51:26 -04:00
Andrew Johnson
c670ef0199
Merge 3.15 branch into master
2017-05-19 17:42:40 -05:00
Andrew Johnson
98b0f7e48b
Merge 3.14 branch into 3.15
2017-05-19 17:34:49 -05:00
Andrew Johnson
672fd16ec8
Add make targets test-results and clean-tests
...
These are mainly intended for CI builds.
2017-05-19 15:44:15 -05:00
Ralph Lange
dcadeac903
ci: add appveyor configuration
2017-05-19 13:38:39 +09:00
Andrew Johnson
43ea188385
Merge 3.15 branch into 3.16
...
# Conflicts:
# configure/CONFIG_BASE
# configure/RULES_BUILD
2017-05-18 17:10:40 -05:00
Andrew Johnson
0b3e44747e
Merge 3.14 branch into 3.15
...
# Conflicts:
# configure/RULES.Db
# configure/RULES_ARCHS
# configure/RULES_BUILD
# documentation/RELEASE_NOTES.html
2017-05-18 17:07:41 -05:00
Andrew Johnson
b7b3dd2b37
Support for 'make junitfiles' target.
...
The Perl XML::Generator module must be installed to use this.
2017-05-18 16:31:43 -05:00
Andrew Johnson
ffa7399c71
Merge changes from 3.15 branch
2017-05-11 16:39:52 -05:00
Andrew Johnson
b14d77dcf2
Fix tools/test/*.plt 'use lib' lines
...
This allows the tests to work when INSTALL_LOCATION is set.
2017-05-11 15:29:52 -05:00
Andrew Johnson
cb89710bbd
Update comments in the configure/RELEASE file
2017-05-11 14:50:00 -05:00
Andrew Johnson
b3bbf67ce8
Add support for a CONFIG_SITE.local file
2017-05-11 14:49:04 -05:00
Ralph Lange
78b910574d
ci/appveyor: print perl version to console log
2017-05-10 17:31:25 +02:00
Xiaoqiang Wang
82396ee3ef
fix data size of gdd container type
...
getDataSizeElement of gdd container returns the number of sub fields.
It has to be called on the "value" field. This fix has already been done
in monitorReponse.
2017-05-10 10:22:13 -05:00
Andrew Johnson
020f09e83a
Fix EPICS_CA_AUTO_ARRAY_BYTES doc'n in CAref.html
2017-05-09 14:58:40 -05:00
Andrew Johnson
ac590e671e
Adjustments to Checklist commands
2017-05-09 14:46:25 -05:00
Andrew Johnson
e0dea7ab23
Set snapshot to -rc1-DEV
2017-05-09 14:45:55 -05:00
Andrew Johnson
7aefee6737
Set Base version number for 3.16.1-rc1
R3.16.1-rc1
2017-05-09 14:00:29 -05:00
Andrew Johnson
f9564a3b82
Various Release Notes tweaks
2017-05-09 13:57:17 -05:00
Andrew Johnson
17da4bfc1f
Additional ReleaseChecklist updates
2017-05-09 13:08:59 -05:00
Ralph Lange
2fe8d82872
ci: make appveyor version number unambiguous
2017-05-09 14:03:40 +02:00
Ralph Lange
2ff9f249a0
ci: add appveyor configuration
2017-05-09 12:01:36 +02:00
Andrew Johnson
5ec1340902
Convert ReleaseChecklist commands to git
2017-05-08 20:45:39 -05:00