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