- 30 Jan, 2013 9 commits
-
-
Sébastien Villemot authored
This leads to a crash when the DLL is called several times in the same Octave/MATLAB session.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Otherwise it fails with on Karaba
-
Sébastien Villemot authored
This was necessary to make some tests work again
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Quote %LIBLOC% for the case where it contains spaces
-
Sébastien Villemot authored
The "Static" symbol was not exported; instead, it was the non-existing "Dynamic" symbol which was exported.
-
- 23 Jan, 2013 1 commit
-
-
Marco Ratto authored
-
- 18 Jan, 2013 5 commits
-
-
Ferhat Mihoubi authored
Stores the status of a deterministic simulation using bytecode in oo_.deterministic_simulation.status
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Sébastien Villemot authored
-
- 15 Jan, 2013 5 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This is documented in the reference manual, but was not working. The change consists in having check.m returning oo_ as 1st output argument, and having the preprocessor generating the corresponding code.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 13 Jan, 2013 4 commits
-
-
MichelJuillard authored
-
MichelJuillard authored
dynDates object. Duplicate dates are permitted and not checked for.
-
MichelJuillard authored
-
MichelJuillard authored
previous commit
-
- 12 Jan, 2013 2 commits
-
-
MichelJuillard authored
dynDates; dynDate can be initialized with a single dynDate
-
MichelJuillard authored
-
- 11 Jan, 2013 2 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
- 07 Jan, 2013 5 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Closes: #292
-
- 21 Dec, 2012 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 19 Dec, 2012 3 commits
-
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Marco Ratto authored
-
- 12 Dec, 2012 2 commits
-
-
Stéphane Adjemian authored
Following syntax: ts{'GDP_US'} = ts.{'GDP_US'}.log applies the log function to the variable GDP_US in the dynSeries object ts. Note that this works on an arbitrary number of variables and that regular expressions can be used (see previous commits).
-
Stéphane Adjemian authored
The following syntax A.name{i} where A is a dynSeries object, returns the name of the i-th variable in A.
-