Sylvain Pion
|
85dc12f2a7
|
Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
|
2010-02-01 12:55:28 +00:00 |
|
Laurent Rineau
|
bb7acdc28c
|
Merged revisions 53882,53891-53892,53900,53902-53905 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r53882 | penarand | 2010-01-28 18:31:05 +0100 (Thu, 28 Jan 2010) | 5 lines
corrected typo in preprocessing directive ( and -> && ), avoided some vc
warnings by making some casts explicit and eliminated a spurious #include
that made the compilation fail in some configurations without gmpxx
........
r53891 | lrineau | 2010-01-29 10:03:49 +0100 (Fri, 29 Jan 2010) | 10 lines
Merge from trunk:
| ------------------------------------------------------------------------
| r53889 | stayeb | 2010-01-29 09:47:00 +0100 (Fri, 29 Jan 2010) | 1 line
| Changed paths:
| M /trunk/Mesh_3/include/CGAL/Mesh_3/vertex_perturbation.h
|
| Fix: replace Vector_3() by CGAL::NULL_VECTOR.
| ------------------------------------------------------------------------
........
r53892 | lrineau | 2010-01-29 10:23:09 +0100 (Fri, 29 Jan 2010) | 3 lines
We do not want PDB demos or examples: officially that library is only
an internal tool.
........
r53900 | lrineau | 2010-01-29 12:23:44 +0100 (Fri, 29 Jan 2010) | 2 lines
Remove the GraphicsView demo of Bool_op_2 from the release.
........
r53902 | lrineau | 2010-01-29 14:52:13 +0100 (Fri, 29 Jan 2010) | 3 lines
Add a paragraph about the "determinitication" of 2D/3D triangulations,
segment Voronoi, and Apollonius Graph.
........
r53903 | lrineau | 2010-01-29 15:03:15 +0100 (Fri, 29 Jan 2010) | 2 lines
typos
........
r53904 | lrineau | 2010-01-29 15:23:34 +0100 (Fri, 29 Jan 2010) | 15 lines
Merge from trunk:
| ------------------------------------------------------------------------
| r53887 | afabri | 2010-01-29 09:22:03 +0100 (Fri, 29 Jan 2010) | 1 line
| Changed paths:
| M /trunk/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h
|
| Default constructed boost::rand48 is good enough
| ------------------------------------------------------------------------
| r53888 | afabri | 2010-01-29 09:24:22 +0100 (Fri, 29 Jan 2010) | 1 line
| Changed paths:
| M /trunk/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h
|
| Default constructed boost::rand48 is good enough
| ------------------------------------------------------------------------
........
r53905 | lrineau | 2010-01-29 15:27:21 +0100 (Fri, 29 Jan 2010) | 38 lines
Merge from trunk:
| ------------------------------------------------------------------------
| r53896 | lrineau | 2010-01-29 12:06:00 +0100 (Fri, 29 Jan 2010) | 2 lines
| Changed paths:
| M /trunk/Polyhedron/demo/Polyhedron/MainWindow.ui
| M /trunk/Polyhedron/demo/Polyhedron/Nef_type.h
| M /trunk/Polyhedron/demo/Polyhedron/Nef_type_fwd.h
| M /trunk/Polyhedron/demo/Polyhedron/Polyhedron_demo_nef_plugin.cpp
| M /trunk/Polyhedron/demo/Polyhedron/Polyhedron_demo_triangulate_facets_plugin.cpp
| M /trunk/Polyhedron/demo/Polyhedron/Scene_nef_polyhedron_item.cpp
| M /trunk/Polyhedron/demo/Polyhedron/Scene_nef_polyhedron_item.h
|
| Add 3D Minkowski sum to the (Nef) Polyhedron demo.
|
| ------------------------------------------------------------------------
| r53897 | lrineau | 2010-01-29 12:10:38 +0100 (Fri, 29 Jan 2010) | 2 lines
| Changed paths:
| M /trunk/Polyhedron/demo/Polyhedron/Polyhedron_demo_nef_plugin.cpp
|
| Add a missing break;
|
| ------------------------------------------------------------------------
| r53898 | lrineau | 2010-01-29 12:12:27 +0100 (Fri, 29 Jan 2010) | 2 lines
| Changed paths:
| D /trunk/Minkowski_sum_3/demo
|
| Remove demo/ from Minkowski_sum_3, as the polyhedron demo has the feature.
|
| ------------------------------------------------------------------------
| r53899 | lrineau | 2010-01-29 12:15:43 +0100 (Fri, 29 Jan 2010) | 2 lines
| Changed paths:
| D /trunk/Nef_3/demo/Nef_3/makefile
|
| Remove that old makefile
|
| ------------------------------------------------------------------------
........
|
2010-01-29 14:35:38 +00:00 |
|
Luis Peñaranda
|
389f0f4821
|
eliminated unused parameter warning
|
2010-01-19 09:37:26 +00:00 |
|
Luis Peñaranda
|
6a1ba3ea45
|
deprecated Luis' modular gcd in favour of the RS one
|
2009-12-23 12:41:20 +00:00 |
|
Luis Peñaranda
|
d96f41a2fb
|
eliminated code related to the handling of RS allocators (now done automatically inside the library)
|
2009-12-23 12:01:58 +00:00 |
|
Luis Peñaranda
|
aa4a3a1ebc
|
avoid warning
|
2009-12-23 10:37:41 +00:00 |
|
Luis Peñaranda
|
a4f3b2d50d
|
mpfi_is_zero -> mpfr_zero_p (was buggy because of signed zero)
|
2009-12-23 09:58:49 +00:00 |
|
Luis Peñaranda
|
8ab3e99af4
|
using new RS sign evaluation
|
2009-12-22 22:02:27 +00:00 |
|
Luis Peñaranda
|
22c81379c6
|
created namespace RS3, containing for the moment only the refinement and
the newly added sign function; minor tunings; added the old refine_1.h file
to dont_submit
|
2009-12-22 13:39:59 +00:00 |
|
Luis Peñaranda
|
196107f362
|
eliminated return in void function, added precondition and checks in many
places
|
2009-12-21 15:33:16 +00:00 |
|
Luis Peñaranda
|
876f6a715c
|
forgot return
|
2009-12-21 08:35:02 +00:00 |
|
Luis Peñaranda
|
10e1624178
|
-added support for the new version of RS
-fixed some minor bugs
-now the kernel uses directly the extremely fast RS refinement function
-updated the generic kernel tests accordingly
|
2009-12-19 23:49:05 +00:00 |
|
Luis Peñaranda
|
fde525e773
|
corrected constness, fixed minor bugs and added generic tests (it remains
to test the algebraic_1 explicit interoperability)
|
2009-12-15 14:18:22 +00:00 |
|
Luis Peñaranda
|
52a5f417d1
|
moved Algebraic_kernel_d to the trunk
|
2009-12-10 15:53:43 +00:00 |
|
Michael Hemmer
|
aa4dcf9b6f
|
moved Algebraic_kernel_d to experimental
|
2009-06-29 15:13:59 +00:00 |
|
Michael Hemmer
|
eedb1f4deb
|
A_k_2 derives from A_k_1
|
2009-06-29 11:24:47 +00:00 |
|
Michael Hemmer
|
5b652c0557
|
fix names of functor_name_object functions
|
2009-06-29 07:45:47 +00:00 |
|
Michael Hemmer
|
b3a105602b
|
fix names of functor_name_object functions
|
2009-06-29 07:44:57 +00:00 |
|
Michael Kerber
|
6680840181
|
fixed non-standard computation branch
|
2009-06-16 13:19:59 +00:00 |
|
Michael Kerber
|
7f219b63b6
|
Removed local fix
|
2009-06-16 09:21:29 +00:00 |
|
Michael Hemmer
|
1992c4e684
|
revert last change, since it caused a bug with leda
(though it is not clear why)
|
2009-06-14 08:28:26 +00:00 |
|
Michael Hemmer
|
67899c428d
|
added include for ipower since used
|
2009-06-14 07:38:50 +00:00 |
|
Pavel Emeliyanenko
|
4405f7bab8
|
fix
|
2009-06-08 13:44:15 +00:00 |
|
Michael Kerber
|
bca0d6bed5
|
Adapted to change in Polynomial package
|
2009-05-14 15:56:21 +00:00 |
|
Michael Hemmer
|
4abaae6825
|
avoid copy in shift, still the shift is a hack !
|
2009-05-07 08:14:14 +00:00 |
|
Michael Hemmer
|
2ca9bbb6d6
|
added assertion code
|
2009-05-07 08:10:55 +00:00 |
|
Michael Hemmer
|
608e905d17
|
added CGALi::shift_integer_by since CORE needs special care
|
2009-04-30 13:46:41 +00:00 |
|
Michael Hemmer
|
8361926f8c
|
added GMP types
|
2009-04-30 13:45:26 +00:00 |
|
Michael Hemmer
|
a400aa9b9f
|
added overload for CGAL::min/max
|
2009-04-29 15:25:05 +00:00 |
|
Michael Hemmer
|
f7108fc79f
|
wrong place
|
2009-04-27 09:40:01 +00:00 |
|
Michael Hemmer
|
f384a1c7d4
|
mv from NT support
|
2009-04-27 09:38:19 +00:00 |
|
Michael Hemmer
|
84133a01b1
|
minor fix
|
2009-04-23 13:00:55 +00:00 |
|
Michael Kerber
|
dd188b7e2b
|
Adapted to Polynomial-Update
|
2009-03-16 17:52:52 +00:00 |
|
Eric Berberich
|
b376e9f1bc
|
move to exp branch
|
2009-02-10 13:40:07 +00:00 |
|
Eric Berberich
|
f7c04695e1
|
move to exp branch
|
2009-02-10 13:39:36 +00:00 |
|
Eric Berberich
|
a825b61648
|
move to exp branch
|
2009-02-10 13:38:55 +00:00 |
|
Eric Berberich
|
04e79affab
|
move to exp branch
|
2009-02-10 13:38:35 +00:00 |
|
Eric Berberich
|
48cfbb90c1
|
move to exp-branch
|
2009-02-10 13:38:13 +00:00 |
|
Eric Berberich
|
11e5c9b791
|
move to exp branch
|
2009-02-10 13:37:33 +00:00 |
|
Eric Berberich
|
39fdebff87
|
move to exp branch
|
2009-02-10 13:37:07 +00:00 |
|
Eric Berberich
|
215c9573e9
|
move to exp branch
|
2009-02-10 13:36:45 +00:00 |
|
Eric Berberich
|
f9b6b1fb8e
|
cosmetics
|
2009-02-08 12:58:30 +00:00 |
|
Eric Berberich
|
a7bb914c86
|
make_square_free not in CGALi
|
2009-02-04 17:21:42 +00:00 |
|
Sylvain Pion
|
fbd55f6da0
|
Remove svn:executable property on *.h files
|
2009-01-03 13:33:23 +00:00 |
|
Michael Kerber
|
16b2a871d7
|
Update doc
|
2008-11-04 08:53:29 +00:00 |
|
Eric Berberich
|
b517be3bcf
|
fixes wrt changes in Polynomial
|
2008-10-30 12:28:38 +00:00 |
|
Michael Kerber
|
cb2fe127ab
|
Solve_2 now also handles vertical lines
|
2008-10-28 09:13:03 +00:00 |
|
Michael Kerber
|
e70292c73a
|
wrong comment
|
2008-10-28 09:07:23 +00:00 |
|
Eric Berberich
|
51ec90a977
|
fixes wrt changes in Polynomial-package
|
2008-10-28 09:04:32 +00:00 |
|
Eric Berberich
|
10c63c0969
|
canoni -> canon
|
2008-10-28 08:34:46 +00:00 |
|