Commit Graph

142 Commits (6adf1c26392d737dc31844aa3add0441e040f4a8)

Author SHA1 Message Date
Houtan Bastani ec9f53a23b bug fix: single quotes 2013-03-18 16:17:29 +01:00
Sébastien Villemot cda0e03776 Add preprocessor messages (stdout, stderr) to the logfile
Closes #306
2013-03-18 13:44:04 +01:00
Sébastien Villemot 0421387732 Require Octave 3.6, since we use parfor 2012-11-29 14:52:33 +01:00
Houtan Bastani 6c7501d906 move console setting to global_initialization.m 2012-10-30 14:10:54 +01:00
Houtan Bastani fc7ea133d9 force console mode when matlab started with -nojvm or -nodisplay flags or octave started with --no-window-system flag (ticket 283) 2012-10-30 13:50:51 +01:00
Sébastien Villemot 7de6be31e6 Upgrade the minimum requirement to MATLAB 7.3 (R2006b) 2012-09-18 11:54:40 +02:00
Sébastien Villemot 6adb58dbc1 Remove workaround for Octave 3.2 (we now require 3.4) 2012-09-18 11:42:11 +02:00
Sébastien Villemot 56914e3d4c Require at least Octave 3.4 (linsolve does not compile against 3.2) 2012-08-23 16:40:00 +02:00
Sébastien Villemot a44fa426c4 Simplify logic of test since Octave 3.2 is now the minimal requirement 2012-04-04 22:16:39 +02:00
Sébastien Villemot 2057365143 Require at least Octave 3.2.2 (and therefore drop rcond.m and bicgstab.m)
Octave 3.2 has been around for a long time, and is included in most
distributions.
2012-04-03 17:57:38 +02:00
Sébastien Villemot 90cb2ffb59 Under Octave >= 3.4, don't sleep for 2 seconds 2012-04-03 17:46:48 +02:00
Stéphane Adjemian (Scylla) 1467bec712 Removed internal documentation an unitary test options from the dynare command. Created instead
a specific command named internals.

The internal documentation of a matlab routine can be displayed on screen using the following
syntax:

internals --info <PATH AND NAME OF THE MATLAB ROUTINE>

The unitary tests (if any) associated to a matlab routine are triggered as follows:

internals --test <PATH AND NAME OF THE MATLAB ROUTINE>

+Cosmetic changes in the headers.
2011-09-12 11:46:14 +02:00
Sébastien Villemot ef26fe0034 Removed obsolete help message 2011-09-08 16:12:31 +02:00
Stéphane Adjemian (Charybdis) e905ff77c0 Added two new modes for displaying documentation or testing matlab/octave routines.
Examples:

dynare --doc <NAME_OF_A_MATLAB_ROUTINE> will display internal documentation of the routine.

dynare --test <NAME_OF_MATLAB_ROUTINE> ... will test the routine(s)

Note that for displaying the internal documentation texinfo must be installed on the system,
because dynare calls makeinfo with --plaintext option.
2011-09-05 18:57:42 +02:00
Sébastien Villemot 7b67f40a11 Bump MATLAB version requirement to 7.0 2011-04-27 11:57:43 +02:00
Sébastien Villemot 02652f6eb8 Updated copyright notices 2011-02-04 17:27:33 +01:00
sebastien 1be52aaa5f Beautification: removed tabulation characters which were left in previous beautification pass
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3300 ac1d8469-bf42-47a9-8791-bf33cf982152
2010-01-05 10:46:10 +00:00
sebastien 502e3e1df8 Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3250 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-16 17:17:34 +00:00
sebastien 1e3115e759 Workaround for bug in Octave 3.2, numbered #550823 in Debian BTS, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550823
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3055 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-20 12:58:17 +00:00
sebastien 0787228a9d trunk dynare.m: completed help message
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2456 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-12 11:20:49 +00:00
stepan 47a4550144 v4.1: "dynare help" issues dynare command synopsis and a description of the options.
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2454 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-12 10:27:06 +00:00
michel 613bfc8f4a removed empty parentheses for compatibility with earlier Matlab versions
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2338 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-22 21:41:55 +00:00
sebastien db50368418 v4 matlab: fixed some existing copyright headers (and some other minor header issues)
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1974 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-08-01 12:40:33 +00:00
sebastien d9ffbb3e79 v4 dynare.m: cosmetic changes
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1942 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-08 15:52:55 +00:00
sebastien 57f4d42a5b v4:
* added a warning when Matlab < 6.5 or Octave < 3.0.0
* created octave_ver_less_than.m


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1941 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-08 15:45:10 +00:00
sebastien e08cad8265 v4: merged Octave branch into trunk
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1899 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-06-24 18:20:48 +00:00
sebastien b87a453c7e v4 matlab:
* removed sylvester3.m and sylvester3a.m (have been moved to gensylv/ subdir)
* display an error message when dynare called without argument


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1852 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-05-27 09:46:44 +00:00
sebastien a31789dcb5 v4 matlab:
* replaced obsolete isstr() by ischar()
* fixed typo in erase_compiled_function()


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1844 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-05-23 14:45:37 +00:00
adjemian e85af5dc11 Added a dynare configuration routine and bug corrections.
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1826 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-05-16 08:18:37 +00:00
sebastien c72e6ff02e v4 matlab+preprocessor: fix display of preprocessor error message (was truncated by Matlab if too long)
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1774 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-04-02 15:01:52 +00:00
sebastien 4a481eaff0 v4 matlab: display preprocessor output even in case of success
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1773 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-04-02 14:41:56 +00:00
michel 86c2c7f488 changing dynare.m for new mex directory location
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1691 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-02-04 21:31:18 +00:00
michel d7c3bacf3d v4: changed dynare.m for version 2008a
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1620 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-01-18 20:00:33 +00:00
assia 6cd1bb80b2 header updated
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1592 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-01-16 15:32:46 +00:00
sebastien c4e78163b8 v4: removed mex/common/
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1518 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-12-28 13:51:34 +00:00
adjemian 99a6889d95 Declaration of the paths to the mex files (depending on the version of matlab).
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1496 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-12-19 16:40:48 +00:00
michel 56da813fec v4 dynare.m: make it foolproof for directory names with spaces
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1291 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-05-25 19:18:14 +00:00
adjemian 6eac49b1d7 Correction of bugs related to the _steadystate file.
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@822 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-07-17 08:47:30 +00:00
michel 52590d6a65 v4 dynare.m: looking automatically for .dyn and .mod files
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@693 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-03-24 12:47:38 +00:00
michel 195b79e1ab v4: cleaning up diary handling
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@687 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-03-23 11:03:04 +00:00
michel b46e412f2d v4 dynare.m: call dynare_m instead of dynare_m.exe so as to be Linux compatible
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@603 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-01-16 12:44:13 +00:00
michel 9a9872fd33 dynare_v4 from CVS
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@8 ac1d8469-bf42-47a9-8791-bf33cf982152
2005-02-18 19:54:39 +00:00