Commit Graph

65 Commits (d30ccf07f798b250e08a411496fd9969c62be5c6)

Author SHA1 Message Date
Sébastien Villemot d33d02f62e
Windows package: add a 7z archive (same contents as the zip, but better compressed) 2019-09-17 15:33:37 +02:00
Sébastien Villemot 02bd23096a
Windows package: ship a 64-bit Dynare++ executable alongside the 32-bit one 2019-09-17 15:12:35 +02:00
Sébastien Villemot 533a4ff7db
Windows package: use pre-compiled MSYS2 packages for most dependencies
We only need to recompile Slicot and x13as.
2019-09-17 14:10:47 +02:00
Houtan Bastani 2113deb0db
script to create snapshot for macOS 2019-09-17 14:07:03 +02:00
Stéphane Adjemian (Charybdis) 597433194c Excludes files generated by the windows package build. 2019-09-11 11:24:43 +02:00
Sébastien Villemot 677caab21e
Remove obsolete file from .gitignore 2019-09-04 11:14:22 +02:00
Sébastien Villemot bae1fa255a
Add scripts and CI job for building Windows package
The scripts are based the former “dynare-build” project. They have been
overhauled and simplified.

Building a Windows package (both installer and zip archive) is as easy as
running “make -C windows” (provided the right Debian packages are installed,
use the “windows/install-packages.sh” script for that purpose).

The layout of MEX files for Octave in the package has been
changed (mex/octave/win32/ and mex/octave/win64/ instead of mex/octave32/ and
mex/octave/), for consistency with MATLAB MEX.
2019-09-03 21:36:47 +02:00
Sébastien Villemot 16e36e503a
Dynare++: unpack tarball where Sylvester test cases are stored 2019-06-19 17:34:30 +02:00
Sébastien Villemot eb975f2488
Dynare++: add some generated files to artifacts and .gitignore 2019-04-30 12:59:21 +02:00
Sébastien Villemot bdc95f23aa
Make MEX build system forward-compatible with Automake 2.0
We now use a symbolic link farm to make source file accessible from build
directories.

Closes #466
2019-04-05 16:55:11 +02:00
Stéphane Adjemia (Scylla) becbba10ad
Updated .gitignore for macOS (dynare++). 2019-04-02 08:29:25 +02:00
Stéphane Adjemian (Charybdis) b0f0ba43ca
Added files generated by python in .gitignore. 2019-02-25 14:54:57 +01:00
Sébastien Villemot e5f938a8e5
Integrate new reference manual
- integrate with autoconf/automake, so that "make html pdf" now build the
  manual
