Sébastien Loriot
dfc386d65b
Merge branch 'master' into HEAD
2023-06-22 14:05:45 +02:00
Sébastien Loriot
cce3dfd075
Merge pull request #7416 from sloriot/CGAL-toward_6.0
...
CGAL 6.0 requires c++17
2023-06-22 09:28:15 +02:00
Sébastien Loriot
6abf126e10
fix typo
2023-06-20 10:48:49 +02:00
Sébastien Loriot
11586736c7
add missing include
2023-06-20 10:48:41 +02:00
Sébastien Loriot
0ee31a5d4f
remove extra parenthesis
2023-06-19 19:17:49 +02:00
Laurent Rineau
4673df281a
Merge branch '5.6.x-branch'
2023-06-16 10:11:23 +02:00
Laurent Rineau
f0f19e4ee2
Merge pull request #7497 from afabri/PSP-wlop_simplify-GF
...
PSP: wlop_simplify() performance improvement
2023-06-16 10:11:11 +02:00
Laurent Rineau
e60e7b8010
Merge pull request #7508 from MaelRL/CGAL-Fix_offset_function-GF
...
Offset Meshing Plugin Improvements
2023-06-16 10:11:08 +02:00
Laurent Rineau
affee8bc7f
Merge pull request #7512 from lrineau/Installation-CMake_function__CGAL_setup_CGAL_flags__-GF
...
create a new CMake function CGAL_setup_CGAL_flags
2023-06-16 10:11:06 +02:00
Laurent Rineau
3c0a490440
Merge pull request #7518 from janetournois/Polyhedron_demo-remove_c3t3_io_verbosity-jtournois
...
CGAL Lab - disable verbosity of `.mesh` reader
2023-06-16 10:11:03 +02:00
Laurent Rineau
ee98d37a22
Merge pull request #7519 from sloriot/CGAL-no_MSVC2015_tests
...
disable MSVC 2015 with CGAL 6.0
2023-06-16 10:11:00 +02:00
Laurent Rineau
ad130ba0e0
Merge pull request #7518 from janetournois/Polyhedron_demo-remove_c3t3_io_verbosity-jtournois
...
CGAL Lab - disable verbosity of `.mesh` reader
2023-06-16 10:10:35 +02:00
Laurent Rineau
2bab43861e
Update precompiled demos script
2023-06-16 10:10:15 +02:00
Sébastien Loriot
f936680600
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 18:48:39 +02:00
Sébastien Loriot
11a5b394b8
use Range::size()
2023-06-15 18:44:20 +02:00
Sébastien Loriot
bbc4d08ee0
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Sebastien Loriot
5b0786aa99
Update Documentation/doc/Documentation/Preliminaries.txt
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2023-06-15 10:44:37 +02:00
Sébastien Loriot
b45b2c379f
update doc about C++ standard
2023-06-15 10:44:20 +02:00
Sébastien Loriot
6df9a0d61c
check headers also needs c++17
2023-06-15 10:43:53 +02:00
Sébastien Loriot
cc1cb02ccd
missing 6.0 updates
2023-06-15 10:43:40 +02:00
Sébastien Loriot
f5803d5a8b
MSVC 2015 is no longer supported
2023-06-15 10:43:16 +02:00
Sébastien Loriot
c8a88b9014
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Sébastien Loriot
e54408370b
remove CGAL_CXX17 macro
...
... and no longer used macros
2023-06-15 10:41:56 +02:00
Sébastien Loriot
852b3b664b
expand -CGAL_CPP17_INLINE macro
2023-06-15 10:40:54 +02:00
Laurent Rineau
f18f649562
announcement of CGAL-5.6-beta1
2023-06-14 15:59:39 +02:00
Sébastien Loriot
c4eb65d71b
disable MSVC 2015
2023-06-13 19:02:22 +02:00
Jane Tournois
7a101937c6
disable verbosity of `build_triangulation_from_file` - too verbose
2023-06-13 17:04:39 +02:00
Laurent Rineau
5459870e31
create a new CMake function CGAL_setup_CGAL_flags
...
That new CMake function will ease the work with the Conan CGAL package.
2023-06-13 14:19:06 +02:00
Laurent Rineau
50cae0d926
Merge branch '5.6.x-branch'
2023-06-13 13:37:46 +02:00
Laurent Rineau
d90d6cb6e2
this branch now targets CGAL-5.6-beta2
2023-06-13 13:37:11 +02:00
Laurent Rineau
0a708f83ce
this branch now targets CGAL-6.0-dev
...
(Merge branch 'prepare-6.0')
2023-06-13 13:35:01 +02:00
Laurent Rineau
12cc83e7d5
prepare the creation of 5.6-beta2 and 6.0-dev
2023-06-13 13:33:51 +02:00
Sébastien Loriot
29b84248f8
missing 6.0 updates
...
# Conflicts:
# Documentation/doc/resources/1.8.20/menu_version.js
# Documentation/doc/resources/1.8.4/menu_version.js
# Documentation/doc/resources/1.9.3/menu_version.js
2023-06-13 12:50:04 +02:00
Sébastien Loriot
5564cb247f
bump CGAL version to 6.0
2023-06-13 11:38:31 +02:00
Laurent Rineau
e9e50fdbf0
Update supported compilers
2023-06-13 11:14:16 +02:00
Mael Rouxel-Labbé
efd68a5f92
Update offset meshing plugin
...
- fixed not working for polygon soups
- fixed broken formula for both giving Mesh_3 assertions and inverted meshes
- fixed applicable() allowing wrong combinations
- fixed inflate() needlessly normalizing normals
- fixed crashing for non triangulated inputs
- fixed some memory leaks
- fixed dialog name
- removed useless sqrts
- avoid recomputing bbox 4 times
- cleaned UI
- etc.
2023-06-09 19:15:16 +02:00
Laurent Rineau
34d004eff3
Prepare CHANGES.md for 5.6 ( #7393 )
...
- [x] Add missing links from last PRs (master doc not yet built)
- [x] Integrate changes from small features yet to be integrated
- [x] Check all pull requests to find what is worth mentioning and has
not been
- [x] Link to news
- [x] Check all links
## Release Management
[Preview](https://github.com/MaelRL/cgal/blob/CGAL-Prepare_CHANGES.md_5.6-GF/Installation/CHANGES.md )
* Affected package(s): `Installation`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): n/a
* License and copyright ownership: no changes
2023-06-09 17:49:58 +02:00
Laurent Rineau
24ef34772f
Merge branch '5.5.x-branch'
2023-06-09 16:26:38 +02:00
Laurent Rineau
b1dbedb340
Merge pull request #7499 from afabri/Solver_interface-change_types-GF
...
Solver_interface: Rename QSOP Types
2023-06-09 16:26:27 +02:00
Laurent Rineau
4cf3095ff5
Merge pull request #7502 from lrineau/Installation-fix_CGALConfig.cmake_for_Conan-GF
...
fix for Conan 2.0
2023-06-09 16:26:24 +02:00
Laurent Rineau
97bd67d78e
Merge pull request #7504 from lrineau/Polyhedron_demo-fix_memory_leaks-GF
...
fix various memory leaks in CGAL Lab
2023-06-09 16:26:23 +02:00
Laurent Rineau
5f8da0463d
Merge pull request #7505 from sloriot/Installation-fix_cmake_warning
...
Minimum version should be first
2023-06-09 16:26:20 +02:00
Laurent Rineau
c1ba814e4a
Merge branch '5.4.x-branch' into 5.5.x-branch
2023-06-09 16:26:02 +02:00
Laurent Rineau
49db57e68d
Merge pull request #7505 from sloriot/Installation-fix_cmake_warning
...
Minimum version should be first
2023-06-09 16:25:55 +02:00
Laurent Rineau
be6a766037
Merge pull request #7504 from lrineau/Polyhedron_demo-fix_memory_leaks-GF
...
fix various memory leaks in CGAL Lab
2023-06-09 16:25:46 +02:00
Laurent Rineau
99f43c0cae
Merge pull request #7504 from lrineau/Polyhedron_demo-fix_memory_leaks-GF
...
fix various memory leaks in CGAL Lab
2023-06-09 16:25:33 +02:00
Sébastien Loriot
d1ddd62192
minimum version should be first
2023-06-09 09:20:03 +02:00
Mael Rouxel-Labbé
f85b839858
Do not proceed if user cancels
2023-06-08 18:09:53 +02:00
Mael Rouxel-Labbé
9fbfd93b56
Fix function name
2023-06-08 18:09:44 +02:00
Laurent Rineau
1644394d14
Merge pull request #7460 from soesau/Polygonal_surface_reconstruction-Plane_index_remapping-GF
...
Polygonal Surface Reconstruction: Remapping of plane_indices in input data to range [0..n-1]
2023-06-08 17:36:56 +02:00