- Mar 28, 2022
-
-
Guilhem Saurel authored
-
- Nov 05, 2021
-
-
Guilhem Saurel authored
fix submodule url
-
- Nov 03, 2021
-
-
Guilhem Saurel authored
-
- Sep 15, 2021
-
-
Guilhem Saurel authored
format: clang-format-12
-
- Sep 13, 2021
-
-
Guilhem Saurel authored
-
- Sep 06, 2021
-
-
Guilhem Saurel authored
update deprecations for C++14
-
Guilhem Saurel authored
interpreter: fix deprecation for python 3.9
-
- 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.
-
- Sep 02, 2021
-
-
Guilhem Saurel authored
-
- Aug 20, 2021
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Add fwd.hh header file.
- Aug 18, 2021
-
-
Guilhem Saurel authored
Otherwise we can't include its fwd.hh
-
- Aug 04, 2021
-
-
Guilhem Saurel authored
add missing include for Boost 1.76
-
- Aug 03, 2021
-
-
Guilhem Saurel authored
[CMake] set INSTALL_RPATH for python on linux
-
- Aug 02, 2021
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
To avoid the need to set `LD_LIBRARY_PATH` when the `CMAKE_INSTALL_PREFIX` is not a standard one.
-
- Jun 10, 2021
-
-
Florent Lamiraux authored
-
- Mar 10, 2021
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
- Mar 04, 2021
-
-
Guilhem Saurel authored
[Python] remove references to matlab, fix #73
-
- Mar 03, 2021
-
-
Guilhem Saurel authored
-
- Feb 09, 2021
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Nov 14, 2020
-
-
Guilhem Saurel authored
- Nov 13, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Nov 12, 2020
-
-
Guilhem Saurel authored
[CI] drop travis, fix #65
-
Guilhem Saurel authored
Fix build on 16.04
-
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") ^
-
Guilhem Saurel authored
On 16.04, fix: …/dynamic-graph-python-4.0.0/include/dynamic-graph/python/module.hh:47:26: error: 'exposeEntity' function uses 'auto' type specifier without trailing return type inline auto exposeEntity() { ^
-