- Jul 28, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Aug 30, 2022
-
-
Guilhem Saurel authored
-
- Jul 27, 2022
-
-
Guilhem Saurel authored
-
- Mar 30, 2022
-
-
Guilhem Saurel authored
-
- Mar 28, 2022
-
-
Guilhem Saurel authored
-
- Mar 22, 2022
-
-
Florent Lamiraux authored
-
- Sep 13, 2021
-
-
Guilhem Saurel authored
-
- Aug 02, 2021
-
-
Guilhem Saurel authored
To avoid the need to set `LD_LIBRARY_PATH` when the `CMAKE_INSTALL_PREFIX` is not a standard one.
-
- Mar 03, 2021
-
-
Guilhem Saurel authored
-
- Nov 14, 2020
-
-
Guilhem Saurel authored
-
- Nov 10, 2020
-
-
Guilhem Saurel authored
On 16.04, fix: …/dynamic-graph-python-4.0.0/src/dynamic_graph/dynamic-graph-py.cc: In function 'void exposeCommand()': …/dynamic-graph-python-4.0.0/src/dynamic_graph/dynamic-graph-py.cc:191:24: error: 'raw_function' is not a member of 'bp' .def("__call__", bp::raw_function(dg::python::entity::executeCmd, 1), "execute the command") ^
-
- Sep 27, 2020
-
-
Joseph Mirabel authored
-
- Aug 24, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Jul 23, 2020
-
-
Guilhem Saurel authored
-
- Jun 30, 2020
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Mar 19, 2020
-
-
Guilhem Saurel authored
-
- Feb 03, 2020
-
-
At the moment, it is not possible to bind from Python to C++. See TODO
-
-
- Jan 23, 2020
-
-
Guilhem Saurel authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- Dec 12, 2019
-
-
Joseph Mirabel authored
-
- Dec 05, 2019
-
-
Guilhem Saurel authored
to fix #39 also in Python2
-
Guilhem Saurel authored
-
Guilhem Saurel authored
As PyState_AddModule is not yet called in the module definition, PyState_FindModule will not work, so for Python 3 we need to get the module from the methods definition to retrieve a pointer to dgpyError. Fix #39
-
- Dec 03, 2019
-
-
Guilhem Saurel authored
As, from the docs: > Passing arguments of the wrong type (e.g. passing a list when an int > is expected) should result in a TypeError. Thanks @jmirabel
-
- Dec 02, 2019
-
-
Guilhem Saurel authored
thanks @jviereck
-
Guilhem Saurel authored
-
- Nov 28, 2019
-
-
Guilhem Saurel authored
While here, develop test from previous commit, and fix another test in the same file. fix #36
-
- Nov 05, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored