- Apr 10, 2019
-
-
erwan authored
Rationale: a step to make time traveling work correctly.
-
- Apr 05, 2019
-
-
erwan authored
-
- Jan 29, 2019
- Jan 28, 2019
-
-
erwan authored
-
- Jan 24, 2019
-
-
erwan authored
https://www.npmjs.com/package/semantic-release-gitlab from https://semver.org/ : Given a version number MAJOR.MINOR.PATCH, increment the: - MAJOR version when you make incompatible API changes, - MINOR version when you add functionality in a backwards-compatible manner, and - PATCH version when you make backwards-compatible bug fixes. For MAJOR, choosing 6 is obvious. From Minor it's not clear. This number is supposed to reflect the number of add functuionnality, so starting at 0 is not great. The current version is 1.762, but starting at 762 would be wrong too, as most do not deals with new functionnalyties. In a ideal word, I should use the log and tag every commit tha deals with a new functionnalyty, but there is a lot of commits (762). Hence I,'ve decided to choose 100.
-
- 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.
-
Erwan Jahier authored
-
- Oct 09, 2018
-
-
Erwan Jahier authored
-
- Jul 10, 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
nb: i should really add 'make test' in the git commit hooks!
-
- Jul 02, 2018
-
-
Erwan Jahier authored
update the Arduino demo
-
- 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.
-
- Mar 21, 2018
-
-
erwan authored
add and install an alias to lus2lic name lv6. lus2lic --gen-autotest now overrides existing _oracle*.lus and _env*.lut files
-
- Feb 22, 2018
- 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
-
- Nov 30, 2017
-
-
erwan authored
Add code to support empty arrays (not yet working)
-
- Apr 24, 2017
-
-
erwan authored
Also, use rdbg instead of lurettetop to run the test.
-
- Jan 06, 2017
-
-
Erwan Jahier authored
also: -2cw7: fix the generated script arduino dir: minor fixes
-
- Dec 22, 2016
-
-
Erwan Jahier authored
with recursive clock depende ncies.
-
- Oct 07, 2016
-
-
Erwan Jahier authored
Reference Manual enhancements.
-
- Feb 25, 2016
-
-
Erwan Jahier authored
-
- Sep 03, 2015
-
-
Erwan Jahier authored
- add a sectiuon on operators priority - fix the automatic latex grammar generator (now calles yacc2latex) also force the -rif in the utils/luciole-rif script when used with lutin or lus2lic.
-
- Apr 08, 2015
-
-
Erwan Jahier authored
-
Erwan Jahier authored
Actually, that was the default behavior. Now the default behavior is to generate loops for iterators. nb : with -2ch, loops are still always inlined
-
- Jan 20, 2015
-
-
Erwan Jahier authored
Currently no integrity check is performed (i.e., check that each node that uses an unsafe node is itself declared as unsafe).
-
- May 21, 2014
-
-
Erwan Jahier authored
Add the modes3x2 exemple of Pascal (its version + a la V6 version). Fix the doc wrt the merge exemple (the tex was refering to a non-existant file).
-
- Jun 03, 2013
-
-
Erwan Jahier authored
Actually, it was a misunderstanding of mine (R1) ; the behavior was consistent with the lv6 doc, but not with the v4 behavior... Indeed, # means "at most 1 among n", not "exactly one among n" as I tought...
-
- Jan 31, 2013
-
-
Erwan Jahier authored
nb : do not work for lv4/ec mode
-
- Jul 09, 2010
-
-
Pascal Raymond authored
'-' replaced by 'm', '.' by 'd', (see "correct_num_string" in LicDump.ml)
-
- Jul 06, 2010
-
-
Pascal Raymond authored
-
- May 05, 2010
-
-
Erwan Jahier authored
-