Laurent Rineau
a85ce74720
Merge branch 'Triangulation_3-fix_simplex_traverser-GF-CGAL-5.6' into Triangulation_3-CDT_3-lrineau
2023-06-22 15:28:48 +02:00
Jane Tournois
571536f09c
fix version checker
...
the 3 major/minor/patch are needed to compare integrals
if they are defined, the version check is done and warning or error are displayed
2023-06-22 14:38:23 +02:00
Jane Tournois
5a7f0252ac
fix error message
2023-06-15 16:27:08 +02:00
Jane Tournois
522183bd00
add version_enforcer.h to ease the use of forked headers in external code
2023-06-15 16:16:51 +02:00
Sébastien Loriot
bbc4d08ee0
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +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
d90d6cb6e2
this branch now targets CGAL-5.6-beta2
2023-06-13 13:37:11 +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
5564cb247f
bump CGAL version to 6.0
2023-06-13 11:38:31 +02:00
Sébastien Loriot
1f92944609
Merge remote-tracking branch 'cgal/master' into HEAD
2023-05-24 18:04:49 +02:00
Sebastien Loriot
11b92e94f8
Add an alternative of Mpzf using boost cpp_int ( #7191 )
...
## TODO:
- [x] branch size
- [x] boost backend should not be the default in 5.6
2023-05-22 09:23:35 +02:00
Andreas Fabri
98ae089d10
Add package 2D Polygon Repair
2023-05-17 21:57:51 +01:00
Laurent Rineau
d2bc415a15
Merge pull request #6950 from lrineau/CGAL-allow_Epick_with_float-GF
...
Simple_precision_epick: an Epick-like kernel with float as FT
2023-05-04 16:37:17 +02:00
Laurent Rineau
7a55a30b31
Merge remote-tracking branch 'afabri/STL_extension-Fix_Prevent_deref-GF' into Triangulation_3-CDT_3-lrineau
...
# Conflicts:
# Kernel_23/include/CGAL/Kernel/function_objects.h
# Kernel_23/include/CGAL/Kernel/interface_macros.h
# Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt
2023-05-02 16:05:54 +02:00
Sébastien Loriot
932ba31013
bump CGAL version to 6.0
2023-04-28 20:08:58 +02:00
Mael Rouxel-Labbé
bad7775b53
Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF
2023-04-21 13:06:47 +02:00
Laurent Rineau
eb0cdd276d
Merge pull request #7363 from afabri/Eigen-is_byte_container-GF
...
Installation: Workaround for boost::mp / Eigen problem
2023-04-21 11:21:26 +02:00
Laurent Rineau
60b5642b7c
only use msvc::no_unique_address with C++20 or later
2023-04-18 11:40:12 +02:00
Mael Rouxel-Labbé
1a5826f11a
Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF
2023-04-17 12:48:30 +02:00
Laurent Rineau
11ff3c57bd
Merge branch 'master' into CGAL-boost_mp_exact_ring_selector
2023-04-14 09:44:23 +02:00
Sébastien Loriot
6b71a94254
remove warnings about using GMP as being required
2023-04-07 13:59:38 +02:00
Laurent Rineau
1dce90ee79
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
2023-04-07 10:59:51 +02:00
Laurent Rineau
df17ad5e24
Add a comment to the closing #endif
2023-04-06 12:47:07 +02:00
Laurent Rineau
bc919403d4
Preparation for CGAL-5.6-beta1
2023-04-06 11:48:17 +02:00
Andreas Fabri
b5f44bdac1
Activate workaround only for boost < 1.79
2023-04-04 10:55:31 +01:00
Andreas Fabri
3d9e589853
Remove default value
2023-04-04 10:42:17 +01:00
Andreas Fabri
a9cf79e512
Add more partial specializations
2023-04-04 10:21:00 +01:00
Andreas Fabri
49b8f1f7fb
Add partial specializations of boost::multiprecision::is_byte_container
2023-04-04 09:20:13 +01:00
Mael Rouxel-Labbé
ff54473e63
Rename package to Straight_skeleton_extrusion_2, move /examples to SLS
2023-03-27 11:51:17 +02:00
Andreas Fabri
83b3c73d72
Add partial specializations of boost::multiprecision::is_byte_container
2023-03-23 14:41:46 +01:00
Mael Rouxel-Labbé
8b15d03b50
Move extrude_skeleton.h to its own package
2023-03-10 16:40:19 +01:00
Laurent Rineau
e03279ec13
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
2023-03-08 16:54:47 +01:00
Sébastien Loriot
acbe714a14
update rules for using/finding core
2023-02-20 13:56:21 +01:00
Laurent Rineau
cddb01ab68
Merge pull request #7253 from lrineau/Triangulation_2-improve-CDT_2_debugging-GF
...
STL_Extension/Triangulation_2: improve CDT_2 debug messages
2023-02-06 14:17:40 +01:00
Sébastien Loriot
9e137bca24
Merge 'cgal/master'
2023-01-31 12:26:55 +01:00
hoskillua
2ccabc9289
renaming files
2023-01-29 09:39:39 +02:00
Sébastien Loriot
69c21bccc3
Merge 'master'
2023-01-24 11:29:48 +01:00
Mael Rouxel-Labbé
c51bd444e1
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2023-01-06 15:50:51 +01:00
Laurent Rineau
20c67be903
Merge pull request #7115 from MaelRL/T3-test_cleaning-GF
...
(Partial) Cleaning of Triangulation_3 tests
# Conflicts:
# Kernel_23/include/CGAL/Kernel/interface_macros.h
2022-12-13 15:24:38 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Laurent Rineau
42c8c4f9e1
Merge pull request #7070 from sloriot/PMP-split_repair
...
Split repair (master version)
2022-12-05 12:23:19 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
Sébastien Loriot
1520ac93e4
Merge branch 'sloriot/PMP-split_repair_5.5' into master
2022-11-22 10:38:00 +01:00
Sébastien Loriot
5a992f60a4
split repair
2022-11-22 10:31:34 +01:00
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Laurent Rineau
ac44c7138d
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2022-11-14 10:26:41 +01:00
Laurent Rineau
92d8d1c805
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
...
# Conflicts:
# Mesh_3/test/Mesh_3/test_meshing_3D_image.cpp
2022-11-08 12:11:06 +01:00
Laurent Rineau
1c5454dcbe
Add Converting_construction to Simple_precision_epick
...
The difficulty is to detect/define which constructions are "trivial"
and must not be wrapped into `Converting_construction`. Otherwise the
use of `Cartesian_converter`, that uses trivial constructions itself,
can lead to loops and infinite call stacks.
2022-10-28 12:07:58 +02:00
Laurent Rineau
755bfe4dc6
5.5.x-branch now targets CGAL-5.5.2
2022-10-12 15:30:32 +02:00
Sébastien Loriot
37fe3d8778
add new license header
2022-09-15 16:55:35 +02:00
GYuvanShankar
ce44ebf64d
Documentation change, removed BOOST_PARAMETER_MAX_ARITY macro
2022-08-17 18:03:26 +05:30
hoskillua
19076d38cc
Merge remote-tracking branch 'upstream/master' into gsoc2022
2022-07-27 15:41:48 +02:00
Sébastien Loriot
c1afb483f5
licence -> license
2022-07-19 09:04:19 +02:00
hoskillua
5cc75c0bc4
Updated Demo Display property plugin, added to license list,
2022-07-18 21:57:42 +02:00
hoskillua
a5f99699e2
used a face property map for computing measures, added license
...
will update docs to match
void
interpolated_corrected_measure_mesh(
const PolygonMesh& pmesh,
FaceMeasureMap fmm,
const Measure_index mu_i,
NamedParameters& np = parameters::default_values())
{
later if it works
2022-07-18 16:17:03 +02:00
Laurent Rineau
0921b1c428
Next release in that branch will br 5.5.1
2022-07-15 17:09:13 +02:00
Laurent Rineau
10f5fa4f1e
Prepare CGAL-5.5
2022-06-29 14:52:29 +02:00
Sébastien Loriot
707b45cb5b
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-06-29 10:48:00 +02:00
Laurent Rineau
429c7646bd
Fix typo
2022-06-20 09:37:10 +02:00
Laurent Rineau
c132b6a11e
Merge remote-tracking branch 'cgal/master' into Mesh_data_structure_3-new_package-jtournois
2022-06-13 16:26:34 +02:00
Sébastien Loriot
5746e59b34
Merge cgal/master
2022-06-08 23:13:25 +02:00
Jane Tournois
d7759abbb7
add a hidden parameter to allow non-manifold vertices or edges
...
this is to be used only is advanced code that deals with invalid T3
2022-06-08 23:03:50 +02:00
Jane Tournois
ea951db4ec
keep on renaming TMDS_3 to SMDS_3
2022-06-08 22:57:25 +02:00
Jane Tournois
f270dd3d44
more renaming
2022-06-08 22:57:25 +02:00
Jane Tournois
355b52d21f
rename TMDS_3 to SMDS_3, end.
2022-06-08 22:57:25 +02:00
Jane Tournois
abdf1bce22
Meael's review
2022-06-08 22:53:18 +02:00
Sébastien Loriot
c8cbbbfb1d
Merge cgal/master
2022-06-08 22:49:25 +02:00
Sébastien Loriot
5e124e5d5f
Merge cgal/master
2022-06-08 22:43:17 +02:00
Jane Tournois
e875524608
more doc fixes
2022-06-08 22:35:50 +02:00
Jane Tournois
95b3da51cf
move all MDS_3 to TMDS_3 (with T for Tetrahedral)
2022-06-08 22:35:50 +02:00
Sébastien Loriot
f0fc06b998
Merge cgal/master
2022-06-08 22:10:34 +02:00
Sébastien Loriot
ac8d72ee18
merge master
2022-06-08 22:06:36 +02:00
Jane Tournois
4238d47c11
add missing forward declaration
2022-06-08 22:04:34 +02:00
Jane Tournois
570ffb7e1e
cleaning
2022-06-08 22:03:03 +02:00
Sébastien Loriot
920c35c30e
Merge cgal/master
2022-06-08 21:56:39 +02:00
Jane Tournois
be5170a9c2
update license headers using cmake -P generate_files.cmake
2022-06-08 21:46:52 +02:00
Jane Tournois
8bce167079
remove trailing whitespaces
2022-06-08 21:46:51 +02:00
Jane Tournois
5a36e53a4a
move build_triangulation_from_file to MDS_3 namespace
...
and simplify template parameters
2022-06-08 21:46:51 +02:00
Jane Tournois
7282b10f64
WIP MDS_3 package
2022-06-08 21:46:51 +02:00
Jane Tournois
ecb3434364
change Mesh_3 to MDS_3
2022-06-08 21:46:51 +02:00
Jane Tournois
e86c4027af
move C3T3 headers to MDS_3 new package
...
MDS_3 is "3D Mesh Data Structure"
2022-06-08 21:46:50 +02:00
Laurent Rineau
87cdfe6694
master will now target 5.6
2022-06-06 16:29:00 +02:00
Laurent Rineau
fcb97022af
This branch targets 5.5-beta2
2022-06-06 16:24:23 +02:00
Laurent Rineau
a47790f1d5
Version files for 5.5-beta1
2022-05-19 16:54:36 +02: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
79f9d82389
use _v prefixed version
2022-05-06 15:28:50 +02:00
Laurent Rineau
5994eb48b5
Merge pull request #6519 from sloriot/Intel-fallthrough
...
Update fallthrough for intel compiler
2022-05-06 14:21:58 +02:00
Sébastien Loriot
ab7aa75b67
macros are always defined
2022-04-28 13:59:14 +02:00
Sebastien Loriot
8be8236918
fix typo
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2022-04-26 22:30:56 +02:00
Sébastien Loriot
f67f2094d7
update for intel compiler + c++14 is the minimal supported version
2022-04-25 23:01:05 +02:00
Mael Rouxel-Labbé
c8ad1681de
Add AW3 license
2022-04-04 11:33:27 +02:00
Mael Rouxel-Labbé
a40a7572ac
Add Alpha_wrap_3
2022-04-04 11:33:27 +02:00
Laurent Rineau
47aab15a17
Next version in this branch will be 5.4.1
2022-01-31 17:26:46 +01:00
Laurent Rineau
c58ac97e93
Prepare 5.4.x-branch for the release of version 5.4
2022-01-27 12:12:21 +01:00
Andreas Fabri
2455db6692
The warning needs quotes. Exclude VC2015 from a test
2022-01-18 11:39:00 +00:00
Laurent Rineau
f558b8aa3c
`master` is now for CGAL-5.5
2022-01-17 10:08:04 +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
Laurent Rineau
c5d01fc96e
This branch now targets a possible 5.4-beta2
2021-12-17 17:41:29 +01:00
Laurent Rineau
2010a410e2
Prepare CGAL-5.4-beta1
2021-12-14 15:35:03 +01:00
Andreas Fabri
115fa5ab39
Remove Geomview from the manual and the demos
2021-12-14 14:01:21 +00:00
Andreas Fabri
3dd497f2b6
Do not use #warning
2021-11-03 22:24:51 +01:00
Laurent Rineau
90381147f2
Merge pull request #6052 from sloriot/Intersection_2-segment_segment_inter_info
...
Improve 2D segment intersection
2021-10-29 16:59:47 +02:00
Sébastien Loriot
85c00352c3
separate macros and macro function
2021-10-27 16:01:19 +02:00
Sébastien Loriot
604d2fd1ff
direct definition
...
the extra if was generating fallthru warnings
2021-10-27 15:19:05 +02:00
Sébastien Loriot
12bf0e9c60
switch to LGPL
2021-10-18 17:37:27 +02:00
Laurent Rineau
e5ab9202f5
Merge pull request #4229 from gdamiand/CGAL_data-gdamiand
...
Regroup data: scripts and function updates
2021-09-23 16:14:11 +02:00
Sebastien Loriot
4610cf3c66
Merge pull request #5904 from sloriot/CGAL-remove_config_flags
...
Replace macros with inline functions and remove a config flag
2021-09-10 17:38:50 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Sébastien Loriot
de6d8c6cbd
Merge pull request #5742 from danston/Shape_regularization-new_package-danston
...
[Feature] Shape Regularization New Package
2021-08-13 18:19:35 +02:00
Sébastien Loriot
6481cb23d9
remove CXX11 config variables related to threads
2021-08-13 16:44:53 +02:00
Sébastien Loriot
63a764b79c
remove some cpp0x and cpp11 config macros
2021-08-13 16:25:40 +02:00
Sébastien Loriot
00fd00fafc
replace macros with inline functions and remove a config flag
2021-08-13 15:24:41 +02:00
Dmitry Anisimov
933940435a
Merge remote-tracking branch 'origin/master' into Shape_regularization-new_package-danston
2021-08-04 15:30:10 +02:00
Dmitry Anisimov
50157a7479
Merge remote-tracking branch 'origin/master' into Weights-new_package-danston
2021-08-04 15:12:04 +02:00
Laurent Rineau
5759a800e3
Merge pull request #5705 from maxGimeno/CGAL-Clean_up_boost_versions-maxGimeno
2021-07-28 10:14:38 +02:00
Maxime Gimeno
97cac65a86
Fix __GNUC__ tests
2021-07-23 10:59:49 +02:00
Sébastien Loriot
f153a1ed3e
Merge remote-tracking branch 'cgal/master' into HEAD
2021-07-22 13:15:22 +02:00
Maxime Gimeno
f8ebb77959
Fix test on CGAL_GCC_VERSION, that is 0 if the compiler is not GCC, not undefined
2021-07-21 14:21:05 +02:00
Marc Glisse
e7357ac003
Merge remote-tracking branch 'cgal/master' into mt-glisse
...
several PRs in Filtered_kernel conflicted with this :-(
2021-07-19 14:53:27 +02:00
Maxime Gimeno
b2c07c7841
fix config.h
2021-07-19 14:50:59 +02:00
Maxime Gimeno
049e1a7551
No more CGAL_NOEXCEPT
2021-07-19 14:29:51 +02:00
Maxime Gimeno
a3d1765ab4
Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno
2021-07-19 14:18:40 +02:00
Laurent Rineau
6de515bedc
master targets CGAL-5.4-dev
2021-07-06 14:57:08 +02:00
Laurent Rineau
469d8afd5c
Next release in this branch will be 5.3.1
2021-07-06 14:53:04 +02:00
Laurent Rineau
484ee4c6c4
Change the release name, from 5.3-beta2 to 5.3
...
...and prepare for the near publication of 5.1.5 and 5.2.3.
2021-07-02 12:46:43 +02:00
Dmitry Anisimov
672a6e8e30
Merge remote-tracking branch 'origin/Solvers-add_osqp-danston' into Shape_regularization-new_package-danston
2021-06-18 16:15:53 +02:00
Dmitry Anisimov
8bc8f70bc5
fixed license files for three more packages running the new version of the script
2021-06-17 11:44:41 +02:00
Dmitry Anisimov
893ab175b9
fixed typo in the orthtree package description
2021-06-17 11:43:50 +02:00
Dmitry Anisimov
72a8b223d2
fixed another bug in the generating license script
2021-06-17 11:43:14 +02:00
Dmitry Anisimov
3edff7bbf1
following PR #5778 the license headers are updated
2021-06-17 10:49:45 +02:00
Laurent Rineau
3613a94638
Merge pull request #5778 from danston/Installation-license_generator_fix-danston
2021-06-17 10:33:23 +02:00
Dmitry Anisimov
231bcfa751
laurent's review
2021-06-17 10:28:03 +02:00
Laurent Rineau
6a9061668c
Merge pull request #5756 from albert-github/feature/bug_redirects
...
Correction of hyperlinks
2021-06-16 15:06:08 +02:00
Dmitry Anisimov
75ceb859ec
fixed the error with empty package pretty name
2021-06-14 18:26:07 +02:00
Dmitry Anisimov
2467aece1e
updated Weights license
2021-06-14 18:22:24 +02:00
Marc Glisse
dbe94c282e
Move is_currently_single_threaded to namespace CGAL
2021-06-11 22:47:11 +02:00
Dmitry Anisimov
20baa77b26
fixed license
2021-06-11 13:33:51 +02:00
Dmitry Anisimov
542f67bfe0
fixed license
2021-06-11 12:59:00 +02:00
Laurent Rineau
3dce682668
CGAL-5.3-beta1 was released
2021-06-11 09:58:18 +02:00
albert-github
2a54687e77
Correction of hyperlinks
...
The link checker gave a number of redirects and incorrect links.
- the redirects have been solved ass far as possible
- the incorrect links have been checked and corrected where possible, others have been reported through issues;
2021-06-04 13:52:14 +02:00
Laurent Rineau
ac5d63d479
Prepare CGAL-5.3-beta1
2021-06-02 14:45:48 +02:00
Laurent Rineau
8fa0f55ac7
Merge branch 'master' into mt-glisse
2021-05-27 10:27:38 +02:00
Laurent Rineau
59a0da4f13
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
...
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
2021-05-19 17:23:53 +02:00
Laurent Rineau
2c4a5db3ce
Merge pull request #5631 from GilesBathgate/STL_ext-fix_uncaught_exceptions_cleanup-GilesBathgate
...
Fix uncaught exceptions cleanup
2021-05-18 18:14:14 +02:00
Laurent Rineau
d6b2c8d9dc
Merge pull request #5671 from maxGimeno/CGAL_IO-Add_missing-deprecated_functions-maxGimeno
...
CGAL_IO: Add missing fallbacks
# Conflicts:
# BGL/include/CGAL/boost/graph/IO/INP.h
# Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
2021-05-18 18:13:38 +02:00
Maxime Gimeno
0b229ae043
move result_of out of deprecated_code. It is not deprecated, we need the wokaround for c++20
2021-05-17 11:57:44 +02:00
Maxime Gimeno
e6c767d5c9
Simplify the GNUC versions tests
2021-05-12 15:45:07 +02:00
Maxime Gimeno
393ae7dae6
Clean-up boost_version reqs
2021-05-12 15:03:53 +02:00