Skip to content
Snippets Groups Projects
  1. Mar 30, 2022
  2. Jan 10, 2022
  3. Nov 04, 2021
  4. Nov 03, 2021
  5. Sep 23, 2021
  6. Sep 14, 2021
  7. Sep 13, 2021
  8. Sep 07, 2021
  9. Sep 06, 2021
  10. 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
    • Guilhem Saurel's avatar
      update deprecations for C++14 · 9eb3f66c
      Guilhem Saurel authored
      9eb3f66c
  11. Aug 19, 2021
  12. Aug 18, 2021
  13. Jul 01, 2021
  14. Jun 10, 2021
  15. Mar 10, 2021
  16. Feb 09, 2021
  17. Dec 16, 2020
  18. Dec 03, 2020
  19. 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
  20. Nov 13, 2020
Loading