- Apr 25, 2021
-
-
Wolfgang Merkt authored
* Add ROS-CI using GitHub Actions based on Industrial-CI * [CI] Rename ROS-CI
-
- Apr 16, 2021
-
-
Justin Carpentier authored
Add CI for OSX
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
- Apr 02, 2021
-
-
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.
-
- Mar 28, 2021
-
- Mar 24, 2021
-
-
Justin Carpentier authored
Expose boolean matrices
-
- Mar 23, 2021
-
-
Justin Carpentier authored
-
- Jan 19, 2021
-
-
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
- Jan 04, 2021
-
- Dec 31, 2020
-
-
Justin Carpentier authored
Add SWIG support
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Dec 30, 2020
-
-
Justin Carpentier authored
Handle support of template specialization for exposing new types
-
- Dec 29, 2020
-
-
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
-
- Dec 18, 2020
-
-
Justin Carpentier authored
Move EIGENPY_MAKE_TYPEDEFS to a dedicated file
-
Justin Carpentier authored
-
- Dec 14, 2020
-
-
Justin Carpentier authored
remove warnings
-
Guilhem Saurel authored
Boost 1.73 added a boring warning about deprecated use of boost bind, which is still used by boost python. As of Boost 1.75, this is still not fixed: https://github.com/boostorg/python/pull/296 https://github.com/boostorg/python/pull/315
-
Guilhem Saurel authored
Recent CMake versions added this warning: CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. And we are not compatible with CMake < 3.1: ref https://github.com/jrl-umi3218/jrl-cmakemodules/issues/338
-
- Nov 20, 2020
-
-
Justin Carpentier authored
Comply with new CI rules
-
Justin Carpentier authored
-
Justin Carpentier authored
-