Sébastien Loriot
f516c12c5b
Merge remote-tracking branch 'cgal/5.6.x-branch' into 6.0.x-branch
2025-04-03 16:09:15 +02:00
Sébastien Loriot
60b4b19ba4
add more potentially missing include directives
2025-04-02 09:10:51 +02:00
Jane Tournois
c21fc4f238
remove circular dependency and corresponding fwd declarations
...
include in helpers.h was introduced by 0528592011
in 2019 for backward compatibility, it can now be removed
2024-03-06 10:42:53 +01:00
albert-github
301728a8a9
issue #7395 Improvement of layout of model relations
...
- Completed the cgalModels part
2023-07-09 12:43:36 +02:00
Sébastien Loriot
0ee31a5d4f
remove extra parenthesis
2023-06-19 19:17:49 +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
Mael Rouxel-Labbé
fec38fefb1
Minor rephrasing
2023-05-31 15:42:06 +02:00
Sébastien Loriot
9e137bca24
Merge 'cgal/master'
2023-01-31 12:26:55 +01: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
Jane Tournois
13882cc281
avoid C-cast
2022-11-08 17:29:15 +01:00
Jane Tournois
63f9aa27e9
use c-cast instead of {}-cast
...
* cast double to float is forbidden with {} because it loses information
* cast double to float or to exact types is OK
* numeric_limits<FT> does not work for exact types FT
* using explicitely numeric_limits<float>, is not an option either
because casting it to exact FT would not work
2022-10-26 12:03:00 +02:00
Jane Tournois
752899b3fc
more double/float conversions
2022-10-25 17:29:31 +02:00
Laurent Rineau
de92e2c729
Merge pull request #6925 from MaelRL/OBB-Do_not_use_void_as_default-GF
...
Do not use `void` as default for the geometric traits if Eigen is not present
2022-10-07 15:46:36 +02:00
Mael Rouxel-Labbé
71e51b5678
Do not use `void` as default for the geom_traits
...
This change is caused by the improvement of Lookup_named_param_def which added
support for reference named parameters:
aaa3947e40
Despite not being required, compilers will try to compile the `::reference`
branch if Eigen is not present, and complain about the type `Default& == void&`
Changing it to `CGAL::Default` will solve that, and align it with what
is done in other packages such as Surface_mesh_parameterization
2022-10-03 15:08:12 +02:00
Sébastien Loriot
4f5f8341cc
use std::enable_if_t
2022-06-10 07:37:53 +02:00
Mael Rouxel-Labbé
477353d5eb
Merge parameters::Is_default and parameters::is_default_parameter
2022-04-20 16:01:02 +02:00
Sébastien Loriot
64a11f4863
fix after merge
2022-01-18 10:07:25 +01:00
Sébastien Loriot
07e917ca09
Merge remote-tracking branch 'MaelRL/PMP-Improve_SI_repair-GF' into HEAD
2022-01-18 09:18:20 +01:00
Sébastien Loriot
75b03e6c0a
use_default_values() -> default_values()
2022-01-10 18:36:37 +01:00
Sébastien Loriot
6d3176e061
move Named_parameters class in STL_extension
...
helpers stay in BGL because it depends on BGL tags
2022-01-07 15:12:22 +01:00
Sébastien Loriot
e98fc29dda
fix compilation issues
2022-01-04 17:38:46 +01:00
Sébastien Loriot
b04a5f9124
remove overloads with default parameters
2022-01-04 16:14:49 +01:00
Sébastien Loriot
a6d9b99466
move macros in BaseDoxyfile
2022-01-04 11:10:09 +01:00
Mael Rouxel-Labbé
f0ace1d954
Fix OBB's default seed mechanism
2021-12-14 12:35:45 +01:00
Mael Rouxel-Labbé
e774572630
Misc tiny changes
2021-12-14 10:43:43 +01:00
Mael Rouxel-Labbé
93ee230611
Clean some includes
2021-08-23 22:25:14 +02:00
Andreas Fabri
cebd65dad2
Update oriented_bounding_box.h
...
Add () so that doxygen creates a link.
2021-08-16 11:44:52 +02:00
Mael Rouxel-Labbé
2b18b8d8be
Fix broken doc references
2020-06-25 15:17:44 +02:00
Mael Rouxel-Labbé
d5d8cca92b
Various IO compilation fixes
2020-06-25 12:02:01 +02:00
Mael Rouxel-Labbé
071565467d
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-06-03 19:01:46 +02:00
Mael
f7dee23b5d
Remove erroneous 'const'
...
The concept `Kernel::ConstructPoint_3::operator()` is not required to be const.
2020-05-14 09:54:45 +02:00
Mael Rouxel-Labbé
0e7cf9da70
Factorize functor construction
2020-05-14 09:42:40 +02:00
Mael
bd48aed9b8
Use the traits class to construct points
2020-05-13 17:59:22 +02:00
Mael Rouxel-Labbé
bc076f14cb
Update OBB NPs
2020-05-12 15:34:34 +02:00
Mael Rouxel-Labbé
038869cab9
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-05-12 15:12:21 +02:00
Mael Rouxel-Labbé
c2f7b46c06
Avoid needless loss of precision with BBox_3 usage
2020-05-06 12:11:03 +02:00
Mael Rouxel-Labbé
6fe47eddbe
Make OBB work with EPECK_with_sqrt
2020-05-06 12:10:48 +02:00
Maxime Gimeno
e9d41d7b7d
Fixes for min/max
2020-04-21 11:38:37 +02:00
Sébastien Loriot
c253679b2d
unify np sentence
2020-04-18 16:27:58 +02:00
Mael Rouxel-Labbé
070dae5565
Doc fixes
2020-04-16 17:55:44 +02:00
Mael Rouxel-Labbé
21688713f5
Minor fixes
2020-04-11 20:44:57 +02:00
Mael Rouxel-Labbé
d813d7e1b3
Fix maybe-uninitialized warning
2020-03-31 09:30:06 +02:00
Mael Rouxel-Labbé
882199da57
Fix syntax errors
2020-03-30 09:11:14 +02:00
Mael
f0f2799d3b
constexpr -> const to please some compilers
2020-03-28 12:18:16 +01:00
Mael
1494ffec88
Fix using removed variables
2020-03-28 12:12:45 +01:00
Mael
b0379f54bd
Use Traits::Vector to accelerate 2D optimization
2020-03-28 12:11:17 +01:00
Mael Rouxel-Labbé
11586e0555
Avoid computing the exact fitness value when possible
...
We don't care about the exact value if it's already worse than
the value to which we compare.
2020-03-27 19:18:49 +01:00
Mael Rouxel-Labbé
b3968d2b0d
Speed up fitness function computations
2020-03-27 18:19:39 +01:00
Mael Rouxel-Labbé
79aa6a755a
Enable passing a mesh as output
2020-03-25 18:47:46 +01:00