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

Commit

Permalink
Implement commands with PipeBlob in/out (#378)
Browse files Browse the repository at this point in the history
Implement commands with PipeBlob in/out
  • Loading branch information
Ingvord committed Oct 18, 2017
1 parent 60f41a6 commit 273a04d
Show file tree
Hide file tree
Showing 20 changed files with 6,715 additions and 6,509 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- docker pull tangocs/mysql:9.2.2
- docker pull tangocs/tango-cs:latest
- git clone https://github.com/JoakimSoderberg/coveralls-cmake.git
- git clone https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
- git clone -b cppTango-378 https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
- chmod +x .travis/run.sh

before_script:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(CTest)
enable_testing()
#need to define the version of the library
set(MAJOR_VERSION "10")
set(MINOR_VERSION "0")
set(MINOR_VERSION "2")
set(PATCH_VERSION "1")

#convenient versions
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
10.2.1
======

Support for PipeBlob in commands
Inserting const C string in DeviceData
Fix DeviceAttribute constructor for short and enum data types
NotifD is no longer supported
Fix shift-negative-value compilation warnings reported by g++ 6.3
Fix tango_const.h not installed
Fix "unused parameter" warnings

10.0.1
======

Expand Down

0 comments on commit 273a04d

Please sign in to comment.