Skip to content
Snippets Groups Projects
  1. Feb 20, 2025
  2. Sep 12, 2024
  3. Jul 13, 2024
  4. Apr 16, 2024
  5. Apr 02, 2024
  6. Feb 14, 2024
  7. Jan 19, 2024
  8. Dec 21, 2023
  9. Dec 20, 2023
  10. Dec 14, 2023
  11. Dec 12, 2023
    • Sébastien Villemot's avatar
      Emacs mode: add missing keywords · cc15281b
      Sébastien Villemot authored
      – “bvar_irf” added to statements
      – “target”, “auxname_target_nonstationary”, “component”, “growth”, “auxname”,
        “kind” added to statements-like
      – “filter_initial_state” added to blocks
      cc15281b
  12. Dec 08, 2023
  13. Dec 07, 2023
  14. Nov 22, 2023
    • Sébastien Villemot's avatar
      Testsuite: compatibility fix for MATLAB R2018b · ec7a4ba8
      Sébastien Villemot authored
      MATLAB R2018b does not have a true batch mode, and will not exit if there is no
      final quit statement in a script. Hence ensure there is one when testing a .m
      file.
      
      By the way, remove a batch argument for Windows that is obviously incorrect.
      ec7a4ba8
  15. Nov 21, 2023
  16. Oct 13, 2023
    • Sébastien Villemot's avatar
      Testsuite: fix issue with Octave in a Wayland desktop session · 4f74ceb9
      Sébastien Villemot authored
      If under a Wayland desktop session, some graphics would be displayed on the
      screen, despite Octave being run in the virtual X11 frame buffer (xvfb).
      Moreover, some unexplained random crashes would occur.
      
      This commit ensures that Wayland is never used when running the testsuite.
      
      By the way, add a command to explain why xvfb-run is needed and the
      --no-window-system option cannot be run (see commit
      96346b77).
      4f74ceb9
  17. Oct 11, 2023
  18. Oct 10, 2023
  19. Sep 26, 2023
  20. Sep 22, 2023
  21. Sep 20, 2023
  22. Sep 19, 2023
  23. Sep 18, 2023
  24. Sep 16, 2023
  25. Sep 04, 2023
    • Sébastien Villemot's avatar
      Add Meson build system · 16f921ed
      Sébastien Villemot authored
      Mostly working. The testsuite remains to be done.
      
      In particular, windows/deps/mkoctfile64 is modified to print its version number
      on stdout instead of stderr. This is what the standard mkoctfile does, and it
      allows easier capture of the output from Meson.
      16f921ed
  26. Mar 03, 2023
  27. Jan 17, 2023
  28. Jul 13, 2022
  29. Apr 26, 2022
  30. Apr 13, 2022
  31. Mar 01, 2022
  32. Dec 17, 2021
  33. Dec 15, 2021
    • Sébastien Villemot's avatar
      Various new model editing features · 21a8a579
      Sébastien Villemot authored
      – multiple “model” and “estimated_params” block are supported
      – new “model_options” statement to set model options in a global fashion
      – new “model_remove” command to remove equations
      – new “model_replace” block to replace equations
      – new “var_remove” command to remove variables (or parameters)
      – new “estimated_params_remove” block to remove estimated parameters
      21a8a579
    • Sébastien Villemot's avatar
      c181bae3
Loading