Sébastien Loriot
b8f31dde5b
Merge branch 'STL_Extension-add_operator_dispatch_output-local'
...
successfully tested in CGAL-4.3-Ic-51
2013-06-05 16:44:14 +02:00
Sébastien Loriot
392c54d95b
Merge branch 'Polyhedron_3-corefinement_demo-sloriot'
...
affects only the corefinement plugin of the Polyhedron_3 demo
2013-06-05 16:37:51 +02:00
Sébastien Loriot
8f2d428df5
add a visitor to the visitor to keep track of new vertices added
2013-06-05 16:27:56 +02:00
Guillaume Damiand
a4e392b552
Copy of CMap: ok for code and test suite.
2013-06-05 16:16:02 +02:00
Laurent Rineau
7b7029fdbc
Fix a warning (unused parameter) in Mesh_3
2013-06-05 14:55:22 +02:00
Sébastien Loriot
7bd344a033
add a cleaner way to create new nested facets
2013-06-05 10:51:11 +02:00
Sébastien Loriot
77c5f7320b
remove unused functions
2013-06-05 10:17:12 +02:00
Sébastien Loriot
b72e31e2ae
ADL does not apply to a function with an explicitly qualified template argument
2013-06-05 09:23:38 +02:00
Sébastien Loriot
5a8c5925ac
update function calls due to API change
2013-06-05 09:05:05 +02:00
Sébastien Loriot
bafee0c369
specialization of Kernel_traits so that Robust_intersection_traits is picked
2013-06-05 09:04:05 +02:00
Sébastien Loriot
d8990ec5f5
ifstream are taken by reference, an lvalue is required
2013-06-05 09:03:28 +02:00
Sébastien Loriot
0e5d524577
CGAL::Typed_identity_property_map_by_reference has been renamed, update missed examples
2013-06-05 09:02:31 +02:00
Sébastien Loriot
fb3719a947
add a new target for the documentation testsuite
2013-06-04 19:02:35 +02:00
Guillaume Damiand
035ff356b6
Better solution for lcc copy
2013-06-04 18:27:13 +02:00
Sébastien Loriot
0c9656f553
add missing overload of operator= if EDG is defined
2013-06-04 16:53:05 +02:00
Sébastien Loriot
f0a5e23c97
bug-fix: take the variant by reference to avoid refering to a temporary
...
variant are not ref-counted
2013-06-04 14:05:18 +02:00
Guillaume Damiand
6e7babc14b
copy cont
2013-06-04 13:23:43 +02:00
Sébastien Loriot
f9ac8d4288
Merge branch 'AABB_tree-fix-memory-leak-local'
...
Successfully tested in CGAL-4.3-Ic-50
2013-06-04 12:40:27 +02:00
Sébastien Loriot
7cd622b6b5
add an example to get an idea of the speed if we skip the combinatorial map
2013-06-04 12:34:03 +02:00
Nico Kruithof
a94549091c
Resolving warnings
2013-06-04 11:33:38 +02:00
Sébastien Loriot
0f894d73a3
add a function that mark the componants and keep one representant per componant
2013-06-04 11:30:06 +02:00
Sébastien Loriot
cf6cc0d775
remove wrongly added line
2013-06-04 11:29:11 +02:00
Panagiotis Cheilaris
4217cc2459
find template figure in its new place from script
2013-06-04 09:58:34 +02:00
Panagiotis Cheilaris
7a1201e1dc
move template figure to correct directory
2013-06-04 09:55:44 +02:00
Panagiotis Cheilaris
373a733fc9
make script python version agnostic
2013-06-04 09:50:34 +02:00
Guillaume Damiand
1cc9540daf
copy cont
2013-06-03 22:08:57 +02:00
Philipp Möller
fd0a2b46f4
Merge branch 'Documentation-remove-dxyassist-pmoeller'
2013-06-03 20:37:20 +02:00
Sébastien Loriot
404bba0aeb
add a workaround for a bug in boost variant and its swap function
...
the bug appears on MSVC
The ticket is here:
https://svn.boost.org/trac/boost/ticket/2839
2013-06-03 19:04:08 +02:00
Guillaume Damiand
6cc05e3920
wip copy
2013-06-03 18:50:35 +02:00
Guillaume Damiand
182e524200
cont tests for copy
2013-06-03 15:37:43 +02:00
Sébastien Loriot
7a7f9be240
incorrect simplification: empty() is not equivalent to size()>1
2013-06-03 15:29:41 +02:00
Guillaume Damiand
7ce76b0d82
Merge branch 'Combinatorial_map_copy2-gdamiand' of ssh://scm.cgal.org/var/git/cgal into Combinatorial_map_copy2-gdamiand
2013-06-03 13:58:48 +02:00
Guillaume Damiand
2fcd25ad13
copy cont...
2013-06-03 13:58:31 +02:00
Nico Kruithof
2db890c902
Fixed typo
2013-06-03 12:53:43 +02:00
Guillaume Damiand
13a1bf5903
cont...
2013-06-03 09:10:44 +02:00
Monique Teillaud
6c4357eb2f
doc bug fix (following a question by a user on cgal-discuss)
...
same as 2d8f2caf54
2013-06-03 09:06:08 +02:00
Sébastien Loriot
8bb442ae3b
fix a memory leak in the destructor of AABB_tree
...
the primitive container was clear before deleting the nodes
(which was not done since the container was empty)
At the same time I made the delete of the KD-tree done only
if it was constructed
2013-06-03 08:29:40 +02:00
Guillaume Damiand
6fca991923
Copy constructor for cmap cont
2013-06-02 21:07:33 +02:00
Sébastien Loriot
5635183db7
add global functions bbox_2 and bbox_3 in the Kernel
...
remove the function from the 2D function from the Polygon package
2013-05-31 19:44:21 +02:00
Sébastien Loriot
43d4a00db0
add operator+= in bbox classes
2013-05-31 19:09:31 +02:00
Sébastien Loriot
2997e8ae08
Dispatch_(or_drop_)output_iterator<V,O> now accepts a tuple V put in it ...
...
...and makes the correct dispatch to the output iterators in O
2013-05-31 17:20:47 +02:00
Philipp Möller
54f0b65a21
Small hint for a TODO
2013-05-31 16:48:28 +02:00
Philipp Möller
2edd3b93d0
Remove the amount of produced build targets
2013-05-31 16:45:58 +02:00
Philipp Möller
c4e778f5aa
Correct LAYOUT_FILE
2013-05-31 16:25:27 +02:00
Philipp Möller
359ebb016e
Pass the new option to postprocess
2013-05-31 16:25:12 +02:00
Philipp Möller
4808fc0374
Adapt the postprocess_script
...
Paths of the documentation have changed
2013-05-31 16:24:58 +02:00
Sébastien Loriot
3ffe7cba7e
remove tabs
2013-05-31 16:12:15 +02:00
Guillaume Damiand
21387b2601
tests for lcc copy (nyf)
2013-05-31 15:45:47 +02:00
Guillaume Damiand
db584a8465
Bug fix in doc
2013-05-31 15:05:19 +02:00
Guillaume Damiand
d3e2d15be7
Add tests to copy lcc
2013-05-31 15:02:25 +02:00