3 files changed
+3
-3
lines changed- 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+2-2
- bindings/ruby/lib/typelib/gccxml.rb+28-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_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_idl.rb+4-1
- test/ruby/test_numeric_type.rb+3-3
- test/test_containers.cc+2-2
- test/test_display.cc+4-3
- 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