Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Graph
e97f245ec2f2edfd5c135177c99902e251a818cc
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jun
26
May
24
20
13
12
27
Apr
26
22
21
12
5
4
3
2
31
Mar
28
27
26
23
22
21
20
19
18
15
8
3
2
1
27
Feb
26
25
24
23
22
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
4
2
1
27
Jan
26
25
12
6
5
24
Dec
23
19
14
8
7
6
5
4
1
30
Nov
29
23
20
19
18
17
11
10
9
8
6
4
1
30
Oct
26
23
20
15
13
12
9
8
7
6
5
3
2
1
30
Sep
28
27
26
25
14
13
11
8
5
4
3
29
Aug
28
24
23
21
19
18
17
16
15
11
10
9
8
7
2
1
31
Jul
29
28
27
26
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Jun
23
19
17
15
14
13
12
10
7
5
3
30
May
24
13
11
10
9
7
6
5
3
1
30
Apr
29
28
27
26
25
24
23
19
18
16
15
14
13
12
11
10
8
7
6
5
4
3
2
1
31
Mar
30
29
28
26
25
23
22
21
20
19
Made code coverage configurable and disabled by default
Added --expt-extended-lambda flag to nvcc
Added attribution to ParallelFor.h
Added ParallelFor class
Fixed return value in tnl-diff and tnl-init
Disabled compilation of unit tests when WITH_TESTS is false
Replaced std::endl in MatrixWriter to remove implicit I/O synchronizations
Fixed includes of gtest headers
Fixed cmake
Build gtest from cmake instead of using system libs
Removed useless include directories from CMakeLists.txt
Fixed fallback condition in reductionOnCudaDevice
Non-fundamental types must be reduced completely on the CUDA device
Removed unused import from MeshFunctionEvaluator
Rewritten Containers::IndexedSet
Fixed FileTest
Fixed compareMemory method in ArrayOperations on host
Unified string formatting of StaticArray with Array
Excluded system headers from coverage reports
Enabled code coverage reports in cmake
Fixed tests in cmake files
Improvment of MPI testing application. now it measures times of function evaluation and synchronization.
Fixed build of TNL without MPI - all MPI stuff blocked by #ifdef HAVE_MPI
Merge remote-tracking branch 'origin/develop' into mpi
Fixed BiCGStab solver
Merge branch 'master' into develop
Fixed authors.
Fixed tnl-quickstart.
Refactoring heat equation benchmark.
Merge branch 'MIC-devel' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into MIC-devel
Merge branch 'master' into develop
Refactoring explicit updater and matrix assembler.
Renamed Mesh::getDimensions() to Mesh::getMeshDimension().
Merge branch 'master' into develop
Renamed GridEntity::getDimensions to GridEntity::getDimension.
Merge branch 'master' into develop
Renamed Vertex to Point.
Merge branch 'master' into develop
Renamed Dimensions to Dimension.
Renamed CompressedRowsLengths to CompressedRowLengths.
Loading