Commits on Source (96)
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Thomas PEYRUCAIN authored
Add operations to the unused variables to silence the unused variable warnings in order to have a stable release of dynamic-graph into the ros buildfarm
-
Thomas PEYRUCAIN authored
Uncomment this line to resolve the unused-but-set-variable warning to have a stable release in ros buildfarm
-
Thomas PEYRUCAIN authored
Resolve the unused-but-set-variable warning from res value to have a stable release in ros buildfarm
-
Thomas PEYRUCAIN authored
Add a comment
-
Guilhem Saurel authored
[Tests] fix compilation warnings
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Release of version 4.2.2.
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Using both ADD_PROJECT_DEPEDENCY & FIND_PACKAGE for Boost breaks uses of ${Boost_LIBRARIES}: only the last call to one ore the other is taken into account. I suggest to use ${Boost_LIBRARIES} for exported ones, and eg. ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY} for the private ones.
-
Guilhem Saurel authored
-
Julian Viereck authored
-
Joseph Mirabel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
For now, the plugins can only be loaded from python, so we just need the wrap.so to be able to find its plugin.so. For this, there is no need for a unique hard-coded absolute path to provide an RPATH to libdynamic-graph.so. And actually, that RPATH was not even set.
-
Guilhem Saurel authored
Tracer: Adding lock to make it threadsafe
-
Guilhem Saurel authored
[CMake] DYNAMIC_GRAPH_PLUGINDIR is now relative
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
to fix debian packages creation on ROS buildfarm: 00:12:11 dpkg-shlibdeps: error: cannot find library libtracer.so.4.3.1 needed by debian/ros-noetic-dynamic-graph/opt/ros/noetic/lib/dynamic-graph-plugins/libtracer-real-time.so.4.3.1 (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '')
-
Guilhem Saurel authored
[CMake] set RPATH for plugins
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
This reverts commit 62765608. as this is breaking on boost < 1.73
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Make switch to std::shared_ptr easier
-
Guilhem Saurel authored
-
Guilhem Saurel authored
add doc/make CommandVoid 5-8
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
To fix build issues on dependent packages on 16.04
-
Guilhem Saurel authored
[CMake] upgrade C++ standard from 11 to 14
-
Guilhem Saurel authored
-
Guilhem Saurel authored
fix: …/dynamic-graph/src/dgraph/entity.cpp: In member function ‘void dynamicgraph::Entity::sendMsg(const string&, dynamicgraph::MsgType, const string&)’: …/dynamic-graph/src/dgraph/entity.cpp:212:52: warning: ‘void dynamicgraph::Logger::sendMsg(std::__cxx11::string, dynamicgraph::MsgType, const string&)’ is deprecated: use stream(type, lineId) << msg [-Wdeprecated-declarations] logger_.sendMsg("[" + name + "]" + msg, t, lineId); ^ In file included from …/dynamic-graph/include/dynamic-graph/entity.h:18:0, from …/dynamic-graph/src/dgraph/entity.cpp:13: …/dynamic-graph/include/dynamic-graph/logger.h:225:3: note: declared here sendMsg(std::string msg, MsgType type, const std::string &lineId = ""); ^~~~~~~ ref. #58
-
Guilhem Saurel authored
update deprecations for C++14
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
reformat for clang-format-12
-
Guilhem Saurel authored
-
Guilhem Saurel authored
linters: fix clang-check-12
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Devel
-
Add support for long int.
-
While here fix the exception message for int (remove the second int). Fix the test accordingly.
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
maintenance chores
-
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/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)
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
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
-
Guilhem Saurel authored
-
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)
-
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
Showing
- .clang-format 0 additions, 3 deletions.clang-format
- .git-blame-ignore-revs 35 additions, 0 deletions.git-blame-ignore-revs
- .gitignore 2 additions, 1 deletion.gitignore
- .gitmodules 1 addition, 4 deletions.gitmodules
- .pre-commit-config.yaml 30 additions, 0 deletions.pre-commit-config.yaml
- .travis 0 additions, 1 deletion.travis
- .travis.yml 0 additions, 33 deletions.travis.yml
- CMakeLists.txt 135 additions, 132 deletionsCMakeLists.txt
- NEWS 0 additions, 1 deletionNEWS
- README.md 1 addition, 0 deletionsREADME.md
- cmake 1 addition, 1 deletioncmake
- doc/Doxyfile.extra.in 2 additions, 2 deletionsdoc/Doxyfile.extra.in
- doc/additionalDoc/introduction.h 1 addition, 1 deletiondoc/additionalDoc/introduction.h
- doc/pictures/entity.svg 1 addition, 1 deletiondoc/pictures/entity.svg
- include/dynamic-graph/all-commands.h 1 addition, 1 deletioninclude/dynamic-graph/all-commands.h
- include/dynamic-graph/all-signals.h 1 addition, 1 deletioninclude/dynamic-graph/all-signals.h
- include/dynamic-graph/command-bind.h 473 additions, 116 deletionsinclude/dynamic-graph/command-bind.h
- include/dynamic-graph/command-direct-getter.h 10 additions, 8 deletionsinclude/dynamic-graph/command-direct-getter.h
- include/dynamic-graph/command-direct-setter.h 11 additions, 9 deletionsinclude/dynamic-graph/command-direct-setter.h
- include/dynamic-graph/command-getter.h 8 additions, 7 deletionsinclude/dynamic-graph/command-getter.h
.clang-format
deleted
100644 → 0
.git-blame-ignore-revs
0 → 100644
.pre-commit-config.yaml
0 → 100644
.travis.yml
deleted
100644 → 0
This diff is collapsed.