- May 10, 2022
-
-
BRUN Lelio authored
-
- Apr 13, 2022
-
-
BRUN Lelio authored
-
- Jun 30, 2021
-
-
BRUN Lelio authored
-
BRUN Lelio authored
-
- Jun 29, 2021
-
-
BRUN Lelio authored
-
- Jun 17, 2021
-
-
BRUN Lelio authored
-
BRUN Lelio authored
-
- Feb 15, 2021
-
-
BRUN Lelio authored
-
- Feb 05, 2021
-
-
BRUN Lelio authored
-
- Jan 27, 2020
-
-
Pierre Loic Garoche authored
-
- Nov 21, 2019
-
-
Pierre Loic Garoche authored
- Bugs in partial evaluation for equalities among bool constants and a nice recursive call generating a stack overflow! Now solved - Setup a timeout for z3 in seal - Better log for seal
-
- Nov 14, 2019
-
-
Pierre Loic Garoche authored
- real constants are hidden in Real.ml{i} module
-
- Jul 04, 2019
-
-
Pierre Loic Garoche authored
-
- Nov 21, 2018
-
-
Pierre Loic Garoche authored
Different parsers yet but shared process. In case of lusi input the C backend is bypassed since the .h is generated from the lusic and no C code should be generated since it may overwrite existing manually written code But
-
Pierre Loic Garoche authored
- Modules now is more integrated and performed the building of the type/clock env. previously some computation were performed twice by different functions. Some of these functions have been moved from compiler_common to modules
-
- Nov 15, 2018
-
-
Pierre Loic Garoche authored
-
- Oct 08, 2018
-
-
Pierre Loic Garoche authored
- Adapted the parsing of specification with a cocospec compatible one - The data structure of contracts is now almost cocospec compatible - Lustrec-test has been updated to use the newest syntax
-
- Mar 30, 2018
-
-
Pierre Loic Garoche authored
- Renamed type declarations as lustre_types and machine_code_types
-
- Mar 14, 2018
-
-
Pierre Loic Garoche authored
- program type renamed as program_t - Initiating the lustrev tool with dependencies to z3 and seal.
-
- Jan 31, 2018
-
-
Pierre Loic Garoche authored
-
- Jan 18, 2018
-
-
Pierre Loic Garoche authored
Solved the misrenaming of imported nodes (eg int_to_real)
-
- Jan 17, 2018
-
-
Pierre Loic Garoche authored
- mutations that could not be performed (ie. changing an integer constants when no integer constant appear in the program) - infinite computation of mutants, because of unproper randomization.
-
- Nov 15, 2017
-
-
Pierre Loic Garoche authored
-
- Nov 14, 2017
-
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
- Jul 20, 2017
-
-
Pierre Loic Garoche authored
-
- Jun 23, 2017
-
-
Pierre Loic Garoche authored
- EMF backend now impose the optimization level to be set to 0 in order to avoid equation elimination that would render traceability difficult - Options.ml has been split into Options.ml / Options_management.ml. Options.ml only contains references and no functions
-
- May 16, 2017
-
-
Pierre Loic Garoche authored
- allow multiple -I dir, will be used in order (first one declared is first used) - when declaring a global library #open <foo>, foo is first checked in local folders, than in global one (install path). This does not apply to local libraries opened with #open "foo".
-
- Apr 27, 2017
-
-
Pierre Loic Garoche authored
- no more classic display for ocamlc - compilation warnings removed
-
- Apr 06, 2017
-
-
THIRIOUX Xavier authored
-
- Apr 05, 2017
-
-
THIRIOUX Xavier authored
mostly a recovery of an ancient svn repo: mutations
-