Skip to content
Snippets Groups Projects
  1. Jun 09, 2021
  2. Jun 04, 2021
  3. May 31, 2021
  4. May 27, 2021
  5. May 26, 2021
  6. May 24, 2021
    • Sébastien Villemot's avatar
      Streamline use_dll compilation under MATLAB · 97e9609c
      Sébastien Villemot authored
      — drop Windows 32-bit support
      — drop -fno-omit-frame-pointer compilation flag under GNU/Linux
      — drop -static-libstdc++ flag under Windows
      — no longer link to -lstdc++ under GNU/Linux and macOS
      — gracefully fail when 'mexext' value is unknown
      97e9609c
  7. May 11, 2021
  8. May 10, 2021
  9. May 07, 2021
  10. May 06, 2021
  11. May 04, 2021
  12. Apr 30, 2021
  13. Apr 26, 2021
  14. Apr 23, 2021
  15. Apr 22, 2021
  16. Apr 20, 2021
    • Sébastien Villemot's avatar
      Fix treatment of “series” option of “initval_file” · 910649dd
      Sébastien Villemot authored
      This option was treated as a numeric value: it was a hack to ensure that the
      name of the dseries object was printed without quotes in the driver file.
      
      However, that would make the JSON output synctically incorrect.
      
      This commits removes the hack, and treats the “series” option as a string
      value (in the same way as for the “data” command). A modification of the MATLAB
      code will thus be needed to accomodate the change.
      910649dd
  17. Apr 19, 2021
  18. Apr 16, 2021
  19. Apr 06, 2021
    • Sébastien Villemot's avatar
      CI: build GNU/Linux ARM64 binary · e3c716fa
      Sébastien Villemot authored
      e3c716fa
    • Sébastien Villemot's avatar
      CI: streamline compilation commands · 9f6df25a
      Sébastien Villemot authored
      — add “-s” to LDFLAGS instead of manually calling strip
      — on GNU/Linux, do not pass “-static” to LDFLAGS. We can dynamically link
        against glibc, since in Artifacts.toml we explicitly mention that we compile
        for a glibc system (and not musl)
      — use --host=i686-linux-gnu to compile for GNU/Linux 32-bit, instead of passing “-m32”
        N.B.: Under Debian, g++-i686-linux-gnu must be installed. Otherwise this will
        silently use the 64-bit compiler
      — for symmetry, use --host=x86_64-linux-gnu for GNU/Linux 64-bit
      — on macOS, pass “-static-libgcc” through LDFLAGS rather than CXXFLAGS; this
        requires setting CC to gcc-10
      — use better names for the jobs
      9f6df25a
  20. Apr 02, 2021
Loading