Commit Graph

485 Commits

Author SHA1 Message Date
Simon Giraudot 3efe2ec339 Fix warnings: CGAL objects use int parameters for operator[] 2021-03-31 09:40:19 +02:00
Simon Giraudot a4ac6061cf Fix conversion warnings 2021-03-25 10:40:59 +01:00
Simon Giraudot 2bbb9f24da Fix Iso_cuboid_3 version with tag<2> + decrease error limit in tests 2020-11-02 15:30:32 +01:00
Simon Giraudot c216426908 Add missing file 2020-10-29 15:16:44 +01:00
Simon Giraudot 5c39c3bd24 Fix PCA for Iso_cuboid_3 volumic 2020-10-29 15:11:03 +01:00
Simon Giraudot 913c29bbca Make PCA of iso cuboid more conform to paper formulas 2020-10-29 09:24:36 +01:00
Simon Giraudot 77b2c1ecc4 Add test for kernels 2020-10-28 13:36:33 +01:00
Simon Giraudot e657cb7316 Avoid filling temp lists using a subiterator for subdimensions 2020-10-28 13:36:33 +01:00
Simon Giraudot 35a096011e Make PCA compatible with Epeck 2020-10-28 13:36:33 +01:00
Simon Giraudot d1b9e872b2 Add assertions if measure is null 2020-10-28 13:36:33 +01:00
Laurent Rineau fb843d4d56 Merge pull request #4995 from sgiraudot/PCA-Fix_Segment_3_variant-GF
PCA: Add validity test and fix several bugs
2020-10-09 16:58:32 +02:00
Simon Giraudot 2570d75eb1 Reduce quality limit 2020-10-07 10:22:32 +02:00
Simon Giraudot 0f0de6d81e Fix conversion warnings 2020-10-01 11:16:33 +02:00
Simon Giraudot 3aba0d20c6 Fix unused variable warning 2020-09-30 08:24:54 +02:00
Simon Giraudot 0278bf23a9 Use nullptr instead of NULL 2020-09-14 15:05:43 +02:00
Simon Giraudot 771d539ade Document test 2020-09-14 15:05:02 +02:00
Simon Giraudot 4e71a883d9 Add validity test to PCA 2020-09-14 15:05:02 +02:00
Simon Giraudot 8986403ffe Fix missing arguments for overload detections 2020-09-14 15:05:02 +02:00
Simon Giraudot 379ee7df69 Fix inverted arguments 2020-09-14 15:05:02 +02:00
Simon Giraudot 9cc45f7c5e Fix incorrect moment matrix for Iso_cuboid_3 2020-09-14 15:04:24 +02:00
Simon Giraudot bdcae24d72 fix incorrect moment matrix init for Segment_3 2020-09-14 15:04:24 +02:00
Simon Giraudot 421096fd7f Use imported targets everywhere 2020-04-15 14:06:13 +02: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
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 0955297150 Merge pull request #4538 from cosurgi/fixYadeRealCompilation
Fix Yade high precision Real compilation
2020-03-05 14:52:12 +01:00
Laurent Rineau 88e3c65e58 Merge pull request #4538 from cosurgi/fixYadeRealCompilation
Fix Yade high precision Real compilation
2020-03-05 14:50:45 +01:00
Janek Kozicki 7075455f42 Replace three more std::sqrt(…); with using std::sqrt; ……… sqrt(…); 2020-02-23 15:19:56 +01:00
Janek Kozicki e94156d7b5 Replace two std::sqrt(…); with using std::sqrt; ……… sqrt(…); Fix Yade compilation. 2020-02-23 15:19:56 +01:00
Simon Giraudot 6c8fd43ebb Use CGAL_target_use_* mechanism for Eigen, LASLIB, OpenCV, TensorFlow, GLPK, SCIP, Boost IOStreams and Serialization 2020-02-10 11:57:56 +01:00
Sébastien Loriot 254d60f642 First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
Sébastien Loriot 7356421d80 introduce Commercial license SPDX tag 2019-10-19 12:15:19 +02:00
Sébastien Loriot 9bd9c68b83 update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Sébastien Loriot d5e140945f Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2019-07-19 15:33:35 +02:00
Sébastien Loriot ae31523c0f Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD 2019-07-19 15:32:21 +02:00
Sebastien Loriot 73dc36081b
Merge pull request #4093 from sgiraudot/PCA-Fix_tetrahedra_PCA-GF
[PCA] Fix PCA on tetrahedra
2019-07-19 15:28:51 +02:00
Sébastien Loriot 2e747dd300 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 2019-07-18 17:01:42 +02:00
Simon Giraudot d3e42bee99 Fix tabs/indentation 2019-07-17 15:38:02 +02:00
Simon Giraudot fbf0f3bf0c Fix assemble_covariance_matrix_3() for tetrahedron based on working prototype code 2019-07-17 15:27:21 +02:00
Simon Giraudot 8871603992 Use unsigned volume for tetrahedra 2019-07-17 15:27:21 +02:00
Maxime Gimeno 261c596cfc Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF 2019-07-10 14:04:34 +02:00
Maxime Gimeno 1184530530 More warnings fixed 2019-07-10 14:02:06 +02:00
Laurent Rineau 4fbf00fb8a CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +02:00
Andreas Fabri e2d19b0c8d Replace NULL and Nullptr_t with nullptr and nullptr_t 2019-06-04 23:45:44 +02:00
Laurent Rineau 90782d4b7f Revert the merge of two pull-requests that target CGAL-4.14-branch
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
2019-05-14 17:50:45 +02:00
Andreas Fabri ab0b6eae36 Remove unnecessary include directories 2019-04-15 12:54:37 +02:00
albert-github 1dd7473818 Correction of links
Correction of redirected links and links that moved to another place.
2019-04-11 21:37:05 +02:00