Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. 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
  3. Aug 29, 2019
  4. Jul 10, 2017
  5. Jun 27, 2017
  6. May 05, 2017
  7. Sep 09, 2016
  8. Mar 20, 2015
  9. Feb 27, 2015
  10. Feb 09, 2015
  11. Oct 03, 2014
  12. Aug 14, 2014
  13. Jul 11, 2014
  14. Jul 09, 2014
Loading