Commit Graph

77789 Commits

Author SHA1 Message Date
Laurent Rineau a9365554c9 Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
Add SPDX License Identifier
2017-11-15 16:48:27 +01:00
Laurent Rineau 476e547265 Merge pull request #2561 from maxGimeno/Add_statistics-GF
Polyhedron demo: add length of polylines
2017-11-15 16:48:25 +01:00
Laurent Rineau 78b8873433 Merge pull request #2572 from sloriot/T2-BGL_missing_null_descriptors
Add missing null descriptor functions in graph_traits of triangulations
2017-11-15 16:48:23 +01:00
Laurent Rineau 4a7752002e Merge pull request #2578 from maxGimeno/Gray_images-2D_support-GF
Polyhedron demo: Add 2D image management.
2017-11-15 16:48:22 +01:00
Laurent Rineau 112748280f Merge pull request #2579 from cjamin/Triangulation-Fix_RTd_doc-cjamin
Triangulation - fix doc
2017-11-15 16:48:21 +01:00
Laurent Rineau 3ff09bc549 Merge pull request #2580 from lrineau/CGAL-Support_CMake_3.10-GF
Renew the handle of policies, for CMake-3.10
2017-11-15 16:47:42 +01:00
Laurent Rineau 6a59fa98d5 Merge pull request #2584 from maxGimeno/Basic_generator_orientation_fix-GF
Polyhedron demo: minor fixes
2017-11-15 16:45:14 +01:00
Laurent Rineau 7f40c51f62 Merge pull request #2589 from maxGimeno/Image_plugin-Isovalue-Fix
Polyhedron demo: Fix pixel value in Io_image_plugin
2017-11-15 16:45:11 +01:00
Laurent Rineau 71c385e39c Merge pull request #2590 from sgiraudot/Shape_detection-Robustify_detection_4.11-GF
Shape detection: robustify RANSAC (for 4.11)
2017-11-15 16:45:09 +01:00
Laurent Rineau 21bd9e40d4 Merge pull request #2547 from lrineau/CMake-parse_CTest_XML_output-lrineau
CGAL testsuite implemented with CTest plus Python (part.1)
2017-11-15 14:57:46 +01:00
Sébastien Loriot 5a4697771d explicit the BSL in the header
also remove LGPL from GF as it makes little sense.
The change is done to please licensecheck
2017-11-12 10:41:37 +01:00
Sébastien Loriot 49c1357aff add license checking include directive only in GPL files 2017-11-12 10:21:35 +01:00
Sébastien Loriot 5a356fb40a add check for the presence of SPDX identifier
also update check for GPL license checking include directive
2017-11-12 10:21:35 +01:00
Sébastien Loriot e8f1573bc1 add SPDX identifier for OpenNL 2017-11-12 10:21:35 +01:00
Sébastien Loriot 6b568a8f62 add SPDX identifiers for Core 2017-11-12 10:21:35 +01:00
Sébastien Loriot ff26773f7b remove include directive for checking GPL compliance in LGPL headers 2017-11-12 10:21:35 +01:00
Sébastien Loriot 5ea5bc95fd make maxflow header compatible with the license checking mecanism 2017-11-12 10:21:35 +01:00
Sébastien Loriot 39e4fdd3ed add missing SPDX identifiers 2017-11-12 10:21:27 +01:00
Sébastien Loriot 5174db8e1d add missing boost license tag 2017-11-12 10:17:52 +01:00
Sébastien Loriot 72cda50a5e fix incorrect LGPL version tags 2017-11-12 10:17:52 +01:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Sébastien Loriot 97e8ea1794 remove extra space 2017-11-12 10:17:51 +01:00
Sébastien Loriot 0698f79aff add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +01:00
Sébastien Loriot a05b134a6b add SPDX identifier for files under the boost license 2017-11-12 10:17:50 +01:00
Maxime Gimeno fde9a1ee2c Fix signals to display int OR double depending on the isovalue type. 2017-11-09 14:58:58 +01:00
Simon Giraudot a2c6fe7a9f Fix conversion warning float->size_t 2017-11-09 12:28:59 +01:00
Simon Giraudot 38582123ad Fix log2 2017-11-09 12:28:59 +01:00
Simon Giraudot 80abef71cf Add limit failed candidate to size and fix generated candidates computation 2017-11-09 12:28:59 +01:00
Simon Giraudot 3e5665ce75 Expend bounds of double spin box in widget 2017-11-09 12:28:59 +01:00
Simon Giraudot 948f06ea61 Octree: add option to compute ideal maximum level w.r.t scale 2017-11-09 12:28:59 +01:00
Maxime Gimeno 7ff7559834 Add misisng ids removal to sm_item's destructor 2017-11-08 10:21:38 +01:00
Maxime Gimeno fcc3a2d26c Fix hexahedron vertices order and default value. 2017-11-08 10:15:02 +01:00
Laurent Rineau 9603cc5399 Fix when CGAL_Core is not compiled 2017-11-07 18:43:19 +01:00
Clement Jamin d8d99a9846 Document typedef `Base` 2017-11-06 15:11:55 +01:00
Clement Jamin 008f9e61ab Type `Bare_point` does not exist any more 2017-11-06 15:09:22 +01:00
Laurent Rineau 62c70d41ca Renew the handle of policies, for CMake-3.10
Now that we require CMake>=3.1, we can forget a lot of old CMake policies.

