Commit Graph

50433 Commits

Author SHA1 Message Date
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
Laurent Rineau bdbe6745dc Rename a test to avoid a conflict
There was target name conflict with
test/Algebraic_foundations/Coercion_traits.cpp
2012-10-05 14:08:47 +00:00
Philipp Möller ecc33588a6 Move the single function into the source. 2012-10-05 13:55:34 +00:00
Andreas Fabri eddbd8d0f6 IO Streams depend on STL Extensions 2012-10-05 13:40:50 +00:00
Laurent Rineau 8b10a56f36 Rename a test to avoid a conflict
There was target name conflict with
test/Arrangement_on_surface_2/point_location.cpp
2012-10-05 13:30:04 +00:00
Andreas Fabri 95a834708a finished 2012-10-05 13:25:34 +00:00
Andreas Fabri 86f5f18679 linking 2012-10-05 13:18:58 +00:00
Laurent Rineau 2eea24531f updated crontab (automated commit) 2012-10-05 13:18:03 +00:00
Andreas Fabri 63cec869c1 linking 2012-10-05 13:09:54 +00:00
Philipp Möller 24b7b586cc Remove the borks that were created by the script that introduced
anchors for top-level headings.
2012-10-05 13:07:09 +00:00
Laurent Rineau 7618e75092 Replace phony targets check_* by real targets
That way the check is not redone for file that already passed the check.
2012-10-05 12:58:58 +00:00
Alexander Kobel e062c5f9e5 fixed PATH_SUFFIXES inconsistencies:
- proper indentation
- merge double occurences
- standardize location at the end block, before DOC

tested with GMP(XX), MPFR, MPFI, LEDA, RS(3), NTL and a (small) number of ways to specify library
locations via environment and CMake variables, on Debian 64bit
2012-10-05 12:40:10 +00:00
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
Andreas Fabri 75574c8c58 add the generic halfedge_graph_traits class 2012-10-05 11:20:12 +00:00
Andreas Fabri 4bffd4ee15 spatial searching depends on Kernel_d 2012-10-05 09:39:48 +00:00
Andreas Fabri 20952ab4df finished 2012-10-05 09:37:26 +00:00
Sébastien Loriot f9c2cbf48d svn merge -c -72592
Phillip will manually do the update of the documentation in one pass.
2012-10-05 09:32:08 +00:00
Sébastien Loriot aea6913ca3 forgot to commit a dependancy 2012-10-05 09:30:38 +00:00
Andreas Fabri a6ba1e503d typo already in old doc 2012-10-05 07:46:09 +00:00
Andreas Fabri 376ed06365 remove todo 2012-10-05 07:45:45 +00:00
Andreas Fabri 237af122b3 finished 2012-10-05 07:42:09 +00:00
Sébastien Loriot b9b1c1ce4e apply doc bugfix from next r72590 2012-10-04 21:57:23 +00:00
Sébastien Loriot 9230a787f1 typo in function names (missing _) 2012-10-04 21:46:27 +00:00
Andreas Fabri da693e7a33 polish 2012-10-04 19:31:32 +00:00
Andreas Fabri 9781041c7f polish 2012-10-04 16:44:41 +00:00
Andreas Fabri 2bd834f5af typo 2012-10-04 16:07:02 +00:00
Philipp Möller 7c6277b01d Fix the links from the ack pages. 2012-10-04 15:35:41 +00:00
Philipp Möller d4649d9f11 echo -E seems to be a bash extension or is at least not supported on Mac OSX sh 2012-10-04 15:28:16 +00:00
Philipp Möller 2636b7a407 Kill nav-sync, fix the ### bug. 2012-10-04 15:07:33 +00:00
Laurent Rineau 02c65329cd leftovers of previous commit: missing svn:mergeinfo changes 2012-10-04 14:57:13 +00:00
Laurent Rineau 6b0bf6078c BUGFIX: backup points attributes before the call to c3t3.remove_from_complex
C3t3::remove_from_complex modifies the in_dimension() of the vertex

(That may have been a bug.)

It is actually a merge from r72577 of
/branches/features/Mesh_3-experimental-GF/Mesh_3
2012-10-04 14:56:03 +00:00
Philipp Möller 392bc78aee Make OS X sed happy. 2012-10-04 14:49:26 +00:00
Alexander Kobel 461a23478d move detection whether additional LEDA flags are necessary to FindLEDA stage
only apply includes if UseLEDA is called
2012-10-04 13:28:51 +00:00
Laurent Rineau 284de86348 A change to that file was commited by error.
Culprit revision:
  | ------------------------------------------------------------------------
  | r72283 | lrineau | 2012-09-21 14:55:27 +0200 (Fri, 21 Sep 2012) | 1 line
  | Changed paths:
  |    M /branches/next/Mesh_3/test/Mesh_3
  |    M /branches/next/Mesh_3/test/Mesh_3/CMakeLists.txt
  | 
  | svn:ignore
  | ------------------------------------------------------------------------
2012-10-04 12:43:28 +00:00
Philipp Möller e7e5086500 Fix the issue of PackageDescription.txt expanding to broken divs and
rename class/concept on relationship pages.
2012-10-04 12:36:23 +00:00
Alexander Kobel d3d82afd4a automatically add -ffriend-injection, -fno-strict-aliasing, -lX11 as required for LEDA 2012-10-04 12:07:42 +00:00
Alexander Kobel c06f84d4db fixed fallback to RS_dirs for RS3 2012-10-04 12:06:46 +00:00
Eric Berberich 25dbce2285 added <lib>_DIR to some libs 2012-10-04 10:15:49 +00:00