- 07 Sep, 2021 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 06 Sep, 2021 1 commit
-
-
Guilhem Saurel authored
update deprecations for C++14
-
- 02 Sep, 2021 2 commits
-
-
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
-
- 19 Aug, 2021 1 commit
-
-
Guilhem Saurel authored
[CMake] upgrade C++ standard from 11 to 14
-
- 18 Aug, 2021 6 commits
-
-
Guilhem Saurel authored
To fix build issues on dependent packages on 16.04
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
add doc/make CommandVoid 5-8
-
Guilhem Saurel authored
-
-
- 01 Jul, 2021 1 commit
-
-
Florent Lamiraux authored
Make switch to std::shared_ptr easier
-
- 10 Jun, 2021 1 commit
-
-
Florent Lamiraux authored
-
- 10 Mar, 2021 3 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 09 Feb, 2021 7 commits
-
-
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
-
- 16 Dec, 2020 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 03 Dec, 2020 1 commit
-
-
Guilhem Saurel authored
[CMake] set RPATH for plugins
-
- 02 Dec, 2020 1 commit
-
-
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: '')
-
- 13 Nov, 2020 3 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 12 Nov, 2020 3 commits
-
-
Guilhem Saurel authored
[CMake] DYNAMIC_GRAPH_PLUGINDIR is now relative
-
Guilhem Saurel authored
Tracer: Adding lock to make it threadsafe
-
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.
-
- 07 Nov, 2020 2 commits
-
-
Guilhem Saurel authored
-
Joseph Mirabel authored
-
- 23 Sep, 2020 1 commit
-
-
Julian Viereck authored
-
- 24 Aug, 2020 3 commits
-
-
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.
-