Skip to content
Snippets Groups Projects
  1. Sep 10, 2024
  2. Jul 09, 2024
  3. Jul 04, 2024
  4. Jul 01, 2024
  5. Jun 17, 2024
  6. Jun 10, 2024
  7. Jun 07, 2024
  8. Jun 05, 2024
  9. May 30, 2024
  10. May 29, 2024
  11. May 27, 2024
  12. Jan 19, 2024
  13. Jun 16, 2023
  14. Jul 28, 2022
  15. Jul 01, 2021
  16. Mar 15, 2021
  17. Jun 19, 2020
  18. 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
  19. Feb 14, 2020
  20. Dec 02, 2019
  21. Aug 29, 2019
Loading