- Oct 11, 2019
-
-
erwan authored
-
- Sep 19, 2019
-
- Sep 04, 2019
-
- Sep 02, 2019
-
-
erwan authored
-
- Aug 29, 2019
- Aug 02, 2019
-
- Jul 29, 2019
-
-
erwan authored
-
- Jul 11, 2019
-
- Jul 10, 2019
-
- May 22, 2019
-
- May 17, 2019
-
- May 16, 2019
-
- Apr 30, 2019
-
-
erwan authored
-
- Apr 10, 2019
-
-
erwan authored
Rationale: a step to make time traveling work correctly.
-
- Apr 05, 2019
-
-
erwan authored
-
- Dec 03, 2018
-
-
Erwan Jahier authored
It causes bad error messages in the case were the parametric node is undefined. e.g., the equation S=if(M[n-1]) then (entiernat<<n>>(M)-puiss<<n+1>>(2)) else entiernat<<n>>(M); raises "Error: Bad number of (static) arguments: 0 expected, and 1 provided." when entiernat is undefined It seems useless because no test is broken. The comment mention node parameters that themselves have parameters. But it is the case for test/should_work/Gyroscope2.lus, and it is still working.
-
- Oct 09, 2018
-
-
Erwan Jahier authored
-
- Jul 06, 2018
-
-
Erwan Jahier authored
update the Arduino demo
-
- Jul 04, 2018
-
-
Erwan Jahier authored
-
- Jul 03, 2018
-
-
Erwan Jahier authored
-
Erwan Jahier authored
nb: i should really add 'make test' in the git commit hooks!
-
- Apr 27, 2018
-
-
erwan authored
Remove unused files along the way (myGenlex.ml/mli)
-
- Mar 28, 2018
-
-
erwan authored
-
- Mar 25, 2018
-
-
erwan authored
By not catching errors, rdbg and (thus) lurette were silently do nothing in presence of errors in Lustre files.
-
- Mar 23, 2018
-
-
erwan authored
The idea is to be able to take into account clock in node profiles when generating the main simulation loop, and to avoid to read inputs that are not present.
-
- Jan 12, 2018
-
-
erwan authored
-
- Dec 18, 2017
-
-
erwan authored
The generated code for tests on boolean output was wrong. Indeed, it was generating if (o1 == _true) { instead of if (*o1 == _true) { nb : a warning was emited
-
- Dec 14, 2017
-
-
erwan authored
-
- Dec 08, 2017
-
-
erwan authored
-
- Nov 30, 2017
-
-
erwan authored
Add code to support empty arrays (not yet working)
-
- Oct 04, 2017
-
-
erwan authored
-
- Sep 27, 2017
-
-
erwan authored
BTW, fix iterator handling which was not working from SocExecDbg
-
- Sep 12, 2017
-
-
erwan authored
BTW, fonctionalise the corresponding non-debug code.
-
- Sep 08, 2017
-
-
erwan authored
+ fix a (invisible) bug in lic2soc: the same action was generated twice.
-
- Sep 06, 2017
-
-
erwan authored
Basically, I have added the missing fields
-
- Aug 22, 2017
-
-
erwan authored
It was also the case in L2lRemovingAlias, but the bug in L2lExpandNode was happening before.
-
- Aug 18, 2017
-
-
erwan authored
nb: the 2 tests that now pass pass for other reasons (because of a change in rdbg 1.108)
-