- Sep 07, 2021
-
-
Guilhem Saurel authored
-
- Sep 02, 2021
-
-
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
-
- Jan 31, 2020
-
-
- Jan 23, 2020
-
-
- Aug 20, 2019
-
- Aug 18, 2019
-
-
Olivier Stasse authored
-
- Aug 13, 2019
-
-
- Mar 04, 2019
-
- Jan 30, 2019
-
-
It stream messages on a shared file. Each entity has a different verbosity level. Uses a non real time thread to perform logging. No yet working.
-
- Oct 23, 2018
-
-
Olivier Stasse authored
-
- Aug 16, 2018
-
- Feb 28, 2014
-
-
Francois Keith authored
-
- Mar 16, 2012
-
-
Florent Lamiraux authored
-
- Jun 21, 2011
-
-
Florent Lamiraux authored
-
Nicolas Mansard authored
-
Florent Lamiraux authored
-
- Jun 20, 2011
-
-
Florent Lamiraux authored
g_pool and g_factory global variables have been replaced by static methods getInstance in each class. getInstance returns a pointer to the unique instance of the class and creates it if needed.
-
- Jan 26, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Jan 25, 2011
-
-
Nicolas Mansard authored
-
Nicolas Mansard authored
-
- Jan 20, 2011
-
-
Florent Lamiraux authored
-
- Dec 31, 2010
-
-
Thomas Moulard authored
-
- Dec 10, 2010
-
-
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.
-
- Oct 11, 2010
-
-
Thomas Moulard authored
-
- Sep 28, 2010
-
-
Thomas Moulard authored
-
- Jun 28, 2010
-
-
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.
-
Olivier Stasse authored
Merge the florent branch. Makes the test_depend.cpp test works.
-
- Jun 22, 2010
-
-
Francois Bleibel authored
-
- Jun 09, 2010
-
-
Francois Bleibel authored
(dynamicGraph/ -> dynamic-graph/)
-
- Jun 08, 2010
-
-
Francois Bleibel authored
Configured dynamicGraph package and cmake files. Last-minute adjustment to code for SOT separation (SOT Break)
-