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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien Villemot
preprocessor
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
be15e064dce264c99b61b9d119d7567cf3742fb6
Select Git revision
Branches
1
master
default
Tags
1
created_preprocessor_repo
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Nov
18
8
6
5
30
Oct
24
16
15
13
Sep
9
5
4
23
Jul
22
19
18
17
9
8
3
1
13
Jun
12
11
7
6
5
3
31
May
30
29
22
21
16
25
Apr
15
12
15
Mar
7
1
28
Feb
8
6
31
Jan
26
25
24
21
Dec
19
18
15
14
13
12
11
8
7
4
1
30
Nov
29
23
22
21
15
14
13
10
7
3
25
Oct
23
19
18
17
16
13
11
10
6
2
29
Sep
28
27
25
22
20
19
18
15
14
13
12
11
8
1
28
Jul
19
7
6
5
4
23
Jun
22
21
15
12
8
7
25
May
17
12
11
24
Apr
18
11
7
5
3
29
Mar
28
24
23
20
16
13
3
2
1
28
Feb
21
17
7
25
Jan
24
23
19
17
16
13
10
9
6
5
4
3
20
Dec
14
12
8
7
2
1
30
Nov
29
28
23
22
16
14
8
7
4
2
26
Oct
24
18
17
14
11
7
4
27
Sep
26
21
20
14
13
12
9
6
3
Aug
27
Jul
26
22
21
20
16
14
13
12
11
8
6
5
4
1
24
Jun
22
20
17
16
15
13
9
8
7
3
24
May
23
20
19
18
17
16
6
4
3
2
29
Apr
26
21
19
14
13
12
11
8
1
30
Mar
29
15
1
21
Feb
18
17
15
9
28
Jan
26
25
21
20
19
18
17
6
4
16
Dec
15
10
CI: add manual clang-tidy job
master
master
Bump to clang-format 16
Refactor implementation of “set_time” (hidden) command
Fix typo in comment
Flex scanner: replace strtok() by std::string method
Flex scanner: give a name to some regular expressions
Flex scanner: use emplace<T>() on variant semantic values instead of deprecated build<T>()
🐛 Flex scanner: fix column location counter in the presence of dates
Refactor error and warning messages printing
Bison file: better use of %code sections
🐛 Avoid illegal memory access when variable name is used as a function call
C++20 modernization: more uses of std::ranges and std::views
Minor simplification
C++17 modernization: more uses of structured bindings
Minor simplifications related to booleans
Drop M_.exo_det_length
histval_file/initval_file/data: harmonize structure field names with option names
Drop legacy representation for the static model with “use_dll” option
VariableNode: handle epilogue symbols in methods that manipulate leads/lags
Merge branch 'state_var_hank' into 'master'
HANK support: modifies the driver file writing process to introduce a `state_var` field in the `M_.heterogeneity(i)` structure for each heterogeneity dimension `i`
Add Meson cross-file for WebAssembly with Emscripten
Add some more comments about the mechanism that substitutes dates inside the .mod file
Lexer: remove useless rule for dates
Parser: minor simplification related to dates
🐛 The “onlyclearglobals” option was not actually clearing global variables
Initial HANK support
VariableNode::writeOutput(): no longer call getJacobianCol() in sparse output type
Add noprint option for steady command.
Remove unused variables
Simplification using pointers to member functions
Simplification
C++20 modernization: use std::views::iota
C++20 modernization: use std::ranges::union
C++20 modernization: use std::ranges::set_difference
C++20 modernization: use std::ranges::includes
C++20 modernization: replace a std::transform by a copy with a range view
C++20 modernization: use std::ranges::transform
C++20: add note for std::fill that cannot be replaced by std::ranges::fill
🐛 Occbin: fix loop over all regimes combination
Loading