3 files changed
+3
-3
lines changedSubmodule gloo updated from aad0002 to 825d3ec
- .travis.yml+12-6
- AUTHORS.txt+8
- CHANGELOG.txt+16
- CMakeLists.txt+8-4
- docs/concepts.rst+8-2
- docs/reference.rst+21-11
- examples/network_server/client.c+2-6
- examples/network_server/server.c+6-2
- examples/simple/simple.c+1-1
- examples/using_union_messages/README.txt+3
- extra/FindNanopb.cmake+52-25
- generator/nanopb/options.proto+3
- generator/nanopb_generator.py+84-16
- generator/proto/google/protobuf/descriptor.proto+185-27
- generator/proto/nanopb.proto+3
- library.json+1-1
- pb.h+11-1
- pb_decode.c+161-44
- pb_decode.h+22
- pb_encode.c+88-22
- pb_encode.h+16
- tests/SConstruct+1-1
- tests/alltypes/SConscript+10
- tests/alltypes/alltypes.proto+1-1
- tests/alltypes/decode_alltypes.c+144-66
- tests/alltypes/encode_alltypes.c+69-66
- tests/alltypes_proto3/SConscript+1-1
- tests/anonymous_oneof/SConscript+1-1
- tests/decode_unittests/decode_unittests.c+11
- tests/field_size_16/SConscript+3
- tests/field_size_16/alltypes.proto+1-1
- tests/field_size_16_proto3/SConscript+1-1
- tests/field_size_32/SConscript+3
- tests/field_size_32/alltypes.proto+1-1
- tests/fixed_count/SConscript+14
- tests/fixed_count/fixed_count.proto+21
- tests/fixed_count/fixed_count_unittests.c+116
- tests/map/SConscript+21
- tests/map/decode_map.c+60
- tests/map/encode_map.c+37
- tests/map/map.options+2
- tests/map/map.proto+6
- tests/oneof/SConscript+1-1
- tests/site_scons/site_init.py+8-8
- tests/without_64bit/SConscript+49
- tests/without_64bit/alltypes.options+3
- tests/without_64bit/alltypes.proto+100
- tests/without_64bit/decode_alltypes.c+185
- tests/without_64bit/encode_alltypes.c+124
- tests/without_64bit/no_64bit_syshdr.h+14
- tools/make_linux_package.sh+9-7
- .travis.yml+1-1
- docs/advanced/cast/stl.rst-3
- docs/advanced/functions.rst+1-1
- docs/advanced/misc.rst+26-7
- docs/changelog.rst+65
- docs/faq.rst+2-2
- include/pybind11/cast.h+9-2
- include/pybind11/detail/common.h+29-38
- include/pybind11/pybind11.h+5-5
- include/pybind11/stl.h+2-1
- tests/test_eigen.cpp+1-1
- tests/test_numpy_dtypes.py+2-2
- tests/test_opaque_types.cpp+7-3
- tests/test_virtual_functions.cpp+3-1
0 commit comments