Commit Graph

2178 Commits

Author SHA1 Message Date
Max Lyon
99632809d8 in unittest replace has_property check with the one implemented in property manager 2019-10-31 14:31:55 +01:00
Max Lyon
8a8aab33e0 remove second template argument of property manager in unittests 2019-10-31 14:31:00 +01:00
Max Lyon
de529269b5 remove second template argument off PropertyManager 2019-10-31 14:24:54 +01:00
Max Lyon
8bc5491c5c add Handle typedef to PropHandleT that specifies the corresponding element handle type 2019-10-31 14:02:43 +01:00
Max Lyon
3d648b23b3 add elements and all_elements methods that return the range corresponding to the template argument 2019-10-31 14:01:50 +01:00
Max Lyon
34b2e958e1 add convenience function n_elements returning n_vertices, n_halfedges, n_edges, or n_faces depending on the template argument 2019-10-31 13:59:54 +01:00
Jan Möbius
eb38f6e5cd Merge branch 'docker-build-system' into 'master'
Changed docker runner image url to new repo

See merge request OpenMesh/OpenMesh!230
2019-10-29 16:15:54 +01:00
Johannes Lenzen
75297b11e6 Changed the .gitlab-ci.yml structure
Beginned with new building system
.gitlab-ci.yml can now be generated by the script assemble-gitlab-ci.py.

Therefore the .gitlab-ci.yml configuration file can be split into several smaller files
2019-10-29 16:15:54 +01:00
Jan Möbius
b12e0c07b7 Merge branch 'docker-build-system' into 'master'
Finished Docker build system

See merge request OpenMesh/OpenMesh!229
2019-10-29 09:30:35 +01:00
Johannes Lenzen
00a2eac354 Changed the .gitlab-ci.yml structure
Beginned with new building system
.gitlab-ci.yml can now be generated by the script assemble-gitlab-ci.py.

Therefore the .gitlab-ci.yml configuration file can be split into several smaller files
2019-10-29 09:30:35 +01:00
Jan Möbius
8a65c81b3c Merge branch 'DefaultMeshTypes' into 'master'
Default mesh types

See merge request OpenMesh/OpenMesh!228
2019-10-22 17:03:44 +02:00
Max Lyon
627a9b770e add default mesh types to changelog 2019-10-22 15:39:10 +02:00
Max Lyon
ef65cf870d fix copy paste error 2019-10-22 10:37:35 +02:00
Max Lyon
2343577636 add unittests for default double vec type 2019-10-22 10:17:12 +02:00
Max Lyon
a15f247a6f add default mesh types using default doublet traits 2019-10-22 10:08:40 +02:00
Max Lyon
651e8cf966 add default trait that uses double precision 2019-10-22 10:08:22 +02:00
Jan Möbius
7a608b1e04 Fixed web upload user 2019-09-25 09:46:47 +02:00
Jan Möbius
0a021a89d8 Merge branch 'fix-target-include' into 'master'
fix target include directories when not compiling stand-alone

See merge request OpenMesh/OpenMesh!227
2019-09-09 14:29:49 +02:00
Heng Liu
bb4ce58626 fix target include directories when not compiling stand-alone 2019-09-09 11:40:42 +02:00
Jan Möbius
05ed441211 Merge branch 'PLY-Reader-updates' into 'master'
Ply reader updates

See merge request OpenMesh/OpenMesh!226
2019-09-03 09:43:36 +02:00
Jan Möbius
79bf4a7742 Added ply test 2019-09-03 08:27:39 +02:00
Jan Möbius
8c9214009d Added ply test 2019-09-03 08:27:17 +02:00
Jan Möbius
e13452336c Removed temp file 2019-09-03 08:22:46 +02:00
Jan Möbius
97a4683a1f Updated changelog 2019-09-03 08:21:25 +02:00
Jan Möbius
70c0123bfe PLY: add short/ushort support to readInteger. 2019-09-03 08:20:12 +02:00
Jan Möbius
d28df7edcb PLY: convert readInteger into a template 2019-09-03 08:18:41 +02:00
Jan Möbius
d91986fc30 PLY: add support for unsigned custom property length 2019-09-03 08:15:16 +02:00
Jan Möbius
b15e09d1d3 PLY-avoid-temporary-variable-and-push_back 2019-09-03 08:14:32 +02:00
Jan Möbius
bb2f923f33 PLY-remove-unused-readToFloatValue-member 2019-09-03 08:13:16 +02:00
Jan Möbius
7fff526d5b Merge branch 'vectorize_warning' into 'master'
Fixed vectorize warning

See merge request OpenMesh/OpenMesh!224
2019-08-28 11:00:43 +02:00
Jan Möbius
37523c16d0 Fixed vectorize warning 2019-08-28 11:00:42 +02:00
Jan Möbius
0d04d4f410 Updated changelog 2019-08-27 08:37:11 +02:00
Jan Möbius
9279b2a1dd Merge branch 'property-internal-typename' into 'master'
Property internal typename

See merge request OpenMesh/OpenMesh!225
2019-08-27 08:28:36 +02:00
Jan Möbius
83c7408ff2 Update typename.hh 2019-08-26 16:27:13 +02:00
Nicolas Gallego-Ortiz
b85b66d679 lowercase filename, pragma once and property specializations corrected 2019-08-15 10:47:37 +02:00
Nicolas Gallego-Ortiz
6bb9f668b8 name mechanism used for property type checking at retreival, OM_FORCE_STATIC_CAST removed 2019-08-14 15:20:50 +02:00
Nicolas Gallego-Ortiz
3e83f7311b internal name mechanism added at property creation 2019-08-14 11:25:36 +02:00
Nicolas Gallego-Ortiz
1f0f036e77 accesors to internal typename from derived class 2019-08-13 18:24:26 +02:00
Nicolas Gallego-Ortiz
7b461d62b8 data member added to handle type name as a string 2019-08-13 17:35:06 +02:00
Jan Möbius
481ffd7f78 Merge branch 'vectorize_warning_windows_fix' into 'master'
Fixed some windows scalar conversion warnings

See merge request OpenMesh/OpenMesh!223
2019-05-29 14:33:26 +02:00
Jan Möbius
b57284f5a3 Fixed some windows scalar conversion warnings 2019-05-29 13:33:42 +02:00
Jan Möbius
d07793ab4f Merge branch 'clang_warnings' into 'master'
Clang warnings

See merge request OpenMesh/OpenMesh!222
2019-05-29 12:20:14 +02:00
Jan Möbius
df6c3cbb93 Fixed more clang warnings 2019-05-29 11:27:23 +02:00
Jan Möbius
6050565b86 Fixed more clang warnings 2019-05-29 11:14:37 +02:00
Jan Möbius
7c1a8012d5 Fixed more clang warnings 2019-05-29 10:55:52 +02:00
Jan Möbius
417a460645 Fixed more clang warnings 2019-05-29 10:20:20 +02:00
Jan Möbius
b083f32a23 Replace NULL by nullptr 2019-05-29 10:11:42 +02:00
Jan Möbius
f1b31421dd Merge branch 'cpp_check' into 'master'
Cpp check

See merge request OpenMesh/OpenMesh!221
2019-05-29 09:53:13 +02:00
Jan Möbius
e7a34cf83b reduce allowed ccp check warnings 2019-05-29 09:52:23 +02:00
Jan Möbius
8a178e16ac cppcheck 2019-05-29 08:49:18 +02:00