Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
  2. 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
  3. Jan 31, 2020
  4. Jan 23, 2020
  5. Aug 20, 2019
  6. Aug 18, 2019
  7. Aug 13, 2019
  8. Mar 04, 2019
  9. Jan 30, 2019
  10. Oct 23, 2018
  11. Aug 16, 2018
  12. Feb 28, 2014
  13. Mar 16, 2012
  14. Jun 21, 2011
  15. Jun 20, 2011
  16. Jan 26, 2011
  17. Jan 25, 2011
  18. Jan 20, 2011
  19. Dec 31, 2010
  20. Dec 10, 2010
    • Florent Lamiraux's avatar
      Implement command · 7927c3da
      Florent Lamiraux authored
      	  * include/CMakeLists.txt,
      	  * include/dynamic-graph/command.h: new,
      	* include/dynamic-graph/entity.h,
      	* include/dynamic-graph/parameter.h: new,
      	* include/dynamic-graph/value.h: new,
      	* src/command/command.cpp: new,
      	* src/command/value.cpp: new,
      	* src/dgraph/entity.cpp.
      7927c3da
  21. Oct 11, 2010
  22. Sep 28, 2010
  23. Jun 28, 2010
    • Olivier Stasse's avatar
      Reinforce the dependant->dependent policy. · 697ec31f
      Olivier Stasse authored
      	  * include/dynamic-graph/signal-base.h,
      	  * include/dynamic-graph/signal-ptr.h,
      	  * include/dynamic-graph/signal-ptr.t.cpp,
      	  * include/dynamic-graph/time-dependency.h,
      	  * include/dynamic-graph/time-dependency.t.cpp,
      	  * src/dgraph/entity.cpp, dependancy -> dependency,
      	  * unitTesting/test_depend.cpp: makes the test_depend.cpp test works.
      697ec31f
    • Olivier Stasse's avatar
      Reinforce the dependant->dependent policy. · 3b87474d
      Olivier Stasse authored
      Merge the florent branch.
      Makes the test_depend.cpp test works.
      3b87474d
  24. Jun 22, 2010
  25. Jun 09, 2010
  26. Jun 08, 2010
Loading