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
Sébastien Loriot
45afdeef36
add a benchmark to compare the different traits and classes
2013-07-05 10:43:38 +02:00
Sébastien Loriot
67925033d6
use the default for the exact kernel
2013-07-05 09:52:12 +02:00
Guillaume Damiand
685d595c29
Remove a warning: avoid to compile close<-1>.
2013-07-05 07:12:34 +02:00
Nico Kruithof
3eeb035a33
Moved a generic named class to an internal namespace
2013-07-04 23:52:59 +02:00
Sébastien Loriot
f61c8acc07
fix warning in the documentation
2013-07-04 19:16:58 +02:00
Sébastien Loriot
40ac8d3bc5
Merge branch 'AABB_tree-new_primitive_api_bugfix-local'
...
Successfully tested in CGAL-4.3-Ic-80
Approved by the release manager
2013-07-04 19:15:07 +02:00
Sébastien Loriot
3f42c2542b
update changes
2013-07-04 19:04:18 +02:00
Sébastien Loriot
16c73887dc
Merge branch 'Segment_Delaunay_graph_2-using_spatial_sorting-sloriot'
...
Successfully tested in 4.3-Ic-80
Approved by the release manager
See Features/Small_Features/Spatial_sorting_and_sdg
2013-07-04 18:53:11 +02:00
Guillaume Damiand
d2e409487e
Bug fix in close operation.
2013-07-04 16:55:53 +02:00
Clement Jamin
97bef9652a
Merge branch 'Mesh_3-fix_documentation-cjamin-old' into Mesh_3-fix_documentation-cjamin
2013-07-04 14:41:33 +02:00
Laurent Rineau
16cc269288
Change the SOVERSION to 10.0.2
2013-07-04 14:04:45 +02:00
Clement Jamin
4c65ac7042
Added "Concurrency in CGAL" to Changes
2013-07-04 12:56:37 +02:00
Clement Jamin
07f3dce6ff
Merge branch 'concurrency_in_cgal-cjamin'
...
Merge of the technical feature "Conncurrency in CGAL"
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Concurrency_in_CGAL
This technical feature summarizes information on how to introduce shared-memory
concurrency into CGAL.
Approved by the release manager
2013-07-04 12:51:19 +02:00
Laurent Rineau
e724c1f519
Fix end-of-lines and end-of-files
2013-07-04 11:51:23 +02:00
Clement Jamin
4b9df4540a
Added a test for TBB
2013-07-03 19:00:54 +02:00
Clement Jamin
8b0edee1f4
Merge branch 'concurrency_in_cgal-cjamin-old' into concurrency_in_cgal-cjamin
2013-07-03 17:17:34 +02:00
Clement Jamin
4d0c6a6bb0
Better FindTBB.cmake which works even if the debug version is not found
...
If the debug versions are not found, the release versions will be used instead
for the debug mode.
If the tbb_malloc library is not found, doesn't link with it.
2013-07-03 16:48:10 +02:00
Sébastien Loriot
d1ad4260e2
do not use MP_float in examples
2013-07-03 15:01:46 +02:00
Clement Jamin
31342deb22
Better doc for tags.
2013-07-03 13:01:09 +02:00
Sébastien Loriot
6735255fd0
The vertex point property map can be external for non-CGAL graph implementation
...
This is a bugfix of the API
2013-07-03 12:51:09 +02:00
Clement Jamin
9c57c17a34
Bugfix for TBB_LIBRARY_DIRS
2013-07-03 12:28:50 +02:00
Sébastien Loriot
755b41e67b
add a new line at the end of file to please msvc
2013-07-03 10:45:31 +02:00
Sébastien Loriot
53bb2bf5a4
bugfix: do not dereference an iterator that can be past-the-end
2013-07-03 07:48:29 +02:00
Sébastien Loriot
6484c6e6da
typo
2013-07-02 19:59:57 +02:00
Sébastien Loriot
72f117839f
update the insert function to dispatch according to the value-type
2013-07-02 19:51:34 +02:00
Sébastien Loriot
1aa8ab8afa
add function to insert a range of segments
2013-07-02 18:49:02 +02:00
Sébastien Loriot
1799dc232a
add function to insert a range of segments from points and pairs of indices
2013-07-02 14:35:46 +02:00
Sébastien Loriot
c48c9e21bd
make each ipelet linking to ipe library
2013-07-02 14:24:14 +02:00
Sébastien Loriot
b9d1183cd0
add function to insert a range of points using spatial sorting
2013-07-02 11:58:40 +02:00
Sébastien Loriot
2fb80f6520
add Less_x_2 and Less_y_2 in the traits concept and its models
...
this is needed to use the spatial sorting
2013-07-02 11:57:02 +02:00
Jane Tournois
f5dc6ae419
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-07-02 11:17:43 +02:00