Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Meyer-Gohde
preprocessor
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
patch-1
Select Git revision
Selected
patch-1
Branches
4
master
default
protected
aux_vars_fix
rework_pac
uop
Tags
1
created_preprocessor_repo
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Nov
14
7
30
Oct
29
28
24
22
17
15
11
10
9
8
7
4
3
2
30
Sep
25
24
12
11
10
9
5
27
Aug
26
23
22
21
20
19
14
13
12
7
6
5
2
22
Jul
15
11
5
4
3
28
Jun
27
25
24
21
19
18
17
5
27
May
20
17
15
14
8
4
3
2
29
Apr
24
23
18
16
12
10
9
4
3
29
Mar
26
25
21
20
19
18
15
14
11
8
7
6
5
4
2
1
28
Feb
27
25
22
21
20
19
18
15
14
29
Jan
28
25
18
16
15
9
2
27
Dec
20
19
11
10
5
4
3
30
Nov
29
28
27
23
22
21
19
16
15
9
8
7
6
5
31
Oct
30
29
26
25
24
23
15
12
11
10
5
4
2
1
28
Sep
27
25
24
18
14
13
12
11
10
7
6
5
4
3
31
Aug
29
28
27
23
22
20
17
16
14
13
9
8
7
6
4
2
1
31
Jul
30
27
26
25
24
19
18
17
11
10
9
6
5
4
27
Jun
15
14
11
7
6
5
4
2
1
31
May
30
29
28
25
24
23
22
18
17
16
15
9
4
18
Apr
17
11
10
4
29
Mar
28
27
20
19
Update ComputingTasks.cc
patch-1
patch-1
Improvements to the test for balanced growth path
master
master
fix to allow for diffs of unary ops to go through variable mapping
fix bug causing auxiliary variables for pac growth parameters not to contain their original symbol id
Merge branch 'master' into 'master'
introduce variableMapping, default equation name tags in M_ and JSON output
add xref for equation tags
macro processor: fix for loops
aesthetic fix: for conformity to the rest of the code, prefer `const auto` to `auto const`
macro processor: use C++17 structured bindings in for loops
Use `if` statements with initializers allowed by C++17
simplify code
macro processor: remove unused variable
Drop unused functions for writing C and C++ output
Modernization: stop using make_pair() and make_tuple()
VAR/TCM models: use lag-equivalence relationship to compute maximum lags
Fix bug with diff or unary ops that have same static representation
Fix semantics of ExprNode::maxLag(), maxLead() and maxLagWithDiffsExpanded() with constants
CI: use our homemade cache for Boost MSYS2 binaries, to avoid useless downloads
CI: store Boost version in a variable
CI: various simplifications
Create set_auxiliary_series routine in use_dll, block/bytecode and julia modes
Added compilation of the preprocessor for all targets...
remove unused headers
fix typo
support external functions in MATLAB namespace. closes dynare#1639
fix typo in parser
remove unused argument to function
fix bug in `fast` option: printing temporary terms hid changes in model when the temporary term changed as the temporary terms themselves were not printed. closes dynare#1661
simplify isChecksumMatching, move to filesystem::path
move to hash algorithm defined since C++11 for calculating checksums. dynare#1661
simplify initialization of `hasModelChanged` variable in writing of output
Fixed logic for output language.
fix cross compilation due to bug in MinGW 8.3.0
macro processor: handle empty files
macro processor: insert path instead of string as the path has already been created
remove unused headers
use filesystem::path instead of string to hold include paths passed on the command line
pac: fix parsing of linear combination for growth option
macro processor: use filesystem after move to C++17, closes #31
Loading