- Jun 07, 2023
-
-
erwan authored
-
- Jan 30, 2023
-
-
erwan authored
-
- Oct 28, 2022
-
-
erwan authored
-
- Jul 08, 2021
-
- Jun 19, 2020
-
- Oct 11, 2019
-
-
erwan authored
-
- Sep 04, 2019
-
-
erwan authored
-
- Aug 29, 2019
-
-
erwan authored
cd rdbg #sha 4a54c7a1181e1200670f3eaf14af1be32823cd04
-
- Apr 05, 2019
-
-
erwan authored
-
- Jan 29, 2019
-
-
erwan authored
-
- 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.
-
- Oct 09, 2018
-
-
Erwan Jahier authored
-
- Jul 10, 2018
-
-
Erwan Jahier authored
-
- Jul 04, 2018
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- Jul 03, 2018
-
-
Erwan Jahier authored
-
- Jul 02, 2018
-
-
Erwan Jahier authored
update the Arduino demo
-
- 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
-
- Dec 01, 2017
-
-
erwan authored
-
- Nov 30, 2017
-
-
erwan authored
Add code to support empty arrays (not yet working)
-
- Jul 05, 2017
-
-
erwan authored
It was generetaing wrong code in conjunction with -ec. In particular, it was generating n-any "and" instead of binary "and". Also, I needed (in L2LExpandEnum) to generated a Lic.ARRAY of const instead of a Lic.Array_const_eff so that LicDump properly generated ec code.
-
- May 03, 2017
-
-
erwan authored
-
- Mar 09, 2017
-
-
erwan authored
-
- Feb 20, 2017
-
-
Erwan Jahier authored
-
- Jan 09, 2017
-
-
Erwan Jahier authored
which was not even compiling...
-
- Oct 14, 2016
-
-
Erwan Jahier authored
-
- Jun 01, 2016
-
-
Erwan Jahier authored
More precisely, transforms equations of the form y = x when Toto(c); into x when Toto_c ; Toto_c=Toto(c);
-
- May 31, 2016
-
-
Erwan Jahier authored
-
- Mar 10, 2016
-
-
Erwan Jahier authored
-
- Jan 29, 2016
-
-
Erwan Jahier authored
-
Erwan Jahier authored
Also, force a workflow (via a lock file named commited) that make sure that the content of lv6version.ml is always correct xrt shat and git commit number.
-