The public CGAL repository, see the README below
Go to file
Sébastien Loriot 2f4ed34a85 fix for corefinement demo plugin in case of hand modified polyhedron
In case a polyhedron is modified "by hand", the canonical halfedge
of a pair might be on the boundary. If it's the case, we simply
take the opposite.
Add assertions to check we don't access the facet of a border halfedge

Trivial bug fix for master
2015-01-16 11:19:32 +01:00
AABB_tree Merge branch 'Surface_mesh-new_package-GF' 2015-01-12 11:27:35 +01:00
Algebraic_foundations Merge branch 'CGAL-misc_warnings-GF' 2015-01-12 13:00:41 +01:00
Algebraic_kernel_d Add wrappers around 2 boost headers to push/pop pragma 2014-12-19 16:10:02 +01:00
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres remove warning 2014-07-04 17:24:06 +02:00
Alpha_shapes_2
Alpha_shapes_3 add a warning in the doc 2014-12-19 14:04:18 +01:00
Apollonius_graph_2
Arithmetic_kernel
Arrangement_on_surface_2 comment unused parameters 2015-01-08 09:47:09 +01:00
BGL Add Surface_mesh as model of the new BGL graph concepts 2015-01-14 15:41:09 +01:00
Barycentric_coordinates_2 remove bat files 2015-01-09 09:08:20 +01:00
Boolean_set_operations_2 workaround ambiguous call in kernel intersection functions when including BSO_2 2014-12-11 16:33:29 +01:00
Bounding_volumes cleanup 2015-01-01 19:07:28 +01:00
Box_intersection_d Merge branch 'Operations_on_polyhedra-BGLization-GF' 2015-01-12 11:31:06 +01:00
CGAL_Core Merge branch 'CGAL-various_fixes-lrineau' 2014-12-17 17:07:57 +01:00
CGAL_ImageIO add consistency in the use of size_t everywhere 2014-11-13 11:13:35 +01:00
CGAL_ipelets Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Cartesian_kernel
Circular_kernel_2 Merge remote-tracking branch 'origin/Stream_support-fix_reading_double-GF' 2014-12-17 22:36:46 +01:00
Circular_kernel_3
Circulator Add the two concepts Descriptor and Index (concern only the doc). 2014-12-02 11:02:52 +01:00
Combinatorial_map Merge branch 'Combinatorial_map-update_attributes-sbrandel' 2015-01-08 14:48:47 +01:00
Conic_2
Convex_decomposition_3 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 16:45:14 +02:00
Convex_hull_2 Send the points of the hello world example to std::cout. 2014-08-27 12:23:00 +02:00
Convex_hull_3 Remove no longer needed predicates/constructions 2015-01-09 12:27:23 +01:00
Convex_hull_d
Distance_2
Distance_3
Documentation Merge branch 'Scale_space_reconstruction_3-tvanlank' 2015-01-14 16:09:11 +01:00
Envelope_2 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
Envelope_3 Merge branch 'boost-work_around_dijktra_bug_1.54-local' 2014-07-23 08:46:33 +02:00
Filtered_kernel Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Generator bug windows 2015-01-06 16:53:49 +01:00
Geomview
GraphicsView Merge branch 'Triangulation_2-NewPolylineConstraint-GF' 2015-01-12 11:44:32 +01:00
HalfedgeDS
Hash_map make the edge_descriptor of Polyhedron hashable 2014-07-23 08:20:16 +02:00
Homogeneous_kernel
Inscribed_areas
Installation Merge branch 'Spatial_searching-final_acceleration-gf' 2015-01-15 15:31:35 +01:00
Interpolation
Intersections_2
Intersections_3 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
Interval_skip_list
Interval_support use CGAL_UAE_TYPE 2015-01-08 09:59:28 +01:00
Inventor
Jet_fitting_3 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Kernel_23 no \cite in \brief as doxygen stops the brief description right before the \cite 2015-01-14 09:15:26 +01:00
Kernel_d Merge branch 'Triangulation-higher_dimensions-odevil_shornus' 2015-01-08 18:15:34 +01:00
Kinetic_data_structures
LEDA
Linear_cell_complex Merge branch 'Combinatorial_map-update_attributes-sbrandel' 2015-01-08 14:48:47 +01:00
MacOSX Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Maintenance Use TBB-4.3 2015-01-15 14:33:37 +01:00
Matrix_search fix ambiguity between std::nth_element and CGAL::nth_element 2014-12-08 16:37:16 +01:00
Mesh_2 use iformat for reading doubles 2014-11-26 16:53:50 +01:00
Mesh_3 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Minkowski_sum_2 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
Minkowski_sum_3 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 16:45:14 +02:00
Miscellany
Modifier
Modular_arithmetic update docstring about largest/initial prime in prime list 2014-11-24 10:53:16 +01:00
Nef_2 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Nef_3 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Nef_S2 Merge remote-tracking branch 'origin/CGAL-Less_warnings-GF' 2014-07-16 17:48:56 +02:00
NewKernel_d Merge branch 'Triangulation-higher_dimensions-odevil_shornus' 2015-01-08 18:15:34 +01:00
Number_types Merge branch 'CGAL-misc_warnings-GF' 2015-01-12 13:00:41 +01:00
OpenNL
Operations_on_polyhedra fix for corefinement demo plugin in case of hand modified polyhedron 2015-01-16 11:19:32 +01:00
Optimisation_basic
Partition_2
Periodic_2_triangulation_2
Periodic_3_triangulation_3 Merge branch 'Periodic_3-split_test_for_MSVC-GF' 2015-01-15 12:40:36 +01:00
Point_set_2
Point_set_processing_3 Merge branch 'Spatial_searching-final_acceleration-gf' 2015-01-15 15:31:35 +01:00
Polygon Arithmetic_kernel -> Exact_integer/rational 2014-07-16 16:45:14 +02:00
Polyhedron Merge branch 'Scale_space_reconstruction_3-tvanlank' 2015-01-14 16:09:11 +01:00
Polyhedron_IO
Polyline_simplification_2 fix the #include 2015-01-08 10:24:19 +01:00
Polynomial Convert source files encoding to utf-8 2014-08-01 11:20:13 +02:00
Polytope_distance_d Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Principal_component_analysis
Profiling_tools Display time before the assertion 2015-01-15 11:06:44 +01:00
QP_solver Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Qt_widget
Random_numbers disable warning with push/pop macros around boost header 2014-12-16 17:25:33 +01:00
Ridges_3 Convert source files encoding to utf-8 2014-08-01 11:20:13 +02:00
STL_Extension Merge branch 'CGAL-misc_warnings-GF' 2015-01-12 13:00:41 +01:00
Scale_space_reconstruction_3 size_t -> std::size_t 2015-01-09 16:13:05 +01:00
Scripts One script to rule them all! 2015-01-14 19:43:06 +01:00
SearchStructures
Segment_Delaunay_graph_2
Skin_surface_3
Snap_rounding_2 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Solver_interface Merge branch 'to-be-tested/Stop_testing_taucs-sloriot' 2014-07-16 20:19:21 +02:00
Spatial_searching Merge branch 'Spatial_searching-final_acceleration-gf' 2015-01-15 15:31:35 +01:00
Spatial_sorting
Straight_skeleton_2 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Stream_lines_2
Stream_support #include <cctype> for isspace() 2014-12-04 14:22:49 +01:00
Subdivision_method_3
Surface_mesh cosmetic change of the licenses.txt file 2015-01-12 16:21:05 +01:00
Surface_mesh_parameterization Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Surface_mesh_segmentation Fix after renaming of the example 2015-01-12 17:44:55 +01:00
Surface_mesh_simplification cosmetic fixes + add todos for implementation details 2015-01-05 12:58:14 +01:00
Surface_mesher Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Surface_modeling Merge branch 'Surface_mesh-new_package-GF' 2015-01-12 11:27:35 +01:00
Surface_reconstruction_points_3 Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Testsuite Restore the executable bit of all scripts 2015-01-07 17:54:56 +01:00
Triangulation Add license.txt for Triangulation 2015-01-09 15:57:07 +01:00
Triangulation_2 Merge branch 'Triangulation_2-NewPolylineConstraint-GF' 2015-01-12 11:44:32 +01:00
Triangulation_3 Merge branch 'Triangulation-higher_dimensions-odevil_shornus-old' into Triangulation-higher_dimensions-odevil_shornus 2014-12-18 09:32:23 +01:00
Union_find
Voronoi_diagram_2
wininst
.gitattributes
.gitignore Merge branch 'Triangulation-higher_dimensions-odevil_shornus-old' into Triangulation-higher_dimensions-odevil_shornus 2014-12-18 09:32:23 +01:00
CMakeLists.txt
copyright