- Mar 15, 2021
-
-
erwan authored
-
- 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)
-
- Aug 29, 2019
-
-
erwan authored
Remove a lot of warnings (considered as errors by dune).
-
- Jul 10, 2017
-
-
erwan authored
-
- Jun 27, 2017
-
-
erwan authored
I've fixed that using memcmp, which should be fine since compared elements are of the same types.
-
- May 05, 2017
-
-
erwan authored
Also, the simulation via the _loop.c file was failing in extern types were present as O/I of the main (simulated) node.
-
- Sep 09, 2016
-
-
Erwan Jahier authored
-
- Mar 20, 2015
-
-
Erwan Jahier authored
-
- Feb 27, 2015
-
-
Erwan Jahier authored
-
- Feb 09, 2015
-
-
Erwan Jahier authored
when calling soc. Do not work all the times (eg, with arrays it generates C code that does not compile). cf next changes.
-
- Oct 03, 2014
-
-
Erwan Jahier authored
i.e., by providing a default macro definition that uses memcpy() (versus generating a nop function).
-
Erwan Jahier authored
The rationale is to prepare the work for a future --2s-stack option.
-
- Aug 14, 2014
-
-
Erwan Jahier authored
-
- Jul 11, 2014
-
-
Erwan Jahier authored
-
- Jul 09, 2014
-
-
Erwan Jahier authored
-