Commit Graph

231 Commits

Author SHA1 Message Date
Andrii Sydorchuk
a580d5bb12 Merge pull request #2 from MarcelRaad/patch-1
Fix warning with MSVC 14
2014-07-03 19:49:10 +02:00
Marcel Raad
1516bbd192 Fix warning with MSVC 14
Microsoft Visual C++ 14 has a new warning:
"warning C4456: declaration of 'denom' hides previous local declaration".
2014-07-03 18:56:26 +02:00
Andrii Sydorchuk
0b81c42adf Merge branch 'awulkiew-fix/unused' into develop 2014-06-20 13:23:49 +02:00
Andrii Sydorchuk
76a3d4f5f2 Merge branch 'fix/unused' of https://github.com/awulkiew/polygon into awulkiew-fix/unused 2014-06-20 13:22:05 +02:00
Andrii Sydorchuk
f31ddd50f5 Merge branch 'master' into develop 2014-06-20 13:14:25 +02:00
Adam Wulkiewicz
7dd1d215a5 Fix test compilation error - invalid return type 2014-06-19 22:32:04 +02:00
Adam Wulkiewicz
e3292433ef Fix unused typedefs warnings 2014-06-19 22:28:09 +02:00
Andrii Sydorchuk
bc281d9479 [Polygon] Fix rectangle test, failing on some platforms 2014-06-11 22:40:10 +02:00
Andrii Sydorchuk
a6f610f8cf Merge branch 'master' into develop 2014-05-21 23:34:43 +02:00
Andrii Sydorchuk
5e89f4a794 [Polygon] Add regression test module for polygon rectangle concept. 2014-05-21 23:34:32 +02:00
Andrii Sydorchuk
fed4a74dff Merge branch 'master' into develop 2014-05-21 23:33:22 +02:00
Andrii Sydorchuk
b9c8824569 [Polygon] Fix issue #10033 (scale_down on rectangle does not compile with clang 5.1). 2014-05-21 23:32:33 +02:00
Andrii Sydorchuk
c0ba89d6e9 [Polygon] Check headers with clang static analyzer. 2014-05-21 23:13:01 +02:00
Andrii Sydorchuk
378afd9fad Merge branch 'master' into develop 2014-05-08 01:55:31 +02:00
Andrii Sydorchuk
2367a2de80 [Polygon] Rewrite insert_vertex_sequence, related ticket #8685. 2014-05-08 01:54:50 +02:00
Andrii Sydorchuk
71f0b9451f [Polygon] Documentation fixes related to ticket #8026. 2014-05-03 23:00:13 +02:00
Andrii Sydorchuk
9b3ff99a3e [Polygon] Documentation fixes related to ticket #8026. 2014-05-03 22:55:08 +02:00
Andrii Sydorchuk
80fbc5e6a9 [Polygon] Create separate build target for examples from the public documentation. 2014-05-03 22:43:25 +02:00
Andrii Sydorchuk
8941290bbc Merge branch 'develop' 2014-03-25 20:49:08 +01:00
Andrii Sydorchuk
4c7a3ed665 Merge branch '9776' into develop 2014-03-25 20:46:47 +01:00
Andrii Sydorchuk
f23f2bc7d8 [Polygon] Fixing issue #9776: polygon unittest exceeds object file format during compilation. 2014-03-25 20:46:31 +01:00
Andrii Sydorchuk
6eb8ea5ab1 Merge branch 'develop' 2014-03-19 21:13:56 +01:00
Andrii Sydorchuk
d662cf4df1 Merge branch '6366' into develop 2014-03-19 21:12:29 +01:00
Andrii Sydorchuk
3bdefedab1 Polygon: fixing reopend issue #6366: defect in polygon 90 contains. 2014-03-19 21:10:09 +01:00
Andrii Sydorchuk
ee47f3103d Merge branch 'master' into develop 2014-03-12 21:15:46 +01:00
Andrii Sydorchuk
2435e60576 Moving straight skeleton related implementation to a separate feature branch. 2014-03-12 21:04:25 +01:00
Andrii Sydorchuk
f6811bfe14 Polygon: Removing explicit modificator from point_data copy constructor. 2014-03-11 20:29:42 +01:00
Andrii Sydorchuk
473be38ebf Polygon: fix issue #9386
[SVN r86776]
2013-11-19 23:54:15 +00:00
Andrii Sydorchuk
79ef4fb075 Polygon: fixing issue #8575.
[SVN r86775]
2013-11-19 23:07:09 +00:00
Andrii Sydorchuk
80367374fa Polygon: fixing (site, circle) and (circle, circle) comparison.
[SVN r86223]
2013-10-09 22:17:20 +00:00
Andrii Sydorchuk
d0cd53d252 Polygon: fixing (site, circle), (circle, circle) comparison logic.
[SVN r86222]
2013-10-09 22:09:39 +00:00
Andrii Sydorchuk
a62754183d Polygon: Merging updates to the benchmark.
[SVN r86220]
2013-10-09 19:55:41 +00:00
Andrii Sydorchuk
4419b92cc3 Polygon: correcting glitches in the documentation.
[SVN r86190]
2013-10-07 00:24:26 +00:00
Andrii Sydorchuk
ef93224144 Polygon: rerunning benchmarks; updating benchmark documentation pages.
[SVN r86189]
2013-10-06 23:59:52 +00:00
Rene Rivera
d1768dbda7 Comment out reference to missing test file that was preventing release testing from progressing.
[SVN r86094]
2013-10-01 03:58:37 +00:00
Andrii Sydorchuk
91e0dba106 Polygon: Merging trunk into the release branch.
[SVN r86009]
2013-09-29 18:44:35 +00:00
Andrii Sydorchuk
37b5c36e42 Polygon: fixing msvc warnings.
[SVN r86008]
2013-09-29 18:11:30 +00:00
Andrii Sydorchuk
ce3cd004f0 Polygon: fixing compilation issues.
[SVN r86003]
2013-09-29 15:14:04 +00:00
Andrii Sydorchuk
0b2fbd173a Polygon: updating CGAL portion of Voronoi segment benchmark.
[SVN r85795]
2013-09-19 20:48:25 +00:00
Andrii Sydorchuk
5b5c3dc0f0 [Polygon]: Updating CGAL implementation of the point benchmark.
[SVN r85780]
2013-09-18 22:40:25 +00:00
Andrii Sydorchuk
3020c364d1 Polygon: updating documentation with the recently added polygon decomposition for polygon_90_set_data.get method.
[SVN r85062]
2013-07-17 20:58:28 +00:00
Andrii Sydorchuk
735d7a10af Polygon: Merging patch provided by Intel into trunk: "Fracturing enhancement to boost::polygon::polygon_90_set_data"
[SVN r85061]
2013-07-17 20:43:55 +00:00
Andrii Sydorchuk
1ebb72d500 Polygon: merging fix of bug #8197 with release branch.
[SVN r85055]
2013-07-16 20:15:38 +00:00
Andrii Sydorchuk
e4d940f602 Polygon: simplifying site event data structure.
[SVN r84601]
2013-06-01 15:25:09 +00:00
Andrii Sydorchuk
1d194a3214 [Polygon] Merging from trunk for the upcoming release: 1) Updated Voronoi documentation. 2) Fixed #8026, #8197, #8257.
[SVN r83918]
2013-04-15 22:27:46 +00:00
Andrii Sydorchuk
6205a4a489 Polygon: fixing ulp comparison range between Voronoi vertices and sites.
[SVN r83907]
2013-04-14 21:54:01 +00:00
Andrii Sydorchuk
414f72bea3 Polygon: Updating Voronoi documentation. Removing documentation for Voronoi predicates and robust fpt, as description is too general.
[SVN r83804]
2013-04-07 23:23:46 +00:00
Andrii Sydorchuk
38d9013fd3 Polygon: Improving documentation. Updated Voronoi Main/Builder/Diagram pages.
[SVN r83803]
2013-04-07 23:09:31 +00:00
Andrii Sydorchuk
452b8b5619 Polygon: updated Voronoi Main documentation page.
[SVN r83513]
2013-03-21 23:08:57 +00:00
Andrii Sydorchuk
0b422e56a6 Polygon: fixing ticket #8197 (range/algorithm conflicts with polygon).
[SVN r83507]
2013-03-20 20:36:33 +00:00