Laurent Rineau
|
4d76e06383
|
Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF
Fix issues in OBJ I/O
|
2023-04-24 14:08:22 +02:00 |
Mael Rouxel-Labbé
|
b8e82b9c05
|
Merge remote-tracking branch 'cgal/master' into PMP-Triangulate_PS-GF
|
2023-04-18 12:16:27 +02:00 |
Mael Rouxel-Labbé
|
82e130d951
|
Minor example improvements
|
2023-04-18 12:14:10 +02:00 |
Andreas Fabri
|
e816f17ef4
|
Derive Visitor in example to have default implementations of some callbacks
|
2023-04-04 08:47:07 +01:00 |
Sebastien Loriot
|
a34ada1cfe
|
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
|
2023-03-31 14:39:33 +02:00 |
Sébastien Loriot
|
36e309e677
|
add example for almost coplanar remeshing
|
2023-03-31 14:39:33 +02:00 |
Sébastien Loriot
|
b1d2744821
|
Merge branch 'master' into PMP-decimation
|
2023-03-02 14:24:27 +01:00 |
Laurent Rineau
|
a5052f4cd8
|
Merge pull request #6835 from MaelRL/CGAL-Clean_CMakeLists.txt-GF
Some CMakeLists.txts cleaning
|
2023-02-16 10:52:29 +01:00 |
Sébastien Loriot
|
fbe559adc9
|
Merge 'cgal/master' into PMP-decimation
|
2023-02-14 08:33:24 +01:00 |
Sébastien Loriot
|
88bb9570c0
|
implement API update
|
2023-02-10 16:09:44 +01:00 |
Laurent Rineau
|
d33d71a4e0
|
Merge pull request #7125 from MaelRL/PMP-flip_criterion-GF
Modify flipping criteria in PMP::isotropic_remeshing and PMP::refine
|
2023-02-10 15:40:49 +01:00 |
Mael
|
153c603209
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2023-01-27 22:09:02 +01:00 |
Mael
|
4d22c90474
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2023-01-04 10:06:45 +01:00 |
Mael Rouxel-Labbé
|
a798fb6803
|
Minor example improvements
|
2022-12-16 16:20:25 +01:00 |
Mael
|
6538b22e06
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2022-12-05 16:03:41 +01:00 |
Andreas Fabri
|
2b26b8dd31
|
Don't use deprecated code in examples
|
2022-11-30 07:58:02 +00:00 |
albert-github
|
eed54a0ae5
|
spelling corrections
Some spelling corrections (Directories starting with `O`-`S` , first part),
some backward work
some forward work
|
2022-11-15 18:45:39 +01:00 |
Mael
|
8ff15b25a0
|
reparation -> repairing
|
2022-11-09 15:44:10 +01:00 |
Sébastien Loriot
|
0cac6a9da8
|
Merge remote-tracking branch 'sloriot/PMP-decimation' into PMP-decimation
|
2022-10-25 14:55:57 +02:00 |
Sébastien Loriot
|
c4f6912e47
|
use correct API
|
2022-10-19 13:55:19 +02:00 |
Sébastien Loriot
|
36c16eeedf
|
fix function names in the visitor
|
2022-10-17 15:39:01 +02:00 |
Mael Rouxel-Labbé
|
7a136f7116
|
Update repair_PS example
|
2022-09-13 11:14:59 +02:00 |
Mael Rouxel-Labbé
|
9b265fddf8
|
Uniformize REQUIRED / QUIET usage:
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
|
2022-09-06 16:24:27 +02:00 |
Mael Rouxel-Labbé
|
7cb21c24b0
|
Uniformize message() for missing 3rd party libraries
STATUS for non-essential, NOTICE for important stuff
|
2022-09-06 16:07:31 +02:00 |
Sébastien Loriot
|
e7b9e48d76
|
do not use deprecated API
|
2022-06-08 17:49:08 +02:00 |
Jane Tournois
|
2159aea79a
|
add missing link with Eigen
|
2022-06-07 10:10:55 +02:00 |
Jane Tournois
|
86c9a35c15
|
Merge remote-tracking branch 'cgal/master' into PMP-add_surface_mesher-jtournois
|
2022-06-02 08:25:30 +01:00 |
Sebastien Loriot
|
709f123256
|
Merge pull request #6461 from afabri/Box_intersection-progress-GF
Fast Box Intersection: Add progress tracking
|
2022-05-13 17:22:43 +02:00 |
Sébastien Loriot
|
7bf54e9de1
|
Merge pull request #6450 from afabri/PMP-hole_filling_progress-GF
PMP::triangulate_hole(): Add Visitor
|
2022-05-13 17:20:26 +02:00 |
Sébastien Loriot
|
64979f79fa
|
use non-deprecated np
|
2022-05-13 15:36:24 +02:00 |
Sébastien Loriot
|
51d525778a
|
fixes after review
|
2022-05-11 17:48:24 +02:00 |
Andreas Fabri
|
eaa70a7520
|
int -> std::size_t (only catched with /W3)
|
2022-05-11 07:06:41 +01:00 |
Sébastien Loriot
|
f966d9b0b9
|
more uniform naming scheme
|
2022-05-10 17:58:54 +02:00 |
Sébastien Loriot
|
7fdc5da83d
|
add doc + renaming
|
2022-05-10 17:41:42 +02:00 |
Sébastien Loriot
|
a8621f370a
|
clean up and add more visitor calls
|
2022-05-10 15:07:10 +02:00 |
Jane Tournois
|
3fe4c316a7
|
remove extra empty lines
|
2022-05-10 09:47:09 +02:00 |
Andreas Fabri
|
aef14430b6
|
typos
|
2022-05-06 14:55:37 +01:00 |
Sébastien Loriot
|
c18c3af6ac
|
fix conversion warnings
|
2022-05-06 09:47:17 +02:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Sébastien Loriot
|
531ab922b4
|
add visitor calls for refine and fair phases
|
2022-05-05 14:16:53 +02:00 |
Sébastien Loriot
|
78e638b748
|
restore example and create a one dedicated to the visitor
|
2022-05-05 13:34:38 +02:00 |
Jane Tournois
|
f0022a5e21
|
change API to return triangulation instead of modifying Tr& out
and fix compilation errors after merging master
|
2022-04-29 13:53:39 +02:00 |
Jane Tournois
|
c21fe46525
|
Merge remote-tracking branch 'cgal/master' into PMP-add_surface_mesher-jtournois
# Conflicts:
# Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt
# Polygon_mesh_processing/examples/Polygon_mesh_processing/CMakeLists.txt
|
2022-04-29 10:48:08 +02:00 |
Andreas Fabri
|
a186d5205e
|
int -> std::size_t
|
2022-04-27 08:53:41 +01:00 |
Andreas Fabri
|
30056cf3b1
|
int ->? std::size_t
|
2022-04-26 08:04:43 +01:00 |
Andreas Fabri
|
734e284af1
|
int -> std::size_t
|
2022-04-20 13:05:54 +01:00 |
Andreas Fabri
|
3056de0758
|
Add example for progress tracking
|
2022-04-11 17:03:42 +01:00 |
Andreas Fabri
|
d6e6ce9dfb
|
Add progress tracking of the planar algorithm
|
2022-04-11 16:00:05 +01:00 |
Sébastien Loriot
|
2093e60645
|
fixes after review
|
2022-04-11 15:43:08 +02:00 |
Laurent Rineau
|
a4f4c276f3
|
Merge branch 'master' into PMP-patch_compatible_orientation
|
2022-04-07 21:56:38 +02:00 |