.github
update PR template
2018-09-05 10:18:53 +02:00
.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
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Algebraic_kernel_for_spheres
Fix with GMPXX
2019-02-05 13:32:27 +01:00
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
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
Apollonius_graph_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Arithmetic_kernel
Merge pull request #3406 from mglisse/cgal-public-dev/Number_types-boost_mp-glisse-2
2019-01-18 16:37:49 +01:00
Arrangement_on_surface_2
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
2019-04-12 15:54:30 +02:00
BGL
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-23 10:46:32 +02:00
Barycentric_coordinates_2
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02: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
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
Box_intersection_d
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
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
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02: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
Fix for Circular_kernel_3
2019-04-12 12:58:52 +02:00
Circulator
http:/www.boost.org -> https://www.bost.org
2019-03-20 08:59:22 +01:00
Classification
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
2019-04-12 15:54:30 +02:00
Combinatorial_map
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Cone_spanners_2
Correction of links
2019-04-11 21:37:05 +02:00
Convex_decomposition_3
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Convex_hull_2
Merge pull request #3833 from afabri/Convex_hull_2-indices-GF
2019-04-18 15:53:59 +02:00
Convex_hull_3
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-23 10:46:32 +02: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
Merge pull request #3821 from afabri/CGAL-links2-GF
2019-04-23 09:45:06 +02:00
Envelope_2
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
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
Fix Geomview_stream
2019-04-03 11:51:30 +02:00
GraphicsView
Merge pull request #3355 from maxGimeno/Demo-Multiple_viewers-GF
2019-04-23 10:34:26 +02:00
HalfedgeDS
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-23 10:46:32 +02: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
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
2019-04-09 15:00:56 +02:00
Inscribed_areas
Merge branch 'releases/CGAL-4.13-branch'
2019-03-07 14:31:16 +01:00
Installation
fix CHANGES
2019-04-23 10:12:52 +02:00
Interpolation
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
2019-04-12 15:54:30 +02: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
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Interval_support
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Inventor
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
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
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Linear_cell_complex
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
MacOSX
Add missing dependencies files
2018-04-09 08:53:38 +02:00
Maintenance
Update boost
2019-04-19 09:46:52 +02:00
Matrix_search
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Mesh_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Mesh_3
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
2019-04-12 15:54:30 +02:00
Mesher_level
Fix error
2018-11-28 10:23:28 +01:00
Minkowski_sum_2
remove code for CGAL_INTERSECTION_VERSION 1
2019-03-29 13:28:32 +01:00
Minkowski_sum_3
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Miscellany/doc /Miscellany
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Modifier
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Modular_arithmetic
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Nef_2
Add examples to the User Manual that explain exploration
2019-04-02 12:14:06 +02:00
Nef_3
Merge pull request #3599 from maxGimeno/Nef_3-Document_Nef_3_to_Polygon_soup-GF
2019-04-23 09:52:26 +02:00
Nef_S2
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
2019-04-09 15:00:56 +02:00
NewKernel_d
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
Number_types
Merge pull request #3644 from mglisse/Number_types-eigen_score_intervals-glisse
2019-04-23 09:46:49 +02:00
OpenNL
Fix the dependencies, again
2018-03-07 15:59:45 +01:00
Optimal_transportation_reconstruction_2
replace cpp11::tuple by std::tuple
2019-03-29 13:28:33 +01:00
Optimisation_basic
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Partition_2
remove cpp11 condition
2019-03-29 10:41:50 +01:00
Periodic_2_triangulation_2
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
2019-04-09 15:00:56 +02:00
Periodic_3_mesh_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Periodic_3_triangulation_3
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
2019-04-12 15:54:30 +02: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
Fix conflicts
2019-04-09 10:31:10 +02:00
Point_set_processing_3
Merge pull request #3831 from afabri/PSP-cleanup-GF
2019-04-12 15:34:45 +02:00
Point_set_shape_detection_3
replace cpp11::function by std::function
2019-03-29 13:28:33 +01:00
Poisson_surface_reconstruction_3
Fix Poisson
2019-04-08 16:16:51 +02:00
Polygon
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
2019-04-12 16:10:36 +02:00
Polygon_mesh_processing
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-23 10:46:32 +02:00
Polyhedron
Make a function for generating colors and use it in color_map_generation
2019-04-25 16:04:47 +02:00
Polyhedron_IO
Fix OBJ reading.
2019-04-24 15:38:28 +02:00
Polyline_simplification_2
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
2019-04-12 16:10:36 +02:00
Polynomial
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
Polytope_distance_d
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Principal_component_analysis
Correction of links
2019-04-11 21:37:05 +02:00
Principal_component_analysis_LGPL
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Profiling_tools
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
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
fix test
2019-01-07 10:05:33 +01:00
Ridges_3
replace BOOST_FOREACH by c++ ranged-based for loop
2019-03-29 13:22:15 +01:00
STL_Extension
Merge pull request #3849 from maxGimeno/STL_Extension-Fix_dispatch-GF
2019-04-23 09:39:57 +02:00
Scale_space_reconstruction_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Scripts
enable c++14 in check_headers
2019-04-16 10:12:11 +02: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
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Skin_surface_3
replace cpp11::array by std::array
2019-03-29 13:28:33 +01:00
Snap_rounding_2
Fix Snap_rounding
2019-01-28 08:32:48 +01:00
Solver_interface
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02: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
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
2019-04-09 15:00:56 +02:00
Stream_lines_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
Stream_support
Fix CMakeLists.txt
2019-04-15 12:06:50 +02: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 #3355 from maxGimeno/Demo-Multiple_viewers-GF
2019-04-23 10:34:26 +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
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-12 15:43:10 +02:00
Surface_mesh_segmentation
Fix dependencies
2019-04-09 11:49:50 +02:00
Surface_mesh_shortest_path
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02: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
Fix dependencies
2019-04-09 11:49:50 +02:00
Surface_mesher
replace cpp11::function by std::function
2019-03-29 13:28:33 +01:00
Surface_sweep_2
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
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
Add a mechanism to specify default loaders when loading, not just for saving. Make the off plugin the default loader for .off files so that lcc_plugin doesn't come first in the list.
2019-04-24 10:35:45 +02:00
Triangulation
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
Triangulation_2
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-23 10:46:32 +02:00
Triangulation_3
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
2019-04-12 15:54:30 +02:00
Union_find
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Visibility_2
first batch of replacement for level 1 in classified ref man
2019-02-14 10:32:39 +01:00
Voronoi_diagram_2
Merge pull request #3685 from afabri/CGAL-cleanup-GF
2019-02-28 20:48:48 +01:00
wininst
Ship the lib/ sub-directory with the Windows installer
2018-08-27 10:43:46 +02:00
.gitattributes
…
.gitignore
Correction of links
2019-04-11 21:37:05 +02:00
.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
Use https
2017-08-21 09:52:41 +02:00
LICENSE.md
…
README.md
Add links as otherwise you only find them when you click on wiki
2018-04-11 12:30:11 +01:00
cmake_uninstall.cmake.in
support sudo make uninstall for cmake
2017-08-09 17:44:25 -07:00
copyright
Remove Kinetic_data_structures and Kinetic_framework from CGAL
2018-02-21 11:02:35 +01:00