- 20 Jul, 2020 1 commit
-
-
Thomas PEYRUCAIN authored
I have 4 warnings during the make install of the package about sphinx. I saw with Olivier Stasse and Florent Lamiraux that it could be deleted because it is not used.
-
- 06 Jul, 2020 2 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- 29 Jun, 2020 1 commit
-
-
Guilhem Saurel authored
[cmake] Synchronize
-
- 13 Jun, 2020 1 commit
-
-
Olivier Stasse authored
-
- 07 May, 2020 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 19 Mar, 2020 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 28 Feb, 2020 1 commit
-
-
Guilhem Saurel authored
-
- 05 Feb, 2020 1 commit
-
-
Florent Lamiraux authored
* [CMake] Add Cmake option to deactivate suffix of so files. Co-authored-by:
Joseph Mirabel <josephmirabel@gmail.com>
-
- 03 Feb, 2020 3 commits
-
-
Olivier Stasse authored
-
At the moment, it is not possible to bind from Python to C++. See TODO
-
-
- 30 Jan, 2020 1 commit
-
-
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
-
- 24 Jan, 2020 1 commit
-
-
Guilhem Saurel authored
WIP: CMake exports
-
- 23 Jan, 2020 15 commits
-
-
Guilhem Saurel authored
-
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
-
- 12 Dec, 2019 2 commits
-
-
Joseph Mirabel authored
[Doc] improve doc of setLoggerVerbosityLevel
-
Joseph Mirabel authored
-
- 11 Dec, 2019 2 commits
-
-
Guilhem Saurel authored
-
Joseph Mirabel authored
fix #39
-
- 05 Dec, 2019 5 commits
-
-
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
-