[rtt] branch master updated (a0fe55b -> fa7dc8b)

Leopold Palomo-Avellaneda leo at alaxarxa.net
Wed Oct 14 11:27:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a change to branch master
in repository rtt.

      from  a0fe55b   Added Jochen Sprickerhof as Uploader
      adds  480a859   Imported Upstream version 2.8.0~rc1+dfsg
      adds  16c2eab   Imported Upstream version 2.8.0~rc1+dfsg
      adds  afffc89   Imported Upstream version 2.8.1~rc1+dfsg
       new  097bbb1   Merge tag 'upstream/2.8.1_rc1+dfsg'
       new  9acf0bf   Added patch to build in xenomai platform
       new  b4f367c   New watch file
      adds  53f9c1e   Imported Upstream version 2.8.1+dfsg
       new  328faf3   Merge tag 'upstream/2.8.1+dfsg'
       new  72d065d   Dropped unneeded patch
       new  fa7dc8b   Updated new version 2.8.1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  14 +
 CMakeLists.txt                                     |  25 +-
 UseOROCOS-RTT-helpers.cmake                        |   5 +-
 UseOROCOS-RTT.cmake                                |   9 +-
 config/check_depend.cmake                          |  28 +-
 config/rtt_macros.cmake                            |  12 +-
 debian/changelog                                   |   2 +-
 ...borocos-rtt-corba-gnulinux2.8.lintian-overrides |   2 +-
 ...iborocos-rtt-corba-xenomai2.8.lintian-overrides |   2 +-
 debian/liborocos-rtt-gnulinux2.8.lintian-overrides |   8 +-
 debian/liborocos-rtt-xenomai2.8.lintian-overrides  |   8 +-
 debian/watch                                       |   4 +-
 doc/orocos-html.css                                | 126 ++---
 doc/xsl/xsltsl-1.2.1/svg.xsl                       | 178 +++++-
 package.xml                                        |   5 +-
 rtt/CMakeLists.txt                                 |  12 +-
 rtt/ExecutionEngine.cpp                            |   6 +
 rtt/Handle.cpp                                     |   4 +-
 rtt/InputPort.hpp                                  |  12 +-
 rtt/OutputPort.hpp                                 |  12 +
 rtt/ServiceRequester.cpp                           |   2 +-
 rtt/base/OperationCallerBaseInvoker.hpp            |   2 +
 rtt/extras/FileDescriptorActivity.cpp              |  15 +-
 rtt/internal/ConnectionManager.hpp                 |   2 +
 rtt/internal/OperationCallerC.cpp                  |   2 +-
 rtt/internal/OperationInterfacePartFused.hpp       |  11 +
 rtt/internal/SendHandleC.cpp                       |   2 +-
 rtt/internal/signal_template.hpp                   |   7 +
 rtt/os/Timer.hpp                                   |   2 +
 rtt/os/ecos/fosi.h                                 |   3 +
 rtt/os/lxrt/fosi.h                                 |   2 +
 rtt/os/targets/target-config.h.in                  |   2 +
 rtt/os/win32/dlfcn.c                               | 628 ++++++++++-----------
 rtt/os/win32/dlfcn.h                               | 126 ++---
 rtt/os/xenomai/fosi.h                              |   3 +
 rtt/scripting/ProgramGraphParser.cpp               |   8 +-
 rtt/scripting/ProgramGraphParser2.cpp              |   8 +-
 rtt/transports/corba/CMakeLists.txt                |   4 -
 rtt/transports/corba/POAUtility.cpp                | 588 +++++++++----------
 rtt/transports/corba/POAUtility.h                  | 122 ++--
 rtt/transports/corba/RemoteChannelElement.hpp      |  18 +-
 rtt/transports/corba/TaskContextServer.cpp         |   4 +
 rtt/transports/mqueue/CMakeLists.txt               |   9 +-
 rtt/typekit/BoolTypeInfo.hpp                       |   6 +-
 rtt/typekit/RealTimeTypekitGlobals.cpp             |   2 +
 rtt/typekit/StdPrimitiveTypeInfo.hpp               |  45 --
 tests/AddUnitTest.cmake                            |   4 -
 tests/CMakeLists.txt                               |  38 +-
 tests/test-runner.hpp                              |   4 +-
 tests/testproject/plugins/CMakeLists.txt           |   4 -
 tests/testproject/types/CMakeLists.txt             |   2 -
 tests/testtypes/types/CMakeLists.txt               |   2 -
 52 files changed, 1163 insertions(+), 988 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 rtt/typekit/StdPrimitiveTypeInfo.hpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/rtt.git



More information about the debian-science-commits mailing list