Dror Atariah
972baf6071
Added two Roadmap items
...
- Correct the _locate()
- Correct the way functors access the segment traits.
2013-04-19 17:21:29 +02:00
Dror Atariah
f03fba9ded
Corrected declaration of index in a for loop. Style improve.
2013-04-19 16:56:05 +02:00
Dror Atariah
32b2a46219
Added a roadmap item - overkill in the Push_back_2
2013-04-19 16:23:43 +02:00
Dror Atariah
59ebc5d5f2
BUGFIX: in Make_x_monotone_2 corrected a problem
...
Previously if the polyline went vertically up->down->up (again) then
it wouldn't be split. This was now corrected.
2013-04-19 16:17:52 +02:00
Dror Atariah
799df6c8b7
Styling: replaces min/max_v occurrences with get_min/max_v
...
To stress that it is a function which returns something (Point_2)
2013-04-19 15:58:32 +02:00
Dror Atariah
2c403d9aca
Becoming unfriendly! Remove all un-needed friendships.
2013-04-19 15:44:46 +02:00
Dror Atariah
57bc6defce
Returning const ref Point_2 from the construct_min/max_vertex_2
2013-04-19 15:41:50 +02:00
Dror Atariah
66846e3a7e
Moved Polyline_2 and X_monotone_polyline_2 into a new sub-namespace POLYLINE
2013-04-19 15:25:46 +02:00
Dror Atariah
e2c9e4cf63
Updating comments together with M. Hemmer
2013-04-19 15:18:49 +02:00
Dror Atariah
f46274c4b0
Merge branch 'Aos_2_polyline_cleaning-old' into Aos_2_polyline_cleaning
2013-04-12 11:55:19 +02:00
Dror Atariah
8eeec64cd0
Disabled non-const iterators over the segments
2013-04-12 11:52:23 +02:00
Dror Atariah
e63dedfcba
Cleared the last TODO
2013-04-12 11:37:07 +02:00
Dror Atariah
fc340e85e0
Added a TODO
...
Handle Construct_min_vertex_2 and Construct_max_vertex_2 functors
2013-04-12 11:29:08 +02:00
Dror Atariah
cb86c75346
Merge branch 'Aos_2_polyline_cleaning_WIP_dror' into Aos_2_polyline_cleaning
...
Conflicts:
.gitignore
Arrangement_on_surface_2/examples/Arrangement_on_surface_2/polyline_construction_tests.cpp
Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Polyline_2.h
Arrangement_on_surface_2/include/CGAL/Arr_polyline_traits_2.h
2013-04-12 10:30:09 +02:00
Dror Atariah
191d4bf3de
Polished comments and layout, removed TODO
2013-04-12 09:52:38 +02:00
Laurent Rineau
c2bb1d0532
Remove an extra </ul></ul> in changes.html
...
+ Update the text CHANGES.
Unfortunately, the CHANGES of CGAL-4.2 is the one of CGAL-4.2-beta1, and
has not been updated.
2013-04-11 14:58:08 +02:00
Laurent Rineau
fd71974d1f
master now targets CGAL-4.3
2013-04-11 12:44:17 +02:00
Sébastien Loriot
1e525380e5
remove uneeded and confusing variable
2013-04-11 11:09:45 +02:00
Clement Jamin
f69d3e5e88
Bugfix: "remove(first, beyond)" was missing from the documentation
2013-04-10 17:30:12 +02:00
Dror Atariah
eb89148e98
Updated the constructor used in the example
...
Add a polyline which is constructed by segments that do not have a
proper orientation.
2013-04-10 11:45:50 +02:00
Laurent Rineau
492c8442eb
Fix a typo in a comment
2013-04-09 17:37:00 +02:00
Dror Atariah
2a69db75e9
Added tests that input doesn't contain degenerated segments
...
After deciding that a polyline cannot contain degenerated segments, this commit
implemented the preconditions to verify the validity of the input.
2013-04-09 17:12:02 +02:00
Dror Atariah
d1e5b422fc
Polished the output operator for a polyline
2013-04-09 16:57:18 +02:00
Laurent Rineau
dbb893a3d4
Automated commits should only allow fast-forward git pulls
2013-04-09 16:57:04 +02:00
Laurent Rineau
2af22c9350
updated crontab (automated commit)
2013-04-09 16:51:02 +02:00
Andreas Fabri
033fdc8c49
backquote in the ref manual
2013-04-09 14:02:15 +02:00
Andreas Fabri
afea80501e
fix a typo in the ref manual
2013-04-09 14:02:14 +02:00
Laurent Rineau
89c38bdd49
Merge remote-tracking branch 'origin/Combinatorial_map_bugfix_for_dll-gdamiand'
...
That branch was successfully tested in CGAL-4.2-Ic-213, and fixes a bug
about that static variable null_dart_handle, on Windows, when several
compilation DLLs using the CMap API are used in the same executable. That
fix is supposed to be temporary, for CGAL-4.2.
2013-04-09 12:02:54 +02:00
Laurent Rineau
4b79f49a05
Rename my LEDA platform
...
To show that it is also a Release platform.
2013-04-09 11:28:37 +02:00
Laurent Rineau
13c0542551
Prepare CGAL-4.2
2013-04-08 17:32:52 +02:00
Laurent Rineau
8c01d4b822
Better (and quiet) detection of Git and SVN repositories
2013-04-08 17:32:39 +02:00
Laurent Rineau
671cf0fbc4
Test with g++-4.8 instead of g++-4.9
2013-04-08 15:17:28 +02:00
Laurent Rineau
e5b1cb5337
Fix the documentation of Regular_triangulation_::dual(Cell_handle)
2013-04-03 12:23:56 +02:00
Laurent Rineau
a004a032ec
Merge branch 'Installation-fix_builtin_unreachable_strict_ansi-lrineau'
...
Tested in CGAL-4.2-Ic-207
2013-04-03 12:19:01 +02:00
Sébastien Loriot
e1e0742977
Merge branch 'Straight_skeleton-public_Construct_offset_point-local'
...
tested with CGAL-4.2-Ic-208
approved by the release manager
2013-04-03 11:40:10 +02:00
Sébastien Loriot
bd8b865957
add link to homebrew homepage
2013-03-29 15:57:05 +01:00
Sébastien Loriot
62f7e53b13
make Construct_offset_point public
...
add a benchmark file using it to avoid building the complete exterior skeleton.
2013-03-29 11:23:33 +01:00
Sébastien Loriot
672a87f8f9
explicit epsilon
2013-03-28 18:36:44 +01:00
Laurent Rineau
70b33e7c86
Stéphane is gone. I am the maintainer of Mesh_3.
2013-03-28 16:56:27 +01:00
Laurent Rineau
d09971b3c3
Update the picture of Triangulation_utils_3 (was unreadable)
2013-03-28 14:51:56 +01:00
Andreas Fabri
601009ae35
Add a test for nanoflan
2013-03-28 13:47:52 +01:00
Andreas Fabri
24334fd46a
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-28 10:46:50 +01:00
Sébastien Loriot
2be61b63e6
add benchmarks
...
-to compare the computation of the skeleton with different kernels
-to compare the computation of exterior skeleton
2013-03-27 17:03:20 +01:00
Sébastien Loriot
bebe1ad127
fix typo
2013-03-27 15:19:40 +01:00
Laurent Rineau
b6ffa7c425
Merge branch 'CGAL-fix_warnings-GF'
...
That branch was successfully tested in CGAL-4.2-Ic-205.
2013-03-27 12:23:31 +01:00
Laurent Rineau
5b00ce6616
Add Eigen and ESBTL to x86-64_Linux-Fedora16_g++-4.6.2_m32
2013-03-27 12:02:17 +01:00
Laurent Rineau
c0c18dfe6a
Put /home/lrineau/CGAL/MPFI-RS/setup-rs in setup-common
2013-03-27 12:00:43 +01:00
Laurent Rineau
3007b02bed
Split setup-common into several files
2013-03-27 12:00:20 +01:00
Laurent Rineau
7b8c3c7f82
Update the path of my file setup-common
2013-03-27 11:49:05 +01:00
Laurent Rineau
aadbef6497
x86-64_Linux-Fedora16_g++-4.6.2_Release now uses -DCGAL_NDEBUG
2013-03-27 11:40:25 +01:00