Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Yuhao Liu
ogs
Graph
37315cbe0b5cc295d7588020f3bdecc62d8f1365
Select Git revision
Branches
9
TH2MPF
TH2MPF_fixed_stress
THMPF-REBASED
THMPhF
master
default
protected
v6.3.3
v6.3.3-ci-test
v6.4.0
v6.4.1
Tags
20
6.4.1
6.4.0
6.3.3
data-explorer-5
6.3.2
6.3.1
6.3.0
6.2.2
6.2.1
6.2.0
6.2.0-rc1
6.1.0
6.1.0-rc1
6.0.8-insitu
6.0.8
6.0.7
6.0.6
tes-works-again
6.0.5
ode-pre-review
29 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Feb
19
18
15
7
6
4
1
31
Jan
21
18
17
16
15
14
11
10
9
8
7
4
3
2
24
Dec
20
19
18
14
13
12
11
10
7
6
5
4
3
2
30
Nov
29
28
27
26
21
20
19
16
15
14
12
9
7
5
3
2
1
31
Oct
30
29
28
26
25
24
23
22
18
17
15
11
10
9
4
28
Sep
27
26
25
24
21
20
19
18
17
14
13
12
11
7
6
5
4
3
30
Aug
29
28
27
24
Added tests for Polyline::insert() and Polyline::remove().
Removed operator()[] from class Polyline since it is not self-explanatory.
Using Polyline::getPoint() instead of Polyline::operator()[] to access points.
Added tests for class Polyline and fixed an issue in Polyline::isClosed().
Made static method Polyline::pointsAreIdentival() a normal function.
Changed implementation of Polyline::isPointIDInPolyline().
Made static method a member method of class Polyline.
Merge pull request #88 from TomFischer/PiecewiseLinearInterpolationBugFix
Substituted for-loop deploying std::transform and lambda function.
Removed second template parameter since it is not necessary anymore.
Added default type std::size_t for the second template parameter.
Added switch for sorted data and documented the class.
Added tests for PiecewiseLinearInterpolation.
Changes due to a second template parameter for Quicksort.
Added a second template parameter to Quicksort.
Sorting the input according to the support points.
Added a version sorting a vector and a second vector according to the first.
Fixed a problem in PiecewiseLinearInterpolation.
Updated ThirdParty/VtkOsgConverter for correct transparent exports.
Replaced std::endl with \n in ofstreams.
Do not ignore *.orig files so that they can be deleted with git clean -f.
Updated exporter submodules.
Fixed x64 Boost build in setup.sh.
fixed issue with boost setup
Use correct VS environment for Boost build.
small changes for boost build
Added boost building in setup script.
Added a separator on VtkVisPipelineItem context event.
When a texture is active the scalar visibility is off.
Scalar visibility gets passed to the fbx exporter.
Updated VtkFbxConverter submodule.
When setting the active attribute the scalar visibility is also set.
Typo.
Fixed memory leak in VtkMeshSource constructor.
Added search directories to GeoTiff and Shapelib CMake find scripts.
Disabled submodule status check on Windows.
Merge pull request #84 from TomFischer/UsingLogogInBaseLib
removed highlighting of boreholes again due to severe colour-lookup-table issues; tidied up lots of other very small things
Fixed a potential memory access violation, using C++11 auto.
Changed sequence of includes and corrected a warning message.
Loading