The public CGAL repository, see the README below
Go to file
Laurent Rineau 90414d195f Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package)
That is a followup to the following commit:
  | ------------------------------------------------------------------------
  | r71090 | pmoeller | 2012-08-07 13:04:32 +0200 (Tue, 07 Aug 2012) | 6 lines
  | Changed paths:
  |    M /branches/next/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h
  |    M /branches/next/Circulator/include/CGAL/circulator.h
  |    M /branches/next/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h
  |    M /branches/next/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp
  |    M /branches/next/Kernel_d/include/CGAL/Cartesian_d.h
  |    M /branches/next/Mesh_3/include/CGAL/IO/File_medit.h
  |    M /branches/next/Mesh_3/include/CGAL/Mesh_cell_criteria_3.h
  |    M /branches/next/Mesh_3/include/CGAL/Mesh_edge_criteria_3.h
  |    M /branches/next/Mesh_3/include/CGAL/Mesh_facet_criteria_3.h
  |    M /branches/next/Mesh_3/include/CGAL/make_mesh_3.h
  |    M /branches/next/Nef_2/include/CGAL/Bounded_kernel.h
  |    M /branches/next/Nef_2/include/CGAL/Nef_polyhedron_2.h
  |    M /branches/next/Nef_3/include/CGAL/Nef_3/ID_support_handler.h
  |    M /branches/next/Nef_3/include/CGAL/Nef_3/Infimaximal_box.h
  |    M /branches/next/Nef_3/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h
  |    M /branches/next/Nef_3/include/CGAL/Nef_polyhedron_3.h
  |    M /branches/next/Nef_3/test/Nef_3/nef_union_error_llvm.cpp
  |    M /branches/next/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h
  |    M /branches/next/OpenNL/include/CGAL/OpenNL/blas.h
  |    M /branches/next/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h
  |    M /branches/next/Point_set_processing_3/include/CGAL/mst_orient_normals.h
  |    M /branches/next/QP_solver/include/CGAL/QP_solver/QP_functions_impl.h
  |    M /branches/next/STL_Extension/include/CGAL/iterator.h
  |    M /branches/next/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h
  |    M /branches/next/Subdivision_method_3/include/CGAL/Polyhedron_decorator_3.h
  |    M /branches/next/Subdivision_method_3/include/CGAL/Subdivision_mask_3.h
  |    M /branches/next/Surface_mesher/include/CGAL/Surface_mesh_default_criteria_3.h
  |    M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h
  |    M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h
  |    M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_removers.h
  | 
  | WARNFIX: Silence a good part of unused variable/parameter warnings.
  | 
  | Wextra results in a dreadful wall of yellow in the test-suite and is
  | scary when using CGAL. Reduce some of the noise by silencing the
  | obvious cases with CGAL_USE or comments.
  | 
  | ------------------------------------------------------------------------

