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