Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polymesh
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
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
Philip Trettner
polymesh
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
05e7f641f451bd465449b23fdf1e5c129672d5f8
Select Git revision
Branches
17
bugfix-cmake_on_linux
develop
default
protected
feature-allocated-byte-size
feature/decimate_is_collapse_allowed
feature/delaunay
feature/template_bases
feature_eigen
feature_format_pm
feature_properties
feature_replace_vectors
fix-obj-line-parsing
jn/develop
js/wip/hierarchical-poisson-sampling
kschuster
kw/develop
master
protected
pt/cpp-20
17 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Sep
18
15
10
2
31
Aug
28
27
26
14
13
10
7
6
30
Jul
5
Jun
2
25
May
18
14
12
11
10
30
Apr
29
28
15
11
7
3
27
Mar
17
14
11
10
9
7
5
4
2
1
28
Feb
27
19
18
17
16
12
4
30
Jan
15
10
Dec
7
3
2
29
Nov
27
22
20
13
12
11
8
7
5
20
Oct
16
14
2
30
Sep
29
26
25
17
9
6
23
Jul
26
Jun
21
18
13
12
11
May
25
Apr
23
21
18
16
15
14
9
8
4
1
22
Mar
15
14
9
8
5
1
15
Feb
13
12
11
10
9
1
27
Jan
25
22
16
15
18
Dec
11
10
9
8
4
12
Nov
9
31
Oct
29
27
25
22
19
16
15
13
10
9
4
26
Sep
23
22
20
19
15
14
11
10
8
7
29
Aug
28
24
22
20
17
16
15
14
8
7
6
3
2
27
Jul
26
25
24
23
19
18
17
16
13
12
11
10
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
23
22
21
fixed comment
fixed collapse comment
fixed header path
fixed cut
added face cut
Merge branch 'feature/bugfix-can-add(-.)' into 'develop'
Made previous "fix" side-effect free.
Fixed usage of non-existant function
Merge branch 'feature/decimate_is_collapse_allowed' into 'develop'
add is_collapse_allowed predicate to decimate_config, allowing users to prevent certain halfedge collapses from happening
feature/decimat…
feature/decimate_is_collapse_allowed
Merge branch 'fix-obj-line-parsing' into 'develop'
fix line parsing for OBJs, was not working for single line segments
fix-obj-line-pa…
fix-obj-line-parsing
Merge branch 'feature/hole-filling' into 'develop'
Removed indexed_triangle, as it suffices to store the index of the third vertex.
Added hole_filling function.
Merge branch 'feature/assert-not-removed' into 'develop'
Assert removed primitives cannot be used to call add(...)
Merge branch 'feature-ico-sphere' into 'develop'
Return handle to first vertex of the newly added sphere.
Ran clang-format
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/polymesh into develop
Implementation of add_ico_sphere.
removed test for self-move
fixed M_PI
added missing includes
more docs
finished algo doc
more docs
more docs
clang format
finished docs for geometric properties
more documentation
updated docs a bit
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/polymesh into develop
ld-gold only on linux
executed clang format
fixed warning
added edge split_and_triangulate
added [[noreturn]] to assertion failures
Merge branch 'feature/msvc-warning-fix' into 'develop'
Loading