cgal/Installation
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
..
auxiliary merge from next 2012-05-20 11:50:30 +00:00
cmake/modules Fix: was no longer working in out-of-source build! 2012-08-06 13:21:07 +00:00
config Add a comment that the config test is deprecated and could be removed. 2012-06-14 14:57:19 +00:00
demo improved verbosity 2012-06-11 21:44:17 +00:00
doc_tex corect name of ImageIO 2012-08-03 17:51:38 +00:00
examples improved verbosity 2012-06-11 21:44:17 +00:00
include/CGAL Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) 2012-08-09 15:34:08 +00:00
package_info/Installation Add license files, per package 2012-01-16 15:54:22 +00:00
src removed debug output 2012-08-03 20:59:22 +00:00
test/Installation Merge 2011-07-06 12:49:49 +00:00
AUTHORS Typo on Guillaume's name 2011-09-05 13:27:46 +00:00
CHANGES Added 2D Arrangements changes for 4.1 2012-07-31 07:19:28 +00:00
CMakeLists.txt Fix the CGALConfig.cmake that is installed, on Windows 2012-08-03 15:38:26 +00:00
INSTALL Add Boost.System to the CGAL dependencies 2012-07-24 10:02:57 +00:00
LICENSE correct library src dir 2012-08-03 17:52:30 +00:00
LICENSE.BSL merge from next 2012-05-20 11:50:30 +00:00
LICENSE.FREE_USE Remove from copyright holder 2011-09-21 19:46:31 +00:00
LICENSE.GPL When LGPLv3 is used, the text of GPLv3 must be shipped, too. 2011-10-13 14:16:09 +00:00
LICENSE.LGPL Update LICENSE.LGPL to LGPLv3 2011-10-10 11:38:43 +00:00
README Fix last occurrences of QPL or 'Q Public License' in next. 2012-01-16 14:47:16 +00:00
VERSION branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
cgal.css COPY FROM the svn cgal-web/www.cgal.org/cgal.css for rendering changes.html nicely 2010-12-01 12:43:56 +00:00
changes.html CGAL-4.1 will not support Intel Compiler 12.0, but 12.1 (the latest 2012-08-01 15:36:53 +00:00
dont_submit merge from next 2012-05-20 11:50:30 +00:00
html2textrc merge from next 2012-05-20 11:50:30 +00:00
update_CHANGES merge from next 2012-05-20 11:50:30 +00:00

README

README
-------------------------------------------------------------------------------

This distribution of CGAL includes:

  AUTHORS          - current and former authors of CGAL
  CHANGES          - history of changes for the library
  CMakeLists.txt   - main script of the build system
  INSTALL          - information about the installation process 
  LICENSE          - describes the license of CGAL
  LICENSE.FREE_USE - text of the free use license (see LICENSE file)
  LICENSE.GPL      - text of  GPL v3 license
  LICENSE.LGPL     - text of  LGPL v3 license
  README           - this file
  VERSION          - version number of this release
  auxiliary/       - directory containing miscellaneous things, currently only
                     the icons needed for the demos on MacOS X
  cmake/           - some scripts needed by the build system
  config/          - some test programs used during the configuration process
  demo/            - many demo programs for the library's various packages.
                     These programs produce visual output (see INSTALL for
                     prerequisites).
  doc_html/        - documentation, e.g. the CGAL Installation Guide
  examples/        - programs illustrating the library's functionality.
                     These programs do not produce visual output.
  include/         - the include files for the CGAL library (and other small
                     external libraries as well, see the LICENSE file)
  scripts/         - some useful scripts for CGAL programmers
  src/             - the source code for building the CGAL libraries
                     (as well as some external libraries, see the LICENSE file)

-------------------------------------------------------------------------------