Guillaume Damiand
eb9dd93ae5
Merge master
2023-04-26 10:23:30 +02:00
Guillaume Damiand
c9a683bf54
Start to reintroduce last master modifications
2023-04-26 10:17:58 +02:00
Guillaume Damiand
57f0b8908d
bug fix in insert cell 1 between two 2 cells
2023-04-25 14:47:33 +02:00
Guillaume Damiand
7803086c66
Start to debug cmap/gmap insertion (nyf)
2023-04-25 11:38:13 +02:00
Laurent Rineau
824976a003
Merge pull request #7236 from albert-github/feature/issue_7231
...
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
albert-github
8a0b21461d
Unexpected backtick
...
- Corrected some more redundant / missing backticks
- correctes a spelling error (Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h)
2023-04-11 17:38:37 +02:00
Laurent Rineau
0316078b95
Merge pull request #7316 from gdamiand/CMap-bugfix-gdamiand
...
Use reserve(size+1) before to copy attribute
2023-03-21 16:14:11 +01:00
albert-github
2d60f46985
issue #7231 Improvement of layout of refines relations.
...
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
Mael Rouxel-Labbé
f1c2668ad8
Fix a number of copyright-related issues
2023-03-13 09:57:03 +01:00
Guillaume Damiand
46a35ff642
Add a test for copy attributes for cmap/gmap, with and without indices.
2023-03-10 13:26:23 +01:00
Guillaume Damiand
8dc54d3c62
Add a reserve before to copy attribute (to solve a bug for index versions)
2023-03-10 13:20:03 +01:00
Guillaume Damiand
72b356d309
Add reserve before the creation of a new attribute, copy of an old one: solve a bug for the index version of CMap/GMap when the underlying vector is reallocated
2023-03-10 11:30:07 +01:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
Mael
6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2022-12-05 16:03:41 +01:00
Guillaume Damiand
f8b6e2c272
Bug fix in gmap tests, for the second dart given as parameter to the insert_cell_1_in_cell_2 method.
2022-11-30 10:37:54 +01:00
Guillaume Damiand
96873950ee
Bug fix for remove and contrat operations for CMap and GMap
2022-11-30 10:36:04 +01:00
Guillaume Damiand
d381bfbd44
Add a parameter to group functor to deal with the case where first dart will be deleted
2022-11-30 10:35:16 +01:00
Guillaume Damiand
bb263e009e
add insert_cell_1_between_two_cells_2 method in CMap and GMap
2022-11-25 13:06:50 +01:00
Sébastien Loriot
c5207cb5ad
Merge remote-tracking branch 'cgal/master' into HEAD
2022-11-24 09:54:56 +01:00
albert-github
781f9a2943
spelling corrections
...
After review:
- outputhing -> outputting
- neighbour -> neighbor
2022-11-17 10:25:10 +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
albert-github
2bcc9ad8c5
Link corrections
...
- Correcting some permanent redirects
- corrected link for to `max_element`, link was incorrect
2022-11-13 13:19:22 +01:00
Mael Rouxel-Labbé
e93b0b28eb
Misc trivial cleaning
2022-09-06 16:25:47 +02:00
Mael Rouxel-Labbé
4fc486b195
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00
Sébastien Loriot
861588abe1
Merge 'sloriot/CGAL-std_type_traits' into master
2022-08-03 20:19:51 +02:00
Sébastien Loriot
fbd8b8a75a
add out-of-class definition if c++17 is not used
2022-07-27 16:28:59 +02:00
Guillaume Damiand
233f757148
Remove macro used for the reviewing step.
2022-07-21 10:40:45 +02:00
Guillaume Damiand
447728692d
use rebind_alloc instead of rebind for std::allocator
2022-07-20 11:31:04 +02:00
Guillaume Damiand
f2630fa4b9
Merge branch 'master' into CMap_index-gdamiand
2022-07-19 09:44:16 +02:00
Guillaume Damiand
ccec860303
Add example of CMap/GMap with index in user manual
2022-06-27 15:36:07 +02:00
Guillaume Damiand
cbc038fff8
Rename upper_bound_XXX_ids by upper_bound_on_XXX_ids
2022-06-27 12:37:49 +02:00
Guillaume Damiand
aa91b53297
Add methods in CMap/GMap/LCC to get upper bounds, when indices are used
2022-06-21 14:16:12 +02:00
Guillaume Damiand and Sebastien Loriot
38e0d19980
Update Generalized_map/doc/Generalized_map/Generalized_map.txt
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com >
2022-06-21 10:21:44 +02:00
Guillaume Damiand and Sebastien Loriot
74e53c104e
Update Generalized_map/doc/Generalized_map/Generalized_map.txt
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com >
2022-06-21 10:21:27 +02:00
Guillaume Damiand and Sebastien Loriot
2825b3fed6
Update Generalized_map/doc/Generalized_map/CGAL/Generalized_map.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com >
2022-06-21 10:16:12 +02:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Guillaume Damiand
a60dd02665
null_descriptor should be public
2022-06-02 20:12:01 +02:00
Guillaume Damiand
731fe75c91
Typo in doc
2022-06-02 17:07:58 +02:00
Guillaume Damiand
cfd9ac640a
Add tests
2022-06-02 16:41:00 +02:00
Guillaume Damiand
3a25a02723
CC with index; almost done
2022-06-02 13:56:09 +02:00
Guillaume Damiand
514545029d
Simplify storages for CMap/GMap/LCC
2022-05-23 14:33:15 +02:00
Guillaume Damiand
c25da7a9ba
CC with index cont
2022-05-23 13:28:00 +02:00
Guillaume Damiand
8bf242ad34
Update cc with index (almost done...)
2022-05-20 15:06:24 +02:00
Guillaume Damiand
d9b433f86b
Backward compatibility
2022-05-09 13:22:06 +02:00
Guillaume Damiand
45f437c47c
Remove trailing
2022-05-09 12:39:11 +02:00
Guillaume Damiand
0bb1e44eff
align typesé
2022-05-06 10:57:50 +02:00
Guillaume Damiand
6cc8d48db1
Doc for Gmaps ok
2022-05-06 10:52:58 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Guillaume Damiand
036bdf7c71
dh -> d into examples
2022-05-05 19:18:38 +02:00
Guillaume Damiand
f5e3ea281f
dh -> d
2022-05-05 19:07:24 +02:00