Andreas Fabri
|
d3fca65ae5
|
CGAL: No longer per package assertions
|
2022-09-23 12:49:40 +01:00 |
Mael Rouxel-Labbé
|
43378edd1f
|
Minor speed up for T3::operator==
|
2022-09-02 14:29:15 +02:00 |
Mael Rouxel-Labbé
|
7d9d7844b1
|
Fix T23::operator== for dimension 0
|
2022-09-02 13:42:33 +02:00 |
Sébastien Loriot
|
861588abe1
|
Merge 'sloriot/CGAL-std_type_traits' into master
|
2022-08-03 20:19:51 +02:00 |
Guillaume Damiand
|
f2630fa4b9
|
Merge branch 'master' into CMap_index-gdamiand
|
2022-07-19 09:44:16 +02:00 |
Sébastien Loriot
|
c9c6b30cf0
|
Merge sloriot/CGAL-std_type_traits into master
|
2022-06-23 16:35:37 +02:00 |
Laurent Rineau
|
782bd1b106
|
Merge pull request #6622 from kda/initialize
initialize some stack variables
|
2022-06-15 10:20:55 +02:00 |
Laurent Rineau
|
2feb9a29ce
|
Merge pull request #6655 from lrineau/Triangulation_3-fix_use_after_free-GF
Triangulation_3: fix a use-after-free in `T3::remove` and `T3::move*` methods
|
2022-06-15 10:20:48 +02:00 |
Laurent Rineau
|
14b582f83d
|
More use our free of `outer_map`
|
2022-06-10 09:15:11 +02:00 |
Sébastien Loriot
|
ac8b6d4731
|
boost::is_same --> std::is_same
|
2022-06-10 08:18:20 +02:00 |
Sébastien Loriot
|
4f5f8341cc
|
use std::enable_if_t
|
2022-06-10 07:37:53 +02:00 |
Kevin Athey
|
d6b0efbea4
|
initialize members of 'loc' instead of the array.
|
2022-06-08 16:06:20 -07:00 |
Kevin Athey
|
a40be70ff7
|
change initialized value to -1.
|
2022-06-08 15:28:25 -07:00 |
Laurent Rineau
|
f438a2ed3a
|
Fix a use-after-free
In an `unordered_map`, any insertion can invalidate iterators,
when the load factor triggers a rehashing.
|
2022-06-08 15:52:01 +02:00 |
Kevin Athey
|
ff749f7fd6
|
initialize some stack variables
|
2022-05-27 11:46:34 -07:00 |
Guillaume Damiand
|
999a813b35
|
Rename XXX_handle into XXX_descriptor for CMap, GMap, LCC
|
2022-05-05 13:34:19 +02:00 |
Laurent Rineau
|
ceb41bf206
|
Fix crash during binary I/O of Triangulation_3
|
2022-04-27 14:19:21 +02:00 |
Mael Rouxel-Labbé
|
19162905eb
|
Clean and factorize robust circumcenter filtered traits
|
2022-04-04 11:33:27 +02:00 |
Mael Rouxel-Labbé
|
e7d240e7de
|
Add robust_filtered_(non-weighted)_circumcenter + split the traits
Splitting as to not force the base traits to require weighted point predicates
and constructions if we only need the non-weighted version
|
2022-04-04 11:33:27 +02:00 |
Mael Rouxel-Labbé
|
4df8440f15
|
Add a set_circumcenter() to DTCb_with_circumcenter: useful for infinite cells
|
2022-04-04 11:33:27 +02:00 |
Andreas Fabri
|
115fa5ab39
|
Remove Geomview from the manual and the demos
|
2021-12-14 14:01:21 +00:00 |
Guillaume Damiand
|
2bbcabe71b
|
The size of argv array is now 2, ending with nullptr.
|
2021-11-11 17:23:37 +01:00 |
Guillaume Damiand
|
ee11c858b5
|
The size of argv array is changed to 1 in all basic viewers.
|
2021-11-10 09:59:48 +01:00 |
Laurent Rineau
|
bac0822298
|
Merge pull request #5199 from GilesBathgate/fix-uninitialized-member-triangulation3
Fix uninitialized member in Triangulation_3.h
|
2021-09-29 11:46:53 +02:00 |
Sébastien Loriot
|
5945e48a3e
|
restore sub-directories accidently removed in 98e471849b
|
2021-09-17 08:14:06 +02:00 |
Maxime Gimeno
|
d4b0b49f33
|
Use "real" extensions and fix loading.
|
2021-08-30 15:41:52 +02:00 |
Sébastien Loriot
|
98e471849b
|
moving files from internal to PKG/internal
|
2021-08-26 11:33:39 +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
|
9533a9fea8
|
remove CGAL/result_of.h and move its content to config.h
|
2021-05-07 12:51:07 +02:00 |
Sébastien Loriot
|
4e519a3c7a
|
move documented IO functions in IO namespace
|
2021-05-05 13:15:37 +02:00 |
Sébastien Loriot
|
fb6f703b55
|
IO namespace for files in IO directories
|
2021-05-04 14:36:06 +02:00 |
Laurent Rineau
|
b1d78a909f
|
Merge pull request #5433 from sloriot/CGAL-last_bind
Remove last bind
|
2021-03-03 17:32:59 +01:00 |
Laurent Rineau
|
8fc88a9463
|
Merge pull request #5409 from lrineau/Triangulation_3-fix__move__semantic__of__Triangulation_hierarchy_3-GF
Fix the move-semantic of Triangulation_hierarchy_3
|
2021-02-18 15:19:11 +01:00 |
Sébastien Loriot
|
4bb0406240
|
do not include boost/bind.hpp (shouldn't be used anymore) + fix remaining bind
(nasty using namespace boost!)
|
2021-02-12 15:35:19 +01:00 |
Laurent Rineau
|
a735e849c0
|
Merge pull request #5152 from sloriot/CGAL-remove_bind
Replace usages of boost::bind
|
2021-02-05 16:14:04 +01:00 |
Laurent Rineau
|
c5ba414c72
|
Merge pull request #5336 from maxGimeno/GraphicsView-Use_opengl_4_1_context-maxGImeno
Graphics_view: Upgrade glsl version in basic_viewer_shaders
|
2021-02-05 16:12:42 +01:00 |
Laurent Rineau
|
7e2ee4946d
|
Merge pull request #5152 from sloriot/CGAL-remove_bind
Replace usages of boost::bind
|
2021-02-05 16:07:34 +01:00 |
Laurent Rineau
|
b134ed8246
|
Merge pull request #5336 from maxGimeno/GraphicsView-Use_opengl_4_1_context-maxGImeno
Graphics_view: Upgrade glsl version in basic_viewer_shaders
|
2021-02-05 16:07:32 +01:00 |
Laurent Rineau
|
8dbf50a94b
|
Create CGAL::make_filled_array
That function template will replace my adhoc
`create_array_of_triangulation`.
|
2021-02-03 21:50:10 +01:00 |
Laurent Rineau
|
de8bf2fd87
|
Fix Triangulation_hierarchy_3::operator=(Triangulation_hierarchy_3&&)
|
2021-02-01 23:17:21 +01:00 |
Laurent Rineau
|
f218fb8d3a
|
Fix the segfault in the previous commit (WIP: Second try)
|
2021-02-01 14:46:42 +01:00 |
Laurent Rineau
|
b4256accb9
|
WIP: Second try
Something is off, because the test suite does not pass.
|
2021-01-28 16:04:27 +01:00 |
Laurent Rineau
|
ce75d010e9
|
First try: use nullptr as a criterion to detect a moved-from object
|
2021-01-28 14:19:22 +01:00 |
Maxime Gimeno
|
a85cf6ed52
|
Move the include in the ifdef
|
2021-01-26 09:45:18 +01:00 |
Maxime Gimeno
|
04753381e5
|
Rename file and add ::Qt
|
2021-01-12 13:22:34 +01:00 |
Maxime Gimeno
|
95192d6d4b
|
factorize context initialization
|
2021-01-12 13:08:58 +01:00 |
Maxime Gimeno
|
2a212bb2a8
|
Upgrade non-compatibility sahders in Basic_viewer to glsl 150 and add a context creation before the creation of the QApp in draw_xxx examples
|
2021-01-07 13:06:40 +01:00 |
Sébastien Loriot
|
1e249afdb3
|
remove some boost::bind
|
2021-01-06 12:59:11 +01:00 |
Andreas Fabri
|
24c9ef34b7
|
Constrcut double to avoid VC++ warning C5055
|
2021-01-01 10:38:31 +00:00 |
Giles Bathgate
|
b95de74a7a
|
Fix uninitialized member in Triangulation_3.h
|
2020-11-18 21:26:59 +00:00 |