Skip to content
Snippets Groups Projects
  1. May 11, 2020
  2. Mar 18, 2020
  3. Mar 17, 2020
  4. Mar 13, 2020
    • erwan's avatar
      fix: try to do a better job with extern types. · 777c3f4f
      erwan authored
      In the -2c mode, in presence of extern types, I was defining them as int.
      The idea was to have something that compiles, and then to ask the user
      to redefine its extern types.
      
      Now I define extern types as string (char*).
      
      The rationale of this change is that before, the generated code was only
      working for int, which is pretty useless as an extern type.
      
      Have string by default is actually much more useful, for instance to use
      string in a Lustre program.
      
      Also, adapt to changes done in lutils, where the string type has ben added.
      (sha:8619aa285ca8322ab9, i.e., > lutils  1.49.10)
      6.101.16
      777c3f4f
  5. Mar 03, 2020
  6. Feb 14, 2020
  7. Dec 10, 2019
  8. Dec 02, 2019
  9. Dec 01, 2019
  10. Oct 11, 2019
  11. Sep 19, 2019
  12. Sep 04, 2019
  13. Sep 02, 2019
  14. Aug 30, 2019
  15. Aug 29, 2019
  16. Aug 22, 2019
  17. Aug 02, 2019
  18. Jul 29, 2019
  19. Jul 11, 2019
  20. Jul 10, 2019
  21. May 23, 2019
  22. May 22, 2019
  23. May 17, 2019
  24. May 16, 2019
  25. May 03, 2019
Loading