- Jul 05, 2021
-
- Jul 01, 2021
-
- Mar 15, 2021
-
- Mar 11, 2021
-
-
erwan authored
-
- Aug 17, 2020
-
-
erwan authored
-
- Jun 19, 2020
-
- Jun 16, 2020
-
-
erwan authored
-
- Jun 12, 2020
-
- Mar 17, 2020
-
- Mar 13, 2020
-
-
erwan authored
In the -2c mode, in presence of extern types, I was defining them as int. The idea was to have something that compiles, and then to ask the user to redefine its extern types. Now I define extern types as string (char*). The rationale of this change is that before, the generated code was only working for int, which is pretty useless as an extern type. Have string by default is actually much more useful, for instance to use string in a Lustre program. Also, adapt to changes done in lutils, where the string type has ben added. (sha:8619aa285ca8322ab9, i.e., > lutils 1.49.10)
-
- Mar 03, 2020
-
- Feb 14, 2020
-
-
erwan authored
- Dec 10, 2019
-
-
erwan authored
-
- Dec 02, 2019
-
-
erwan authored
-
- 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!
-