Skip to content
Snippets Groups Projects
  1. Jan 10, 2022
  2. Sep 07, 2021
  3. Sep 02, 2021
    • Guilhem Saurel's avatar
      entity: update stream · 5fde0e3a
      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
      5fde0e3a
  4. Aug 18, 2021
  5. Feb 09, 2021
  6. Dec 16, 2020
  7. Dec 02, 2020
    • Guilhem Saurel's avatar
      [CMake] set RPATH for plugins · d73e277d
      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: '')
      d73e277d
  8. Sep 23, 2020
  9. Aug 24, 2020
  10. Jun 30, 2020
  11. Jun 29, 2020
  12. May 25, 2020
  13. Mar 21, 2020
  14. Feb 25, 2020
  15. Feb 04, 2020
    • Florent Lamiraux's avatar
      Partially revert 5daf1d39: · f0ddf275
      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.
      f0ddf275
  16. Feb 03, 2020
  17. Jan 31, 2020
  18. Jan 29, 2020
  19. Jan 23, 2020
  20. Dec 30, 2019
  21. Oct 22, 2019
  22. Oct 21, 2019
  23. Oct 18, 2019
  24. Oct 17, 2019
Loading