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
Eric Berberich
aa414b9ed5
fixed years
2013-07-22 09:33:21 +02:00
Eric Berberich
64f98fa6c7
removed old code
2013-07-22 09:33:21 +02:00
Efi Fogel
aee694b391
Fixed _hole_creation_on_edge_removal()
2013-07-21 18:09:39 +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
Eric Berberich
cdc17064f5
replaced top_traits.hole_creation... with general _hole_creation...
2013-07-18 14:54:37 +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
Efi Fogel
57101ce35d
Integrated with a recent version master
2013-07-14 14:40:09 +03: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
Sébastien Loriot
ba4df29448
add examples using spatial sorting
2013-07-05 12:00:09 +02:00
Sébastien Loriot
51c5a5c5ed
remove unused variable warnings
2013-07-05 11:36:06 +02:00
Sébastien Loriot
fbd6af3a62
remove extra sdg
2013-07-05 11:22:31 +02:00
Sébastien Loriot
04a5609b6a
update benchmark
2013-07-05 11:12:57 +02:00
Sébastien Loriot
4160148c42
using typedef instead of inheritance
2013-07-05 11:12:32 +02:00
Jane Tournois
cd6669cf99
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-07-05 11:02:40 +02:00
Clement Jamin
98cfba361c
Fix Rebind_TDS bug
...
Conflicts:
Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h
2013-07-05 10:50:17 +02:00