forked from diffCheckOrg/diffCheck
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX-MERGE: linter fixes + merge from eleni's branch
- Loading branch information
Showing
12 changed files
with
5,534 additions
and
5,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule eigen
updated
from 92e373 to f91f8e
Submodule googletest
updated
48 files
Submodule pybind11
updated
23 files
+3 −3 | docs/advanced/cast/stl.rst | |
+3 −3 | docs/advanced/smart_ptrs.rst | |
+7 −0 | docs/basics.rst | |
+2 −2 | include/pybind11/detail/class.h | |
+3 −0 | include/pybind11/detail/common.h | |
+2 −2 | include/pybind11/detail/internals.h | |
+2 −1 | include/pybind11/detail/type_caster_base.h | |
+2 −1 | include/pybind11/eigen/matrix.h | |
+2 −1 | include/pybind11/eigen/tensor.h | |
+2 −0 | include/pybind11/pytypes.h | |
+5 −5 | include/pybind11/stl/filesystem.h | |
+3 −0 | tests/CMakeLists.txt | |
+8 −8 | tests/local_bindings.h | |
+1 −1 | tests/test_callbacks.cpp | |
+2 −2 | tests/test_eigen_matrix.cpp | |
+1 −1 | tests/test_opaque_types.cpp | |
+63 −0 | tests/test_pytypes.cpp | |
+42 −0 | tests/test_pytypes.py | |
+2 −2 | tests/test_sequences_and_iterators.cpp | |
+9 −6 | tests/test_smart_ptr.cpp | |
+1 −1 | tests/test_stl.cpp | |
+1 −1 | tests/test_tagbased_polymorphic.cpp | |
+1 −1 | tests/test_virtual_functions.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.