Eric Berberich
b5a4e941fd
the mandatory libs need an particular order, and we simplify with a macro
2012-06-29 09:24:19 +00:00
Laurent Rineau
656b09f242
merge changes from next
2012-06-28 16:46:25 +00:00
Laurent Rineau
63931805bf
updated crontab (automated commit)
2012-06-28 16:18:02 +00:00
Laurent Rineau
160975eb12
Leftover of previous commit:
...
Second fix for Windows
On Windows, with auto-linking, the variables ${CGAL_LIB}_LIBRARY are
empty.
What is more, that is a bad idea to check if the libraries does exist. If
for example CGAL has been configured with WITH_CGAL_Qt4, and the CGAL_Qt4
library is not correctly created, we want a compilation error, and not just
a CMake warning saying "Please configure CGAL using WITH_${CGAL_LIB}=ON."
2012-06-28 15:57:29 +00:00
Laurent Rineau
483593826b
Second fix for Windows
...
On Windows, with auto-linking, the variables ${CGAL_LIB}_LIBRARY are
empty.
What is more, that is a bad idea to check if the libraries does exist. If
for example CGAL has been configured with WITH_CGAL_Qt4, and the CGAL_Qt4
library is not correctly created, we want a compilation error, and not just
a CMake warning saying "Please configure CGAL using WITH_${CGAL_LIB}=ON."
2012-06-28 15:47:16 +00:00
Laurent Rineau
70e00b3d6e
First fix for Windows: the auto-linking needs link_directories commands
2012-06-28 15:32:04 +00:00
Laurent Rineau
455fcb0109
Add a comment for later
2012-06-28 15:15:31 +00:00
Eric Berberich
eb6c435c4a
correct spelling of GMPXX_FOUND variable
...
FOUND_GMPXX -> GMPXX_FOUND
2012-06-28 13:02:32 +00:00
Laurent Rineau
495c34a8f5
Typo that led to a LaTeX compilation error
...
That was a missing ';' in the first argument of \ccMethod
2012-06-28 13:00:57 +00:00
Eric Berberich
3336c68671
fix for optional parameter
2012-06-28 12:47:13 +00:00
Eric Berberich
df72a1aa08
macro use_lib now has an optional second parameter for UseFile
...
this avoids a nasty hack with checking for a leading ### in a string and
allows to use "use_lib( FOO )" in other places much easier
2012-06-28 12:20:52 +00:00
Eric Berberich
ee0fde5d13
re-added files probably used by external users
2012-06-28 12:03:12 +00:00
Eric Berberich
6ef22380b4
make the find_package of CGAL more preconfigy, get version of GMP
...
This fixes the previous "fix": it is needed to call get_dependency_version(GMP)
2012-06-28 09:08:25 +00:00
Efi Fogel
8b4608fe70
cleanup
2012-06-28 06:24:46 +00:00
Efi Fogel
4184172563
cleanup
2012-06-28 06:21:27 +00:00
Efi Fogel
a3f067cbdc
1st revision
2012-06-28 06:20:44 +00:00
Efi Fogel
d698e7dd79
cleanup
2012-06-28 06:05:38 +00:00
Laurent Rineau
70462d902b
merge changes from next
2012-06-27 17:04:41 +00:00
Laurent Rineau
bccf95ba88
Add a comment for later in CGAL_Macros.cmake
2012-06-27 16:33:35 +00:00
Eric Berberich
cccbcac26c
ensure that CGAL_USE_CORE is only defined when WITH_CGAL_Core=ON
...
in particular when WITH_CGAL_Core=OFF is shall not be defined
2012-06-27 13:57:55 +00:00
Sébastien Loriot
e702f20986
Eigen 3-1 is out.
...
Require Eigen 3.1.0 in CMake scripts.
2012-06-27 12:38:32 +00:00
Efi Fogel
7c31216491
cleanup
2012-06-27 12:36:34 +00:00
Efi Fogel
3976182440
suppressed test when CORE is not installed
2012-06-27 12:35:55 +00:00
Eric Berberich
b306a5acaa
added missing include
2012-06-27 12:27:41 +00:00
Sébastien Loriot
3d7727ac99
add specialization to Eigen_solver_traits to accomodate a change of the default
...
initialization of iterative solver for general sparse matrices (from 3.1-alpha1 to 3.1)
2012-06-27 12:24:22 +00:00
Efi Fogel
92f13f5083
cleanup
2012-06-27 11:58:53 +00:00
Laurent Rineau
0396c7e2a1
Reintroduce the use of pdfstringdefDisableCommands
2012-06-27 10:01:01 +00:00
Eric Berberich
d4a6f27503
replace calls to UseESTBL
2012-06-26 23:52:07 +00:00
Eric Berberich
5aea3180b9
added missing includes
...
Error showed up in test of new cmake stuff, where includes are less distributed
2012-06-26 23:35:18 +00:00
Eric Berberich
8d0373c7d6
CGAL_GMP_VERSION has been deleted
...
CGAL_GMP_VERSION has been replaced by GMP_VERSION in various FindLIB.cmake files
2012-06-26 23:12:12 +00:00
Laurent Rineau
7c70cecc85
merge changes from next
2012-06-26 17:23:41 +00:00
Andreas Fabri
c72a3769d0
Put variables in \ccc{}
2012-06-26 17:10:52 +00:00
Philipp Möller
e3d53ae16c
Also use typename on clang. This is the same fix as the previous one.
...
That code will still not work should someone use -std=c++03 on clang
and a more substantial fix should be done.
2012-06-26 15:49:41 +00:00
Laurent Rineau
ab556cff5c
merge changes from next
2012-06-26 15:39:38 +00:00
Philipp Möller
ff418f7695
Also use typename with clang.
2012-06-26 15:07:10 +00:00
Andreas Fabri
e3c9837be9
fix typo in ref man page
2012-06-26 14:45:46 +00:00
Efi Fogel
161784720a
Merged feature-branch Arrangement_on_surface_2-RIC_pl_for_unbounded-balasmic into next
2012-06-26 12:52:02 +00:00
Efi Fogel
9dad9c2dd6
merge from next
2012-06-26 12:32:35 +00:00
Efi Fogel
7504ef7697
remove
2012-06-26 12:09:55 +00:00
Michal Kleinbort
6af7e30a62
commented debug print and changed -1 to false in several test methods
2012-06-26 11:59:10 +00:00
Philipp Möller
c8e1559b2b
Fix another clang 3.1 compilation error by supplying the default argument.
2012-06-26 10:56:54 +00:00
Philipp Möller
9f6095ba40
Fix a compilation error with clang 3.1. It has trouble with default arguments in dependent templates
2012-06-26 09:22:39 +00:00
Laurent Rineau
8e3142cb32
updated crontab (automated commit)
2012-06-26 09:18:03 +00:00
Efi Fogel
81bc4c919b
updated
2012-06-25 22:22:33 +00:00
Efi Fogel
5a8d5d686c
1s trevision
2012-06-25 22:21:50 +00:00
Efi Fogel
093f0e9f4e
1s trevision
2012-06-25 22:21:01 +00:00
Efi Fogel
eaff38b448
moved
2012-06-25 22:19:28 +00:00
Efi Fogel
fd725149ae
1st revision
2012-06-25 22:16:07 +00:00
Efi Fogel
fde4edb793
updated
2012-06-25 22:14:39 +00:00
Efi Fogel
be28924016
updateddata/point_location_segments/curves/test10.txt
2012-06-25 22:13:28 +00:00