- Apr 21, 2023
-
-
Justin Carpentier authored
-
- Apr 20, 2023
-
-
Wilson Jallet authored
-
Wilson Jallet authored
Add example showing how to bind virtual classes, passing to overrides by reference, registering shared_ptr, and overriding factories and data classes from Python
-
- Apr 06, 2023
-
-
Wilson Jallet authored
+ unittest: make bind_optional and test_optional.py into template files + cmake: instantiate boost and std optional tests using configure_file
-
Wilson Jallet authored
+ default is boost::optional<T> + add test for boost::optional
-
- Feb 28, 2023
-
-
Wilson Jallet authored
+ create struct with fixed-size members, expose with setter
-
- Feb 21, 2023
-
-
Justin Carpentier authored
-
- Feb 20, 2023
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Feb 07, 2023
-
-
pre-commit-ci[bot] authored
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- Jan 07, 2023
-
-
Justin Carpentier authored
-
- Dec 07, 2022
-
-
Justin Carpentier authored
-
- Dec 05, 2022
-
-
Wilson Jallet authored
-
Wilson Jallet authored
& update its docstring
-
Wilson Jallet authored
-
Wilson Jallet authored
* fix includes * comment out edge cases
-
Wilson Jallet authored
unittest/eigen_ref.cpp: asConstRef should take input as Ref<const T>
-
Wilson Jallet authored
eigen-allocator: try a fix for mutable Eigen::Ref from Python array with "wrong" layout * trick transposes pyArray to get the right layout :)
-
Wilson Jallet authored
-
Wilson Jallet authored
std-map/std-vector: add mention to file heading
-
Wilson Jallet authored
* bp::extract will construct an Eigen::Ref on the fly as an rvalue using the registered converter * move overload_base_get_item_for_std_vector from pinocchio to here -- changes behaviour of __getitem__ * redef exposeStdVectorEigenSpecificType to overload the boost vector_indexing_suite __getitem__ * move exposeStdVectorEigenSpecificType to std-vector.hpp header
-
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
* does not work properly
-
Wilson Jallet authored
* tests we can expose std::vector<Matrix3d> * test input and returning std::vector<Matrix> objects * test specific functions for specific dims
-
Wilson Jallet authored
* add test_std_vector.py * fix copyable.hpp's include guards & namespace * same for pickle-vector * expose std::vector for VectorXd, MatrixXd, VectorXi, MatrixXi
-
- Sep 08, 2022
-
-
Wolfgang Merkt authored
* Fix flake8 errors * flake8: ignore E203 * flake8: 119 cols for now * black * fix comment style * exclude cmake.py * clang-format: sort include Co-authored-by:
Guilhem Saurel <guilhem.saurel@laas.fr>
-
- Aug 30, 2022
-
-
Wolfgang Merkt authored
-
- May 09, 2022
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
* stride reversed also in this case * add test for (1,n) and (n,1) blocks
-
Wilson Jallet authored
-
- May 03, 2022
-
-
Wilson Jallet authored
* show correct return_value_policy to use
-
Guilhem Saurel authored
-
- Apr 19, 2022
-
-
Wilson Jallet authored
-
Justin Carpentier authored
-
Wilson Jallet authored
isolates problem with conversion
-
Justin Carpentier authored
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
* test fails, problem in stride ? only first column modified
-
- Apr 08, 2022
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-