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