- Jan 10, 2022
-
-
-
While here fix the exception message for int (remove the second int). Fix the test accordingly.
-
Add support for long int.
-
- Sep 07, 2021
-
-
Guilhem Saurel authored
-
- Sep 02, 2021
-
-
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
-
- Aug 18, 2021
-
-
Guilhem Saurel authored
-
- Feb 09, 2021
-
-
Guilhem Saurel authored
This reverts commit 62765608. as this is breaking on boost < 1.73
-
- Dec 16, 2020
-
-
Guilhem Saurel authored
-
- Dec 02, 2020
-
-
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: '')
-
- Sep 23, 2020
-
-
Julian Viereck authored
-
- Aug 24, 2020
-
-
Guilhem Saurel authored
-
- Jun 30, 2020
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Jun 29, 2020
-
-
Olivier Stasse authored
-
- May 25, 2020
-
-
- Mar 21, 2020
-
-
Guilhem Saurel authored
-
- Feb 25, 2020
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Feb 04, 2020
-
-
Florent Lamiraux authored
"[signal-cast-helper] Removed unused template specialization". DefaultCastRegisterer<std::string>::cast template specialization is required to set empty string to a signal.
-
- Feb 03, 2020
-
-
Olivier Stasse authored
-
- Jan 31, 2020
-
-
Olivier Stasse authored
This commit removes template specialization not exposed in header files, and better handled by the default implementation.
-
-
-
-
-
- Jan 29, 2020
-
-
- Jan 23, 2020
-
-
- Dec 30, 2019
-
-
Based on feedback from G. Saurel.
-
-
-
- Oct 22, 2019
-
-
Olivier Stasse authored
-
- Oct 21, 2019
-
-
Florent Lamiraux authored
- when signal value contained a space, only the part before the space was stored in the signal. - add a test on this case.
-
- Oct 18, 2019
-
-
Florent Lamiraux authored
Default implementation adds std::endl at the end of the stream. In the case of string this extra '\n' is not desired.
-
Florent Lamiraux authored
When type is string and input istringstream contains an empty string, operator>> make method fail return true. This commit overcome this issue by not testing the result.
-
- Oct 17, 2019
-