Commit Graph

50820 Commits

Author SHA1 Message Date
Laurent Rineau 4bf5ccb76c Disable auto-linking for Function and Field 2012-10-08 11:59:30 +00:00
Andreas Fabri f39c02b8c0 polish 2012-10-08 11:55:25 +00:00
Laurent Rineau 5a2ec5d9c6 Mesh_3 documentation depends on Surface_mesher documentation...
...for SurfaceMeshVertexBase_3.

On the other hand, RegularTriangulationVertexBase_3 does not exist! Thanks
to Doxygen for detecting that bug.
2012-10-08 11:50:10 +00:00
Andreas Fabri 557c43cb82 STL Extension depends on Kernel and Number Types 2012-10-08 11:00:51 +00:00
Laurent Rineau f0c7bc432e Fix that page
- Correct indentation of the piece of code
- s/FieldType/Field/
2012-10-08 10:58:15 +00:00
Andreas Fabri 3066cf41c7 finished 2012-10-08 10:43:41 +00:00
Eric Berberich e4760cff1e Reintegrated CMake_third_party-mpi
fixes LIBRARY_DIR topic, LEDA flag topic
2012-10-08 10:11:37 +00:00
Eric Berberich 7503d0ce5b merge from next 2012-10-08 09:57:49 +00:00
Laurent Rineau 795c71fc9b Fix headers of Mesh_2 and Mesh_3. All were missing #include.
I found out that way that <CGAL/Mesh_3/Refine_facets.h> and
<CGAL/Mesh_3/Protect_edges_sizing_field> were using global functions
instead of functors of the traits class.

Note also the funny bug that <CGAL/Regular_triangulation_cell_base_3.h> was
depending on <CGAL/Triangulation_vertex_base_3.h>!
2012-10-08 09:33:38 +00:00
Efi Fogel ac039fdeca fixed typos 2012-10-08 09:24:11 +00:00
Laurent Rineau 7bc300794d Fix last errors in headers of CGAL foundations
All were missing #include.
2012-10-08 09:03:50 +00:00
Laurent Rineau 5ef5350f04 Fix headers of Kernel_23
Mostly missing #include, but I had to create a <CGAL/kernel_config.h> from
<CGAL/kernel_basic.h>, to reduce dependency problems.
2012-10-08 09:02:18 +00:00
Laurent Rineau 72e709b10d Fix headers of Interval_support 2012-10-08 08:46:14 +00:00
Laurent Rineau 590bdeca5f Fix headers of Number_types
Mostly missing headers.

<CGAL/number_type_basic.h> is really a problem. There are too many circular
dependencies between number types headers. I have created a new header
<CGAL/number_type_config.h> that only defines macros.
2012-10-08 08:43:52 +00:00
Laurent Rineau f8b9521b3b Fix headers of Algebraic_foundations
Mostly missing headers.

But sometimes I have removed the use of <CGAL/number_type_basic.h>, because
that header is hell for the moment.
2012-10-08 08:41:43 +00:00
Laurent Rineau 870409a3cd Create a new branch to fix missing headers in CGAL foundations
I will try to fix error of the following special targets:
  check_pkg_Algebraic_foundations_headers
  check_pkg_Cartesian_kernel_headers
  check_pkg_Homogeneous_kernel_headers
  check_pkg_Kernel_23_headers
  check_pkg_Number_types_headers
  check_pkg_STL_extensions
