- 30 Dec, 2019 11 commits
-
-
- 22 Oct, 2019 1 commit
-
-
Olivier Stasse authored
-
- 21 Oct, 2019 1 commit
-
-
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.
-
- 18 Oct, 2019 4 commits
-
-
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.
-
- 17 Oct, 2019 3 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
Fix debug-tracer.cpp
-
-
- 10 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
Add TimeDependency::addDependencies + doc of SignalTimeDependent
-
- 08 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 05 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 02 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 26 Aug, 2019 2 commits
-
-
Olivier Stasse authored
-
Olivier Stasse authored
-
- 20 Aug, 2019 1 commit
-
-
Olivier Stasse authored
-
- 18 Aug, 2019 1 commit
-
-
Olivier Stasse authored
-
- 16 Aug, 2019 1 commit
-
-
Guilhem Saurel authored
Merge Coverage into devel See merge request !2
-
- 13 Aug, 2019 2 commits
-
-
-
Guilhem Saurel authored
Coverage
-
- 12 Aug, 2019 9 commits
-
-
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
-