Sébastien Loriot
1857a25d28
Merge remote-tracking branch 'cgal/master' into CGAL_data-moving_files
2021-10-06 13:50:31 +02:00
Sébastien Loriot
8350dea94a
char* -> std::string
2021-10-04 09:49:24 +02:00
Sébastien Loriot
47028cd184
automatically move data files in data dir + update paths
...
Done for OFF/OBJ/STL/XYZ/PWN/PLY
2021-10-04 09:42:49 +02:00
Mael Rouxel-Labbé
b9741aa6bb
Fix AABBGeomTraits's intersection pred/cons requirements (+ misc cleaning)
2021-09-28 15:32:06 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Mael Rouxel-Labbé
78ff9185b3
Harmonize ASCII usage across all packages
2021-06-23 23:34:32 +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
26ad68e486
Merge pull request #5649 from sloriot/CGAL-no_boost_shared_ptr
...
Replace internal use of boost shared_ptr
2021-05-18 18:14:12 +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
Sébastien Loriot
1faa0e2992
replace internal use of boost::shared_ptr by std::shared_ptr
2021-04-28 10:55:26 +02:00
Sebastien Loriot
b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
...
Update maximum cmake versions
2021-04-17 10:58:14 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Sébastien Loriot
350b9172c5
replace %CGAL by \cgal (but in titles)
2021-04-11 14:52:01 +02:00
Laurent Rineau
c12d06a7bc
Merge pull request #5483 from danston/OTR-make_move_iterator_fix-danston
...
Kd_tree using vector constructor instead of insert
2021-03-03 17:21:33 +01:00
Dmitry Anisimov
2aa9b0297c
kd tree using vector constructor instead of insert
2021-02-22 09:46:27 +01:00
Laurent Rineau
4c947f0ee0
Merge pull request #5340 from danston/CGAL-clang_warnings_fix-danston
...
Clang warnings fixed
2021-02-05 16:10:37 +01:00
Sébastien Loriot
bc161f2ae9
Merge 'CGAL-Eigen3_support-5.2'
2021-01-15 10:59:20 +01:00
Sébastien Loriot
f4935dc199
Merge branch 'CGAL-Eigen3_support-5.1'
2021-01-15 10:54:02 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +01:00
Dmitry Anisimov
269a47d773
Merge branch 'master' into CGAL-clang_warnings_fix-danston
2021-01-14 16:51:13 +01:00
Dmitry Anisimov
3fbb269392
spatial searching range loop analysis ref to copy warning fixed
2021-01-07 17:05:04 +01:00
Maxime Gimeno
1d98f0f71d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-12-09 14:40:02 +01:00
Mael Rouxel-Labbé
c4c4b5b79d
Tiny doc improvements
2020-11-30 18:48:37 +01:00
Mael Rouxel-Labbé
653dc4896f
Rename 'D' to 'Dimension'
...
This wasn't a real requirement as none of the models provided by CGAL
actually provided this typedef, but it's in the concept to explicit
the dimension requirements between the kd-tree and the object.
2020-11-30 18:41:13 +01:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Mael Rouxel-Labbé
8682f9bafb
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-08-24 11:45:17 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Mael Rouxel-Labbé
9cca59ba36
Actually use the new IO functions + some example improvements
2020-06-23 18:24:39 +02:00
Laurent Rineau
e6536aaf63
Remove cpp11::(tuple|get)
...
And use `#ifdef CGAL_NO_DEPRECATED_CODE` around the backward
compatibility code in `<CGAL/config.h>`.
2020-06-09 20:15:16 +02:00
Laurent Rineau
52b83a9316
Merge remote-tracking branch 'cgal/master' into CGAL-remove_cpp11-GF
2020-06-09 20:14:42 +02:00
Laurent Rineau
ec1dd745e0
Remove cpp11::(tuple|get)
...
And use `#ifdef CGAL_NO_DEPRECATED_CODE` around the backward
compatibility code in `<CGAL/config.h>`.
2020-06-09 20:11:45 +02:00
Maxime Gimeno
7915057945
add missing includes
2020-05-29 16:35:21 +02:00
Simon Giraudot
89285f1feb
Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF
2020-05-28 08:53:17 +02:00
Laurent Rineau
dfe272f14e
Merge pull request #4725 from sloriot/SS-missing_const_pointer
...
Add missing const
2020-05-18 12:24:05 +02:00
Laurent Rineau
c1ffa15645
Merge pull request #4725 from sloriot/SS-missing_const_pointer
...
Add missing const
2020-05-18 12:22:15 +02:00
Sébastien Loriot
80da7ff111
add missing const
2020-05-15 11:19:35 +02:00
Simon Giraudot
bd08ba8c6d
Reintroduce bool leaf in Kd_tree_node
2020-04-27 11:26:43 +02:00
Simon Giraudot
a6dc66f467
Fix version
...
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2020-04-27 10:15:46 +02:00
Simon Giraudot
95b9f05a28
Merge remote-tracking branch 'mine/Spatial_searching-Parallelize_kd_tree_build-GF' into Spatial_searching-Parallelize_kd_tree_build-GF
2020-04-16 17:03:44 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Simon Giraudot
f86250351e
Fix trailing whitespaces
2020-04-14 09:42:12 +02:00
Simon Giraudot
c00aeffdd9
Fix uninitalized variables
2020-04-14 09:41:20 +02:00
Simon Giraudot
74f1cad971
Use default construction in emplace_back
...
Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-04-14 09:32:02 +02:00
Sebastien Loriot
a6be599ac7
Merge pull request #4599 from sgiraudot/Spatial_searching-Fix_interruptible_distance-GF
...
Bugfix : Spatial Searching Interruptible Distance
2020-04-06 15:35:16 +02:00
Sébastien Loriot
a774b367f3
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:41:07 +01:00
Sébastien Loriot
9b0a4f5502
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:40:43 +01:00
Sébastien Loriot
d42113bbaf
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:35:20 +01:00