Philipp Möller
0e0a200646
* Using result_of instead of Qualified_result_of
...
* limited refactoring in the lazy kernel
* still bugs in circular_3
* still specialization problem with iso_rectangle
2011-11-23 17:52:38 +00:00
Philipp Möller
2672fabe10
Created branch for result_of incorporation
2011-11-21 17:18:38 +00:00
Philipp Möller
441ca3e68b
square_free_factorize_utcf did not get evaluated in release mode and the test subsequently segfaulted
2011-11-21 17:11:50 +00:00
Laurent Rineau
98eccea610
Patch so that Qt's MOC can parse our headers, with Boost-1.48
...
UPDATE: fix the previous commit. I applied the patch stupidly.
| The patch is adapted from this bug report:
|
| From: Mark Brand < mabrand@mabrand.nl>
| To: cgal-discuss@lists-sop.inria.fr
| Subject: [cgal-discuss] [PATCH] prevent Qt's moc from choking on BOOST_JOIN
|
| See https://lists-sop.inria.fr/sympa/arc/cgal-discuss/2011-11/msg00087.html
2011-11-21 17:06:17 +00:00
Laurent Rineau
4108ef55cb
More robust solution for Subversion_GET_INFO
...
Use WORKING_DIRECTORY! That is more robust: if the branch root is a symlink
that works too.
execute_process(COMMAND "${SVN_EXECUTABLE}" info --xml
WORKING_DIRECTORY "${dir}"
...)
2011-11-21 17:03:32 +00:00
Laurent Rineau
f5ec3f260c
Patch so that Qt's MOC can parse our headers, with Boost-1.48
...
The patch is adapted from this bug report:
From: Mark Brand < mabrand@mabrand.nl>
To: cgal-discuss@lists-sop.inria.fr
Subject: [cgal-discuss] [PATCH] prevent Qt's moc from choking on BOOST_JOIN
See https://lists-sop.inria.fr/sympa/arc/cgal-discuss/2011-11/msg00087.html
2011-11-21 16:42:18 +00:00
Philipp Möller
b154f31f27
Removed unused variables from old Qt3 code for cleaner compilation
2011-11-21 15:37:08 +00:00
Guillaume Damiand
2869d7a72a
Reintegrate branch Combinatorial_map_copy_of_iterator-gdamiand into next.
2011-11-21 13:58:46 +00:00
Guillaume Damiand
2d110391b2
Merge with next.
2011-11-21 13:53:59 +00:00
Sébastien Loriot
59f5cc0ba0
optimise Bbox_3-line_3 do_intersect (prevent filter failures)
2011-11-21 13:43:45 +00:00
Andreas Fabri
28cac7eaaa
Introduce size_type as return type for Kd_tree::size()
2011-11-21 12:47:57 +00:00
Andreas Fabri
c1eb057eeb
Avoid warning for ' */* comment */' by adding whitespace
2011-11-21 08:41:01 +00:00
Michael Hemmer
c052501204
reintegrate Arithmetic_kernel-include-fix-hemmer
2011-11-21 08:12:06 +00:00
Michael Hemmer
a6b5019d31
update from next
2011-11-21 07:58:50 +00:00
Michael Hemmer
f03886e980
update from next
2011-11-20 09:45:19 +00:00
Guillaume Damiand
a34448f6b8
End of modifs of copy of iterator with mark.
2011-11-18 10:53:21 +00:00
Guillaume Damiand
c3477873af
Add example using for_each with iterator using marks.
2011-11-18 10:52:21 +00:00
Guillaume Damiand
1473c3e382
Start of modifications of copy constructor and operator= for iterators that use marks.
2011-11-17 20:56:59 +00:00
Guillaume Damiand
ed877946ce
Replace the bitset of reserved marks by an array of number of times each mark is reserved.
2011-11-17 20:27:11 +00:00
Guillaume Damiand
2ad09f6706
Add a branch to solve a problem when iterators using marks are copied.
2011-11-17 19:55:25 +00:00
Laurent Rineau
7df0200a6b
Reintegrate /branches/features/Power_test_3-VC_64bit-GF into next.
2011-11-17 17:11:42 +00:00
Laurent Rineau
99a1dc531e
merge changes from next
2011-11-17 17:02:32 +00:00
Laurent Rineau
c84ee050c6
Reintegrate /branches/features/Installation-tweak_branch_build-lrineau into merge
2011-11-17 14:22:42 +00:00
Laurent Rineau
a494f0d65c
merge from next
2011-11-17 14:18:37 +00:00
Laurent Rineau
519ab4f40f
Do not use CGAL_INSTALLATION_PACKAGE_DIR with Subversion_GET_(URL|REVISION)
...
At the first run of CMake, CGAL_INSTALLATION_PACKAGE_DIR is not known when
Subversion_GET_REVISION and Subversion_GET_URL are called. That gives an
svn error, that is fixed at the second run of CMake. Use CMAKE_SOURCE_DIR
and CMAKE_CURRENT_SOURCE_DIR instead.
2011-11-17 14:12:19 +00:00
Laurent Rineau
c4eb6ccaf0
Factorize the code between Subversion_GET_URL and Subversion_GET_REVISION
...
... into a new function Subversion_GET_INFO. The function
Subversion_GET_REVISION is also moved to <branch_root>/CMakeLists.txt
instead of <branch_root>/Installation/CMakeLists.txt, because that function
is used only in the case of a branch-build anyway.
2011-11-17 14:02:41 +00:00
Michael Hemmer
0eaf68014f
update from next
2011-11-17 10:29:42 +00:00
Andreas Fabri
3bfa2c96b6
Patch for Cygwin svn.exe
...
If the first call to svn returned an error, call cygpath first to get
the directory path, and call svn a second time on the result.
2011-11-17 10:10:12 +00:00
Laurent Rineau
9024d5bc04
Fix the text of the assertion msg. Thanks to Sebastien L.
2011-11-16 18:25:18 +00:00
Laurent Rineau
3d1dc999a0
Add an assertion that checks that a point constructed as the midpoint of an
...
edge is located either on the edge or inside one of the two incident faces.
2011-11-16 17:58:22 +00:00
Laurent Rineau
26205d8c34
typo in the Combinatorial Maps bib entry
2011-11-16 15:57:05 +00:00
Laurent Rineau
3c755d3213
Update for CGAL-3.10 and 2012
2011-11-16 15:56:30 +00:00
Laurent Rineau
c4df9292a2
Fix the minitoc in html mode
...
Workaround the bad interaction between minitoc and NewTocLayout.
Without that \gdef\lciTocOuterState{Right}, the html convertex inserts some
</td><td> tags outside the table of the minitoc.
Example of the bad inserted tags:
</table>
</td><td class="TocGroupOddRight">
2011-11-15 19:34:28 +00:00
Laurent Rineau
93486787c3
The inside of ccPkgDescription must not contain black lines between macros
...
Otherwise that inserts a buggy "<p>" tag in the package overview where the
doctype does not allow it.
2011-11-15 19:16:23 +00:00
Laurent Rineau
07be7f49a5
Include <CGAL/glu.h> where needed
2011-11-09 22:45:52 +00:00
Efi Fogel
0ed3305f2a
fixed a typo
2011-11-09 16:32:02 +00:00
Efi Fogel
22be584197
fixed a typo
2011-11-09 16:12:44 +00:00
Laurent Rineau
c7ca93c07e
Include <CGAL/glu.h> before any use of GLU
2011-11-09 14:24:17 +00:00
Guillaume Damiand
7414673b78
Remove two unused variables.
2011-11-09 06:36:07 +00:00
Guillaume Damiand
22551952e6
Add Linear_cell_complex-gdamiand in candidate_branches.
2011-11-08 19:57:39 +00:00
Olivier Devillers
0891a8d359
<code> in changes.html
2011-11-08 15:52:58 +00:00
Olivier Devillers
e5ad0e4e78
<code> in changes.html
2011-11-08 15:52:29 +00:00
Olivier Devillers
bc27ee7e73
update changes.html
2011-11-08 15:48:03 +00:00
Olivier Devillers
2f0a2c94ba
Merged feature-branch Generator-removed_deprecated-odevil into next
2011-11-08 15:22:43 +00:00
Olivier Devillers
43a831ae5e
merge next
2011-11-08 15:19:20 +00:00
Laurent Rineau
d5fb396c13
Use file(GLOB .. RELATIVE ..) to list packages
...
That seems a bit easier, and gives better log messages.
2011-11-08 15:03:22 +00:00
Laurent Rineau
5b5f744f7a
New branch to test a patch to internals of branch-build
2011-11-08 15:01:58 +00:00
Guillaume Damiand
0acc0022c0
Merged feature-branch CMap_bugfix-gdamiand into next. Small bug fix in Combinatorial_map package. Test suite is ok.
2011-11-08 14:39:56 +00:00
Guillaume Damiand
ed25a632bf
Merge with branches/candidate-packages/Combinatorial_map.
2011-11-08 09:56:54 +00:00
Guillaume Damiand
b7b21d5d23
Create a full branch to prepare the reintegrate of candidate package branches/candidate-packages/Combinatorial_map.
2011-11-08 09:40:48 +00:00