Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. Mar 11, 2021
  3. Aug 17, 2020
  4. Jun 19, 2020
  5. Jun 17, 2020
  6. Jun 16, 2020
  7. Jun 12, 2020
  8. May 11, 2020
  9. Mar 18, 2020
  10. Mar 17, 2020
  11. 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
  12. Mar 03, 2020
  13. Feb 14, 2020
  14. Dec 10, 2019
  15. Dec 02, 2019
  16. Dec 01, 2019
  17. Oct 11, 2019
  18. Sep 19, 2019
  19. Sep 04, 2019
  20. Sep 02, 2019
  21. Aug 30, 2019
Loading