Andreas Fabri
42488c7876
free -> freelist; Comment define of _CRTDBG_MAP_ALLOC
2024-10-09 14:44:32 +01:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
Laurent Rineau
1f2f6c8e93
add testing with _CRTDBG_MAP_ALLOC
2024-10-08 12:49:14 +02:00
albert-github
dd02af92a2
issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
...
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
Jane Tournois
c1f2236ee3
Merge remote-tracking branch 'cgal/master' into Mesh-3-rework-make-mesh-point-initialization-2-aclement
...
# Conflicts:
# Installation/CHANGES.md
2024-09-30 14:02:09 +02:00
Jane Tournois
74cd65efcf
move to 6.1
2024-09-30 13:49:04 +02:00
Laurent Rineau
30e1848c0a
this branch will now target 6.0.1
2024-09-27 18:16:36 +02:00
Laurent Rineau
68a28b61c1
update the release date in CHANGES.md
2024-09-27 15:46:07 +02:00
Sebastien Loriot
5ae9df4878
Fix URL
2024-09-26 18:17:21 +02:00
Laurent Rineau
8afe80430e
fix the CMake bug in https://cgal.geometryfactory.com/CGAL/testsuite/results-6.0-I-333.shtml
2024-09-26 13:14:14 +02:00
Laurent Rineau
f48042e370
Merge remote-tracking branch 'cgal/master' into update_cmake_vars_for_arch_compiler_info-GF
2024-09-25 19:12:34 +02:00
Laurent Rineau
e210184ee5
Merge remote-tracking branch 'cgal/master'
2024-09-25 17:01:30 +02:00
Laurent Rineau
ef77c4a6ff
Prepare CGAL-6.0
2024-09-25 16:18:42 +02:00
Laurent Rineau
262fb0bb87
Merge remote-tracking branch 'cgal/master' into List-third-party-libraries-GF
2024-09-20 09:29:21 +02:00
Nicolas Saillant
78af7b96f0
Update OpenMesh version extraction logic in CMake script
2024-09-13 10:11:18 +02:00
Jane Tournois
a36074788f
typos
2024-09-12 12:31:18 +02:00
Sébastien Loriot
41b096c91a
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-09-11 17:23:50 +02:00
Sébastien Loriot
f1af52edeb
Merge remote-tracking branch 'cgal/5.5.x-branch'
2024-09-10 18:40:17 +02:00
Sébastien Loriot
10fe101cc9
add extra PATH
2024-09-10 18:39:53 +02:00
Sébastien Loriot
4115afa3da
Merge remote-tracking branch 'cgal/5.5.x-branch'
2024-09-10 13:51:15 +02:00
Sébastien Loriot
1f2c7f0804
add extra path
2024-09-10 13:50:23 +02:00
Andreas Fabri
2983aa2ae3
Merge remote-tracking branch 'cgal/master' into Frechet-dev
2024-09-09 12:06:15 +01:00
Laurent Rineau
37f3bcfaab
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2024-09-09 10:57:33 +02:00
Sébastien Loriot
9ff709885a
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-09-06 16:07:49 +02:00
Sébastien Loriot
98f4633e5f
Merge remote-tracking branch 'cgal/5.5.x-branch'
2024-09-06 16:07:14 +02:00
Sebastien Loriot
abd0a58338
Installation - update `FindOpenMesh.cmake` ( #8332 )
...
## Summary of Changes
This PR updates CGAL's `FindOpenMesh.cmake`, accordingly with the one
provided by OpenMesh 11.0, and introducing the target
`OpenMesh::OpenMesh`
## Release Management
* Affected package(s): Installation
* License and copyright ownership: unchanged
2024-09-06 13:26:41 +02:00
Sebastien Loriot
368d6010cb
Update CHANGES.md ( #8457 )
...
Some changes for Mesh 3 are in the wrong place.
_Please use the following template to help us managing pull requests._
## Summary of Changes
_Describe what your pull request changes to CGAL (this can be skipped if
it solves an issue already in the tracker or if it is a Feature or Small
Feature submitted to the CGAL Wiki)._
## Release Management
* Affected package(s):
* Issue(s) solved (if any): fix #0000 , fix #0000,...
* Feature/Small Feature (if any):
* Link to compiled documentation (obligatory for small feature) [*wrong
link name to be changed*](httpssss://wrong_URL_to_be_changed/Manual/Pkg)
* License and copyright ownership:
2024-09-04 15:29:00 +02:00
Guillaume Damiand
a0276c9d74
Update CHANGES.md
...
Some changes for Mesh 3 are in the wrong place.
2024-09-04 08:15:02 +02:00
Sébastien Loriot
b46e4359b1
make it work also for installed version
2024-09-03 15:52:51 +02:00
Sébastien Loriot
cb78abd603
fixes for latest version of LAStools + be compatible with CONFIG mode
...
provided CMAKE_FIND_PACKAGE_PREFER_CONFIG is set to TRUE
2024-09-03 14:20:20 +02:00
Sébastien Loriot
e791122b35
handle cases when LASZIP and LASLIB have different include paths
2024-09-03 09:59:02 +02:00
Nicolas Saillant
b76177cdf5
Add version check for OpenMesh library
2024-09-02 09:03:45 +02:00
Sven Oesau
a82fb5088b
allow use of Rapidlasso Laslib as alternative to CGALs fork
2024-08-30 10:14:36 +02:00
Sébastien Loriot
af8e134aa6
doc boost mp as gmp replacement
2024-08-28 14:04:57 +02:00
Jane Tournois
603f6a5a03
OpenMesh >= 10.0 have a OpenMeshConfig.cmake file
...
so we do not need FindOpenMesh.cmake anymore
We add the target CGAL::OpenMesh_support to make it uniform with other dependencies
2024-08-27 14:00:46 +02:00
Jane Tournois
328c919d67
wip CGAL_OpenMesh_support
2024-08-27 11:01:32 +02:00
Nicolas Saillant
8ef79af9e2
Add ITT library version
2024-08-26 09:49:27 +02:00
Laurent Rineau
2a1e5ee9e7
only display the 3rd-party versions with CGAL_TEST_SUITE
...
@SaillantNicolas I have pushed this commit directly.
2024-08-23 16:42:03 +02:00
Laurent Rineau
02a38472a1
reformat the REUSE.toml file (readability), add natvis files
2024-08-23 15:43:53 +02:00
Nicolas Saillant
44053f5c7b
Update library versions and add new third-party libraries
2024-08-23 09:31:34 +02:00
Nicolas Saillant
ae10e2e7d4
Refactor library version extraction logic
2024-08-22 10:48:40 +02:00
Laurent Rineau
49cb591951
move the code to a CMake module
2024-08-21 16:28:23 +02:00
Sebastien Loriot
07d33dc316
Update to REUSE tools v4 ( #8350 )
2024-08-19 11:18:34 +02:00
Sebastien Loriot
862a3b6539
Update CMakeLists.txt for recent VTK to fix CMake Warning ( #8279 )
...
## Summary of Changes
Versions >= 9 of VTK trigger the following CMake warning using CGAL's
CMakeLists
```
CMake Deprecation Warning at C:/dev/VTK-9.2.2/build/lib/cmake/vtk-9.2/vtk-use-file-deprecated.cmake:1 (message):
The `VTK_USE_FILE` is no longer used starting with 8.90.
Call Stack (most recent call first):
CMakeLists.txt:32 (include)
```
I suggest this modification of the CMakeLists of Mesh_3 examples, that
also requires moving to VTK 9 (9.0 was released in 2020).
If this modification and new requirement are validated, I can apply the
change everywhere.
## Release Management
* Affected package(s): Mesh_3 for now
* License and copyright ownership: unchanged
2024-08-19 11:14:31 +02:00
Andreas Fabri
baec5b0168
Merge branch 'master' into Frechet-dev
2024-08-14 10:50:37 +01:00
Nicolas Saillant
565d5413b0
Restructure third party libraries in a table format
2024-08-05 15:51:05 +02:00
Nicolas Saillant
00cc6ce694
Update GMP and GLPK version checks in CMakeLists.txt
2024-07-16 16:00:46 +02:00
Nicolas Saillant
e3fd9ed25f
Update library version checking logic for MPFR and METIS
2024-07-12 16:30:55 +02:00
Laurent Rineau
2616293563
Rename lib to cgal_3rdparty_lib
...
Because FindVTK redefines `lib` to something else!
2024-07-12 11:59:07 +02:00
Laurent Rineau
e5a32d79ea
Fix issue with VTK/Qt5/Qt6
2024-07-12 11:40:39 +02:00
Laurent Rineau
a965b13bfe
fix CI
2024-07-11 17:26:57 +02:00
Laurent Rineau
0babd3148a
update to REUSE tools v4
2024-07-11 17:20:02 +02:00
Nicolas Saillant
fc9a08e93e
Update library check to use a function and loop
2024-07-11 16:18:37 +02:00
Nicolas Saillant
d8451ecfed
Update third-party library names and versions in CMakeLists.txt
2024-07-10 16:27:16 +02:00
Laurent Rineau
600c63aca1
fix compilation with C++17
2024-07-09 01:37:41 +02:00
Jane Tournois
d45c4a2b2e
update FindOpenMesh.cmake
2024-07-03 14:00:50 +02:00
Laurent Rineau
ed4fb14f74
merge master (WIP: need #8273 )
2024-07-01 16:38:56 +02:00
Jane Tournois
28041d0e9f
Merge remote-tracking branch 'cgal/master' into Poisson-use_parallel_mesh_3-GF
...
# Conflicts:
# Installation/CHANGES.md
# Poisson_surface_reconstruction_3/examples/Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp
# Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h
# Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/CMakeLists.txt
2024-06-27 11:13:27 +02:00
Laurent Rineau
78a4865416
prepare for 6.0-beta2
2024-06-21 18:44:43 +02:00
Mael Rouxel-Labbé
67aba3fefe
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-06-20 10:18:49 +02:00
Andreas Fabri
2511d3c05b
Fix license file
2024-06-18 13:29:51 +01:00
Andreas Fabri
fdbb47b56c
Rename package, remove default for epsilon
2024-06-18 08:30:17 +01:00
Andreas Fabri
acad4997a9
merge master
2024-06-14 13:31:43 +01:00
Laurent Rineau
6f4b598b6a
Merge pull request #8278 from albert-github/feature/bug_spell_20240511
...
Spelling correction
2024-06-13 12:48:43 +02:00
Nicolas Saillant
46f4171ec0
display third party libraries in summary
2024-06-12 11:02:01 +02:00
Laurent Rineau
1b534cd347
Merge pull request #8248 from sloriot/CGAL-deprecate_Surface_mesher
...
deprecate Surface_mesher package
2024-06-12 10:06:14 +02:00
Laurent Rineau
32893b91c0
Merge pull request #8263 from lrineau/CGAL-update_minimal_cmake-GF
...
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-12 10:06:12 +02:00
Laurent Rineau
f3b409a807
require VTK version 9.0 or later
2024-06-11 15:57:25 +02:00
albert-github
c35a0a7f11
Spelling correction
...
Spelling correction due to updated dictionary.
(dictionary was updated after the previous spelling correction :-( )
2024-06-11 10:12:12 +02:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
Nicolas Saillant
ff30601f36
Add version details to some third-party libraries
2024-06-04 16:09:24 +02:00
Sébastien Loriot
b352f28627
deprecate Surface_mesher package
2024-06-03 18:08:47 +02:00
albert-github
36c8b7589d
Spelling corrections
...
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
Sven Oesau
4c86f01019
fixed typo for cmake include directory variable
2024-05-28 14:31:50 +02:00
Laurent Rineau
2cc9ca739c
Prepare CHANGES.md for 6.0 ( #8226 )
2024-05-27 16:46:53 +02:00
Laurent Rineau
c48436f473
Update CHANGES.md
2024-05-27 16:44:04 +02:00
Andreas Fabri
fb27611356
Add to change log
2024-05-27 12:36:49 +01:00
Mael Rouxel-Labbé
4ffaf11b99
Misc fixes
2024-05-27 12:07:02 +02:00
Sebastien Loriot
d06a57a292
Mesh_3 edge_distance criterion : an upper bound for the distances of the feature edge to the input feature ( #7532 )
...
## Summary of Changes
Fixes issue #5110 .
Adds a edge_distance criteria to the mesh generation process.
This criteria is an upper bound for the distance from the edge to the 1D
feature.
## Release Management
* Affected package(s): Mesh_3
* Issue(s) solved (if any): fix #5110
* Link to small feature page :
[Mesh_3_edge_distance_criteria](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Mesh_3_edge_distance_criteria )
* Link to compiled documentation
[*here*](https://cgal.github.io/7532/v1/Manual/index.html ):
*
[Mesh_edge_criteria_3](https://cgal.github.io/7532/v1/Mesh_3/classCGAL_1_1Mesh__edge__criteria__3.html )
* [Mesh_criteria_3](https://cgal.github.io/7532/v1/Mesh_3 )
2024-05-27 10:58:15 +02:00
Sven Oesau
4d3f36b8ff
added kinetic shape partition and kinetic surface reconstruction
2024-05-27 08:29:14 +02:00
Sébastien Loriot
61decadd31
Merge pull request #7908 from soesau/Kinetic_surface_reconstruction-new_package-soesau
...
Kinetic Surface Reconstruction
2024-05-26 17:53:54 +02:00
Sebastien Loriot
596fa09e20
Kinetic Shape Partition ( #7198 )
...
PR for Kinetic Partitioning and Reconstruction feature.
* Affected package(s): Kinetic Partitioning and Reconstruction
* Issue(s) solved (if any):
* Feature/Small Feature (if any):
[link](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Kinetic_Shape_Partition_3 )
* Link to compiled documentation:
[link](https://cgal.github.io/7198/v0/Manual/packages.html#PkgKineticSpacePartition )
* License and copyright ownership: GeometryFactory/Inria
**TODO:**
- [x] check branch size (for @sloriot)
2024-05-26 17:51:49 +02:00
Sebastien Loriot
132b932061
Prepare CGAL 6.0-beta1 ( #8224 )
2024-05-26 17:51:19 +02:00
Sebastien Loriot
abe1bba8bd
CGAL improvement backported from CDT_3 branch ( #8170 )
...
## Summary of Changes
Important various fixes and improvements, from an experimental branch of
mine about CDT_3.
- <s>remove CMake warnings about `VTK_USE_FILE`</s> (our testsuite tests
with [VTK-8.2](https://docs.vtk.org/en/latest/release_details/8.2.html ),
whereas
[VTK-9.0](https://docs.vtk.org/en/latest/release_details/9.0.html ) was
released four years ago).
- make `Circulator_from_container` compatible with ranges (instead of
just containers)
- `Hash_map` is move-constructible and -assignable
- add preliminary support for C++20 concepts and `<format>`
- [x] add `Compare_angle_3(Point_3, Point_3, Point_3, Point_3, Point_3,
Point_3)` (with six points) **TODO: needs doc**... will be handled later
in issue #8219
- [x] **breaking changes:** add `Compare_xy_2` to
`TriangulationTraits_2` <s>TODO: needs announcement</s>
- fix `Compact_container` time stamp feature
- [x] commits from #7410 **That is probably a problem, to be fixed.**
**fixed in #7410 and then my the merge
70464ea107 **
- add `CGAL::Scope_exit`, `CGAL::make_scope_exit`, for CGAL developers
(undocumented)
- add an overload of `make_sorted_pair` with only one pair-like argument
- improve `CGAL::IO::Output_ref` and `oformat`
- perf improvements in
`TDS_3/include/CGAL/Triangulation_data_structure_3.h` (`is_edge` is 7
times faster)
- <s>perf improvement in
`Triangulation_2/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h`
(with the use of `unordered_flat_map` from Boost>=1.80</s>
- less filter failures in `Triangulation_segment_cell_iterator_3`
- add `Triangulation_3::is_facet(u, v, w)` (without `, c, i, j, k`)
## Release Management
* Affected package(s): Installation, T_2, TDS_2, T_3, TDS_3, SMDS_3,
Kernel, STL_Extension, Stream_support
* Feature/Small Feature (if any):
* License and copyright ownership: maintenance by GeometryFactory
2024-05-26 17:48:10 +02:00
Mael Rouxel-Labbé
07631197e5
Prepare CHANGES.md for 6.0 (wip)
2024-05-25 13:10:30 +02:00
Laurent Rineau
c9ca4fdc6a
update versions for CGAL-6.0-beta1
2024-05-24 17:46:35 +02:00
Sébastien Loriot
ddbd2e6818
Merge remote-tracking branch 'cgal/master'
2024-05-24 14:18:24 +02:00
Laurent Rineau
bc62b53b38
Fix issue #8192
2024-05-23 18:41:04 +02:00
Laurent Rineau
3f5d8e24c9
Announce the breaking change about Compare_xy_2
2024-05-23 17:00:32 +02:00
Laurent Rineau
d99891beff
Fix the detection of C++20 `<format>` header
2024-05-22 15:39:53 +02:00
Laurent Rineau
1bc9fed0d3
announce the breaking change
2024-05-22 14:35:24 +02:00
ange-clement
58d5050d35
Updated CHANGES.md
2024-05-22 13:05:16 +02:00
Laurent Rineau
81357855d5
Using std::optional for Property_container::get<T> ( #8035 )
...
## Summary of Changes
Switching from `std::pair<Property_map<T>, bool>` to `std::optional` in
`Property_container::get<T>`
Introducing `Pair_optional_adaptor` for backward compatibility which
extends `std::optional<T>` to interface of `std::pair`
using `Pair_optional_adaptor` for `Surface_mesh` and `Point_set_3`
## Release Management
* Affected package(s): Point_set_3, Surface_mesh, STL_Extension
2024-05-22 12:12:56 +02:00
Laurent Rineau
70464ea107
Merge remote-tracking branch 'afabri/STL_extension-Fix_Prevent_deref-GF' into pr/lrineau/8170
2024-05-21 18:55:11 +02:00
Sébastien Loriot
b9ef5de3b8
Merge remote-tracking branch 'mine/Kinetic_shape_reconstruction-new_package-soesau' into Kinetic_surface_reconstruction-new_package-soesau
...
originally:
Author: Sven Oesau <sven.oesau@geometryfactory.com>
Date: Wed Apr 17 19:45:30 2024 +0200
2024-05-15 16:39:42 +02:00
Laurent Rineau
5ca5d9c16b
Merge pull request #7830 from janetournois/Tet_remeshing-with_sizing_field-jtournois
...
Tet remeshing - add sizing field
2024-05-15 16:12:21 +02:00
Laurent Rineau
022b19d3ca
Merge pull request #8057 from sloriot/AABB_tree-2d_and_3d
...
Updating the AABB-tree to work in both 2D and 3D
2024-05-15 16:12:19 +02:00
Laurent Rineau
0dcb83bff8
Merge pull request #8142 from sloriot/PMP-coref_nm_out
...
Add extra parameters to the corefinement visitor to handle non-manifold output
2024-05-15 16:12:16 +02:00
Sébastien Loriot
a10895e51f
Merge remote-tracking branch 'origin/Kinetic_shape_reconstruction-new_package-soesau' into Kinetic_surface_reconstruction-new_package-soesau
...
originally:
Author: Sven Oesau <sven.oesau@geometryfactory.com>
Date: Thu Dec 14 12:23:01 2023 +0100
2024-05-15 15:50:42 +02:00
Sven Oesau
9b9d058bbf
missing license file
2024-05-15 15:44:04 +02:00
Sven Oesau
9d1decfa6e
some bugfixes for lcc export and merging of coplanar adjacent polygons
...
updated license file
updated KSR api
update examples
2024-05-15 15:44:04 +02:00
Sven Oesau
755dfb53ea
announcing breaking change
2024-05-14 16:38:19 +02:00
Laurent Rineau
55f00e164b
add <CGAL/license/Constrained_triangulation_3.h>
2024-05-06 20:35:53 +02:00
Nicolas Saillant
2edba44559
Use lsb_release for system information retrieval
2024-05-06 15:29:07 +02:00
Jane Tournois
6a42415cb3
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
2024-04-29 11:02:07 +01:00
Laurent Rineau
c743371ae3
fix duplicate include <version>
...
And the second one was even very wrong (in the namespace CGAL)
2024-04-26 14:50:09 +02:00
Laurent Rineau
ca90296877
macros to support C++20 concepts conditionally
...
(used in CDT_3 only, for the moment)
2024-04-26 14:48:19 +02:00
Laurent Rineau
b828719c7c
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2024-04-26 14:40:04 +02:00
Laurent Rineau
bc76d8cbda
add CGAL_CAN_USE_CXX20_FORMAT macro for <format> support (C++20)
2024-04-26 13:44:57 +02:00
Laurent Rineau
98f1e53020
Improve I/O
...
- `IO::oformat` can display triangulations vertex handles
with point, using `With_point_tag{}` as second argument,
- improve the compatibility with C++20 `<format>`: now the precision
can be specified in the format string.
Backport: master
2024-04-26 12:05:08 +02:00
Laurent Rineau
94d45552bc
Merge pull request #7678 from efifogel/gsoc2023-aos_sphere_demo-denizdiktas
...
Gsoc2023, stand-alone interactive program that demonstrates 2D arrangements embedded on the sphere
2024-04-25 12:04:54 +02:00
Laurent Rineau
07eb230ed8
Merge pull request #8149 from lrineau/cgallab-cont
...
Rename Polyhedron demo to CGAL Lab everywhere
2024-04-25 11:30:08 +02:00
Laurent Rineau
3148a4665c
add CGAL_CAN_USE_CXX20_FORMAT macro for <format> support (C++20)
2024-04-24 17:44:57 +02:00
Laurent Rineau
0fa27bc857
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2024-04-24 16:51:27 +02:00
Laurent Rineau
c4165fe5f9
Merge pull request #7439 from MaelRL/PMP-Remove_degen_faces-no-clear-GF
...
Introduce remove_all_elements(Graph)
2024-04-22 14:54:18 +02:00
Sven Oesau
ffba6279c9
Merge remote-tracking branch 'cgal/master' into AABB_tree-2d_and_3d
2024-04-19 08:47:54 +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
c19be601fc
Merge remote-tracking branch 'cgal/master' into Mesh-3-edge-distance-criterium-aclement
2024-04-16 14:39:43 +01:00
Sébastien Loriot
bf6af35d42
address review comments
2024-04-15 18:34:45 +02:00
Efi Fogel
89bfe4ba91
Merge remote-tracking branch 'cgal/master' into gsoc2023-aos_sphere_demo-denizdiktas
2024-04-15 19:11:21 +03:00
Sébastien Loriot
b8ce3dc850
update changes
2024-04-15 17:36:51 +02:00
Andreas Fabri
aad631a533
fixes after review
2024-04-11 10:40:46 +01:00
Laurent Rineau
b2c9201c4d
Merge branch 'master' into CGAL_Lab
2024-04-10 18:30:22 +02:00
Laurent Rineau
4db6bc6d16
Merge pull request #6967 from gdamiand/gsoc2022-EBVs-Mostafa-ashraf19
...
GSoC'22: New CGAL's design to handle basic viewers
2024-04-10 18:04:25 +02:00
Laurent Rineau
afad4a1c7e
Merge pull request #8098 from efifogel/Installation-qt6-efif
...
Fixed order of Qt6 components in find_package(Qt6 ....)
2024-04-10 18:04:22 +02:00
Jane Tournois
61d4de64b0
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
2024-04-09 12:45:48 +01:00
Laurent Rineau
708711e7a7
Merge pull request #8018 from janetournois/PMP-add_bbox_to_face_graph-jtournois
...
New function `PMP::add_bbox(face_graph)` that adds bbox to face graph
2024-04-05 14:25:17 +02:00
Andreas Fabri
3152519594
Update Installation/CHANGES.md
2024-04-03 15:37:13 +02:00
Andreas Fabri
caa8aaaa21
merge master
2024-04-03 14:09:39 +01:00
Andreas Fabri
15d7b65904
Update change log
2024-04-03 13:59:04 +01:00
Jane Tournois
f64bf9d6de
CHANGES.md
2024-04-02 18:06:15 +02:00
Guillaume Damiand
7f6505c193
update changes
2024-03-28 19:39:37 +01:00
Sébastien Loriot
f8d2d3d351
remove leftover
2024-03-28 12:52:53 +01:00
ange-clement
70fd9113e7
Merge branch 'master' of https://github.com/CGAL/cgal into Mesh-3-edge-distance-criterium-aclement
2024-03-28 11:36:39 +01:00
ange-clement
74b5429160
Changed distance_bound to edge_distance in CHANGES.md +
...
doc
2024-03-27 22:58:57 +01:00
Sébastien Loriot
5254404517
Merge remote-tracking branch 'cgal/master' into HEAD
2024-03-27 22:25:41 +01:00
Sébastien Loriot
bb0b1aa6bb
do not pollute CI with useless warnings/errors
2024-03-27 22:17:09 +01:00
Sébastien Loriot
97102e32f7
add license file
2024-03-27 18:47:18 +01:00
Laurent Rineau
9e6433ff06
CGAL Lab
2024-03-26 18:24:51 +01:00
Efi Fogel
45451cfc67
Fixed order of Qt6 components in find_package(Qt6 ....)
2024-03-26 19:03:45 +02:00
Sven Oesau
490c99f32b
Merge remote-tracking branch 'cgal/master' into Kinetic_shape_reconstruction-new_package-soesau
2024-03-26 17:29:04 +01:00
Guillaume Damiand
9a0b8eb824
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2024-03-26 16:25:29 +01:00
Sven Oesau
f0d32fe869
Merge branch 'master' into AABB_tree-2d_and_3d
2024-03-26 16:03:19 +01:00
Sebastien Loriot
a42ffdec11
Merge branch 'master' into CORE-boost_mp_number-GF
2024-03-26 00:27:22 +01:00
Sébastien Loriot
38339b7e4e
Merge remote-tracking branch 'cgal/master' into HEAD
2024-03-25 16:14:08 +01:00
Laurent Rineau
8212284e1e
Merge pull request #7608 from kenohori/gsoc2023-polygon_repair-kenohori
...
Polygon repair
2024-03-22 09:18:24 +01:00
Laurent Rineau
897499e318
Merge pull request #7672 from JacksonCampolattaro/orthtree-generalization
...
Orthtree generalization
2024-03-22 09:18:21 +01:00
Laurent Rineau
30c303ff7d
Update CHANGES.md
2024-03-21 16:28:00 +01:00
Sébastien Loriot
c2e89fc2cc
also update minimal version in find
2024-03-21 11:27:26 +01:00
Sébastien Loriot
cb21cbdf2d
update changes
2024-03-21 10:07:36 +01:00
Sébastien Loriot
6e1762c109
minimal supported version is now 1.72
...
workaround a bug with MSVC2017
2024-03-15 10:26:41 +01:00
Sébastien Loriot
87ab37e92b
CORE no longer requires GMP so link only if available
2024-03-14 11:51:25 +01:00
Sébastien Loriot
24015ce3a7
fix conditional compilation of programs using CORE
2024-03-14 11:30:14 +01:00
Sébastien Loriot
44b7ec6f3a
improve detection of cases when Core can be used
2024-03-14 11:11:18 +01:00
Andreas Fabri
958180020b
Add license check
2024-03-13 17:23:12 +01:00
Sébastien Loriot
1e71bbe0a0
update changes
2024-03-06 18:00:53 +01:00
Jane Tournois
f786b86432
Merge remote-tracking branch 'cgal/master' into PMP-add_bbox_to_face_graph-jtournois
2024-03-06 16:04:58 +00:00
Andreas Fabri
263db4fa7a
Merge master
2024-03-04 16:56:21 +00:00
Sébastien Loriot
ce59938364
Merge remote-tracking branch 'cgal/master'
2024-02-29 09:35:25 +01:00
Sébastien Loriot
1847a46a7c
update changes
...
[skip ci]
2024-02-28 15:19:51 +01:00
Laurent Rineau
6b4200f41a
next release from this branch will be 5.6.2
2024-02-28 11:58:49 +01:00
Laurent Rineau
b4e378e721
next release from this branch will be 5.5.5
2024-02-28 11:53:03 +01:00
Sébastien Loriot
910945eb5f
undo dependency changes + always use core if not disabled
2024-02-27 16:19:28 +01:00
Sébastien Loriot
7e518c4511
do not add Core while computing dependencies
2024-02-27 11:57:16 +01:00
Laurent Rineau
4a222f1165
fix the CI issue
2024-02-26 13:46:32 +01:00
Andreas Fabri
e4558a4d4b
Merge branch 'master' into CORE-boost_mp_number-GF
2024-02-23 17:04:37 +01:00
Jane Tournois
124f2b1eff
CHANGES.md
2024-02-19 11:01:34 +01:00
Laurent Rineau
7a061750f6
Merge pull request #8013 from efifogel/Aos_2-fixes-efif
...
Aos 2 fixes efif
2024-02-16 18:05:15 +01:00
Laurent Rineau
1914ba61d0
Merge pull request #8022 from mglisse/Triangulation-dup_vertex-glisse
...
Don't set the point again when reinserting the same point
# Conflicts:
# Installation/CHANGES.md
2024-02-16 18:04:42 +01:00
Laurent Rineau
c21128e652
Merge pull request #8028 from mglisse/Triangulation-dim_8bit-glisse
...
Store index/dimension in 8 bits
2024-02-16 18:03:15 +01:00
Marc Glisse
00e046346b
Announce breaking change
2024-02-14 11:46:02 +01:00
Marc Glisse
0b71a05d62
Announce the "breaking" change
...
Though I would be surprised if anyone was affected negatively.
2024-02-09 16:03:27 +01:00
Mael Rouxel-Labbé
07b9587eae
Merge remote-tracking branch 'afabri/Kernel_23-squared_length-GF' into gsoc2022-isosurface
2024-01-31 16:47:01 +01:00
Efi Fogel
edaf59a4b8
dded Arrangement_on_surface_2 and Envelope_3 items
2024-01-31 17:11:49 +02:00
Laurent Rineau
0f59daafb9
Add a hook CGAL_hook_fix_ctest_dependencies
...
This hook fonction detects dependencies between compilation tests.
2024-01-26 14:56:31 +01:00
Laurent Rineau
c0b02c48d6
Merge pull request #7927 from efifogel/Aos_2-observer-efif
...
Introduce Arr_observer<Arrangement_2>
2024-01-24 16:01:56 +01:00
Sebastien Loriot
2e4139cbb3
Try to fix link issues with qt6 resources ( #7915 )
2024-01-19 11:42:11 +01:00
Guillaume Damiand
3bc56024d3
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2024-01-11 14:08:05 +01:00
Laurent Rineau
2168d6e2bb
Merge pull request #7959 from MaelRL/Installation-Update_README-GF
...
Update Installation/README
2024-01-11 12:45:53 +01:00
Laurent Rineau
b4f360f952
Merge pull request #7962 from sloriot/CGAL-header_fixes
...
Fix license issues
2024-01-11 12:45:40 +01:00
Laurent Rineau
41258bf760
Merge pull request #7963 from sloriot/CGAL-cmake_remove_exec_command
...
Use execute_process that is recommanded over exec_command since 3.0
2024-01-11 12:45:38 +01:00
Laurent Rineau
340c825aa5
Merge pull request #7963 from sloriot/CGAL-cmake_remove_exec_command
...
Use execute_process that is recommanded over exec_command since 3.0
2024-01-11 12:44:49 +01:00
Laurent Rineau
aeda27f405
"compilation of demo_framework" should be in the Installation package and Polyhedron
2024-01-09 13:58:03 +01:00
Mael Rouxel-Labbé
d483b3bdfd
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-01-09 13:52:46 +01:00
Efi Fogel
2c70c53184
Cleaned up
2024-01-08 17:54:07 +02:00
Efi Fogel
13b22abd4f
Merge branch 'master' into gsoc2023-aos_sphere_demo-denizdiktas
2024-01-08 16:27:52 +02:00
Mael Rouxel-Labbé
c604031656
Add another missing GPL license to gpl_package_list.txt
2024-01-05 15:46:03 +01:00
Sébastien Loriot
f970b9bba4
add option to remove extra newline
2024-01-05 14:08:32 +01:00
Mael Rouxel-Labbé
b2919c7bd7
Re-order some package names to follow alphabetical order
2024-01-05 12:55:42 +01:00
Mael Rouxel-Labbé
526700057a
Add missing GPL packages in the gpl_package_list.txt collection
2024-01-05 12:55:10 +01:00
Andreas Fabri
c3d4d115b2
Merge remote-tracking branch 'cgal/master' into gsoc2023-polygon_repair-kenohori
2024-01-05 09:53:07 +00:00
Andreas Fabri
d1f19a7055
Add to CHANGES.md
2024-01-04 18:13:34 +00:00
Sébastien Loriot
0ab6971ede
use execute_process that is recommanded over exec_command since 3.0
2024-01-04 14:30:40 +01:00
Laurent Rineau
24a009f933
transform to a table, and document CMake files
2024-01-03 15:43:55 +01:00
Mael Rouxel-Labbé
4e11df578f
Update Installation/README
2024-01-03 15:10:06 +01:00
Sébastien Loriot
9985f9cfa0
autorefinement has its own license file
2024-01-02 14:06:59 +01:00
Sébastien Loriot
37c792a764
fix qt6 version
2023-12-27 11:56:08 +01:00
Sven Oesau
61756e9538
renamed license to Kinetic_shape_partition (no _3)
2023-12-13 16:17:03 +01:00
Sven Oesau
bb9bd32c8f
changed license file
2023-12-13 16:02:22 +01:00
Laurent Rineau
9a944e563c
Merge remote-tracking branch 'cgal/master' into PMP-BF_autorefine
...
# Conflicts:
# Installation/CHANGES.md
# Polygon_mesh_processing/examples/Polygon_mesh_processing/CMakeLists.txt
2023-12-13 15:57:30 +01:00
Efi Fogel
eaa0091bfd
Added an item that describes a fix in the 2D Arrangements package that has to do with observers
2023-12-13 15:42:44 +02:00
Laurent Rineau
275c175f15
Merge pull request #5895 from sloriot/PMP-refine_mesh_along_isolevel
...
add function to refine a mesh along an isocurve
2023-12-11 14:00:49 +01:00
Sébastien Loriot
d75e4f2f54
Merge remote-tracking branch 'cgal/master' into PMP-BF_autorefine
2023-12-08 13:26:06 +01:00
Laurent Rineau
811f78c6a1
fix the bug about CGAL_Qt6_moc_and_resources_Fixture
2023-12-07 15:48:09 +01:00
Laurent Rineau
31d66c332f
Fix display of Qt version
2023-12-07 14:22:01 +01:00
Sébastien Loriot
410ead5f56
also look for Basic viewer in targets
2023-12-06 17:31:02 +01:00
Laurent Rineau
a000007c8c
fix the install of /include/CGAL/Qt
2023-11-29 23:50:24 +01:00
Laurent Rineau
23e36487e1
Merge pull request #7816 from afabri/Parameterization-no_opennl-GF
...
Parameterization: cleanup
2023-11-29 17:23:20 +01:00
Laurent Rineau
95b83b1214
Merge pull request #7845 from puneetmatharu/patch-cgal-dont-override-build-testing
...
Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject
2023-11-29 17:22:54 +01:00
Laurent Rineau
2cf5576eb8
Merge pull request #7858 from janetournois/Installation-ITK-jtournois
...
Installation - fix `CGAL_ITK_support`
2023-11-29 17:18:55 +01:00
Laurent Rineau
1740a2d0d7
Merge pull request #7869 from lrineau/Installation-fix_CMake_REGEXP_REPLACE-GF
...
CMake: fix incorrect use of string(REGEX REPLACE...)
2023-11-29 17:18:53 +01:00
Laurent Rineau
19e4840023
Merge pull request #7869 from lrineau/Installation-fix_CMake_REGEXP_REPLACE-GF
...
CMake: fix incorrect use of string(REGEX REPLACE...)
2023-11-29 17:16:09 +01:00
Laurent Rineau
fdcc7c7796
Merge remote-tracking branch 'cgal/master' into pr/afabri/7816
...
# Conflicts:
# Installation/LICENSE
2023-11-29 16:45:10 +01:00
Laurent Rineau
c19cd150cb
extra cleanups
2023-11-29 16:34:50 +01:00
Jane Tournois
7fda26f33f
add isotropic remeshing with sizing to CHANGES.md
2023-11-27 09:52:49 +01:00
Laurent Rineau
eb59cc6105
Merge remote-tracking branch 'cgal/master' into Installation-ITK-jtournois
2023-11-24 10:50:26 +01:00
Laurent Rineau
9262c6a8b6
Re-add CGAL_ITK_support.cmake
...
That will allow to be compatible with ITK version 4.13 and 5.x.
2023-11-23 17:25:18 +01:00
Laurent Rineau
25ebbab854
Fix incorrect use of string(REGEX REPLACE...)
2023-11-17 15:29:24 +01:00
Laurent Rineau
223454ab57
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2023-11-16 16:01:01 +01:00
Laurent Rineau
7b8c90ec3b
Merge branch 'master' into Mesh-3-edge-distance-criterium-aclement
2023-11-16 14:53:25 +01:00
Sébastien Loriot
cfac63f156
Merge remote-tracking branch 'cgal/master' into HEAD
2023-11-16 11:35:35 +01:00
Laurent Rineau
ba46b785b1
Merge branch 'master' into Parameterization-no_opennl-GF
2023-11-15 16:33:49 +01:00
Laurent Rineau
69d9025736
Merge pull request #6760 from hoskillua/gsoc2022
...
GSoC2022 - Interpolated Corrected Curvatures
# Conflicts:
# Installation/CHANGES.md
2023-11-15 16:00:36 +01:00
Andreas Fabri
59af92c085
more cleanup
2023-11-14 13:41:09 +00:00
Andreas Fabri
a70f01ff3d
Deal with license check
2023-11-14 12:36:59 +00:00
Andreas Fabri
4f1649e9b7
Change authors
2023-11-14 12:29:54 +00:00
Sébastien Loriot
8518e7d0d9
update changes
2023-11-13 18:40:03 +01:00
Jane Tournois
0b73361226
remove CGAL_ITK_support.cmake
...
and adapt the CMakeLists that were using it
2023-11-13 12:47:39 +01:00
Laurent Rineau
a8b8102567
CGAL_ENABLE_TESTING has three definitions
...
`CGAL_ENABLE_TESTING` is defined three times:
- once in `/CMakeLists.txt` that is the root of the CMake tree for a Git layout
- once in `Installation/CMakeLists.txt` that is the root of the CMake
for a release tarball,
- and once in `CGAL_add_test.cmake`, for consumers of `CGALConfig.cmake`.
Two changes:
- Add the default value `${BUILD_TESTING}` to all three definitions
- Modify the comment
2023-11-10 13:17:46 +01:00
Laurent Rineau
25de4ee6b7
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2023-11-07 15:02:43 +01:00
hoskillua
7cfcd59d7f
user doc (imp history, example file ...)
2023-11-07 11:24:45 +03:00
hoskillua
e37f5688ab
reference documentation
2023-11-07 11:06:50 +03:00
ange-clement
48a8796248
Corrected changes.md +
...
Removed word "distancing" +
Renamed distance_bound_field to distance_field +
Commented example output +
Removed use of sizing_field_param for edge_distance +
Renamed SizingField2 to DistanceField +
Added function query_size
2023-11-03 12:38:05 +01:00
Puneet Matharu
7944441068
Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject.
2023-11-02 18:09:03 +00:00
Laurent Rineau
dea756ed0f
fix test/Installation on Windows
2023-11-01 21:29:41 +01:00
Laurent Rineau
51627e3505
Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF
...
# Conflicts:
# GraphicsView/demo/Bounding_volumes/CMakeLists.txt
2023-11-01 20:59:44 +01:00
Jane Tournois
bd9b861cb6
CHANGES.md
2023-10-24 12:32:55 +02:00
Andreas Fabri
f1fda7b01e
Add to changes.md
2023-10-20 14:59:06 +01:00
ange-clement
00514ec7dc
Merge branch 'master' of https://github.com/CGAL/cgal into Mesh-3-edge-distance-criterium-aclement
2023-10-10 15:06:02 +02:00
Sébastien Loriot
a193a1d8fb
implement comments from review
2023-10-09 09:08:31 +02:00
Sébastien Loriot
1c91f49cbd
update changes
2023-10-09 05:14:38 +02:00
Sébastien Loriot
467dcf9a80
Merge remote-tracking branch 'cgal/master' into HEAD
2023-10-06 11:10:08 +02:00
Laurent Rineau
a72ccf2089
Fix CMake error on Windows
...
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.0-Ic-73/Installation/TestReport_Christo_MSVC-2022-Preview-Release.gz
```
CMake Error at cmake/modules/CGAL_SetupGMP.cmake:73 (target_link_libraries):
The plain signature for target_link_libraries has already been used with
the target "test_gmp_mpfr_dll". All uses of target_link_libraries with a
target must be either all-keyword or all-plain.
The uses of the plain signature are here:
* test/Installation/CMakeLists.txt:54 (target_link_libraries)
Call Stack (most recent call first):
test/Installation/CMakeLists.txt:55 (use_CGAL_GMP_support)
```
2023-09-28 15:04:35 +02:00
Laurent Rineau
029d7a8fba
fix test/Installation tests on Windows
2023-09-20 16:50:48 +02:00
Efi Fogel
5df7ed208d
Merge branch 'master' into gsoc2023-aos_sphere_demo-denizdiktas
2023-09-20 12:46:33 +03:00
Laurent Rineau
fe68498e95
CGALConfig.cmake remove the early return()
...
Otherwise we have a lot of warnings like:
```
CMake Warning at /usr/lib64/cmake/Qt6/QtPublicWalkLibsHelpers.cmake:284 (message):
When trying to collect dependencies of target
'Constrained_Delaunay_triangulation_2', the non-existent target 'Qt6::Svg'
was encountered. This can likely be fixed by moving the find_package call
that pulls in 'Qt6::Svg' to the scope of directory
'/home/lrineau/Git/cgal-testsuite-dockerfiles/testsuite/CGAL-6.0-Ic-66/test/Triangulation_2_Demo'
or higher. This warning can be silenced by setting
QT_SILENCE_MISSING_DEPENDENCY_TARGET_WARNING to ON.
Call Stack (most recent call first):
/usr/lib64/cmake/Qt6/QtPublicWalkLibsHelpers.cmake:320 (__qt_internal_print_missing_dependency_target_warning)
/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:609 (__qt_internal_collect_all_target_dependencies)
/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:709 (_qt_internal_finalize_executable)
/usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:564:EVAL:1 (qt6_finalize_target)
test/Triangulation_2_Demo/CMakeLists.txt:DEFERRED
```
The issue was that `find_package(Qt6) ...` is required in any
sub-directory, because imported targets like `Qt6::Svg` are
local to the directory scope.
2023-09-19 15:02:31 +02:00
Laurent Rineau
28632f21fc
Merge branch 'master' into CGAL-Qt6-GF
...
# Conflicts:
# Installation/CHANGES.md
2023-09-14 17:40:05 +02:00
Laurent Rineau
b05e1e9e46
Remove UseCGAL.cmake
...
and our old CMake macros `use_lib` and `use_component`.
2023-09-14 17:32:55 +02:00
Laurent Rineau
48f37a14dc
remove occurrences of Qt5
2023-09-14 17:02:21 +02:00
Laurent Rineau
2f6d51b49b
Remove a few occurrences of CGAL_Qt5
...
... and replace by CGAL_Qt6
2023-09-14 16:33:20 +02:00