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
Eric Berberich
c81470929e
fixed variable
2012-10-04 09:56:48 +00:00
Alexander Kobel
160e937500
try $ENV{<PKG>_DIR}/[include,lib] as a fallback for $ENV{<PKG>_[INC,LIB]_DIR}
2012-10-04 09:34:54 +00:00
Alexander Kobel
04f07ef7bf
replace spurious *_LIBRARY_DIR occurences by *_LIBRARIES_DIR
2012-10-04 09:05:32 +00:00
Alexander Kobel
bb5f4dc8e1
added evaluation of LEDA_LINKER_FLAGS
2012-10-04 09:00:46 +00:00
Eric Berberich
1203d5631d
typo CGALCore -> CGAL_Core
2012-10-04 08:57:24 +00:00
Alexander Kobel
a4f19ac943
bugfix and enhancement branch for 3rd-party library CMake issues
2012-10-04 08:45:37 +00:00
Laurent Rineau
373e963d2a
Fix refs. The label were wrong.
2012-10-04 08:42:36 +00:00
Sébastien Loriot
1856f12f18
c++0x is c++11
2012-10-04 08:27:11 +00:00
Laurent Rineau
fa1583936d
Fix a Doxygen error: '#' is a special character for Doxygen
...
Because of the Javadoc compatibility, "#" is equivalent to "::".
2012-10-04 08:25:28 +00:00
Laurent Rineau
ac31600c60
Mesh_2 documentation verify by the author
...
Remove the \todo
2012-10-04 08:09:52 +00:00
Philipp Möller
98ab4c7f7c
Add a fix for the broken namespace link in the nav-path breadcrumb.
2012-10-03 17:57:01 +00:00
Philipp Möller
63a820740d
missing space.
2012-10-03 17:36:11 +00:00
Philipp Möller
e9f5740cb5
Provide a link to actual instructions
2012-10-03 17:09:28 +00:00