Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
iRMB
VirtualFluids
Graph
ed2a789890607f94fa2302065f0e26fa3b095203
Select Git revision
Branches
3
a.wellmann-develop-patch-391f
develop
default
main
protected
Tags
3
0.1.2
0.1.1
0.1.0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Oct
7
6
5
2
1
30
Sep
29
28
25
24
21
16
15
10
8
4
3
2
1
28
Aug
27
26
25
21
20
19
18
14
13
12
24
Jul
20
7
6
3
1
30
Jun
26
25
24
23
22
19
15
10
9
4
3
25
May
24
8
5
27
Mar
25
19
18
17
13
10
25
Feb
24
31
Jan
30
22
21
30
Dec
12
11
10
9
6
5
4
3
15
Nov
14
11
8
29
Oct
25
24
17
16
15
11
10
7
4
Sep
30
Aug
22
19
16
12
8
7
6
5
2
29
Jul
26
24
22
19
18
17
15
12
10
9
8
5
4
3
2
1
28
Jun
27
26
25
24
21
20
19
18
17
14
13
7
6
28
May
27
24
23
22
21
20
17
16
14
13
10
8
7
6
3
2
30
Apr
29
26
25
24
23
18
17
16
15
12
11
10
9
8
5
4
2
1
28
Mar
27
26
25
21
20
18
14
13
12
11
9
8
7
6
5
4
2
1
28
Feb
27
Simplify poiseuille test setup. Use lid driven cavity for container
Container adjustments. Convert env variable to int
Use round instead int cast(double + 0.5)
Make deleted constructors public.
Return braced init list and fix equal deletes.
Remove the ifstream close() call, as it is called automatically when the ifstream is destroyed.
Remove some clang tidy warnings.
Use emplace_back and equal defaults.
Modernize use inclass initialization.
Modernize using default.
Remove unused parameter.
Add overrides.
Merge branch 'open_source' into feature/merge_clang_tidy
Merge pull request 'Add clang tidy and fixes a lot of detected issues.' (#36) from peters/VirtualFluids_dev:feature/clang_tidy into open_source
Fix clang-tidy issues with gcc compiler.
Make clang tidy optional. default: OFF
Handle additional clang tidy warnings.
Use the member inclass initialization.
clang tidy fixes.
Make cubeflow simulation runnable
Use emplace_back instead of push_back.
Add a singularity definition file
Remove redundant void arg.
Comment unused parameters.
Adds test description, some formatting
Apply the modernize-use-default-member-init functionality.
Remove misc-non-private-member-variables-in-classes, as virtualfluids has multiple protected variables.
Use modern c header includes.
Remove the bugprone-macro-parentheses, as the fix results in an error.
Enable clang tidy only for the self written libraries.
Make destructors default.
Switch typedefs to using.
Adds missing overrides.
Add clang tidy file with most of the checks active.
Begin restructuring Python folder. Implement some unit tests.
Renamed virtualfluids python package to pyfluids
Python bindings integration
Update gitlab CI and config files.
Remove not necessary cab_machine and use_gcc define.
Merge pull request 'Add metis 5.1.1 to the 3rdParty folder and build within VirtualFluids when no metis path in the user config is set.' (#35) from peters/VirtualFluids_dev:feature/metis into develop
Loading