Skip to content
Snippets Groups Projects
  1. Apr 08, 2022
  2. Mar 23, 2022
  3. Mar 22, 2022
  4. Mar 21, 2022
  5. Sep 22, 2021
  6. Jul 08, 2021
  7. Jul 05, 2021
  8. Jul 01, 2021
  9. Mar 15, 2021
  10. Mar 11, 2021
  11. Aug 17, 2020
  12. Jun 19, 2020
  13. Jun 16, 2020
  14. Jun 12, 2020
  15. Mar 17, 2020
  16. 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
  17. Mar 03, 2020
  18. Feb 14, 2020
  19. Dec 10, 2019
  20. Dec 02, 2019
  21. Oct 11, 2019
  22. Sep 19, 2019
  23. Sep 04, 2019
  24. Sep 02, 2019
  25. Aug 29, 2019
  26. Aug 02, 2019
  27. Jul 29, 2019
  28. Jul 11, 2019
  29. Jul 10, 2019
  30. May 22, 2019
  31. May 17, 2019
  32. May 16, 2019
Loading