Commit Graph

532 Commits

Author SHA1 Message Date
Marc Glisse bf2940de3d Tell cmake to build those tests... 2021-02-15 21:29:17 +01:00
Marc Glisse 82fa63d720 New benchmark/test. 2021-02-15 21:06:38 +01:00
Marc Glisse 2d8f804fac Merge remote-tracking branch 'mine/ker23interface' into tri2 2021-02-15 21:06:12 +01:00
Marc Glisse 6bb0b6b59a Merge remote-tracking branch 'mine/eigen' into tri2 2021-02-15 21:06:02 +01:00
Marc Glisse 6403a0d18a Merge remote-tracking branch 'mine/nofilter' into tri2 2021-02-15 21:05:43 +01:00
Marc Glisse ab18449fd9 Merge remote-tracking branch 'mine/staticside' into tri2 2021-02-15 21:05:36 +01:00
Marc Glisse cf54055b82 bitrot in Kernel_[23]_interface 2021-02-14 01:19:22 +01:00
Marc Glisse bdc0ce34cd test with eigen 2021-01-27 16:33:59 +01:00
Marc Glisse 766a65e1c0 Fix NewKernel_d/Eigen compatibility
some bitrot...
2021-01-27 12:33:45 +01:00
Laurent Rineau f176529041 Merge pull request #5357 from sloriot/CGAL-boost_function_output-master
Include non-deprecated header (master)
2021-01-21 16:22:39 +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
Sébastien Loriot bdd4efe3b3 Merge commit 'efc0c525e8b' into HEAD 2021-01-15 10:06:56 +01:00
Sébastien Loriot efc0c525e8 include non-deprecated header 2021-01-15 10:02:00 +01:00
Marc Glisse ece8478a90 static filter for 2d Side_of_oriented_sphere 2020-12-31 16:24:55 +01:00
Marc Glisse caef69cdef Protection parameter of Filtered_predicate2 2020-12-30 23:28:03 +01:00
Marc Glisse 634fe394ba Skip filtering on trivial predicates 2020-12-30 19:56:58 +01:00
Maxime Gimeno bebd60c12b Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-20 09:53:54 +02:00
Marc Glisse 1f81815f8f Rename the new occurences of the functors 2020-09-11 15:34:14 +02:00
Marc Glisse 75de5cfdef Construct_power_center_d -> Construct_power_sphere_d
Suggested by Laurent, approved by Monique
2020-09-11 15:34:14 +02:00
Marc Glisse 952e0d8af8 Power_center_d -> Construct_power_center_d
Based on Laurent's review
2020-09-11 15:34:14 +02:00
Marc Glisse 9cb5476b44 Finish renaming
I had missed a place in one test.
2020-09-11 15:34:14 +02:00
Marc Glisse 482f5ef2d8 Document Power_center_d, Power_distance_d (renamed) 2020-09-11 15:34:14 +02:00
Marc Glisse 53ed991b5d Fall back to LU instead of LDLT with old Eigen 2020-08-27 15:39:08 +02:00
Marc Glisse 334f8ae105 Missing include 2020-08-12 07:40:09 +02:00
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
Marc Glisse 157841c595 Rewrite Power_center_d. 2020-07-07 22:06:51 +02:00
Marc Glisse 00efb5ebef Remove TAB 2020-07-07 17:51:29 +02:00
Marc Glisse 22e8b9cc22 Rewrite general case of circumcenter 2020-07-07 13:46:48 +02:00
Marc Glisse 8d3895653c More circumcenter tests 2020-07-06 22:54:38 +02:00
Marc Glisse d6e39a16dc Special case the circumcenter computation for few points 2020-07-02 23:49:42 +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 7173530dad Merge pull request #4557 from lrineau/NewKernel_d-det-GF-CGAL-5.0
NewKernel_d: Accelerate by using Mpzf instead of Gmpq (CGAL-5.0 and later)
2020-05-27 18:27:56 +02:00
Mael Rouxel-Labbé 8a52dd3393 Remove trailing whitespace / tabs 2020-05-12 11:21:06 +02:00
Simon Giraudot 421096fd7f Use imported targets everywhere 2020-04-15 14:06:13 +02:00
Marc Glisse 6aec7dc3be Add comments 2020-04-09 23:50:26 +02:00
Marc Glisse 38f249b7a1 Use members rather than private bases 2020-04-08 18:43:28 +02:00
Marc Glisse a03eff675b Switch to std::is_empty 2020-04-08 16:03:18 +02:00
Marc Glisse 7929c7d872 Remove outdated comment. 2020-04-08 14:42:47 +02:00
Sébastien Loriot 822bc55640 extra run of the script to remove tabs and trailing whitespaces 2020-03-27 08:28:48 +01:00
Sébastien Loriot 5c5d445eb3 Update branch from master after trailing whitespaces and tabs removal 2020-03-27 08:27:43 +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 cc1bd20c7c Merge pull request #4356 from sgiraudot/Documentation-Update_cmake_variables-GF
Third party libs: improve documentation + introduce new CMake functions
2020-03-17 18:19:40 +01:00
Laurent Rineau e3a97e1e62 Fix [-Wconversion] warnings with gcc 2020-03-06 10:31:11 +01:00
Laurent Rineau 473eeb1bd8 Fix the position of the attribute (gcc warned) 2020-03-06 09:43:12 +01:00
Laurent Rineau 0dfd416395 Use [[noreturn]] directly 2020-03-06 09:26:54 +01:00
Laurent Rineau 49244a6359 Merge branch 'NewKernel_d-det-GF' into NewKernel_d-det-GF-CGAL-5.0 2020-03-06 09:24:03 +01:00
Laurent Rineau 60038951fa Fix a warning [-Wreturn-type]
> warning: control reaches end of non-void function [-Wreturn-type]
2020-03-06 09:23:31 +01:00