`CMP0053` `OLD` behavior is still needed, because of a bug in Qt5 CMake files, but it will
not be set with CMake>=3.10. Let's assume that a recent CMake version means
a recent Qt5 version.
2017-11-06 14:58:36 +01:00
Maxime Gimeno 5856eb2f67 Add 2D image management. 2017-11-06 14:53:20 +01:00
Laurent Rineau 260c4dac61 Fix the API of cgal_add_test 2017-11-03 15:05:35 +01:00
Laurent Rineau 64023d2b33 Merge branch 'releases/CGAL-4.11-branch' 2017-11-03 14:32:45 +01:00
Laurent Rineau 73800fda42 Merge pull request #2559 from maxGimeno/Doc_overview-Add_information-GF
Add info at the end of the generated overview page
2017-11-03 14:29:33 +01:00
Laurent Rineau 53502d087a Merge pull request #2560 from maxGimeno/VTK_filters_fix-GF
Polyhedron demo: fix VTK plugin name filters
2017-11-03 14:29:32 +01:00
Laurent Rineau 208005b014 Merge pull request #2565 from MaelRL/Various-Fix_numeric_limits_min_uses_411-GF
Fix wrong uses of std::numeric_limits::min() (4.11)
2017-11-03 14:29:30 +01:00
Laurent Rineau 4ea752305b Merge pull request #2568 from sgiraudot/Shape_detection-Robustify_detection-GF
Shape detection: robustify RANSAC
2017-11-03 14:29:29 +01:00
Laurent Rineau bfb8d1fcc6 Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 2017-11-03 14:28:30 +01:00
Laurent Rineau 4d3745afd2 Merge pull request #2565 from MaelRL/Various-Fix_numeric_limits_min_uses_411-GF
Fix wrong uses of std::numeric_limits::min() (4.11)
2017-11-03 14:27:59 +01:00
Laurent Rineau 9f05077d0e Merge pull request #2564 from MaelRL/Various-Fix_numeric_limits_min_uses-GF
Fix wrong uses of std::numeric_limits::min() (4.10)
2017-11-03 14:26:18 +01:00
Laurent Rineau ad1a51791a Support test/Snap_rounding_2/ 2017-11-03 11:14:17 +01:00
Laurent Rineau 252eb66dc2 Split cgal_add_test further, with the new cgal_setup_test_properties 2017-11-03 11:13:49 +01:00
Sébastien Loriot 196603fc8a add missing null descriptors in graph_traits of triangulations 2017-11-03 10:07:52 +01:00
Laurent Rineau 5e61c53007 Remove debug messages 2017-11-03 10:03:14 +01:00