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