and maybe others dependencies of CGAL foundations.
2012-10-08 08:36:32 +00:00
Andreas Fabri 42b77b7297 finished 2012-10-08 08:10:35 +00:00
Laurent Rineau b7b4b5f43e s/qt.nokia.com/qt.digia.com/g 2012-10-08 08:02:37 +00:00
Sébastien Loriot 456c08e9b9 exactly one element should be a primary selection 2012-10-08 07:45:30 +00:00
Andreas Fabri dea6b85132 polish 2012-10-08 07:44:55 +00:00
Ophir Setter 456b5ae021 Fixing for other versions of boost 2012-10-07 22:27:26 +00:00
Andreas Fabri d6ad28c6bd finished (modulo Default_traits) 2012-10-07 15:22:07 +00:00
Andreas Fabri 650dda74c3 Kernel depends on STL_extension for Object 2012-10-07 11:44:17 +00:00
Andreas Fabri 65b4b91380 finished 2012-10-07 10:03:01 +00:00
Andreas Fabri 8c221567c6 finished 2012-10-07 08:41:39 +00:00
Alex Tsui c410d61db2 Added support for .dat files. 2012-10-05 23:47:32 +00:00
Eric Berberich 4cae227f10 NTL_VERSION can also be just \d.\d (regex was \d.\d.\d) 2012-10-05 22:34:46 +00:00
Eric Berberich 2bbc6c94a9 added missing { 2012-10-05 22:14:02 +00:00
Andreas Fabri 59c77aec24 finished 2012-10-05 19:03:19 +00:00
Philipp Möller 91f88474a8 The conditional code does not only require variadic templates but also
a variadic implementation of tuple. One would think that you never run
in a situation where you only have variadics but no tuple. But thanks
to clang pretending to be a gcc 4.2.1, some configuration code might
think otherwise.
2012-10-05 18:15:46 +00:00
Ophir Setter ccb742fba0 * Removing Arr_vertex_property_map and Arr_face_property_map.
* Adding documentation for Arr_face_index_map and Arr_vertex_index_map.
* Improving examples of BGL.
2012-10-05 17:29:41 +00:00
Andreas Fabri 7916f255db geomview stream provides operators for 2D triangulations and the polyhedron 2012-10-05 16:29:56 +00:00
Philipp Möller ac263825bd Make a clean break between the customized and the original stylesheet to make changing it easier. 2012-10-05 16:03:54 +00:00
Laurent Rineau 3736e9e01c Rename a test 2012-10-05 15:27:59 +00:00
Olivier Devillers 213d8cd835 add Ross Hemsley 2012-10-05 15:24:22 +00:00
Laurent Rineau 69eb193a27 Rename all tests.
There are another targets of the same names in ../../examples
2012-10-05 15:11:41 +00:00
Laurent Rineau 001b045b98 Rename all tests.
There are another targets of the same names in ../../examples
2012-10-05 15:08:26 +00:00
Laurent Rineau 1c3ec5c655 Rename a test.
There was another target of the same name in ../../examples
2012-10-05 15:06:07 +00:00
Laurent Rineau d438e6bfae Rename a test.
There was another target of the same name in ../../examples
2012-10-05 15:03:54 +00:00
Laurent Rineau 3b0cacdd2d Rename a test.
There was another target of the same name in ../../examples
2012-10-05 15:01:50 +00:00
Laurent Rineau ab866f899c Rename a test.
There was another target of the same name in ../../examples
2012-10-05 15:00:03 +00:00
Laurent Rineau 5327785cc0 Rename combination_enumerator.cpp
There was another target of the same name in ../../examples
2012-10-05 14:49:55 +00:00
Laurent Rineau d052891efb Rename box_grid.cpp
There was another target of the same name in ../../examples
2012-10-05 14:47:31 +00:00
Laurent Rineau 8564c188d6 Rename benchmark.cpp to benchmark_box_intersection.cpp
There was another target of the same name.
2012-10-05 14:45:47 +00:00
Laurent Rineau 2e656f35d1 Rename examples/Arr_2/point_location.cpp to point_location_example.cpp
There is a conflict with the same target in test/Arr_2/.

As I do not know how to launch the Arr_2 test suite from a branch build, I
prefer to rename the example instead of renaming the test. But I would have
preferred the latter.
2012-10-05 14:42:33 +00:00
Laurent Rineau 5c757a0a4d Fix/Improve all #include of all STL_Extension headers 2012-10-05 14:24:38 +00:00
Andreas Fabri d539359b46 finished 2012-10-05 14:22:50 +00:00
Laurent Rineau cf87ecd497 Rename a test to avoid a conflict
There was a target name conflict with
  Triangulation_2/test_triangulation_tds.cpp
2012-10-05 14:22:15 +00:00
Philipp Möller 9de8bc34da Fix links to operators 2012-10-05 14:19:59 +00:00
Laurent Rineau 7e6972d819 Rename two tests to avoid conflicts
There was target name conflicts with
  test/Algebraic_foundations/Coercion_traits.cpp
and 
  test/Arithmetic_kernel/Get_arithmetic_kernel.cpp
2012-10-05 14:13:53 +00:00