File tree
8 files changed
+28
-13
lines changed- .github
- orocos_toolchain
8 files changed
+28
-13
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
+9-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 |
| |
69 | 76 |
| |
70 | 77 |
| |
|
- bin/cdeployer.cpp+3-3
- bin/deployer-corba.cpp+1-3
- bin/deployer.cpp+2-2
- logging/Appender.cpp+1-1
- logging/FileAppender.cpp+1-1
- logging/LoggingService.cpp+3-3
- logging/OstreamAppender.cpp+1-1
- logging/RollingFileAppender.cpp+1-1
- lua/rtt.cpp+22-22
- manifest.xml+15-17
- orocos-ocl-config.cmake+1-1
- package.xml+16-23
- reporting/ReportingComponent.cpp+4
- reporting/TcpReporting.cpp+1-1
- reporting/socket.cpp+3-3
- reporting/socket.hpp+3-3
- taskbrowser/TaskBrowser.cpp+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
- UseOROCOS-RTT-helpers.cmake+1-1
- manifest.xml+15-17
- package.xml+12-16
- rtt/Activity.cpp+2
- rtt/Activity.hpp-5
- rtt/CMakeLists.txt+17
- rtt/ExecutionEngine.cpp+14-47
- rtt/ExecutionEngine.hpp-31
- rtt/Handle.cpp-5
- rtt/Handle.hpp-5
- rtt/InputPort.hpp+3-1
- rtt/OutputPort.hpp+7-2
- rtt/Property.hpp+26-1
- rtt/PropertyBag.cpp+9-7
- rtt/PropertyBag.hpp+4-3
- rtt/SendHandle.hpp-5
- rtt/TaskContext.cpp+1-1
- rtt/base/InputPortInterface.cpp+10-1
- rtt/base/InputPortInterface.hpp+1
- rtt/base/OutputPortInterface.cpp+7
- rtt/base/OutputPortInterface.hpp+3
- rtt/base/PortInterface.cpp+16-3
- rtt/base/PortInterface.hpp+11-1
- rtt/base/TaskCore.cpp+18-8
- rtt/base/TaskCore.hpp+6-1
- rtt/extras/FileDescriptorActivity.cpp+60-30
- rtt/extras/FileDescriptorActivity.hpp+46-8
- rtt/extras/SlaveActivity.cpp+33-15
- rtt/extras/SlaveActivity.hpp+3-2
- rtt/marsh/PropertyBagIntrospector.cpp+6-7
- rtt/marsh/TinyDemarshaller.cpp+12-14
- rtt/os/Thread.cpp+9
- rtt/os/gnulinux/traces/CMakeLists.txt+18
- rtt/os/gnulinux/traces/lttng_ust.c+3
- rtt/os/gnulinux/traces/lttng_ust.h+98
- rtt/os/gnulinux/traces/lttng_ust.tp+14
- rtt/os/oro_gcc/oro_arch.h+1-1
- rtt/os/startstop.cpp+4
- rtt/os/tlsf/tlsf.c+4-3
- rtt/os/traces.h+13
- rtt/scripting/StateGraphParser.cpp+15-1
- rtt/scripting/parse_exception.hpp+18-20
- rtt/transports/corba/RemoteChannelElement.hpp+2-2
- rtt/types/PropertyDecomposition.cpp+2-2
- tests/datasource_test.cpp+10-10
- tests/ports_test.cpp+1
- tests/specialized_activities.cpp+20-3
- tests/taskthread_fd_test.cpp+4
- tests/unit.hpp+4
- CMakeLists.txt+5-14
- bindings/ruby/ext/convert.cc+1-1
- bindings/ruby/ext/memory.cc+8
- bindings/ruby/ext/registry.cc+13-13
- bindings/ruby/ext/specialized_types.cc+9-9
- bindings/ruby/ext/typelib.hh+1-1
- bindings/ruby/ext/typelib_ruby.cc+5-2
- bindings/ruby/ext/value.cc+1-1
- bindings/ruby/lib/typelib.rb+5-2
- bindings/ruby/lib/typelib/accessor.rb+13-6
- bindings/ruby/lib/typelib/compound_type.rb+3-6
- bindings/ruby/lib/typelib/cxx.rb+4-4
- bindings/ruby/lib/typelib/gccxml.rb+31-12
- bindings/ruby/lib/typelib/registry.rb+4-12
- bindings/ruby/lib/typelib/type.rb+6
- env-hooks/00.typelib.sh.in-5
- lang/csupport/containers.cc+2-1
- lang/idl/export.cc+38-31
- lang/tlb/import.cc+2-2
- manifest.xml+2-1
- package.xml+13-25
- test/CMakeLists.txt+5-1
- test/data/test_underscores.h+29
- test/data/test_underscores.idl+25
- test/ruby/container_memory_leak_on_resize.rb+20
- test/ruby/cxx_common_tests.rb+5
- test/ruby/cxx_import_tests/documentation_metadata_tags.h+1-1
- test/ruby/cxx_import_tests/empty_base_class.hh+26
- test/ruby/cxx_import_tests/empty_base_class.tlb+44
- test/ruby/cxx_import_tests/relative_includes.hh+10
- test/ruby/cxx_tlbgen.in+1-1
- test/ruby/test_compound_type.rb+42
- test/ruby/test_container_type.rb+7
- test/ruby/test_cxx.rb-1
- test/ruby/test_cxx_castxml.rb+49
- test/ruby/test_idl.rb+4-1
- test/ruby/test_numeric_type.rb+3-3
- test/test_containers.cc+2-2
- test/test_display.cc+7-2
- test/test_lang_tlb.cc+2-2
- test/test_marshalling.cc+76-9
- test/test_memory_layout.cc+27-10
- test/test_model.cc+1-1
- test/test_plugin.cc+1-1
- test/test_registry.cc+2-2
- test/test_typebuilder.cc+1-1
- test/test_value.cc+5-5
- test/test_value_ops_init.cc+16-2
- test/testsuite.cc+1-1
- typelib/csvoutput.cc+1-1
- typelib/endian_swap.hh+4-4
- typelib/memory_layout.cc+13-4
- typelib/pluginmanager.cc+8-5
- typelib/registry.cc+2-2
- typelib/typebuilder.cc+2-2
- typelib/typemodel.cc+1-1
- typelib/value_ops.cc+9-1
- typelib/value_ops.hh+9
0 commit comments