cgal/Mesh_2
Laurent Rineau 0a081c2abd Add an option to check the syntax of headers, individually.
That feature can be enabled with g++, clang++, and icpc (intel). It could
be implemented for MSVC, with the flag /Zs, but that is not yet done (and
probably will not).

The option is controlled by a CMake option, CGAL_ENABLE_CHECK_HEADERS, that
is disabled by default. If that option is enabled by the user, then CMake
will check if the compiler $CXX understand the syntax:
  $CXX -x c++ -fsyntax-only CGAL/header.h
and send an error otherwise.

Then phony targets will be created:
  - a target check_CGAL__header_h for each header <CGAL/header.h>,
  - a target check_pkg_<pkg> for each package <pgk>,
  - and a target check_headers for the whole CGAL.

Those new targets currently give a lot of compilation errors if
CGAL_ENABLE_CHECK_HEADERS is enabled!

+ fix several missing includes in Mesh_2.
2012-10-05 12:21:44 +00:00
..
benchmark bench -> benchmark 2011-03-22 16:30:58 +00:00
demo/Mesh_2 CMake: Fix the handling of cmake_policy 2012-08-22 12:35:03 +00:00
doc_tex Turn \ccLicenseQPL into \ccLicenseGPL 2012-01-13 17:13:55 +00:00
examples/Mesh_2 Document fit->is_in_domain() in the user manual. 2010-03-26 11:38:55 +00:00
include/CGAL Add an option to check the syntax of headers, individually. 2012-10-05 12:21:44 +00:00
package_info/Mesh_2 Add license files, per package 2012-01-16 15:54:22 +00:00
test/Mesh_2 Revert a buggy revision 2012-07-26 14:02:13 +00:00
utils/Mesh_2
Doxyfile remove package namespace macro 2010-06-09 08:45:58 +00:00
Mesh_2.kdevelop
Mesh_2.kdevelop.filelist
README
TODO Update TODO list for Mesh_2. 2011-09-14 15:55:05 +00:00
dont_submit bench -> benchmark 2011-03-22 16:30:58 +00:00
stylesheet.css

README

 2d meshing package
 Ruppert meshing algorithm
 developped by Laurent Rineau