Commit Graph

  • 4f5108d143 Polygon: fixing ticket #8026 (Documentation for point concept is missing a typedef). Andrii Sydorchuk 2013-03-07 22:11:40 +0000
  • b13cab7373 Polygon: fixing ticket #8257 (#pragma warning default in polygon). Andrii Sydorchuk 2013-03-07 20:42:35 +0000
  • 7a2ee5b963 Polygon: cleaning trunk for the new changes. Andrii Sydorchuk 2013-03-06 23:13:09 +0000
  • 8b6bef77f0 Polygon: Sync public interface of point/segment/interval data with documentation. Andrii Sydorchuk 2012-12-17 22:04:56 +0000
  • 75f3c81ac4 Polygon: fixing duplicate bookmark in the documentation. Andrii Sydorchuk 2012-12-17 00:10:26 +0000
  • 44a0c5f36a Polygon: Merging trunk and release branches. Added tests and refactored data/traits/concept classes for point/interval/segment. Removed point_3d point/interval/segment. Simplified transform (3D->2D). Fixed bugs: #6366, #7678. Andrii Sydorchuk 2012-12-16 23:16:06 +0000
  • 23d0873703 Polygon: preparing trunk for the release with merge. Andrii Sydorchuk 2012-12-16 23:04:23 +0000
  • e15344d826 Polygon: finished interval concept refactoring; completed interval unit tests coverage. Andrii Sydorchuk 2012-12-11 22:29:10 +0000
  • 7b3a728d87 Polygon: Refactoring data/concept/traits classes for point/segment/interval. Andrii Sydorchuk 2012-12-10 23:13:43 +0000
  • 12475e36a5 Polygon: fixing bug #7678. Andrii Sydorchuk 2012-11-19 22:52:07 +0000
  • 9ce5b8a69b Polygon: fixing bug #6366. Andrii Sydorchuk 2012-10-30 23:55:13 +0000
  • 9297c7936e Polygon: fixing point test. Andrii Sydorchuk 2012-10-20 20:49:42 +0000
  • 5969459bd6 Polygon: refactoring transform; moving transform from 3D -> 2D. Andrii Sydorchuk 2012-10-17 23:11:42 +0000
  • 83f1c29586 Polygon: getting rid of point 3D data/traits/concept; moving transform from 3D -> 2D. Andrii Sydorchuk 2012-10-17 22:15:37 +0000
  • 2355b3355c Polygon: refactoring point data/traits/concept; adding point data/traits/concept unit test; updating documentation. Andrii Sydorchuk 2012-10-17 20:39:00 +0000
  • ad8a3b9e01 Polygon: improving logging to track error on MinGW-w64-4.7 jc-bell.com platform. Andrii Sydorchuk 2012-09-28 21:57:03 +0000
  • d38ce95044 Polygon: fixing skeleton_predicates test. Andrii Sydorchuk 2012-09-23 21:15:36 +0000
  • da70f6f28b added support for pseudo splits, improved existence predicate and added search for 2nd order split events Luke Simonson 2012-09-22 22:08:43 +0000
  • 3c2def93bc using Andrii's event point construction and added support for multiple split edge handling Luke Simonson 2012-09-19 18:08:44 +0000
  • 22c39fdd9b initial checkin of skeleton algorithm Luke Simonson 2012-09-19 03:20:19 +0000
  • 665d41bc3b fixed std::cout for clang Luke Simonson 2012-09-19 00:26:14 +0000
  • fc5782529c Polygon: merging recent trunk fixes: removing all static data from the Voronoi headers; fixing lazy sss predicate logic. Andrii Sydorchuk 2012-09-18 21:13:41 +0000
  • 0dc212a8c8 Polygon: Fixing precision of the sss lazy functor. Andrii Sydorchuk 2012-09-18 21:02:47 +0000
  • be43aebc23 Removing static variables from the Voronoi code. Andrii Sydorchuk 2012-09-18 20:39:19 +0000
  • 2bc212d277 Polygon: acutally adding skeleton predicates header file. Andrii Sydorchuk 2012-09-18 19:53:57 +0000
  • 1fb0223178 Polygon: moving from static const int to enums. Andrii Sydorchuk 2012-09-17 22:12:40 +0000
  • e1bae84457 Polygon: adding straight skeleton functor to compute intersection event parameters. Andrii Sydorchuk 2012-09-17 21:12:40 +0000
  • f3c8a67eab Polygon: merge from trunk. New functionality: Voronoi diagram, segment concept, segment utils. Andrii Sydorchuk 2012-09-16 22:48:03 +0000
  • 277a6ce325 Polygon: Final style fixes & layout fixes before merging with release branch. Andrii Sydorchuk 2012-09-16 11:10:49 +0000
  • 3c211df846 Polygon: Updating segment utils. Andrii Sydorchuk 2012-09-15 19:38:03 +0000
  • 5ef1c4c822 Polygon: Removing redundant comments; Updating voronoi_diagram source/documentation. Andrii Sydorchuk 2012-09-12 19:00:40 +0000
  • 423d88ca09 fixed typos Luke Simonson 2012-09-11 21:42:03 +0000
  • 1e2088149f added segment utils to support preprocessing of line segment data to satisfy voronoi diagram precondition Luke Simonson 2012-09-11 21:30:03 +0000
  • 00116e5e36 Polygon: Making function names bold in the documentation; Updating voronoi.hpp routines; Updating documentation. Andrii Sydorchuk 2012-09-11 18:58:03 +0000
  • 18f38073df fixed typo Luke Simonson 2012-09-10 21:39:39 +0000
  • 6f7a42227a make function names bold in documentation of orientation test Luke Simonson 2012-09-10 21:20:38 +0000
  • 56a65319ca Polygon: cleaning documentation links and files using Boost inspect util. Andrii Sydorchuk 2012-09-10 21:03:17 +0000
  • bef52a9b3b Polygon: Updating Voronoi diagram page documentation. Updating Voronoi basic tutorial. Andrii Sydorchuk 2012-09-10 20:39:16 +0000
  • 61734ab2b3 Polygon: Updating documentation before the release. Removed voronoi_utils documentation page. Andrii Sydorchuk 2012-09-10 18:42:14 +0000
  • 184fc22227 Polygon: Library updates after gcc run. Andrii Sydorchuk 2012-09-08 12:57:50 +0000
  • 78cac3abb1 Polygon: running new test headers over c++lint checker. Andrii Sydorchuk 2012-09-07 22:20:10 +0000
  • 291eb983cf Polygon: running new headers over c++lint checker. Andrii Sydorchuk 2012-09-07 21:32:48 +0000
  • e10db81c8a Polygon: adding voronoi_diagram unit test; updating rot_prev/rot_next behavior for infinite edges. Andrii Sydorchuk 2012-09-05 22:16:38 +0000
  • 48230b8960 Polygon: udpating Voronoi builder documentation. Andrii Sydorchuk 2012-09-05 20:51:20 +0000
  • 6d9cb6cd84 Polygon: updating public interface of the library. Andrii Sydorchuk 2012-09-05 20:18:04 +0000
  • 06ad8409ab Polygon: cleaning build rule, for voronoi_visualizer. Andrii Sydorchuk 2012-09-04 21:59:23 +0000
  • 38f7100fed Polygon: adding voronoi_events to the public part of the library. Andrii Sydorchuk 2012-09-04 21:26:11 +0000
  • 419a7fc637 Polygon: fixing errors and warnings from trunk build summary. Andrii Sydorchuk 2012-09-02 10:28:45 +0000
  • 4d3a2c4801 Polygon: refactoring & redesigning voronoi diagram structure; code clean up. Andrii Sydorchuk 2012-09-02 10:21:27 +0000
  • 96d3867a35 fix for equivalence bug Luke Simonson 2012-08-31 18:17:28 +0000
  • d77d2fa76a added test for equivalence bug Luke Simonson 2012-08-31 18:16:39 +0000
  • 7a8082686b Polygon: refactoring & redesigning voronoi diagram structure; removing voronoi utils from the main package. Andrii Sydorchuk 2012-08-27 18:49:52 +0000
  • 59a143151d Polygon: udpating Voronoi builder documentation. Andrii Sydorchuk 2012-06-13 20:21:09 +0000
  • 140931653d Polygon: adding initial_index to the Voronoi builder API. Andrii Sydorchuk 2012-06-13 19:58:34 +0000
  • cb4b70dfaf Polygon: moving from index to sorted_index for the site events. Andrii Sydorchuk 2012-05-29 21:22:40 +0000
  • b8b93d63ba Polygon: removed data member from Voronoi primitives; added color member instead; removed size template parameter from the extended_int class methods. Andrii Sydorchuk 2012-05-28 10:23:43 +0000
  • aae3dc5128 Polygon: fixing broken links in the documentation. Andrii Sydorchuk 2012-05-10 23:20:44 +0000
  • 1868431b25 Polygon: fixing Boost.Inspect documentation errors. Andrii Sydorchuk 2012-05-10 23:02:46 +0000
  • 1972475ca6 Polygon: fixing Boost.Inspect errors detected in sources. Andrii Sydorchuk 2012-05-10 22:50:02 +0000
  • 7e43578ac0 Polygon: fixing Voronoi benchmark image links. Andrii Sydorchuk 2012-05-10 21:51:52 +0000
  • 97d05a4194 Polygon: updating documentation. Andrii Sydorchuk 2012-05-10 21:45:11 +0000
  • a37d40c5c2 Polygon: fixing Boost.Polygon trunk test failures. Andrii Sydorchuk 2012-05-10 11:02:16 +0000
  • aac3ee24f3 Polygon: fixing Sandia-pgi-11.9 trunk test target. Andrii Sydorchuk 2012-05-09 21:20:03 +0000
  • b1583fa47f Polygon: fixing failing trunk test targets, removing trailing whitespaces from headers. Andrii Sydorchuk 2012-05-09 19:33:59 +0000
  • 34726bbf6c Polygon: replacing exponent accessor structure of the voronoi coordinate types with calls to the frexp/ldexp. Andrii Sydorchuk 2012-05-08 21:33:33 +0000
  • 034b77c517 Polygon: fixing voronoi static construction template methods (AIX IBM Canada Ltd.). Andrii Sydorchuk 2012-05-08 20:19:15 +0000
  • 654823f727 Polygon: fixing trunk test targets errors. Andrii Sydorchuk 2012-05-08 13:03:06 +0000
  • 915778ebcd Polygon: fixing Boost.Polygon warnings; replacing on_above_or_below with orientation method; updating tests. Andrii Sydorchuk 2012-05-07 22:10:46 +0000
  • c473a8b991 Polygon: Merging Voronoi examples and benchmarks from sandbox to trunk. Andrii Sydorchuk 2012-05-07 20:17:28 +0000
  • 1359cac0e0 Polygon: Fixing trunk test targets. Andrii Sydorchuk 2012-05-07 19:40:35 +0000
  • b6ff1162b3 Polygon: Fixed segment concept intersects method. Updating tests. Fixing test targets failing on trunk. Andrii Sydorchuk 2012-05-06 12:24:59 +0000
  • 9238332034 Polygon: Fixing test targets failing on trunk. Andrii Sydorchuk 2012-05-05 22:40:43 +0000
  • f9f3dd8c0a Polygon: Merging Polygon with Voronoi library. Adding Boost.Polygon segment concept. Adding Voronoi tests. Adding Boost.Polygon segment concept/data/traits tests. Andrii Sydorchuk 2012-05-05 14:29:08 +0000
  • ab71b50a86 added directed_line_esgment_set_data for voronoi diagram integration Luke Simonson 2011-08-02 19:16:41 +0000
  • e30fae9d2d fix for line segment contains point Luke Simonson 2011-07-26 16:30:59 +0000
  • 0dad75432c fix for euclidean distance from point to line segment Luke Simonson 2011-07-26 02:51:42 +0000
  • f2a3351f7b adding directed line segment concept Luke Simonson 2011-07-25 05:47:00 +0000
  • 33b8374945 adding directed line segment concept Luke Simonson 2011-07-25 05:46:21 +0000
  • 7232364ac5 syncing with internal version Luke Simonson 2011-07-24 23:18:10 +0000
  • 0f8ef1e780 added simplify algorithm documentation Luke Simonson 2011-03-29 23:53:33 +0000
  • 65ebf0ba43 added simplify algorithm documentation Luke Simonson 2011-03-29 23:53:22 +0000
  • b30d93ad7a added simplify algorithm Luke Simonson 2011-03-29 23:53:03 +0000
  • 631f8c83fe added simplify algorithm Luke Simonson 2011-03-29 23:52:50 +0000
  • cf51f61e60 added simplify algorithm Luke Simonson 2011-03-29 23:51:59 +0000
  • 476c5f9e94 updated unit test Luke Simonson 2011-03-25 17:35:52 +0000
  • ecf8a02209 fixed snap to 45 and general contains bugs Luke Simonson 2011-03-24 06:50:06 +0000
  • 103dd945be fixed snap to 45 and general contains bugs Luke Simonson 2011-03-24 06:49:19 +0000
  • 60da85594f fixed missing function from bad merge Luke Simonson 2011-03-07 18:59:29 +0000
  • fdc7abc5c5 updated tests to reflect change in use of 45 from general polygon set and test for regression of that change Luke Simonson 2011-03-07 18:54:42 +0000
  • 0192f9d450 removed reference to 45-degree booleans optimization Luke Simonson 2011-03-07 01:31:26 +0000
  • e2ef0ce717 removed reference to 45-degree booleans optimization Luke Simonson 2011-03-07 01:31:09 +0000
  • e2bc65e796 disabled 45-degree booleans optimization Luke Simonson 2011-03-07 01:24:34 +0000
  • 58685a167d disabled 45-degree booleans optimization Luke Simonson 2011-03-07 01:22:52 +0000
  • c655569784 fixed win32 macro usage Luke Simonson 2010-11-30 17:54:24 +0000
  • e760252a2e fixed trac 4868 polygon concept contains function Luke Simonson 2010-11-30 17:53:58 +0000
  • a1219447a2 fixed trac 4868 polygon concept contains function Luke Simonson 2010-11-30 17:53:40 +0000
  • 8cea1fc7df fixed win32 macro usage Luke Simonson 2010-11-30 17:52:36 +0000
  • dd47608137 missing header Luke Simonson 2010-11-11 16:48:57 +0000
  • 40a65132ce merge from trunk Luke Simonson 2010-11-10 18:09:55 +0000
  • a933d58928 merge from trunk Luke Simonson 2010-11-10 18:08:42 +0000