Skip to content
Snippets Groups Projects
  1. Jun 13, 2022
  2. May 10, 2022
  3. May 09, 2022
  4. Apr 19, 2022
  5. Apr 18, 2022
  6. Apr 14, 2022
  7. Mar 30, 2022
  8. Jan 10, 2022
  9. Nov 04, 2021
  10. Nov 03, 2021
  11. Sep 23, 2021
  12. Sep 14, 2021
  13. Sep 13, 2021
  14. Sep 07, 2021
  15. Sep 06, 2021
  16. 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
  17. Aug 19, 2021
  18. Aug 18, 2021
Loading