Commit Graph

145 Commits

Author SHA1 Message Date
Sébastien Loriot 20ac78b8d9 remove thumbnails not used 2024-06-14 15:04:40 +02:00
Laurent Rineau 3a223ebd1e cmake_minimum_required(VERSION 3.12...3.29) 2024-06-06 20:19:44 +02:00
Laurent Rineau 2a2031df3b Rename cgallab to CGALlab
@janetournois (see https://github.com/CGAL/cgal/pull/8149#issuecomment-2066444180
2024-04-23 15:09:51 +02:00
Laurent Rineau 621859b526 Rename Polyhedron demo to CGAL Lab
And announce it in the `CHANGES.md`.
2024-04-18 12:39:30 +02:00
Jane Tournois a02ce9ea21 fix dependencies by removing Random_numbers where it's not needed anymore 2024-03-07 09:36:59 +01:00
Jane Tournois 7ca00f90ef add missing includes (not included by helpers.h anymore) 2024-03-06 16:12:53 +01:00
Laurent Rineau 46923342ad Merge pull request #7576 from albert-github/feature/issue_7395
issue #7395 Improvement of layout of model relations

# Conflicts:
#	Kernel_23/doc/Kernel_23/CGAL/Vector_2.h
2023-09-07 10:48:34 +02:00
Sébastien Loriot 608d0c81c4 use a macro 2023-08-24 14:56:48 +02:00
albert-github 0ce82c0bd5 Better showing of `#include`
Getting a better (and consistent) output for the include file to be used with some functions.
Normally `#include` are sown as in a typewrite font, but the `#include` in these cases were shown in a code block way.
2023-08-13 18:22:07 +02:00
albert-github ad41766454 issue #7395 Improvement of layout of model relations
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
2023-07-18 13:23:37 +02:00
albert-github 4e5578d469 issue #7395 Improvement of layout of model relations
- based on review
2023-07-15 13:12:15 +02:00
albert-github 301728a8a9 issue #7395 Improvement of layout of model relations
- Completed the cgalModels part
2023-07-09 12:43:36 +02:00
albert-github ee2a55279d issue #7395 Improvement of layout of model relations
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
2023-07-06 17:35:34 +02:00
Laurent Rineau 5a20fd8567 Merge pull request #7238 from albert-github/feature/bug_author_consistency
Making description of author(s)  of a package consistent
2023-02-24 16:14:43 +01:00
albert-github 57e900b47c Making description of author(s) of a package consistent
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
Mael 153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00
Sebastien Loriot f5c41bd712
Merge pull request #7022 from MaelRL/Weights-v2.0-GF-master
Weights fixes (master)
2022-12-08 15:22:19 +01:00
Mael 6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2022-12-05 16:03:41 +01:00
Laurent Rineau dbe12c20ee Merge pull request #7072 from afabri/CGAL-cmake-3_25-GF
CGAL: Fixes for cmake 3.25

# Conflicts:
#	Barycentric_coordinates_2/examples/Barycentric_coordinates_2/CMakeLists.txt
#	Barycentric_coordinates_2/test/Barycentric_coordinates_2/CMakeLists.txt
#	Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/CMakeLists.txt
#	Polygonal_surface_reconstruction/test/Polygonal_surface_reconstruction/CMakeLists.txt
#	Shape_regularization/examples/Shape_regularization/CMakeLists.txt
#	Shape_regularization/test/Shape_regularization/CMakeLists.txt
#	Weights/examples/Weights/CMakeLists.txt
#	Weights/test/Weights/CMakeLists.txt
2022-12-05 12:22:44 +01:00
Andreas Fabri d157adcb6e CGAL: Fixes for cmake 3.25 2022-11-23 08:27:39 +00:00
Mael Rouxel-Labbé 491a77397c Merge branch 'Weights-v2.0-GF-5.5.x' into Weights-v2.0-GF-master 2022-11-22 17:53:26 +01:00
Mael Rouxel-Labbé f6ac98882a Merge remote-tracking branch 'mine/Weights-v2.0-GF' into Weights-v2.0-GF-5.5.x 2022-11-22 17:51:36 +01:00
Mael Rouxel-Labbé 3abb7366d5 Try to fix compatibility between Weights and OpenMesh 2022-11-22 17:46:01 +01:00
Mael Rouxel-Labbé 55ebf77a6c Merge branch 'Weights-v2.0-GF-5.5.x' into Weights-v2.0-GF-master 2022-11-09 12:36:47 +01:00
Mael Rouxel-Labbé 4174c17c06 Merge branch 'Weights-v2.0-GF' into Weights-v2.0-GF-5.5.x 2022-11-09 12:36:21 +01:00
Mael Rouxel-Labbé b603aab680 Fix syntax 2022-11-09 09:55:29 +01:00
Sébastien Loriot 8737c99339 Merge remote-tracking branch 'MaelRL/Weights-v2.0-GF-5.5.x' into HEAD 2022-11-08 17:06:21 +01:00
Sébastien Loriot ac6f4c01b4 Merge remote-tracking branch 'MaelRL/Weights-v2.0-GF' into HEAD 2022-11-08 17:05:55 +01:00
Mael Rouxel-Labbé dd249a21f8 Fix intercompatiblity between APIs of Cotangent_weight 2022-11-08 16:08:00 +01:00
Mael Rouxel-Labbé 7163a188d3 Remove unused typedefs 2022-11-08 14:45:12 +01:00
Mael Rouxel-Labbé 72fdfbeb18 Some const correctness + don't take pmaps by ref 2022-11-08 14:44:57 +01:00
Mael Rouxel-Labbé f0443a6ab3 Rework as to not break the Surface_mesh_deformation weight concept 2022-11-08 14:43:19 +01:00
Mael Rouxel-Labbé 83b0b0bdef Merge branch 'Weights-v2.0-GF-5.5.x' into Weights-v2.0-GF-master 2022-11-07 14:23:29 +01:00
Mael 56244a493f Fix test 2022-11-07 14:11:38 +01:00
Mael Rouxel-Labbé 7564b761ac Merge branch 'Weights-v2.0-GF' into Weights-v2.0-GF-5.5.x 2022-11-07 14:11:10 +01:00
Mael 07ebf4da23
Fix test 2022-11-07 13:12:49 +01:00
Laurent Rineau c6c1900c9b Merge pull request #6970 from MaelRL/SMP-Fix_ARAP_post_process-GF
Fix weights in ARAP parameterization's post processing
2022-11-03 09:44:37 +01:00
Laurent Rineau a61693582d Merge pull request #6970 from MaelRL/SMP-Fix_ARAP_post_process-GF
Fix weights in ARAP parameterization's post processing
2022-11-02 16:19:15 +01:00
Mael Rouxel-Labbé 88b3d0ab88 Fix compilation 2022-10-21 14:32:42 +02:00
Mael Rouxel-Labbé 8d7669d559 Test alternate API + add missing typedef 2022-10-21 12:15:03 +02:00
Mael Rouxel-Labbé b0c183fc3d Add missing typedef 2022-10-21 12:07:12 +02:00
Mael Rouxel-Labbé 82c0d0686e Add missing typedef 2022-10-21 11:23:45 +02:00
Mael Rouxel-Labbé 6a694366f0 Remove trailing whitespace 2022-10-21 10:34:13 +02:00
Mael Rouxel-Labbé 6a5f099f41 Add a test 2022-10-21 00:05:30 +02:00
Mael Rouxel-Labbé 0d00ad237b Remove needless normalization calls 2022-10-21 00:05:20 +02:00
Mael Rouxel-Labbé b9e7c2aa13 Misc minor fixes 2022-10-20 17:35:19 +02:00
Mael Rouxel-Labbé 0640470f5d Hide pmp_weights_deprecated.h behind CGAL_NO_DEPRECATED_CODE 2022-10-20 17:34:34 +02:00
Mael Rouxel-Labbé f4f6229c42 Weights examples/tests improvements 2022-10-20 17:34:02 +02:00
Mael Rouxel-Labbé 59f2021eaf Update Weights doc figure to use compatible notations 2022-10-20 17:32:20 +02:00
Mael Rouxel-Labbé 7eb3002790 Avoid computing all angles if possible 2022-10-20 17:25:52 +02:00