Commit Graph

2856 Commits (6ba0ff5415fe2fa4d38d78a0a67dac12b2c33572)

Author SHA1 Message Date
Michel Juillard 49daa411f4 dynare_config.m: added path for SWZ 2010-09-08 21:08:20 +02:00
Michel Juillard 19fba43208 Revert "Preprocessor: change the automatically generated name of auxiliary vars for"
This reverts commit 524e9a9c67.
2010-09-07 17:12:06 +02:00
Sébastien Villemot 3b4be852d5 Dynare++: added header include needed for some versions of GCC 2010-09-07 13:36:13 +02:00
Sébastien Villemot 524e9a9c67 Preprocessor: change the automatically generated name of auxiliary vars for
lagged endo/exo so that they contain the type-specific symbol ID (instead of
the preprocessor internal symbol ID)
2010-09-07 13:03:51 +02:00
Sébastien Villemot d1f548e7c5 Parallel: fix quoting issues on Unix 2010-09-07 11:38:50 +02:00
Marco Ratto 34fda83963 Parallel: the addpath for DYNARE path is given at the level of masterParallel.m 2010-09-06 17:24:16 +02:00
Marco Ratto 87c80f69b6 Minor change to preamble 2010-09-06 16:59:57 +02:00
Marco Ratto 58c4c483c5 Added MatlabPath to the Parallel structure 2010-09-06 14:50:55 +02:00
Sébastien Villemot c214587686 Parallel system: add new option DynarePath to specify Dynare path on the slaves 2010-09-06 12:54:55 +02:00
Sébastien Villemot c8cb8e3aa1 Merge remote branch 'george/master' 2010-09-03 18:10:52 +02:00
Stéphane Adjemian (Scylla) bc155fd0df Changed calling sequence of prior_draw.m. 2010-09-03 15:23:05 +02:00
George Perendia 73fb122e1e Estimation C++ DLL: Enhancing KalmanFilter performance using symmetric matrix and vector BLAS routines calls added or enhanced in BlasBindings.hh and dynblas.h + some minor fixes to Matrix.hh and LogPriorDensity.cc 2010-09-03 11:17:50 +01:00
Stéphane Adjemian (Scylla) b16c56b71c Removed debugging informations display introduced in the previous commit. 2010-09-01 22:23:18 +02:00
Stéphane Adjemian (Scylla) 29f9bb953e Fixed bug related to the mh based approximation of the posterior covariance matrix (used
for the jumping distribution).
2010-09-01 22:15:47 +02:00
Stéphane Adjemian (Scylla) ded34f990b Merge branch 'master' of kirikou.dynare.org:/srv/d_kirikou/git/dynare 2010-09-01 22:14:32 +02:00
Stéphane Adjemian (Scylla) 6870010e9a Fixed bug related to the console mode (text waitbar). 2010-09-01 22:12:38 +02:00
Houtan Bastani 18c9479176 SWZ: include in build system 2010-09-01 11:15:42 +02:00
Houtan Bastani 137c4cf6b1 SWZ: make comments conform to ansi C standard 2010-09-01 11:15:28 +02:00
Houtan Bastani 60a3c2cad4 SWZ: replace tabs with spaces 2010-09-01 11:07:32 +02:00
Houtan Bastani 8b782e7b00 SWZ: replace matrix.h with swzmatrix.h 2010-09-01 11:04:49 +02:00
Houtan Bastani 8cf788af44 SWZ: replace fprintf(stderr, with swz_fprintf_err( 2010-09-01 11:03:52 +02:00
Houtan Bastani 94217de476 SWZ: replace exit with swzExit 2010-09-01 11:03:31 +02:00
Houtan Bastani 820aca6683 SWZ: replace free with swzFree 2010-09-01 11:03:09 +02:00
Houtan Bastani 12993a8108 SWZ: replace malloc with swzMalloc 2010-09-01 11:01:00 +02:00
Houtan Bastani 3bbfc05634 SWZ: Change file ending type to unix 2010-09-01 11:00:44 +02:00
Houtan Bastani a5ed818758 SWZ: remove extra whitespace 2010-09-01 11:00:30 +02:00
Houtan Bastani 248cc388af SWZ: diffed and patched updated files from Dan 2010-09-01 10:45:55 +02:00
Houtan Bastani 7808df0935 SWZ: original forecast.c, dw_histogram.c and dw_histogram.h from Dan 2010-08-30 17:32:43 +02:00
Sébastien Villemot 8589be3d4b K-order DLL: cosmetic changes
- remove unused argument of the DLL
- fix documentation inside source file
2010-08-30 17:11:58 +02:00
Sébastien Villemot a4769fc80d K-order DLL: no longer create an extra MAT file (useless and undocumented) 2010-08-30 17:11:26 +02:00
Sébastien Villemot 54c1c0dfb6 Preprocessor: fix line numbering problems due to native MATLAB statements (bug introduced in a0cd4b33ae and 6582341799) 2010-08-30 14:37:48 +02:00
Sébastien Villemot cda56cab74 Preprocessor: in the lexer, "end;" now corresponds to 2 tokens (instead of one), for consistency with the other tokens 2010-08-30 14:16:07 +02:00
Sébastien Villemot 28a4e79cbe OSR: minor cosmetic changes 2010-08-30 14:15:17 +02:00
Sébastien Villemot 48ddcb3a6e Reference manual: no longer needed to install MSVC runtime for Win64, since we now compile with MinGW64 2010-08-26 18:36:56 +02:00
Sébastien Villemot 424b299e07 Build system: fix bug for compilation with mingw 64-bit (linking with MSVC export files creates MEX files which crash, while directly linking with the DLL binary works) 2010-08-26 18:36:56 +02:00
Michel Juillard d66eb3c6ae SWZ: bug correction for attaching Markov Chains to some equations only 2010-08-25 20:53:06 +02:00
Marco Ratto 93ea89dffb Bug fixes related to global variables in the base workspace for parallel sessions. 2010-08-25 15:18:58 +02:00
Marco Ratto 1704023419 1) Fixed problems related to global variables in the base workspace.
2) Minor bug in slaveparallel.m
2010-08-25 15:16:46 +02:00
Marco Ratto 5d9f6ef756 Fixed priordens needs to be properly initialized in remote, slave sessions. 2010-08-25 13:39:48 +02:00
Sébastien Villemot 89f2e8009f Updates to the Windows package:
- no longer strip binaries from the NSIS script (the name of the strip executable can't be guessed when cross-compiling)
- no longer include DLLs for Dynare++ (now statically linked)
2010-08-25 10:27:57 +02:00
Sébastien Villemot a8c58d363d Build system: fix minor bug in display of configure script (Dynare++ testsuite had incorrect information due to testing the wrong variable) 2010-08-24 19:25:31 +02:00
Sébastien Villemot 5ccd248622 Build system: for Windows, add "-static-libstdc++" flag 2010-08-24 18:46:26 +02:00
Sébastien Villemot 5e9098edc5 Dynare++: fix case of Windows header name (for cross-compiling from Linux) 2010-08-24 16:24:03 +02:00
Sébastien Villemot ad127052d8 Build system: display a warning when compiling for the Cygwin target 2010-08-24 16:24:03 +02:00
Sébastien Villemot 1554054bf0 Build system: never use symbolic links when compiling for Windows platform 2010-08-24 16:24:03 +02:00
Sébastien Villemot 375f65d946 Build system: add NDEBUG flag under Windows for MEX files, for consistency with other platforms 2010-08-24 16:24:03 +02:00
Sébastien Villemot 0893e963cb Build system: change the way we detect the GSL, to make it work when cross-compiling 2010-08-24 16:24:03 +02:00
Sébastien Villemot b0b916eb1d Reference manual: for order=3, mention that use_dll and a compiler are needed 2010-08-24 15:51:51 +02:00
Sébastien Villemot 9edb4d7361 Reference manual:
- describe 3rd order approximation (closes #124)
- improve description of variable reordering
2010-08-24 15:44:29 +02:00
Sébastien Villemot 6d06fbb547 Reference manual: update related to the fact that HP filter is now available with empirical moments (4.2 only) 2010-08-24 11:27:31 +02:00