Commit 8b9cd35
committed
Updated pybind11 to their newest master
1 parent d4f2f06 commit 8b9cd35
1 file changed
+1
-1
lines changed- .appveyor.yml+2-1
- .readthedocs.yml+2
- .travis.yml+34-6
- CMakeLists.txt+24-8
- ISSUE_TEMPLATE.md+17
- README.md+14-10
- docs/Doxyfile+19
- docs/advanced/cast/chrono.rst+2-2
- docs/advanced/cast/index.rst+1
- docs/advanced/cast/overview.rst+12
- docs/advanced/cast/stl.rst+7-5
- docs/advanced/cast/strings.rst+243
- docs/advanced/classes.rst+37-12
- docs/advanced/functions.rst+114-20
- docs/advanced/misc.rst+1
- docs/advanced/pycpp/numpy.rst+20-12
- docs/advanced/pycpp/object.rst+3-1
- docs/advanced/smart_ptrs.rst+35-1
- docs/basics.rst+2-2
- docs/changelog.rst+310-53
- docs/classes.rst+3-3
- docs/compiling.rst+101-32
- docs/conf.py+29-5
- docs/environment.yml+10
- docs/intro.rst+10-8
- docs/reference.rst+34-201
- docs/release.rst+4-2
- include/pybind11/attr.h+85-35
- include/pybind11/cast.h+276-179
- include/pybind11/common.h+84-36
- include/pybind11/complex.h+9-4
- include/pybind11/eigen.h+2-2
- include/pybind11/eval.h+7
- include/pybind11/functional.h+6-6
- include/pybind11/numpy.h+64-70
- include/pybind11/pybind11.h+429-171
- include/pybind11/pytypes.h+172-20
- include/pybind11/stl.h+2-2
- pybind11/_version.py+1-1
- setup.py+33-24
- tests/CMakeLists.txt+53-48
- tests/conftest.py+12
- tests/constructor_stats.h+33-6
- tests/object.h+2-2
- tests/pybind11_tests.cpp+14-1
- tests/test_alias_initialization.py+9-8
- tests/test_buffers.cpp+1-1
- tests/test_buffers.py+29-24
- tests/test_cmake_build/installed_function/CMakeLists.txt+12
- tests/test_cmake_build/installed_target/CMakeLists.txt+18
- tests/test_cmake_build/main.cpp+2-2
- tests/test_cmake_build/subdirectory_function/CMakeLists.txt+8
- tests/test_cmake_build/subdirectory_target/CMakeLists.txt+15
- tests/test_cmake_build/test.py+5
- tests/test_inheritance.cpp+17
- tests/test_inheritance.py+20-1
- tests/test_installed_module/CMakeLists.txt-14
- tests/test_installed_module/main.cpp-10
- tests/test_installed_module/test.py-3
- tests/test_installed_target/CMakeLists.txt-20
- tests/test_installed_target/test.py-3
- tests/test_issues.cpp+1-2
- tests/test_issues.py+4-5
- tests/test_keep_alive.py+13-13
- tests/test_kwargs_and_defaults.cpp+37
- tests/test_kwargs_and_defaults.py+49
- tests/test_methods_and_attributes.cpp+121-16
- tests/test_methods_and_attributes.py+89-2
- tests/test_multiple_inheritance.cpp-1
- tests/test_multiple_inheritance.py-2
- tests/test_numpy_array.py+4-3
- tests/test_numpy_dtypes.cpp+36-22
- tests/test_numpy_dtypes.py+74-34
- tests/test_opaque_types.py+2-1
- tests/test_operator_overloading.py-1
- tests/test_pickling.cpp+3-1
- tests/test_pickling.py+3
- tests/test_python_types.cpp+44-3
- tests/test_python_types.py+102-1
- tests/test_smart_ptr.cpp+45-1
- tests/test_smart_ptr.py+15
- tests/test_virtual_functions.py+3
- tools/pybind11Config.cmake.in+9-9
- tools/pybind11Tools.cmake+114-57
0 commit comments