-
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.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule exprtk
updated
33 files
Submodule exprtk-custom-types
updated
17 files
+35 β0 | complex/Makefile | |
+323 β0 | complex/complex_type.hpp | |
+390 β0 | complex/exprtk_complex_adaptor.hpp | |
+87 β0 | complex/exprtk_complex_example.cpp | |
+22 β0 | complex/license.txt | |
+6 β5 | mpfr/Makefile | |
+31 β9 | mpfr/exprtk_mpfr_adaptor.hpp | |
+25 β26 | mpfr/exprtk_mpfr_benchmark.cpp | |
+180 β133 | mpfr/exprtk_mpfr_repl.cpp | |
+7,360 β4,030 | mpfr/exprtk_mpfr_test.cpp | |
+22 β0 | mpfr/license.txt | |
+5 β4 | real/Makefile | |
+49 β45 | real/exprtk_real_adaptor.hpp | |
+26 β26 | real/exprtk_real_benchmark.cpp | |
+7,397 β4,071 | real/exprtk_real_test.cpp | |
+22 β0 | real/license.txt | |
+29 β21 | real/real_type.hpp |
Submodule pybind11
updated
10 files
+8 β8 | .pre-commit-config.yaml | |
+2 β1 | docs/upgrade.rst | |
+51 β5 | include/pybind11/detail/class.h | |
+4 β4 | include/pybind11/detail/common.h | |
+2 β3 | include/pybind11/detail/descr.h | |
+2 β2 | include/pybind11/detail/internals.h | |
+4 β4 | include/pybind11/detail/type_caster_base.h | |
+3 β3 | include/pybind11/eigen/tensor.h | |
+171 β0 | tests/test_buffers.cpp | |
+160 β0 | tests/test_buffers.py |