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
cb9a464b1ec02e207f78c0b4537cdcdfdefb167a
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
7
Oct
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
26
25
23
22
21
20
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
External metis is only used when Metis release and metis debug libraries are defined.
Remove metis 5.1.0.
Removed comments.
Add metis 5.1.1 and use it when metis METIS_INCLUDEDIR is not set in the config file.
Merge pull request '.gitlab-ci uses irmb/virtualfluids-deps image' (#34) from marcus/VirtualFluids_dev:develop into develop
.gitlab-ci uses irmb/virtualfluids-deps image
Merge pull request 'Check compiler warnings on clang, gnu and msvc and eliminate most of them.' (#33) from peters/VirtualFluids_dev:dev_compiler_warnings into develop
Merge pull request 'feature/compiler_warnings' (#32) from peters/VirtualFluids_dev:feature/compiler_warnings into open_source
Update thE MSVC and clang compiler warnings.
Suppress warnings.
Add msvc warning level W4 and removed most of the warnings. Some of the warnings are suppressed (see MSVC.cmake)
Remove additional gnu compiler warnings.
Eliminate additional clang compiler warnings.
Merge commit '6b87b8a24b642ba81cd11d61d6136e56881b887a' into develop
Refactoring of the compiler flag files.
Remove msvc compiler warnings for basics and cpu.
Remove the gnu warnings.
Remove warnings: unused variables, overrides, default destructors
add syscall only for linux systems.
Remove unused variable and dangling else.
Add overrides and default destructors.
syscall is deprecated on macos.
remove 'register' storage class specifier, which is deprecated and incompatible with C++17
Fix comment for minimum cmake version.
Merge pull request 'Update line endings.' (#31) from peters/VirtualFluids_dev:open_source into open_source
Merge pull request 'Merge develop with got a merge from open source before.' (#29) from peters/VirtualFluids_dev:develop into develop
Loading