- 25 May, 2021 1 commit
-
-
Guilhem Saurel authored
* include registration: add failing unit test * include registration: break circular include loop otherwise, when a user include directly this header without fwd.hpp, as in the include.cpp regression test: Dans le fichier inclus depuis ../include/eigenpy/fwd.hpp:35, depuis ../include/eigenpy/registration.hpp:9, depuis ../unittest/include.cpp:7: ../include/eigenpy/expose.hpp: Dans la fonction « void eigenpy::expose() »: ../include/eigenpy/expose.hpp:27:9: erreur: « register_symbolic_link_to_registered_type » n'a pas été déclaré dans cette portée 27 | if(!register_symbolic_link_to_registered_type<T>()) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/eigenpy/expose.hpp:27:52: erreur: expected primary-expression before « > » token 27 | if(!register_symbolic_link_to_registered_type<T>()) | ^ ../include/eigenpy/expose.hpp:27:50: attention: le non logique est toujours appliqué au membre de gauche de la comparaison [-Wlogical-not-parentheses] 27 | if(!register_symbolic_link_to_registered_type<T>()) | ^ ../include/eigenpy/expose.hpp:27:54: erreur: expected primary-expression before « ) » token 27 | if(!register_symbolic_link_to_registered_type<T>()) | ^
-
- 21 May, 2021 3 commits
-
-
Justin Carpentier authored
Additional fix
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 19 May, 2021 4 commits
-
-
Justin Carpentier authored
Fix constructors for Quaternion
-
Justin Carpentier authored
-
Justin Carpentier authored
Fix quaternion static Identity constructor
-
Justin Carpentier authored
-
- 25 Apr, 2021 1 commit
-
-
Wolfgang Merkt authored
* Add ROS-CI using GitHub Actions based on Industrial-CI * [CI] Rename ROS-CI
-
- 16 Apr, 2021 5 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
Add CI for OSX
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 02 Apr, 2021 4 commits
-
-
Justin Carpentier authored
Fix warnings
-
Guilhem Saurel authored
fix: CMake Warning (dev) at unittest/CMakeLists.txt:10 (ADD_LIBRARY): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: …/eigenpy/unittest/eigen_ref.cpp Call Stack (most recent call first): unittest/CMakeLists.txt:33 (ADD_LIB_UNIT_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
-
-
Guilhem Saurel authored
This reverts commit 3ae34565.
-
- 28 Mar, 2021 1 commit
-
-
Justin Carpentier authored
-
- 24 Mar, 2021 1 commit
-
-
Justin Carpentier authored
Expose boolean matrices
-
- 23 Mar, 2021 1 commit
-
-
Justin Carpentier authored
-
- 19 Jan, 2021 5 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
Fix init call order
-
Gabriele Buondonno authored
-
Justin Carpentier authored
This is due to a bug in Boost.Python
-
- 04 Jan, 2021 1 commit
-
-
Justin Carpentier authored
-
- 31 Dec, 2020 3 commits
-
-
Justin Carpentier authored
Add SWIG support
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 30 Dec, 2020 1 commit
-
-
Justin Carpentier authored
Handle support of template specialization for exposing new types
-
- 29 Dec, 2020 9 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-