- Dec 30, 2019
-
-
- Oct 22, 2019
-
-
Olivier Stasse authored
-
- Oct 21, 2019
-
-
Florent Lamiraux authored
- when signal value contained a space, only the part before the space was stored in the signal. - add a test on this case.
-
- Oct 18, 2019
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Default implementation adds std::endl at the end of the stream. In the case of string this extra '\n' is not desired.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
When type is string and input istringstream contains an empty string, operator>> make method fail return true. This commit overcome this issue by not testing the result.
-
- Oct 17, 2019
-
-
Olivier Stasse authored
-
Olivier Stasse authored
Fix debug-tracer.cpp
-
-
- Oct 10, 2019
-
-
Joseph Mirabel authored
Add TimeDependency::addDependencies + doc of SignalTimeDependent
-
- Oct 08, 2019
-
-
Joseph Mirabel authored
-
- Oct 05, 2019
-
-
Joseph Mirabel authored
-
- Oct 02, 2019
-
-
Joseph Mirabel authored
-
- Aug 26, 2019
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- Aug 20, 2019
-
-
Olivier Stasse authored
-
- Aug 18, 2019
-
-
Olivier Stasse authored
-
- Aug 16, 2019
-
-
Guilhem Saurel authored
Merge Coverage into devel See merge request stack-of-tasks/dynamic-graph!2
-
- Aug 13, 2019
-
-
-
Guilhem Saurel authored
Coverage
-
- Aug 12, 2019
-
-
corentinberge authored
Delete the cout and the include of iostream
-
corentinberge authored
total_periode is a long long unsigned int, not a double
-
corentinberge authored
Include iostream because cout need that to be part on the namespace std
-
corentinberge authored
Change the input mode to ostringstream
-
Bergé authored
-
corentinberge authored
Made a bug when I was added line, I delete the bug
-
corentinberge authored
Make the code easier to read by importing the matrix m in OS instead of importing elements 1 by 1
-
corentinberge authored
Delete the end of file (type checking)
-
corentinberge authored
-
corentinberge authored
-
corentinberge authored
Delete isplugged instead of unplug
-
corentinberge authored
command-test was already created, didn't have this test when I pull
-