Commit Graph

77513 Commits

Author SHA1 Message Date
Sébastien Loriot c751a461ff copy descriptors as we are looping over them while modifying the mesh
done for all but DQQ
2017-12-11 17:53:05 +01:00
Sébastien Loriot 25491714ba using named parameters as documented 2017-12-11 13:21:37 +01:00
Sébastien Loriot c89abd7d72 fix conversion warnings 2017-12-11 12:17:35 +01:00
Sébastien Loriot 751c424aa0 make no assumption of the point map type 2017-12-11 11:00:05 +01:00
Laurent Rineau 4f1720626c Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 2017-12-05 18:08:26 +01:00
Laurent Rineau 708d0f6de4 Merge pull request #2646 from lrineau/Kernel_23-remove_test_of_result_of-GF
Kernel_23: Remove the test of result_of
2017-12-05 18:01:35 +01:00
Laurent Rineau 9b922b0c90 Merge pull request #2613 from MaelRL/P3RT3-Fix_Gabriel_functions-GF
P3RT3: Fix `Is_Gabriel` (4.11)

# Conflicts:
#	Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h
2017-12-05 18:00:58 +01:00
Laurent Rineau 04cb9406c9 Merge pull request #2612 from MaelRL/P3T3-Fix_Gabriel_functions-GF
P3DT3: Fix `Is_Gabriel` (4.10)

# Conflicts:
#	Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h
2017-12-05 17:58:53 +01:00
Laurent Rineau 9513533b68 Merge pull request #2643 from sloriot/SMS-use_tight_edge_numbers
Use a tight count for the number of edges
2017-12-05 17:58:25 +01:00
Laurent Rineau 77664fb683 Merge pull request #2641 from sloriot/PMP-missing_includes
Add missing include directives
2017-12-05 17:58:17 +01:00
Laurent Rineau 438200154b Merge pull request #2602 from sloriot/PMP-fix_verbosity_remesh
Turn some #ifndef that should be #ifdef
2017-12-05 17:58:07 +01:00
Laurent Rineau a84a0b686b Merge pull request #2598 from sloriot/BGL-fix_export_to_nef
Correctly handle faces with more than one cc of the boundary
2017-12-05 17:57:59 +01:00
Laurent Rineau b2cfa337a2 Merge pull request #2646 from lrineau/Kernel_23-remove_test_of_result_of-GF
Kernel_23: Remove the test of result_of
2017-12-05 17:56:43 +01:00
Laurent Rineau 28a84940c2 Merge pull request #2598 from sloriot/BGL-fix_export_to_nef
Correctly handle faces with more than one cc of the boundary
2017-12-05 17:56:36 +01:00
Laurent Rineau ff2145a2c9 Merge pull request #2612 from MaelRL/P3T3-Fix_Gabriel_functions-GF
P3DT3: Fix `Is_Gabriel` (4.10)
2017-12-05 17:56:28 +01:00
Laurent Rineau 89bd6266f9 Merge pull request #2643 from sloriot/SMS-use_tight_edge_numbers
Use a tight count for the number of edges
2017-12-05 17:56:20 +01:00
Laurent Rineau 3b3220bb85 Merge pull request #2602 from sloriot/PMP-fix_verbosity_remesh
Turn some #ifndef that should be #ifdef
2017-12-05 17:56:12 +01:00
Sébastien Loriot 4e8639edb9 workaround a warning with MSVC 2017-12-04 11:50:52 +01:00
Laurent Rineau fa5a9cc6cc Remote that test...
Long time ago, CGAL was using the Boost Result_of library, that prevailed
before `std::tr1::result_of` and then `std::result_of` were standardized in
the C++ norm. Then CGAL made a switch to using the wrapper
`CGAL::cpp11::result_of`, implemented either with `tr1::result_of`, or a
C++11 decltype-based implementation...

The test is just checking that, when C++11 the decltype implementation is
used, the result is the same as with `tr1::result_of`... Now that we know
it works, let's remove the test (that no longer compile with Boost 1.65).
2017-12-01 10:17:31 +01:00
Laurent Rineau e35cb74938 Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 2017-11-29 18:32:10 +01:00
Laurent Rineau 49fabe87ad
Merge pull request #2637 from lrineau/Documentation-fix_the_header_package_template_for_1.8.13-GF
resizeHeight no longer exist
2017-11-29 18:29:47 +01:00
Sébastien Loriot c0eb7c33e1 use a tight count for the number of edges 2017-11-29 14:54:12 +01:00
Sébastien Loriot 94efd620d9 add missing include directives 2017-11-29 14:46:04 +01:00
Laurent Rineau d8dce6fd88 resizeHeight no longer exist
I have verified in the template in Doxygen 1.8.13 and that line does not
exist.

... And it makes the script crash and report an error in the browser
console.
2017-11-28 11:42:41 +01:00
Mael Rouxel-Labbé 36a5a43111 Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations 2017-11-17 17:21:45 +01:00
Mael Rouxel-Labbé b0eb340e7f Merge remote-tracking branch 'mine/P3T3-Fix_Gabriel_functions-GF' into P3RT3-Fix_Gabriel_functions-GF 2017-11-17 17:14:18 +01:00
Mael Rouxel-Labbé 8baa0be80f Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations 2017-11-17 17:04:48 +01:00
Laurent Rineau 555c4e1523 Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 2017-11-15 16:44:47 +01:00
Laurent Rineau d825ea3734 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:44:38 +01:00
Laurent Rineau 72a4515a07 Merge pull request #2508 from afabri/Property_map-fix_Dynamic_property_map-GF
Property_map:  Fix put(Dynamic_property_map,..)
2017-11-15 16:44:32 +01:00
Laurent Rineau e6f0119d07 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:44:31 +01:00
Laurent Rineau ffef8a2a8b Merge pull request #2589 from maxGimeno/Image_plugin-Isovalue-Fix
Polyhedron demo: Fix pixel value in Io_image_plugin
2017-11-15 16:44:29 +01:00
Laurent Rineau c596a7443d Merge pull request #2590 from sgiraudot/Shape_detection-Robustify_detection_4.11-GF
Shape detection: robustify RANSAC (for 4.11)
2017-11-15 16:44:28 +01:00
Laurent Rineau c2a995d538 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:43:09 +01:00
Sébastien Loriot 67ab9d124d correctly handle the case of faces with more than one cc of the boundary 2017-11-15 15:37:27 +01:00
Sébastien Loriot 5c32e0ab62 turn some #ifndef that should be #ifdef 2017-11-15 15:12:41 +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
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
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