- remove the old texinfo manual
- the PDF manual is now called dynare-manual.pdf (Closes #1543)
- add a Gitlab CI job that updates the online unstable manual under
  www.dynare.org/manual-unstable/
2019-02-21 16:58:18 +01:00
Sébastien Villemot c8f3b5b96c
Various updates to .gitignore files 2019-02-13 16:12:16 +01:00
Sébastien Villemot ce1ef47093
dynare++ / tensor library (TL): move away from CWEB
By the way apply Dynare C++ coding style and extensions (.cc/.hh).
2019-01-08 16:09:25 +01:00
Sébastien Villemot 84255f9e9a
dynare++/integ: move away from CWEB
By the way apply Dynare C++ coding style and extensions (.cc/.hh).
2019-01-04 17:28:20 +01:00
Sébastien Villemot df772325a2
dynare++/kord: move away from CWEB
By the way apply Dynare C++ coding style and extensions (.cc/.hh).
2019-01-04 16:32:05 +01:00
Houtan Bastani 5d1a132374 move preprocessor and macroprocessor documentation to preprocessor submodule 2018-02-19 15:10:07 +01:00
Houtan Bastani ba3cebbad7 update .gitignore file for preprocessor submodule change 2018-02-19 15:02:14 +01:00
Stéphane Adjemian (Scylla) db870b562a Ignore scripts/dynare.elc. 2017-08-16 10:57:22 +02:00
Stéphane Adjemian (Charybdis) 57ab3e45c3 Added VERSION file. 2017-05-29 14:30:33 +02:00
Stéphane Adjemian (Charybdis) 8ccb0e5e31 Ignore generated doc/dynare.info-3. 2017-05-19 18:33:52 +02:00
Houtan Bastani 8bf2036049 gitignore: ignore dataset saved by default when Octave crashes 2016-09-20 17:20:18 +02:00
Houtan Bastani 8e21feaf70 ignore all .mat and .xls files 2016-06-14 11:37:16 +02:00
Stéphane Adjemian (Hermes) a858ef6986 Updated .gitignore file. 2016-05-23 13:48:19 +02:00
Stéphane Adjemian (Charybdis) 580bc3a0b6 Updated .gitignore file.
Do not version mat files in matlab folder.
2015-10-10 00:21:18 +02:00
Houtan Bastani a875de9a21 ignore .jl files under tests/ 2015-08-19 11:14:47 +02:00
Houtan Bastani 1ed5a79716 update .gitignore 2015-07-22 10:30:18 +02:00
Houtan Bastani deabd99514 update .gitignore to ignore files called “checksum” 2015-05-28 16:18:55 +02:00
Houtan Bastani 90e00b3871 fixes for windows 2015-03-27 17:29:10 +01:00
Houtan Bastani d7c253ae59 support 64-bit preprocessor, #862 2015-03-26 19:08:30 +01:00
Houtan Bastani 45a3e7a710 ignore tmp files left in dir when ms-sbvar is aborted in the middle of execution 2014-09-10 17:24:40 +02:00
Houtan Bastani 128761accd .gitignore: ignore default temporary reporting directory 2014-07-30 15:21:32 +02:00
Stéphane Adjemian (Charybdis) 6aee567382 Save empty dates and dseries objects in memory (base workspace) instead of disk (faster). Added an initialization mode for dates and dseries constructor. The following commands:
dates('initialization');
dseries('initialization');

create variables emptydatesobject and emptydseriesobject in base workspace.
2014-06-11 12:22:31 +02:00
Stéphane Adjemian (Charybdis) e4238dd7e4 Exclude from versioning the mat files generated for the initialization of dseries and dates objects. 2014-06-11 12:22:31 +02:00
Houtan Bastani 230715aa5a gitignore: add rule to ignore files created by make pdf 2014-02-25 18:04:40 +01:00
Houtan Bastani 5cb2fd4ae6 reporting: compile with synctex option 2014-02-14 11:44:14 +01:00
Houtan Bastani df5f2765ae ignore compile file 2013-09-09 13:40:00 -04:00
Stéphane Adjemian (Charybdis) 64bd5d2413 Exclude from versioning doc/dynare.info-1 and doc/dynare.info-2. 2013-09-09 17:00:11 +02:00
Sébastien Villemot e16e9c9424 Fix .gitgnore w.r.t. matlab/missing 2013-03-25 12:58:35 +01:00
Houtan Bastani 7dbfaebf59 test suite parallelization 2012-10-12 18:13:17 +02:00
Sébastien Villemot 3e612e0211 Fix build system with Automake 1.12 2012-09-28 17:31:39 +02:00
Sébastien Villemot 267b8fd995 Add FlexLexer.h to .gitignore 2012-08-06 18:56:03 +02:00
Houtan Bastani 1be5566d89 modify gitignore 2012-05-09 11:46:09 +02:00
Houtan Bastani c27b64cb48 modified .gitignore for ms-sbvar directory 2011-06-01 15:22:01 +02:00
Sébastien Villemot 5f04ed9db7 Reference manual: switch to TeXinfo format 2011-03-29 17:50:11 +02:00
Sébastien Villemot 967f2f1075 Build system: add rules for creating info file 2011-02-14 14:45:18 +01:00
Sébastien Villemot e25d2386af Update to .gitignore 2011-02-04 19:25:53 +01:00
Sébastien Villemot 02cc9cbd79 Build system: new configure option "--enable-org-export" for compiling Org files 2010-11-15 12:43:55 +01:00
Sébastien Villemot 7fd77a87dd Added M2HTML to the build system 2010-11-08 13:08:15 +01:00