Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Andreas Fabri
|
97800865fb
|
Move Join in the same submenu as Split
|
2022-04-20 10:06:16 +01:00 |
Andreas Fabri
|
b19dba2b5d
|
Polyhedron_3: Faster split in the demo
|
2022-04-13 19:27:33 +01:00 |
Laurent Rineau
|
7d9427b17e
|
Merge branch 'master' into AW3-New_package-GF
|
2022-04-11 17:19:47 +02:00 |
Mael Rouxel-Labbé
|
4ab6e0006d
|
Fix typo in variable name
|
2022-04-04 11:33:28 +02:00 |
Mael Rouxel-Labbé
|
f2791abe87
|
Add AW3 polyhedron demo plugin for meshes & soups
|
2022-04-04 11:33:28 +02:00 |
Sébastien Loriot
|
66a893d903
|
fix warnings
|
2022-03-23 23:17:48 +01:00 |
Sébastien Loriot
|
689da92ae4
|
Merge remote-tracking branch 'PMP-relax' into master
|
2022-03-23 22:09:20 +01:00 |
Laurent Rineau
|
b7528d45fa
|
Merge pull request #6360 from lrineau/Polyhedron_demo-fix_issue_6357
3D demo offset_meshing_plugin: Fix the use of the manifold criterion
|
2022-03-02 15:13:44 +01:00 |
Laurent Rineau
|
3bd0f0d601
|
Fix the use of the manifold criterion
Fix #6357
|
2022-02-25 14:35:36 +01:00 |
Laurent Rineau
|
258d704a90
|
Merge pull request #6209 from sloriot/PMP-std_instead_of_boost
Use features available in std instead of boost
|
2022-02-24 19:57:17 +01:00 |
Laurent Rineau
|
d78a7b9255
|
Merge pull request #6302 from afabri/P2T2-assert-GF
CGAL: In testcode do not use CGAL_assertion but assert
|
2022-02-08 23:44:24 +01:00 |
Sébastien Loriot
|
4ffc949199
|
replace boost::unordered by std::unordered
but in T3, Mesh_3, TDS_3, P3[TM]3
|
2022-02-03 19:11:12 +01:00 |
Andreas Fabri
|
735752bec9
|
Do the remaining changes after Laurent's check
|
2022-02-03 08:02:11 +00:00 |
Laurent Rineau
|
5b42a501cc
|
Merge pull request #6266 from afabri/CGAL-assertions_in_examples-GF
CGAL Examples: CGAL_assertion -> assert
# Conflicts:
# HalfedgeDS/examples/HalfedgeDS/hds_prog_compact2.cpp
# Triangulation_2/examples/Triangulation_2/triangulation_print_OFF.h
|
2022-02-02 16:38:01 +01:00 |
Andreas Fabri
|
79a38d5cb9
|
CGAL Examples: CGAL_assertion -> assert
|
2022-01-24 10:19:04 +00:00 |
Sébastien Loriot
|
126b78fecf
|
Merge remote-tracking branch 'sloriot/PMP-relax' into HEAD
|
2022-01-19 13:50:46 +01:00 |
Sébastien Loriot
|
11c7c56718
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2022-01-18 09:11:52 +01:00 |
Sébastien Loriot
|
10b0af3092
|
rename macro since Named_function_parameter is part of STL_Extension
|
2022-01-13 14:43:34 +01:00 |
Sébastien Loriot
|
c169c41240
|
Merge remote-tracking branch 'maxGimeno/PMP-Example_of_new_mp_function-maxGimeno' into HEAD
|
2022-01-12 13:33:49 +01:00 |
Sébastien Loriot
|
4fa826b3ed
|
keep only the static version of is_default_parameter
|
2022-01-10 18:36:37 +01:00 |
Sébastien Loriot
|
75b03e6c0a
|
use_default_values() -> default_values()
|
2022-01-10 18:36:37 +01:00 |
Sébastien Loriot
|
1c3e09f562
|
rename internal namespace
default_values -> default_values_for_mesh_3
|
2022-01-10 18:36:32 +01:00 |
Sébastien Loriot
|
6d3176e061
|
move Named_parameters class in STL_extension
helpers stay in BGL because it depends on BGL tags
|
2022-01-07 15:12:22 +01:00 |
Sébastien Loriot
|
5f1803489b
|
replaces overloads with default NamedParameters for Point_set_processing_3
+enhancement of the NP for Point_set_processing_3
|
2022-01-06 15:11:23 +01:00 |
Sébastien Loriot
|
fbfff10cb4
|
fix ambiguous overloads
|
2022-01-05 15:50:00 +01:00 |
Sébastien Loriot
|
e98fc29dda
|
fix compilation issues
|
2022-01-04 17:38:46 +01:00 |
Sébastien Loriot
|
b04a5f9124
|
remove overloads with default parameters
|
2022-01-04 16:14:49 +01:00 |
Sébastien Loriot
|
1e7785b427
|
do not use PMP::parameters namespace
|
2022-01-04 16:00:38 +01:00 |
Andreas Fabri
|
c924cfdc00
|
merge master
|
2022-01-04 13:53:50 +00:00 |
Sébastien Loriot
|
6848e69987
|
replace all_default() by use_default_values() in tests and examples
|
2022-01-04 14:06:26 +01:00 |
Sébastien Loriot
|
28ab8e9293
|
replace CGAL_PMP_NP macros with CGAL_BGL_NP ones
|
2022-01-04 11:19:05 +01:00 |
Sébastien Loriot
|
047ddad86c
|
remove optional parameter
|
2022-01-04 10:12:37 +01:00 |
Laurent Rineau
|
7cada272e8
|
Merge pull request #6124 from janetournois/Mesh_3-polyhedral_complex_in_demo-GF
|
2022-01-03 16:48:37 +01:00 |
Laurent Rineau
|
2a047b42df
|
Merge pull request #6188 from sloriot/Polyhedron_demo-moc_c3t3
Remove useless moc include
|
2022-01-03 16:26:11 +01:00 |
Laurent Rineau
|
a1f4a92506
|
Merge pull request #6193 from sloriot/Demo-fix_shortcut_composition
Fix shortcut composition
|
2022-01-03 16:26:08 +01:00 |
Laurent Rineau
|
ef68e0b913
|
Merge pull request #6207 from sloriot/CGAL-set_but_not_used_variable
Fix set but unused variable warning
|
2022-01-03 16:22:34 +01:00 |
Laurent Rineau
|
9905eb29cf
|
Merge pull request #6193 from sloriot/Demo-fix_shortcut_composition
Fix shortcut composition
|
2022-01-03 16:22:20 +01:00 |
Jane Tournois
|
64af231b6e
|
Merge branch 'master' into PMP-relax
|
2021-12-28 14:52:48 +01:00 |
Jane Tournois
|
02d07278be
|
fix unused variable warning
|
2021-12-28 10:24:34 +01:00 |
Sébastien Loriot
|
6cc458bbf2
|
fix set but unused variable warning
|
2021-12-27 11:23:46 +01:00 |
Sébastien Loriot
|
f5a85902a1
|
fix shortcut composition
Seems that I did not understand correctly the doc here:
https://doc.qt.io/qt-5/qkeysequence.html#QKeySequence-2
|
2021-12-22 12:05:07 +01:00 |
Laurent Rineau
|
7906e3928a
|
Merge pull request #6174 from afabri/CGAL_Discontinue_Geomview-GF
Remove Geomview
|
2021-12-20 18:06:29 +01:00 |
Sébastien Loriot
|
3234726da5
|
remove useless include
needed only if Q_OBJECT or other macros are in that file
|
2021-12-17 16:34:55 +01:00 |
Sébastien Loriot
|
62a646ecf3
|
fix invalid target name
|
2021-12-15 15:22:30 +01:00 |
Andreas Fabri
|
115fa5ab39
|
Remove Geomview from the manual and the demos
|
2021-12-14 14:01:21 +00:00 |
Sébastien Loriot
|
676c367852
|
fix warnings cherry-picked from master targetting 5.4
|
2021-11-29 18:02:31 +01:00 |
Sébastien Loriot
|
993a7b29b0
|
fix warnings about arithmetic operations on enum
cherry-pick of 364009
|
2021-11-29 17:59:12 +01:00 |
Mael Rouxel-Labbé
|
b0b6f78a9c
|
Clear mesh before PS_to_PM as there might be garbage from CGAL::IO::read_PM
|
2021-11-29 14:20:54 +01:00 |
Laurent Rineau
|
4321e776d0
|
Merge pull request #6149 from albert-github/feature/bug_docu_codeblocks
|
2021-11-26 14:30:23 +01:00 |