The reason is that everything from CGAL/Testsuite/ is removed in public
releases (that was discussed at a CGAL developers meetings, long ago). That
means that r71090 introduced compilation errors undetectable by the tests
of internal releases. I hope that the minutes of that developers meeting
say that I was against the removal of headers between internal and public
releases!  -- Laurent Rineau
2012-08-09 15:34:08 +00:00
AABB_tree Fix mixed eol styles introduced by the licenses change scripts 2012-08-02 12:48:04 +00:00
Algebraic_foundations First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Algebraic_kernel_d Bad ordering of MPFI and RS3: MPFI can be removed. 2012-08-02 10:32:33 +00:00
Algebraic_kernel_for_circles First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Algebraic_kernel_for_spheres Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled). 2012-07-28 06:21:06 +00:00
Alpha_shapes_2 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Alpha_shapes_3 merge from next 2012-01-17 13:47:33 +00:00
Apollonius_graph_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Approximate_min_ellipsoid_d Add license files, per package 2012-01-16 15:54:22 +00:00
Arithmetic_kernel make the find_package of CGAL more preconfigy, get version of GMP 2012-06-28 09:08:25 +00:00
Arrangement_on_surface_2 missing include 2012-08-03 08:12:44 +00:00
BGL Removed all places where the CGAL_CFG_NO_TMPL_IN_TMPL work-around was 2012-04-13 13:13:30 +00:00
Boolean_set_operations_2 Fix mixed eol styles 2012-08-02 13:35:03 +00:00
Box_intersection_d Fix a compilation error with clang 3.1. It has trouble with default arguments in dependent templates 2012-06-26 09:22:39 +00:00
CGAL_Core new name of package 2012-08-03 17:37:50 +00:00
CGAL_ImageIO new packagename 2012-08-05 11:22:11 +00:00
CGAL_ipelets more warnings removed 2012-07-27 10:38:58 +00:00
Cartesian_kernel Merged ^/branches/next here 2012-04-16 08:53:21 +00:00
Circular_kernel_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Circular_kernel_3 Fix mixed eol styles 2012-08-02 13:35:03 +00:00
Circulator Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) 2012-08-09 15:34:08 +00:00
Combinatorial_map Replace assert with CGAL_assertion 2012-07-05 13:49:48 +00:00
Conic_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Convex_decomposition_3 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Convex_hull_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Convex_hull_3 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Convex_hull_d Add license files, per package 2012-01-16 15:54:22 +00:00
Developers_manual references to undefined labels removed 2012-05-22 07:33:43 +00:00
Distance_2 Remove extra #include 2012-05-09 09:24:54 +00:00
Distance_3 Fix for Windows 'min/max' bug 2012-01-18 11:19:51 +00:00
Envelope_2 cleanup 2012-07-07 15:37:56 +00:00
Envelope_3 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Filtered_kernel Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled). 2012-07-28 06:21:06 +00:00
Generator cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
Geomview Fix deprecated use of CGAL::Triangulation_euclidean_traits_xy_3 2012-06-12 14:25:52 +00:00
GraphicsView subdirectories in src finally get correct name 2012-08-03 17:21:30 +00:00
HalfedgeDS Remove warning about unused parameter 2012-07-27 08:59:52 +00:00
Hash_map Add license files, per package 2012-01-16 15:54:22 +00:00
Homogeneous_kernel First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Installation Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) 2012-08-09 15:34:08 +00:00
Interpolation Rename a target in demo/Interpolation to avoid cmake errors. 2012-02-03 17:13:44 +00:00
Intersections_2 WARNFIX 2012-08-06 15:32:55 +00:00
Intersections_3 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Interval_skip_list Cancel the renaming of the file terrain.pts 2012-06-12 14:26:55 +00:00
Interval_support explicitly check that the Interval template parameter is an interval. 2012-01-20 13:08:32 +00:00
Inventor Add license files, per package 2012-01-16 15:54:22 +00:00
Jet_fitting_3 cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
Kernel_23 Remove use.h from Kernel_23/test 2012-08-09 08:48:36 +00:00
Kernel_d WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Kinetic_data_structures cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
LEDA Add license files, per package 2012-01-16 15:54:22 +00:00
Largest_empty_rect_2 Add license files, per package 2012-01-16 15:54:22 +00:00
Linear_cell_complex Revert last commit: cgal is really too rigid... 2012-07-17 08:56:13 +00:00
MacOSX change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Maintenance updated crontab (automated commit) 2012-08-08 14:18:03 +00:00
Manual manual bibtex for CGAL-4.1 2012-07-24 12:02:20 +00:00
Manual_tools update bibtex files in manual tools too 2012-07-24 12:03:09 +00:00
Matrix_search First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Mesh_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Mesh_3 Fix compilation of Polyhedron and Mesh_3 demos on Windows 2012-08-09 14:26:24 +00:00
Min_annulus_d Add license files, per package 2012-01-16 15:54:22 +00:00
Min_circle_2 Add license files, per package 2012-01-16 15:54:22 +00:00
Min_ellipse_2 Add license files, per package 2012-01-16 15:54:22 +00:00
Min_quadrilateral_2 Add license files, per package 2012-01-16 15:54:22 +00:00
Min_sphere_d Cosmetic change: add a space after the license, to be compatible 2012-01-16 15:56:10 +00:00
Min_sphere_of_spheres_d Fix a documentation warning that was an actual documentation bug 2012-06-18 12:22:44 +00:00
Minkowski_sum_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Minkowski_sum_3 Remove a warning Minkowski_sum_3 2012-02-03 11:03:00 +00:00
Modifier Add license files, per package 2012-01-16 15:54:22 +00:00
Modular_arithmetic First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Nef_2 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Nef_3 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Nef_S2 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Number_types bug in Gmpfr input from istream 2012-08-08 15:16:49 +00:00
OpenNL WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Optimisation_basic Add license files, per package 2012-01-16 15:54:22 +00:00
Optimisation_doc Turn \ccLicenseQPL into \ccLicenseGPL 2012-01-13 17:13:55 +00:00
Partition_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Periodic_3_triangulation_3 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Point_set_2 Fix for Windows 'min/max' bug 2012-01-18 10:59:39 +00:00
Point_set_processing_3 Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) 2012-08-09 15:34:08 +00:00
Polygon Add license files, per package 2012-01-16 15:54:22 +00:00
Polyhedron Fix compilation of Polyhedron and Mesh_3 demos on Windows 2012-08-09 14:26:24 +00:00
Polyhedron_IO Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled). 2012-07-28 06:21:06 +00:00
Polynomial First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Polytope_distance_d Remove a problematic test that consumes too much CPU each night 2012-02-21 09:46:06 +00:00
Principal_component_analysis Fix mixed eol styles 2012-08-02 13:35:03 +00:00
Profiling_tools Add license files, per package 2012-01-16 15:54:22 +00:00
QP_solver WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Qt_widget subdirectories in src finally get correct name 2012-08-03 17:21:30 +00:00
Random_numbers Add license files, per package 2012-01-16 15:54:22 +00:00
Ridges_3 cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
Robustness change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
STL_Extension Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) 2012-08-09 15:34:08 +00:00
Scripts cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
SearchStructures First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Segment_Delaunay_graph_2 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Skin_surface_3 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Snap_rounding_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Solver_interface Fix a compilation error 2012-06-29 11:07:34 +00:00
Spatial_searching Merged ^/branches/next here 2012-04-16 08:53:21 +00:00
Spatial_sorting Add license files, per package 2012-01-16 15:54:22 +00:00
Straight_skeleton_2 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Stream_lines_2 correct bug introduced in r67354 2012-01-24 08:16:42 +00:00
Stream_support Moved over a bit from the description in iostream. 2012-06-22 14:45:34 +00:00
Subdivision_method_3 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Surface_mesh_parameterization cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
Surface_mesh_simplification Removed all places where the CGAL_CFG_NO_TMPL_IN_TMPL work-around was 2012-04-13 13:13:30 +00:00
Surface_mesher Fix missing underscores in Gray_level_image_3 2012-08-09 08:30:27 +00:00
Surface_reconstruction_points_3 Fix mixed eol styles 2012-08-02 13:35:03 +00:00
Testsuite Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) 2012-08-09 15:34:08 +00:00
Triangulation_2 cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
Triangulation_3 Fix mixed eol styles 2012-08-02 13:35:03 +00:00
Union_find Add license files, per package 2012-01-16 15:54:22 +00:00
Voronoi_diagram_2 WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Width_3 First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
kdtree Add license files, per package 2012-01-16 15:54:22 +00:00
wininst Prepare for CGAL-4.1 2012-08-03 12:26:38 +00:00
.gitattributes Merge next 2012-08-08 09:57:49 +00:00
.gitignore new packagename 2012-08-05 11:22:11 +00:00
CMakeLists.txt Enable C for the complete CGAL project 2012-05-24 08:10:39 +00:00
copyright correct library names 2012-08-03 18:09:57 +00:00