- Jul 06, 2020
-
-
Olivier Stasse authored
This reverts commit 4944617f.
-
Olivier Stasse authored
This reverts commit 20979705.
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- May 07, 2020
-
-
Guilhem Saurel authored
- Mar 19, 2020
-
-
Guilhem Saurel authored
- Feb 28, 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
-
-
Olivier Stasse authored
-
At the moment, it is not possible to bind from Python to C++. See TODO
-
-
- Jan 30, 2020
-
-
Change branch from debian to devel Modifies .travis.yml to avoid using catkin_make For now test classical compiling suite. Should be better to try catkin build. Synchronize travis
-
- Jan 24, 2020
-
-
Guilhem Saurel authored
WIP: CMake exports
-
- Jan 23, 2020
-
-
Guilhem Saurel authored
This should be temporary, until either: - we find a proper solution in the submodule - we are sure that no project use the .pc anymore
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Olivier Stasse authored
-
Guilhem Saurel authored
- Dec 12, 2019
-
-
Joseph Mirabel authored
[Doc] improve doc of setLoggerVerbosityLevel
-
Joseph Mirabel authored
-
- Dec 11, 2019
-
-
Joseph Mirabel authored
fix #39
- 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
-
Guilhem Saurel authored
This adds a command in Custom Entity that acts on the input signal. Acting on this input signal before setting it should raise an exception from dynamic-graph. test_dg_exc was added to check that, and fails for now. ref https://github.com/stack-of-tasks/dynamic-graph-python/issues/39 While here, fix exception type check in test_bindings.
-
Guilhem Saurel authored
explicit error in case of misuse of dg.plug, fix #36
-