Skip to content
Snippets Groups Projects
  1. Jun 23, 2014
  2. Jun 19, 2014
  3. Jun 18, 2014
  4. Jun 16, 2014
  5. Jun 10, 2014
  6. Mar 25, 2014
  7. Feb 20, 2014
  8. Dec 10, 2013
  9. Dec 06, 2013
  10. Dec 04, 2013
  11. Nov 29, 2013
  12. Nov 25, 2013
  13. Jun 06, 2013
  14. Jun 04, 2013
  15. May 31, 2013
  16. May 28, 2013
  17. May 15, 2013
    • Erwan Jahier's avatar
      Fix test the -ec mode in presence of clocked variable. · d5870c84
      Erwan Jahier authored
      Indeed, I've intentionally removed the when statements in clocked local var like this :
      
       var
          v:int;
      
      because the following was producing a syntax error in ecexe:
      
       var
          v:int when c;
      
      But Actually, the right thing to do was to generate the following:
      
       var
          (v:int) when c;
      
      ...
      
      nb : #FAILS=90->89
      d5870c84
  18. May 07, 2013
  19. Apr 26, 2013
  20. Apr 24, 2013
  21. Apr 17, 2013
  22. Apr 12, 2013
    • Erwan Jahier's avatar
      Add the exit port to ldbg plugin. · 8dd3d736
      Erwan Jahier authored
      Some work to share the conde that is comon to Lutin/Lurette more properly
      via Makefiles and using chmod to avoid editing the wrong files.
      
      + mv the lus2licRun.ml/mli file to the Lurette git repo.
      8dd3d736
    • Erwan Jahier's avatar
      lus2lic is now working from ldbg and ltop. · fa71e77c
      Erwan Jahier authored
      As far as ldbg is concerned, it only traces the toplevel node, at
      call event.
      
      Note that I needed to rename quite a lot of modules to avoid name clashes
      between lus2lic.a and ltop.
      
      I've also merged the Verbose module with the one of Lutin so that
      they can be shared (there were sharing 95% already).
      fa71e77c
  23. Apr 10, 2013
  24. Apr 08, 2013
  25. Apr 05, 2013
  26. Apr 03, 2013
  27. Mar 29, 2013
Loading