Commit Graph

301 Commits

Author SHA1 Message Date
Sébastien Loriot 98e471849b moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Mael 8226666398
Merge branch 'master' into Triangulation_on_sphere_2-GF 2021-04-17 11:22:30 +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
Mael Rouxel-Labbé 7870a0299c Add missing functors to adapter traits for spatial sorting on the sphere 2021-03-20 02:53:09 +01:00
Mael Rouxel-Labbé 20c4f3ade0 Simplify and generalize spatial_sort_on_sphere() overloads 2021-03-19 17:28:55 +01:00
Mael Rouxel-Labbé 5efa544734 Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF 2021-02-22 17:19:40 +01:00
Dmitry Anisimov 6b5e04a3c7 changed to empty macro for other platforms 2021-02-12 15:52:47 +01:00
Dmitry Anisimov 0b23a66117 missing default visibility 2021-02-12 15:23:52 +01:00
Dmitry Anisimov cd37d33a30 hilbert sort, added a visibility macro with the hidden option 2021-02-12 15:07:01 +01:00
Mael Rouxel-Labbé 6b87fe393d Fix various grammar issues 2020-12-05 11:11:33 +01:00
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
Laurent Rineau 9b8ecd720b Merge pull request #4636 from sgiraudot/CMake-Third_party_imported_targets-GF
CMake: Use Imported Targets for 3rd Party Libs
2020-06-05 17:54:14 +02:00
Simon Giraudot 421096fd7f Use imported targets everywhere 2020-04-15 14:06:13 +02:00
Sébastien Loriot 86e25f7e71 Update branch from master after trailing whitespaces and tabs removal 2020-03-26 19:23:54 +01:00
Sébastien Loriot 8bb22d5b2c extra run of the script to remove tabs and trailing whitespaces
right after the merge of the 5.0 release branch

+ manual fix of the files (indentation was changed in the meantime):
   * Spatial_sorting/include/CGAL/Multiscale_sort.h
   * Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot 8b153fb495 Merge branch 'cgal/releases/CGAL-5.0-branch'
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 0a46621dc6 Merge branch 'cgal/releases/CGAL-4.14-branch'
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
Laurent Rineau 7508a6f93c Merge remote-tracking branch 'cgal/master' into CGAL-move_semantic_for_triangulations-GF 2020-02-12 17:05:49 +01:00
Mael Rouxel-Labbé 4eeb7f1a80 Copy comparer by const& 2020-02-06 11:57:04 +01:00
Laurent Rineau 14b8930f79 Fix a clang-tidy warning by using nullptr instead of 0 2020-01-31 15:48:45 +01:00
Mael Rouxel-Labbé 5d1d8897b8 Fix parentheses issues 2020-01-21 22:20:29 +01:00
Mael fe0cf2574c
Use std::distance rather than arithmetic to get range size
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2020-01-14 14:57:02 +01:00
Mael Rouxel-Labbé fc1e9e4a46 Fix typo 2020-01-02 14:53:53 +01:00
Mael Rouxel-Labbé 25236ef594 Fix typos 2020-01-02 13:48:31 +01:00
Mael Rouxel-Labbé accf3a3ea2 Rename and clean parallel_spatial_sort_2 (since it uses 3D points) 2020-01-02 13:45:44 +01:00
Mael Rouxel-Labbé 4b97135cbf Use CGAL::Real_timer in hilbert_sort tests 2020-01-02 13:35:08 +01:00
Mael Rouxel-Labbé af1ae5114f Update cutoffs under which sequential version is used regardless of tag
(after some experiments using random points in 2D/3D)
2020-01-02 13:33:56 +01:00
Mael Rouxel-Labbé bfeb617786 Update history 2020-01-02 13:33:46 +01:00
Mael Rouxel-Labbé 763ac6072c Improve user manual section about parallelism 2020-01-02 13:33:32 +01:00
Mael Rouxel-Labbé 05fccab96d Properly document spatial_sort_on_sphere 2020-01-02 13:33:08 +01:00
Mael Rouxel-Labbé dad8ab5d85 Rephrase doc of tparam ConcurrencyTag in hilbert_sort / spatial_sort 2020-01-02 13:32:33 +01:00
Mael Rouxel-Labbé ca098f58bf Fix links to Median/Middle policies 2020-01-02 13:32:09 +01:00
Mael Rouxel-Labbé 1ff41a4370 Change template name such that it isn't a concept's name 2020-01-02 13:31:31 +01:00
Mael Rouxel-Labbé e221c6083d Fix missing 'typedefs' 2020-01-02 13:28:58 +01:00
Mael Rouxel-Labbé 8765e05dc8 Test that the parallel sorting gives the same result as the sequential 2020-01-02 11:17:22 +01:00
Mael Rouxel-Labbé b4121c8bf4 Clean whitespace/tabs in Spatial_sorting/test 2020-01-02 10:40:50 +01:00
Mael Rouxel-Labbé 5c41b10d2b Clean whitespace / tabs in Spatial_sorting/include (cosmetic only) 2020-01-02 10:29:01 +01:00
Andreas Fabri 902183b701 Use Parallel_if_available_tag 2019-11-23 15:20:49 +01:00
Mael a6957659fd
fix CGAL_USE usage 2019-11-18 15:40:51 +01:00
Mael 287a2747e1
fix CGAL_USE usage 2019-11-18 15:40:24 +01:00
Andreas Fabri 84c4c16f70 use -> USE 2019-11-18 14:12:20 +01:00
Andreas Fabri 45846c48a4 Remove empty section 2019-11-15 12:10:13 +01:00
Andreas Fabri f8217182dd Fix CMakeLists.txt 2019-11-15 10:11:30 +01:00
Andreas Fabri f23f3c0979 polish 2019-11-15 08:32:40 +01:00
Andreas Fabri ee5478c905 polish 2019-11-15 08:27:21 +01:00
Andreas Fabri 2a31497c00 Add example 2019-11-15 08:26:02 +01:00
Andreas Fabri 642348feff Add example 2019-11-15 08:26:01 +01:00
Andreas Fabri 744413b3d5 CGAL::use() parameters 2019-11-15 08:26:01 +01:00