.github
…
.travis
Don't compare with master but with the branch of the PR
2019-04-04 15:48:44 +02:00
AABB_tree
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Advancing_front_surface_reconstruction
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Algebraic_foundations
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Algebraic_kernel_d
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Algebraic_kernel_for_circles
…
Algebraic_kernel_for_spheres
…
Alpha_shapes_2
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Alpha_shapes_3
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Apollonius_graph_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Arithmetic_kernel
…
Arrangement_on_surface_2
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
BGL
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Barycentric_coordinates_2
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Boolean_set_operations_2
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Bounding_volumes
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Box_intersection_d
…
CGAL_Core
remove cpp11 workaround for CORE
2019-03-29 10:41:50 +01:00
CGAL_ImageIO
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
CGAL_ipelets
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Cartesian_kernel
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Circular_kernel_2
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Circular_kernel_3
Compute_approximate_angle_3 exists already in the spherical kernel
2019-04-11 09:48:30 +02:00
Circulator
http:/www.boost.org -> https://www.bost.org
2019-03-20 08:59:22 +01:00
Classification
replace cpp11::unordered_FOO by std::unordered_FOO
2019-03-29 13:28:33 +01:00
Combinatorial_map
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Cone_spanners_2
http:/www.boost.org -> https://www.bost.org
2019-03-20 08:59:22 +01:00
Convex_decomposition_3
…
Convex_hull_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Convex_hull_3
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Convex_hull_d
manual replacement for level 1 in classified ref man
2019-02-14 10:40:04 +01:00
Distance_2
Fixes of fixes
2019-02-15 09:07:48 +01:00
Distance_3
Suppress warning in CMakeList.txt
2019-02-19 15:48:48 +01:00
Documentation /doc
Update the Javascript menu of the documentation
2019-04-05 15:14:02 +02:00
Envelope_2
…
Envelope_3
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Filtered_kernel
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Generalized_map
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Generator
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Geomview
…
GraphicsView
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
HalfedgeDS
remove condition for cpp11 to be present in face graph related packages
2019-03-29 10:41:50 +01:00
Hash_map
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
Heat_method_3
make the ranges iterable
2019-03-29 13:23:46 +01:00
Homogeneous_kernel
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Hyperbolic_triangulation_2
Fix the link error on Windows (non header-only)
2019-04-04 13:39:18 +02:00
Inscribed_areas
Merge branch 'releases/CGAL-4.13-branch'
2019-03-07 14:31:16 +01:00
Installation
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
2019-04-08 15:59:28 +02:00
Interpolation
replace cpp11::function by std::function
2019-03-29 13:28:33 +01:00
Intersections_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Intersections_3
remove code for CGAL_INTERSECTION_VERSION 1
2019-03-29 13:28:32 +01:00
Interval_skip_list
…
Interval_support
…
Inventor
…
Jet_fitting_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Kernel_23
Use integers as test bounds for Homogeneous
2019-04-11 09:59:12 +02:00
Kernel_d
remove code for CGAL_INTERSECTION_VERSION 1
2019-03-29 13:28:32 +01:00
LEDA
…
Linear_cell_complex
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
MacOSX
…
Maintenance
Merge branch 'releases/CGAL-4.14-branch'
2019-04-08 16:06:26 +02:00
Matrix_search
…
Mesh_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Mesh_3
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
2019-04-08 15:59:28 +02:00
Mesher_level
…
Minkowski_sum_2
remove code for CGAL_INTERSECTION_VERSION 1
2019-03-29 13:28:32 +01:00
Minkowski_sum_3
…
Miscellany/doc /Miscellany
…
Modifier
…
Modular_arithmetic
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Nef_2
…
Nef_3
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Nef_S2
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
NewKernel_d
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Number_types
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
2019-04-08 15:59:28 +02:00
OpenNL
…
Optimal_transportation_reconstruction_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Optimisation_basic
…
Partition_2
remove cpp11 condition
2019-03-29 10:41:50 +01:00
Periodic_2_triangulation_2
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Periodic_3_mesh_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Periodic_3_triangulation_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Periodic_4_hyperbolic_triangulation_2
Merge branch 'releases/CGAL-4.14-branch'
2019-04-08 16:06:26 +02:00
Point_set_2
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Point_set_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Point_set_processing_3
replace cpp11::unordered_FOO by std::unordered_FOO
2019-03-29 13:28:33 +01:00
Point_set_shape_detection_3
replace cpp11::function by std::function
2019-03-29 13:28:33 +01:00
Poisson_surface_reconstruction_3
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
Polygon
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Polygon_mesh_processing
replace cpp11::unordered_FOO by std::unordered_FOO
2019-03-29 13:28:33 +01:00
Polyhedron
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
2019-04-08 15:59:28 +02:00
Polyhedron_IO
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Polyline_simplification_2
Restore simplifiy.cpp
2019-03-27 17:22:47 +01:00
Polynomial
remove cpp11 workaround in kernel related packages
2019-03-29 10:41:50 +01:00
Polytope_distance_d
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Principal_component_analysis
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Principal_component_analysis_LGPL
…
Profiling_tools
…
Property_map
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
QP_solver
Some Fixes for #3457
2019-03-19 19:20:40 +01:00
Random_numbers
…
Ridges_3
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
STL_Extension
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
2019-04-08 15:59:28 +02:00
Scale_space_reconstruction_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Scripts
Merge pull request #3759 from maxGimeno/Cross_compilation-Update_scripts-GF
2019-03-26 17:01:56 +01:00
SearchStructures
Add \cgalHHasModel and \cgalModels and backtick (even in Triangulation_3)
2019-03-08 09:29:28 +01:00
Segment_Delaunay_graph_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Segment_Delaunay_graph_Linf_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Set_movable_separability_2
…
Skin_surface_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Snap_rounding_2
…
Solver_interface
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Spatial_searching
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Spatial_sorting
http:/www.boost.org -> https://www.bost.org
2019-03-20 08:59:22 +01:00
Straight_skeleton_2
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Stream_lines_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Stream_support
remove cpp11 workaround in kernel related packages
2019-03-29 10:41:50 +01:00
Subdivision_method_3
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
Surface_mesh
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
2019-04-08 15:59:28 +02:00
Surface_mesh_approximation
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Surface_mesh_deformation
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Surface_mesh_parameterization
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
Surface_mesh_segmentation
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
Surface_mesh_shortest_path
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Surface_mesh_simplification
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Surface_mesh_skeletonization
turns iterator pairs into iterable ranges
2019-03-29 13:28:22 +01:00
Surface_mesher
replace cpp11::function by std::function
2019-03-29 13:28:33 +01:00
Surface_sweep_2
…
TDS_2
Merge pull request #3725 from afabri/TDS_2-fix_Default_vertex_converter-GF
2019-03-05 16:20:49 +01:00
TDS_3
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
Testsuite
Add execution time and exit value to error.txt
2019-03-22 11:33:59 +01:00
Three
Don't select clipped points
2019-03-26 15:30:34 +01:00
Triangulation
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Triangulation_2
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Triangulation_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Union_find
…
Visibility_2
…
Voronoi_diagram_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
wininst
…
.gitattributes
…
.gitignore
…
.travis.yml
Try not to quote %
2019-03-13 17:28:03 +01:00
CGALConfig.cmake
…
CMakeLists.txt
Add export package to cmake
2019-03-06 09:36:14 +01:00
INSTALL.md
…
LICENSE.md
…
README.md
…
cmake_uninstall.cmake.in
…
copyright
…