Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 273a04d

Browse files
author
Ingvord
authored
Implement commands with PipeBlob in/out (#378)
Implement commands with PipeBlob in/out
1 parent 60f41a6 commit 273a04d

File tree

20 files changed

+6715
-6509
lines changed

20 files changed

+6715
-6509
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- docker pull tangocs/mysql:9.2.2
2121
- docker pull tangocs/tango-cs:latest
2222
- git clone https://github.com/JoakimSoderberg/coveralls-cmake.git
23-
- git clone https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
23+
- git clone -b cppTango-378 https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
2424
- chmod +x .travis/run.sh
2525

2626
before_script:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CTest)
55
enable_testing()
66
#need to define the version of the library
77
set(MAJOR_VERSION "10")
8-
set(MINOR_VERSION "0")
8+
set(MINOR_VERSION "2")
99
set(PATCH_VERSION "1")
1010

1111
#convenient versions

RELEASE_NOTES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
10.2.1
2+
======
3+
4+
Support for PipeBlob in commands
5+
Inserting const C string in DeviceData
6+
Fix DeviceAttribute constructor for short and enum data types
7+
NotifD is no longer supported
8+
Fix shift-negative-value compilation warnings reported by g++ 6.3
9+
Fix tango_const.h not installed
10+
Fix "unused parameter" warnings
11+
112
10.0.1
213
======
314

0 commit comments

Comments
 (0)