- Jan 21, 2020
-
-
Sébastien Villemot authored
Also add a regression test. Closes: preprocessor#40 (manually cherry picked from commits 66a51135 and 080740b5)
-
- Jan 20, 2020
-
-
Sébastien Villemot authored
Ref. !1692 (cherry picked from commit 2fb18bba)
-
Sébastien Villemot authored
The old option is left for backward-compatibility purposes, but it has the same effect as the new one. Closes: #1093 (manually cherry picked from commit e371b1a9)
-
- macro processor: fix bug where command line arguments that began with an integer were being treated as integers even if they weren't (e.g. dates) - macro processor: allow colon-separated arrays as command-line defines - use prefix notation `R"()"` for quote in quotes
-
Sébastien Villemot authored
-
- Jan 17, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
(cherry picked from commit 3c2a1851)
-
- Jan 16, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit a753c18d)
-
Sébastien Villemot authored
(cherry picked from commit 048564c9)
-
- Jan 14, 2020
-
-
Sébastien Villemot authored
The failure is impossible to reproduce outside the runners. Skip the test, for lack of a better solution. (cherry picked from commit 3ee9ada8)
-
Sébastien Villemot authored
Rather mention Windows 8.1. (cherry picked from commit 16b571c0)
-
Sébastien Villemot authored
(cherry picked from commit 9bac6a0d)
-
Sébastien Villemot authored
MATLAB crashes, most likely due to an internal bug. (cherry picked from commit c5f50a34)
-
Sébastien Villemot authored
This feature is not yet functional, and the corresponding tests either fail or take a lot of time.
-
- Jan 13, 2020
-
-
Sébastien Villemot authored
— fix LaTeX compilation error with some expressions (#263) — fix handling of some special characters in LaTeX — add “xls_sheet” and “xls_range” to “calib_smoother” (#1695) — license file update
-
Sébastien Villemot authored
(cherry picked from commit fd13063a)
-
Sébastien Villemot authored
In this version, fminunc fails due to Inf value. (cherry picked from commit bde2f197)
-
Sébastien Villemot authored
For earlier versions, either use bsxfun or handle special cases differently. (cherry picked from commit 1912f677)
-
Sébastien Villemot authored
(cherry picked from commit 6a0ba34c)
-
(cherry picked from commit 23cac089)
-
Houtan Bastani authored
`check` has two OPTIONS [skip ci] (cherry picked from commit 87643307)
-
- Jan 10, 2020
- Jan 09, 2020
-
-
Houtan Bastani authored
(cherry picked from commit b4479361)
-
Houtan Bastani authored
- remove trailing whitespace - replace tabs with spaces as per PEP guidelines (cherry picked from commit 8fbb7730)
-
Sébastien Villemot authored
The code may crash if less are provided.
-
- Jan 08, 2020
-
-
Stéphane Adjemian authored
-
- Jan 06, 2020
-
-
Sébastien Villemot authored
Closes: #1685 (cherry picked from commit ca99db58)
-
(cherry picked from commit 632c0a39)
-
Houtan Bastani authored
(cherry picked from commit fd99f4fe)
-
Houtan Bastani authored
- `dynasave`: if a variable being saved was named `n` or `s`, the `eval` statements would break the code - `dynasave`: use the `-struct` option to `save` to avoid `eval` statements - `dynasave` and `dynatype`: do everything in 1 loop instead of 2 - `dynasave` and `dynatype`: use `strcmp` instead of `strfind` - preprocessor update contains: - Allow `dynasave` and `dynatype` to support exogenous variables in their var_list issue #1691 (cherry picked from commit bf102030)
-
- Jan 02, 2020
-
-
Sébastien Villemot authored
bug fix for parallel execution of slice See merge request !1690
-
Houtan Bastani authored
- undo global indentation in macro/*.hh - allow caller to specify correct type of variables in symbol list check pass
-
- Dec 26, 2019
-
-
Marco Ratto authored
-