Commits on Source (57)
-
Florent Lamiraux authored
-
Guilhem Saurel authored
[tools] Replace '/' by '_' in filenames for traces.
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Guilhem Saurel authored
pre-commit
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v13.0.1 → v14.0.1](https://github.com/pre-commit/mirrors-clang-format/compare/v13.0.1...v14.0.1)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.1 → v14.0.3](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.1...v14.0.3)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.3 → v14.0.4-1](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.3...v14.0.4-1) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)
-
Guilhem Saurel authored
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.4-1 → v14.0.5](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.4-1...v14.0.5)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.5 → v14.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.5...v14.0.6) - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
pre-commit-ci[bot] authored
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
pre-commit-ci[bot] authored
updates: - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
as eigenpy doesn't need the interpreter, rely on it is not enough
-
Guilhem Saurel authored
-
Guilhem Saurel authored
[CMake] Search for Python & Boost::Python
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
pre-commit-ci[bot] authored
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
-
Guilhem Saurel authored
[pre-commit.ci] pre-commit autoupdate
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Showing
- .git-blame-ignore-revs 2 additions, 0 deletions.git-blame-ignore-revs
- .pre-commit-config.yaml 39 additions, 0 deletions.pre-commit-config.yaml
- CMakeLists.txt 79 additions, 70 deletionsCMakeLists.txt
- README.md 2 additions, 0 deletionsREADME.md
- cmake 1 addition, 1 deletioncmake
- doc/footer.html 0 additions, 1 deletiondoc/footer.html
- doc/header.html 0 additions, 1 deletiondoc/header.html
- doc/package.css 15 additions, 16 deletionsdoc/package.css
- doc/package.dox.in 32 additions, 32 deletionsdoc/package.dox.in
- include/dynamic-graph/python/convert-dg-to-py.hh 2 additions, 1 deletioninclude/dynamic-graph/python/convert-dg-to-py.hh
- include/dynamic-graph/python/dynamic-graph-py.hh 4 additions, 2 deletionsinclude/dynamic-graph/python/dynamic-graph-py.hh
- include/dynamic-graph/python/interpreter.hh 4 additions, 2 deletionsinclude/dynamic-graph/python/interpreter.hh
- include/dynamic-graph/python/module.hh 8 additions, 4 deletionsinclude/dynamic-graph/python/module.hh
- include/dynamic-graph/python/signal-wrapper.hh 2 additions, 1 deletioninclude/dynamic-graph/python/signal-wrapper.hh
- include/dynamic-graph/python/signal.hh 15 additions, 8 deletionsinclude/dynamic-graph/python/signal.hh
- package.xml 14 additions, 13 deletionspackage.xml
- pyproject.toml 3 additions, 0 deletionspyproject.toml
- setup.cfg 4 additions, 0 deletionssetup.cfg
- src/CMakeLists.txt 15 additions, 18 deletionssrc/CMakeLists.txt
- src/dynamic_graph/CMakeLists.txt 14 additions, 17 deletionssrc/dynamic_graph/CMakeLists.txt
.git-blame-ignore-revs
0 → 100644
.pre-commit-config.yaml
0 → 100644
pyproject.toml
0 → 100644
setup.cfg
0 → 100644