Commit Graph

77841 Commits

Author SHA1 Message Date
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 ea57dc7cbe add missing change in CHECK test 2017-11-08 10:51:33 +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
Jane Tournois e7659590cb run generate_travis and update the list of packages 2017-11-06 12:48:27 +01:00
Jane Tournois 7a605fd847 give some extra when travis fails because generate_travis should be run 2017-11-06 12:40:42 +01:00
Jane Tournois 092f81cc0a use `package_info` to detect packages
instead of `test`, `examples`, or `demo`
2017-11-06 12:39:12 +01:00
Jane Tournois 51d620c3a4 run generate_travis and update the list of packages 2017-11-06 11:54:28 +01:00
Andreas Fabri b32611175e Add _Tests in the project name in the CMakeLists.txt 2017-11-06 11:48:05 +01:00
Andreas Fabri 29e4e987f4 Add CMakeLists.txt 2017-11-06 11:48:05 +01:00
Andreas Fabri f74cf7fff6 value_type -> reference 2017-11-06 11:48:05 +01:00
Andreas Fabri ce086fed46 Add a testsuite 2017-11-06 11:48:05 +01:00
Andreas Fabri d2425251bf Fix put(Dynamic_property_map&..) 2017-11-06 11:48:05 +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