Ralph Lange
32be30f554
jenkins: fix CloudBees doc job (SourceForge upload)
5.1.0-doc
2016-08-20 21:41:27 +02:00
Andrew Johnson
01ba7dd0f4
Set dependency branch for cloudbees builds
5.1.0
2016-08-02 11:00:13 -05:00
Dave Hickin
6e355a614e
Update documentation for 5.1.0
2016-08-02 10:17:35 +01:00
Dave Hickin
af236369db
Update release notes for 5.1.0
2016-08-02 10:17:15 +01:00
Ralph Lange
3f233f1350
Add QtCreator wildcard to .gitignore
2016-07-28 11:57:48 +02:00
Dave Hickin
d13696f943
SHRLIB: Add ABI version (5.1)
2016-07-22 17:01:38 +01:00
Dave Hickin
e6597bc2f0
Update source boilerplate for new LICENSE file
2016-07-22 16:56:01 +01:00
Dave Hickin
3d4083221d
Remove COPYRIGHT file
...
Copyright is now in LICENSE file
2016-07-22 16:43:57 +01:00
Dave Hickin
6b64adc150
Update LICENSE to new version
2016-07-22 16:43:24 +01:00
Ralph Lange
c35e78b797
jenkins: update CloudBees jobs to new standard
2016-07-22 14:56:24 +02:00
Dave Hickin
08234150dc
Add tests for is_a and isCompatible for PVStructures
2016-04-12 03:24:47 +01:00
Dave Hickin
5dfc4ffd16
Rename ntScalarArray ntMatrix in NTMatrix tests
2016-04-12 03:23:03 +01:00
Dave Hickin
ff4b88754f
Add missing is_a(PVStructurePtr) implementations
2016-04-12 03:19:42 +01:00
Dave Hickin
8794d5b6c0
Run NTAttribute and NTContinuum unit tests
2016-04-12 03:16:48 +01:00
Dave Hickin
00aab51203
Documentation: Remove old versions
2016-03-18 22:00:29 +00:00
Dave Hickin
df023e6103
Documentation: Change to release-based versioning
...
Replace dated documentation scheme by one using release version.
2016-03-18 21:56:15 +00:00
Ralph Lange
e07a42fb48
jenkins: switch to Base 3.15.3
2016-02-16 10:17:24 +01:00
Dave Hickin
6dd63a74a6
Make addTags() non-virtual
2016-02-16 08:32:27 +00:00
dhickin
f90549aba8
Merge pull request #7 from mdavidsaver/master
...
Move headers to pv/
2016-02-10 20:45:01 +00:00
Michael Davidsaver
4f3f6784d4
adjust Makefiles
2016-02-09 19:25:37 -05:00
Michael Davidsaver
cfe939ca7a
Moves source and headers
...
src/nt/*.h => src/pv/*.h
src/nt/*.cpp => src/*.cpp
test/nt/*.* => test/*.*
2016-02-09 19:25:37 -05:00
Dave Hickin
eb440e4662
Corrections to ntCPP.html
2015-10-17 10:29:39 +01:00
Dave Hickin
bd5d0dee12
Add new (markdown) README
2015-10-17 00:33:02 +01:00
Dave Hickin
3b645933f5
Javadoc corrections
2015-10-16 19:19:58 +01:00
Dave Hickin
5cca3a10ac
Rename variable to match header.
2015-10-16 15:47:38 +01:00
Dave Hickin
bab0d964ab
Add missing implementation of NTScalarArray::value
...
Use value in unit tests instead of deprecated arrayValue.
2015-10-16 15:46:56 +01:00
Dave Hickin
51d4d270cd
Multiple Doxygen improvements
2015-10-16 15:42:56 +01:00
Dave Hickin
3aa1f533bf
Add new version of ntCPP.html
...
Only state that the new types have been added.
Document these in next version.
2015-10-16 15:38:55 +01:00
Dave Hickin
cebc68474d
Update TODO
2015-10-16 15:37:03 +01:00
Dave Hickin
a1ac2f41b4
Doxygen fix
2015-10-09 11:44:36 +01:00
Dave Hickin
d8eb50bff8
Release notes: add for 5.0 and improve for 4.0
...
Add list of new supported types and summary of API changes.
2015-10-08 10:05:42 +01:00
Ralph Lange
e93d1c5c42
jenkins: fix CloudBees doc job
2015-09-28 15:00:47 +02:00
Ralph Lange
8e97c2e8bd
jenkins: adapt doc script to new CloudBees jenkins job
2015-09-14 15:13:51 +02:00
Dave Hickin
2bc01a482e
Doxygen fixes
2015-09-05 07:34:18 +01:00
Dave Hickin
dd955ea81e
Ammend license notice in unit tests
...
Replaced references to "EPICS pvData" with "this software" in per-file
copyright notice - consistent with other files.
5.0.0
2015-09-04 09:41:08 +01:00
Dave Hickin
a0a19bcfd9
Fix bug in NTUtils::is_a
...
Previous implementation matches <type-name>:1x.0 and <type-name>:1.0,
depending on the order of the arguments, e.g.
NTUtils::is_a("epics:nt/NTTable:11.0", "epics:nt/NTTable:1.0") returned
true. Fix this and add unit tests to cover this.
2015-09-04 09:39:27 +01:00
Dave Hickin
16b46448c0
License and copyright
...
Replaced references to "EPICS pvData" and "EPICS JavaIOC" with "this
software" in per-file copyright notice - consistent with other files.
Add BNL and DLS to copyright and legal disclaimers.
2015-09-04 09:24:54 +01:00
Dave Hickin
e5947aa0a2
Add unit tests for NTNDArrayAttribute
2015-09-04 08:37:09 +01:00
Dave Hickin
3c30598a56
Add unit test for NTHistogram
2015-09-04 00:34:41 +01:00
Dave Hickin
85673cadad
Add unit test for NTContinuum
2015-09-04 00:33:57 +01:00
Dave Hickin
db0d1e8f9e
Fix for NTHistogram::isCompatible()
...
Correct null pointer check - logic was inverted
2015-09-04 00:33:06 +01:00
Dave Hickin
99f9e0429f
Remove duplicate NTField
2015-09-03 14:10:08 +01:00
Dave Hickin
3dc852e2b7
Delete commented out code
2015-09-03 14:09:36 +01:00
Dave Hickin
d9c3dfcf26
Use NTNDArrayAttribute in constructing NTNDArray
...
Use NTNDArrayAttribute wrapper to construct NTAttributes in NTNDArray.
Delete unused attribute string.
2015-09-03 14:08:56 +01:00
Ralph Lange
38f7d6bea1
jenkins: add configurable dependent branch versions
2015-09-03 13:44:17 +02:00
Matej Sekoranja
4f38e7904d
fixed rtems/vxworks compilation
2015-09-01 21:12:47 +02:00
Matej Sekoranja
ad03935c5b
Merge pull request #4 from anjohnson/add-license-file
...
Add license and copyright files
2015-09-01 20:06:49 +02:00
Dave Hickin
5574452b08
Call addIsConnected() in unit tests
...
for multi-channel types
2015-09-01 16:50:46 +01:00
Dave Hickin
649cd6800d
Make isConnected optional in multi channel types
2015-09-01 15:55:21 +01:00
Dave Hickin
05a7a6923f
Implement NTNDArray::isValid()
2015-09-01 15:53:52 +01:00