Sébastien Loriot
51959b615f
typo
2020-05-25 13:31:10 +02:00
Dmitry Anisimov
69d174571a
added the missing macros include
2020-05-25 11:25:01 +02:00
Maxime Gimeno
3ab72f217a
Add 'breaking change' to the change log
2020-05-25 09:07:48 +02:00
Andreas Fabri
0119877009
char**
2020-05-25 07:19:33 +01:00
Marc Glisse
e2a77e54b8
More weirdo constructors
2020-05-24 11:18:01 +02:00
Marc Glisse
0fcbaf5aa4
More weirdo constructors
2020-05-24 11:15:12 +02:00
Marc Glisse
2756b2ac35
More weirdo constructors
2020-05-24 11:11:32 +02:00
Marc Glisse
d7224e5f66
Weirdo constructor
2020-05-24 11:08:44 +02:00
Andreas Fabri
243e3d040f
fix warnings
2020-05-22 15:47:46 +01:00
Laurent Rineau
0e3db8c815
Merge pull request #4659 from sgiraudot/PSP-Enhance_remove_outliers-GF
...
[Small Feature] Parallel Outlier Removal
2020-05-22 16:39:32 +02:00
Laurent Rineau
b70dcffbd7
Merge pull request #4697 from lrineau/Installation-add_CGALConfigVersion-GF
...
header-only mode: add CGALConfigVersion.cmake
2020-05-22 16:39:28 +02:00
Laurent Rineau
f27ea0bfb3
Merge pull request #4737 from jingyangcarl/master
...
add include of other modules
2020-05-22 16:39:25 +02:00
Laurent Rineau
851c67a740
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-05-22 16:39:00 +02:00
Laurent Rineau
43a55c7d8b
Merge pull request #4697 from lrineau/Installation-add_CGALConfigVersion-GF
...
header-only mode: add CGALConfigVersion.cmake
2020-05-22 16:38:11 +02:00
Laurent Rineau
0ea385712f
Fix compatibility with C++03
2020-05-22 14:52:18 +02:00
Maxime Gimeno
f8c1bc5aa7
Display the scene files available when loading a scene from ssh.
2020-05-22 13:41:38 +02:00
Marc Glisse
7a35fbe6fb
Drop useless template parameter
2020-05-22 12:28:46 +02:00
Marc Glisse
257a92d60c
friend comparisons for Polynomial
...
That's less likely to break if the C++20 rules get reverted
This class is strange, it uses boost operators, but still provides some
operators that boost already provides (and the boost ones have
priority).
2020-05-22 12:22:53 +02:00
Marc Glisse
fcd4e57823
Missing 'template'
2020-05-22 11:29:03 +02:00
Laurent Rineau
66bf082969
Merge branch 'releases/CGAL-5.0-branch'
2020-05-22 10:37:42 +02:00
Laurent Rineau
90cf237c43
Merge pull request #4743 from AdrianBunk/CGAL-5.0-branch
...
Fix gcc option setting for Alpha
2020-05-22 10:36:06 +02:00
Laurent Rineau
a56a052bca
Merge pull request #4743 from AdrianBunk/CGAL-5.0-branch
...
Fix gcc option setting for Alpha
2020-05-22 10:35:56 +02:00
Adrian Bunk
5e70fceba9
Fix gcc option setting for Alpha
2020-05-22 11:21:58 +03:00
Sébastien Loriot
7cc653d1f8
typos + backticks
2020-05-22 10:04:57 +02:00
Andreas Fabri
cf5e0d49c3
Add figure
2020-05-22 07:51:41 +01:00
Andreas Fabri
d7ce01da00
Add a figure and an example for dimension < 2
2020-05-21 16:21:32 +01:00
Marc Glisse
f3d5a573df
Use allocator_traits for destroy
2020-05-21 11:52:21 +02:00
Marc Glisse
9d218a45e0
use rebind_alloc in Union_find
2020-05-21 11:42:35 +02:00
Marc Glisse
314e4312fe
Polynomial: C++20 vs boost operators
2020-05-20 16:21:36 +02:00
Marc Glisse
ad758d0e6e
Revert spaceship on Gmpq
...
it causes trouble with other classes, and not just for visual studio
2020-05-20 11:59:03 +02:00
Laurent Rineau
565ce305e9
Merge pull request #4733 from maxGimeno/Maintenance-update_gauguin-maxGimeno
2020-05-20 10:33:29 +02:00
Laurent Rineau
8b474ddf59
Re-add the use of Lazy objects in Compact_container
2020-05-20 10:32:03 +02:00
Laurent Rineau
319383c963
Revert "Merge pull request #4519 from lrineau/Kernel_23-Epeck_objects_in_Compact_container-lrineau_gdamiand"
...
This reverts commit bcab082f82 , reversing
changes made to 2d3e126450 .
2020-05-20 09:47:58 +02:00
Laurent Rineau
dcc4fb1cc1
Merge remote-tracking branch 'cgal/master' into CGAL-move_semantic_for_triangulations-GF
...
# Conflicts:
# STL_Extension/include/CGAL/Compact_container.h
2020-05-20 09:46:26 +02:00
Jing Yang
b495c00450
add include of other modules
2020-05-19 23:42:56 -07:00
Laurent Rineau
6b05f820e7
Markdown formatting of code
2020-05-19 20:28:29 +02:00
Laurent Rineau
d2c56a8511
Merge pull request #4732 from maxGimeno/Travis-add_windows_h_typedefs-maxGimeno
2020-05-19 17:31:02 +02:00
Laurent Rineau
3cd52cdc3e
Fix a bug in <CGAL/Constrained_triangulation_2.h>
...
The function parameter was locally shadowed by a local `int i`
variable!
Then the edge `(f, i)` in the call `remove_constrained_edge(f, i)` was
the wrong one!
The bug was introduced by ecfd82e287 ,
ten years ago.
The bug was only triggered on degenerated cases, when two constraints
intersect, but the code failed to compute the intersection. Then, if
the intersection vertex `vi` was either `vaa` or `vbb` (and not `vcc`
or `vdd`), then the edge `(f, i)` was the wrong one.
2020-05-19 17:25:10 +02:00
Laurent Rineau
12c0ec0935
New debug code in <CGAL/Constrained_triangulation_2.h>
...
... tested in `test/Triangulation_2/test_cdt_degenerate_case.cpp`.
2020-05-19 17:25:10 +02:00
Maxime Gimeno
ed6c1cb95e
give urls to explain why ignore warnings
2020-05-19 16:35:24 +02:00
Maxime Gimeno
6f946f2110
Check string list size
2020-05-19 16:27:36 +02:00
Maxime Gimeno
8be919e7b6
Smooth the ws cam
2020-05-19 15:41:36 +02:00
Maxime Gimeno
bad269b3ec
SSH actions use agent if possible
2020-05-19 14:44:28 +02:00
Maxime Gimeno
08af169d6c
fix travis
2020-05-19 13:34:59 +02:00
Maxime Gimeno
685c3aa859
Fix typo
2020-05-19 13:22:40 +02:00
Maxime Gimeno
cd4586b4db
Fix Generate ObjeCt
2020-05-19 13:21:59 +02:00
Maxime Gimeno
2fcf16c859
Silence gl spamm
2020-05-19 13:21:06 +02:00
Maxime Gimeno
2622ffd209
Externalize WS server
2020-05-19 13:06:54 +02:00
Marc Glisse
12c7bb2abd
More mixed MP_Float operations for visual studio
2020-05-19 11:26:21 +02:00
Laurent Rineau
3d3788925b
Merge pull request #4607 from efifogel/Aos_2-intersection-efif
...
Arrangement_on_surface_2: change intersection return types (from legacy CGAL::Object to variants)
# Conflicts:
# Installation/CHANGES.md
2020-05-19 10:55:30 +02:00