- Mar 30, 2022
-
-
Guilhem Saurel authored
-
- Mar 28, 2022
-
-
Guilhem Saurel authored
-
- Mar 22, 2022
-
-
Florent Lamiraux authored
-
- Sep 13, 2021
-
-
Guilhem Saurel authored
-
- Sep 03, 2021
-
-
Guilhem Saurel authored
ref. https://docs.python.org/3/c-api/init.html#c.PyEval_InitThreads: > Changed in version 3.7: This function is now called by Py_Initialize(), > so you don’t have to call it yourself anymore. > Changed in version 3.9: The function now does nothing. > Deprecated since version 3.9, will be removed in version 3.11.
-
- 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
-
Guilhem Saurel authored
-
- Jul 06, 2020
-
-
Olivier Stasse authored
-
Olivier Stasse authored
This reverts commit 4944617f.
-
Olivier Stasse 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 05, 2020
-
-
Florent Lamiraux authored
* [CMake] Add Cmake option to deactivate suffix of so files. Co-authored-by:
Joseph Mirabel <josephmirabel@gmail.com>
-
- 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
-
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
-