Sébastien Loriot
ddda698034
inline the nested class Intersection_and_primitive_id in the documentation
2013-07-24 17:06:35 +02:00
Sébastien Loriot
c2fc43a8df
make doxygen picking the correct return type
2013-07-24 16:59:01 +02:00
Sébastien Loriot
a10c77ab03
typo in doc
2013-07-24 16:50:20 +02:00
Sébastien Loriot
79442d98ee
doc typo
2013-07-24 16:43:07 +02:00
Sébastien Loriot
773342f68e
forgot to rename doc_tex files
2013-07-24 16:31:14 +02:00
Marc Glisse
edd2d1735e
Interval arithmetics was broken even with gcc...
2013-07-24 13:42:09 +02:00
Sébastien Loriot
fc781d10f0
add a benchmark on insertion of points on constrained edges with EPEC
...
results on ../../../Segment_Delaunay_graph_2/benchmark/Segment_Delaunay_graph_2/data/norway.cin
Triangulation built 40561
40578 edges to process
Unconstraining first 81139 0.988062
40578 edges to process
Unconstraining first +hint 81139 0.424027
40578 edges to process
Not unconstraining first 81139 0.868054
40578 edges to process
Not unconstraining + hint 81139 0.288018
40578 edges to process
Not unconstraining + locate 81139 0.056003
2013-07-24 13:07:22 +02:00
Sébastien Loriot
9c0808cad1
fix name of classes that do not respect CGAL naming conventions
...
AABB_HalfedgeGraph_segment_primitive -> AABB_halfedge_graph_segment_primitive
AABB_FaceGraph_triangle_primitive -> AABB_face_graph_triangle_primitive
2013-07-23 17:46:50 +02:00
Sébastien Loriot
4d54051234
Merge branch 'AABB_tree-fix_template_parameter_name-local'
...
documentation bugfix
tested in CGAL-4.3-Ic-99
Approved by the interim release manager
2013-07-23 16:50:08 +02:00
Marc Glisse
15d03643fc
Protect the other side of subtractions for interval arithmetics.
...
Itanium also has excess precision, apparently.
2013-07-23 14:46:50 +02:00
Sébastien Loriot
2bf7690f57
rename template parameter cache_datum to CacheDatum
...
template parameter should be camel case
2013-07-22 14:52:16 +02:00
iyaz
c919081e16
Revert "Use BOYKOV_KOLMOGOROV for test - will be reversed"
...
This reverts commit 0364b9f4f0d134563749216460aa9abf6b8389ee.
2013-07-22 11:44:17 +03:00
iyaz
7545de5539
Use BOYKOV_KOLMOGOROV for test - will be reversed
2013-07-22 11:15:25 +03:00
Sébastien Loriot
79611cb521
Merge branch 'Polyhedron-demo_select_duplicated_points-local'
...
successfully tested in CGAL-4.3-Ic-95
The changes are only in the Polyhedron demo
2013-07-19 17:22:17 +02:00
Nico Kruithof
e6a963832c
Fixed errors in the Doxygen documentation
...
- Missing template arguments
- Typo in iterator types in P2T2
2013-07-18 20:59:27 +02:00
Nico Kruithof
fe3017a048
minor fix for master
...
- Fixed #define guard
- Fixed #include
2013-07-18 20:57:45 +02:00
Clement Jamin
cbb31d1283
The figures are now included in the LaTeX output
...
Approved by the release manager
2013-07-18 16:47:49 +02:00
Sébastien Loriot
1917bb8070
add an action to select duplicated points
2013-07-18 13:35:03 +02:00
Sébastien Loriot
9972c8109d
do not use a non-initialized variable
2013-07-17 11:37:46 +02:00
Sébastien Loriot
06823c37cb
sort changes by feature first, then small features
2013-07-16 19:50:19 +02:00
Sébastien Loriot
37338ebc44
update changes
2013-07-16 19:43:53 +02:00
Nico Kruithof
104f121c6d
Approved by the Release Manager
...
Merge branch 'predicate_to_functor'
2013-07-16 14:19:43 +02:00
Sébastien Loriot
32f1e53b41
allow the polyhedron copy to also append into an existing polyhedron
...
trivial fix on a non-documented class (not included by any file in CGAL)
2013-07-16 12:54:31 +02:00
Laurent Rineau
2fe1349d3e
Fix my script for compiling Boost, after the update of testing platforms
2013-07-15 15:41:56 +02:00
Nico Kruithof
0889773189
* Changed template parameter Predicate_ to Functor_ (for the traits classes of P2T2 and P3T3)
...
* Added side_of_bounded_circle to the predicates in the 2D traits classes
2013-07-15 13:06:45 +02:00
Clement Jamin
c4810b6b55
Add the "path" latex package for documentation
...
Approved by the release manager
2013-07-11 17:25:32 +02:00
Laurent Rineau
613e436ded
Merge commit '3eeb035'
...
Merge the branch 'Periodic_2_triangulation_2'. There was one commit left.
Tested in CGAL-4.3-Ic-82
2013-07-11 16:50:14 +02:00
Sébastien Loriot
5a64bd3bba
Merge branch 'Mesh_3-remove_unused_code-local'
...
Sucessfully tested in CGAL-4.3-Ic-87
2013-07-11 14:12:11 +02:00
Sébastien Loriot
08c9214275
doc: last replacements of \R by \mathbb{R}
2013-07-11 07:29:53 +02:00
Clement Jamin
2ddd815832
More replacement in the doc of \R by \mathbb{R}
2013-07-10 19:40:29 +02:00
Sébastien Loriot
d4d9bc212b
replace in the doc \R by \mathbb{R}
...
\R is not a valid latex command
I used: sed -i 's/\\f$\s*\\R/\\f$ \\mathbb{R}/g'
2013-07-10 17:07:43 +02:00
Sébastien Loriot
ea6fd4754a
Merge branch 'Segment_Delaunay_graph_2-remove_warnings-local'
...
Sucessfully tested in CGAL-4.3-Ic-86
2013-07-10 16:54:10 +02:00
Laurent Rineau
3ec78d4c6a
Update the text file CHANGES from changes.html
2013-07-10 15:45:45 +02:00
Sébastien Loriot
2dbf0b4bf7
the grid to do inside-test is no longer needed, a better version is now used
...
the old code can still be accessed in the file:
Operations_on_polyhedra/include/CGAL/Point_inside_polyhedron_3_old.h
2013-07-10 10:42:07 +02:00
Sébastien Loriot
da4320735c
add missing license
2013-07-09 17:35:38 +02:00
Sébastien Loriot
20446fa777
Merge branch 'Mesh_3-using_new_inside_polyhedron-local'
...
Successfully tested in CGAL-4.3-Ic-85
Approved by the release manager
Conflicts:
Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h
2013-07-09 17:34:15 +02:00
Sébastien Loriot
0a8b25bd4a
Merge branch 'Number_types-MP_Float_opti_bug-local'
...
Successfully tested in CGAL-4.3-Ic-85
Approved by the release manager
2013-07-09 17:29:43 +02:00
Sébastien Loriot
8b7c074e7f
hide variable when not used
2013-07-09 07:43:22 +02:00
Sébastien Loriot
72c9c53a50
typo
2013-07-09 07:35:24 +02:00
Sébastien Loriot
6d12fd4710
fix typos
2013-07-08 18:33:32 +02:00
Sébastien Loriot
5a028644d0
add a paragraph about variant.
...
locally tested
2013-07-08 17:45:32 +02:00
Clement Jamin
67d95bbeb2
Updated changes.html
...
Small feature: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Documentation_fix_in_Mesh_3
Approved by the release manager
2013-07-08 16:14:04 +02:00
Clement Jamin
501484f509
Merge branch 'Mesh_3-fix_documentation-cjamin'
...
Small feature: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Documentation_fix_in_Mesh_3
Approved by the release manager
2013-07-08 16:09:53 +02:00
Sébastien Loriot
a7e7924c51
force the initialization of exp to 0
...
exp was set to 0 in construct_from_builtin_fp_type
except if constructed the MP_Float was constructed from 0.
This leads on some compiler as having exp being a NAN.
since exp was explicitly set to 0 in the init function
2013-07-08 12:30:58 +02:00
Guillaume Damiand
c930b465af
Merge branch 'Bugfix_close-gdamiand'
...
Approved by the release manager
2013-07-08 10:54:03 +02:00
Sébastien Loriot
42fa044273
fix warnings
2013-07-08 07:58:56 +02:00
Sébastien Loriot
454451556b
use correct include header
2013-07-08 07:47:42 +02:00
Sébastien Loriot
08d37234c1
Merge branch 'Segment_Delaunay_graph_2-better_examples-sloriot'
...
Successfully tested in CGAL-4.3-Ic-82
2013-07-08 07:42:07 +02:00
Clement Jamin
2f942612b4
Merge branch 'Mesh_3-fix_documentation-cjamin' of ssh://scm.cgal.org/var/git/cgal into Mesh_3-fix_documentation-cjamin
2013-07-05 12:51:13 +02:00
Clement Jamin
f0a91b9c84
Fix link in the doc
2013-07-05 12:50:23 +02:00