- 27 Jan, 2016 1 commit
-
-
Erwan Jahier authored
-
- 26 Jan, 2016 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
because i'd like to use that name for the ocaml/lutin lib.
-
- 25 Jan, 2016 1 commit
-
-
Erwan Jahier authored
The C binding does not work yet (hence the test in examples/C and examples/lustre are broken).
-
- 15 Dec, 2015 1 commit
-
-
Erwan Jahier authored
-
- 14 Oct, 2015 2 commits
-
-
Erwan Jahier authored
(53d82954)
-
Erwan Jahier authored
-
- 03 Sep, 2015 1 commit
-
-
Erwan Jahier authored
Add the lutin tuto.
-
- 24 Aug, 2015 2 commits
-
-
Erwan Jahier authored
as it can confuse Genlex (and hence the Rif reader) from times to times (e.g., 42e_blabla raises a float_of_string exception).
-
- 17 Aug, 2015 1 commit
-
-
Erwan Jahier authored
-
- 18 Jun, 2015 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 03 Jun, 2015 1 commit
-
-
Erwan Jahier authored
sim2chro arount supports this option (Sigh).
-
- 28 May, 2015 1 commit
-
-
Erwan Jahier authored
-
- 27 Apr, 2015 1 commit
-
-
Erwan Jahier authored
-
- 02 Mar, 2015 1 commit
-
-
Erwan Jahier authored
-
- 03 Feb, 2015 2 commits
-
-
Erwan Jahier authored
Tx to Nicolas Berthier.
-
Erwan Jahier authored
-
- 09 Jan, 2015 1 commit
-
-
Erwan Jahier authored
It was due to an uninitialized local var ; the bug was revealed by a change in caml/mlvalues.h::CAMLparam() done in 4.02.0 nb : it also fixes (i don't really know why) a performance bug in the rabbit simu.
-
- 08 Jan, 2015 1 commit
-
-
Erwan Jahier authored
-
- 17 Dec, 2014 1 commit
-
-
Erwan Jahier authored
Update the lus2lic plugin
-
- 11 Sep, 2014 1 commit
-
-
Erwan Jahier authored
-
- 02 Jul, 2014 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 25 Jun, 2014 1 commit
-
-
Erwan Jahier authored
-
- 27 Mar, 2014 1 commit
-
-
Erwan Jahier authored
cf rdbg git 66d01f567940e06eab9a49604663d43c29fdfe01
-
- 26 Mar, 2014 1 commit
-
-
Erwan Jahier authored
-
- 24 Feb, 2014 1 commit
-
-
Erwan Jahier authored
Indeed, in source/Lutin/Makefile.lut4ocaml, I was including rdbg-plugin when building the lut4ocaml.cma/cmxa lib. The consequence was that the OcamlRM module was included twice, with its local Hashtbl (used for registering/loading Dynlink stuff) duplicated! Dynlink is to be used with great care !!! Also reflect the changes in the rdbg-plugin - in the OcamlRM module (s/add_/reg_/g) - in the Event module (more field of src_info type) cf rdbg git version 142783a77cad1a0f7ef91972b8376f0b0e44b878 also mv lut_evt stuff from LutinRun to rdbg (in LutinRdbg module).
-
- 20 Feb, 2014 1 commit
-
-
Erwan Jahier authored
(cf 55d3d77c470f416befd16a1b7d47f751eb2171fc) remove ldbg tests (ldbg is dead, vive rdbg!)
-
- 12 Feb, 2014 1 commit
-
-
Erwan Jahier authored
-
- 22 Jan, 2014 1 commit
-
-
Erwan Jahier authored
Note that it triggered a bug in the use of Random.int: it cannot be use on max_int, as its max admissible value is 2^30, and max_int=2^62 on 64 bits arch!!
-
- 06 Dec, 2013 1 commit
-
-
Erwan Jahier authored
-
- 04 Dec, 2013 1 commit
-
-
Erwan Jahier authored
Also, -rif now points to -quiet (so that it has the same meaning as for ecexe), and the previous -rif is obtained via -o.
-
- 22 Nov, 2013 1 commit
-
-
Erwan Jahier authored
Note that rif_base has been renamed rifIO, and event to rdbgEvent.
-
- 21 Nov, 2013 1 commit
-
-
Erwan Jahier authored
The idea is that this repo will contain closed-source files, and that rdbg will be open-source. Moreover, to be able to use Lutin from rdbg, I needed to tweek Makefiles, and rename a few modules that were clashing with ocaml compiler-libs for instance. Event, Data, Expr, Failure are now defined in rdbg and should be installed in the working/<arch>/lib/ directory
-
- 23 Oct, 2013 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
Remove everything related to xlurette.
-
- 31 May, 2013 1 commit
-
-
Erwan Jahier authored
By redirecting the stderr of ecexe onto stdout, ecexe now terminate properly when called from lurette.
-
- 24 May, 2013 1 commit
-
-
Erwan Jahier authored
-