Commit Graph

  • 97a024b345
    Merge pull request #26 from rydotyosh/rydotyosh-patch-1 cc Andrii Sydorchuk 2019-05-05 14:24:11 +0200
  • 3043db8b57 Add missing algorithm header when running tests on VxWorks 7 Andriy Sydorchuk 2019-05-05 14:12:57 +0200
  • af2110bde1 Fix GPC link in analysis.htm Andriy Sydorchuk 2019-05-05 14:08:40 +0200
  • a6718a0c34
    Polygon: fixing source category in Voronoi basic tutorial. rydotyosh 2018-12-10 22:00:23 +0900
  • 552f8ac233
    Polygon: fixing printf format in Voronoi basic tutorial. rydotyosh 2018-12-10 21:45:46 +0900
  • 6ad90b5b68
    Merge pull request #24 from boostorg/pr/test-variant-release Andrii Sydorchuk 2018-10-15 13:42:13 +0200
  • af4278f3c4 Test variant=release on Travis Peter Dimov 2018-10-14 20:10:18 +0300
  • 3c94743040 Fix tests hidden under NDEBUG flag Andriy Sydorchuk 2018-10-14 12:21:20 +0200
  • f860a1e185 Add minimal CMakeLists.txt Glen Fernandes 2018-09-20 09:03:51 -0400
  • 8738898fc1
    Merge pull request #21 from artem-ogre/feature/fix-voronoi-vertex-doc Andrii Sydorchuk 2018-09-16 12:00:39 +0200
  • 205cac3df3
    Merge pull request #19 from plopresti/feature/cxx17 Andrii Sydorchuk 2018-09-16 11:59:01 +0200
  • 6df6a3d97f
    Merge pull request #22 from glenfe/develop Glen Fernandes 2018-09-16 00:10:47 -0400
  • cec72adbeb Use LightweightTest instead of Test for unit tests Glen Fernandes 2018-09-15 10:49:07 -0400
  • d2475abdfa Drop dependency on Boost.MPL Glen Fernandes 2018-09-15 10:26:57 -0400
  • 2f28fb9765 Update Travis and add Appveyor configuration Glen Fernandes 2018-09-15 08:20:57 -0400
  • 8590a139f2
    Fix mistakes in voronoi_diagram.htm Artem Amirkhanov 2018-09-13 15:21:36 +0200
  • 05030860c8 Fix more uses of size() Patrick J. LoPresti 2018-09-09 17:49:31 -0700
  • a0abc8a83a Fix polygon_traits.hpp for compatibility with C++17. Patrick J. LoPresti 2018-09-09 17:22:19 -0700
  • 8ffe9e0861 Install libstdc++-4.9 for clang to avoid ::gets error Peter Dimov 2017-11-04 20:38:34 +0200
  • a1c4ebce07 Add .travis.yml Peter Dimov 2017-11-04 16:28:39 +0200
  • a7b78f88d2
    Merge pull request #15 from eldiener/develop Peter Dimov 2017-11-03 23:34:22 +0200
  • 9e8d52e3c0 Remove executable attribute from file. Edward Diener 2017-09-17 16:17:51 -0400
  • fb4d3cec71 Merge pull request #14 from DanielaE/feature/replace-deprecated-c++98-adapters Andrii Sydorchuk 2017-05-22 15:23:49 +0200
  • 65fa37ae57 Replace deprecated/removed C++98 function adapters by inlined typedefs. Daniela Engert 2017-05-13 10:27:41 +0200
  • c9e6a3dfc2 Merge branch 'develop' Andrii Sydorchuk 2015-10-17 22:01:19 +0200
  • 6223cce40d [Polygon] Use std::abs call instead of abs due to compilation issues on Intel Compiler 16.0 Andrii Sydorchuk 2015-10-17 22:00:25 +0200
  • 412403050b Merge pull request #12 from plopresti/feature/coordinate-long Andrii Sydorchuk 2015-10-08 21:21:19 +0200
  • 0ac7230dd1 Add support for "long" coordinate types.:wq Patrick J. LoPresti 2015-10-06 09:23:37 -0700
  • 7f8db3ce40 Merge pull request #11 from fiesh/master Andrii Sydorchuk 2015-10-01 22:58:27 +0200
  • d8d2d5c411 relax workaround to GCC < 6 Christoph Weiss 2015-09-25 14:34:14 +0200
  • 773d1af33c [Polygon] Fix -Wunused-parameter warnings (GCC, Clang); suggested by plopresti Andrii Sydorchuk 2015-09-13 21:16:02 +0200
  • 96ba18eb30 Merge pull request #9 from jeremy-murphy/develop Andrii Sydorchuk 2015-09-01 17:45:24 +0200
  • d7f1a06a38 Missing return keyword in segment_data::operator<. Jeremy Murphy 2015-09-01 10:31:51 +1000
  • 76a4b7b8d1 Merge pull request #8 from posila/x64_build Andrii Sydorchuk 2015-05-19 12:52:40 +0200
  • c56086d153 [Polygon] Fix "possible loss of data" warning on x64 build with MSVC Michal Pavelcik 2015-05-18 17:47:57 +0200
  • 3189de98d8 [Polygon] Add unittest for #10642 Andrii Sydorchuk 2015-04-01 03:41:35 +0200
  • 148396f42d [Polygon] Add unittest for #10636 Andrii Sydorchuk 2015-04-01 03:34:47 +0200
  • 23f36816ec [Polygon] Fix issue #10646 (iterator_compact_to_points wrong equality operator) Andrii Sydorchuk 2015-04-01 03:00:13 +0200
  • add3528860 [Polygon] Fix issue #10976 (insert_vertex_sequence regression) Andrii Sydorchuk 2015-03-20 22:43:51 +0100
  • 17c4b3ccba Hide two-letter ATR names under BOOST_POLYGON_ENABLE_DEPRECATED typedef Andrii Sydorchuk 2015-03-20 20:09:37 +0100
  • 532f97d038 Exclude two-letter names from ATR enum. Andrii Sydorchuk 2015-03-18 19:58:23 +0100
  • 634aa3de29 Merge pull request #5 from fiesh/master Andrii Sydorchuk 2015-02-05 17:53:54 +0100
  • ec43c8a88a work around GCC bug, see https://svn.boost.org/trac/boost/ticket/10531 fiesh 2015-02-05 14:23:29 +0100
  • 5fe679904b Merge pull request #4 from alexhenrie/master Andrii Sydorchuk 2015-02-01 21:47:50 +0100
  • 04ccea0acd Correct spelling of "suppress" Alex Henrie 2015-01-30 15:27:45 -0700
  • ac2c6e9e99 [Polygon] Fix issue #10417 (signed integer overflow in scan_arbitrary) Andrii Sydorchuk 2014-12-17 21:55:03 +0100
  • e48c40fa13 [Polygon] Fix issues #10843 (clars to docs on VD restrictions) Andrii Sydorchuk 2014-12-17 21:32:50 +0100
  • ab452608a3 [Polygon] Update voronoi_builder class comment Andrii Sydorchuk 2014-12-17 20:16:18 +0100
  • 80591aeb33 Merge pull request #3 from danieljames/metadata Andrii Sydorchuk 2014-08-20 16:49:49 +0200
  • be8b5a676f Add metadata file. Daniel James 2014-08-18 15:08:48 +0100
  • a580d5bb12 Merge pull request #2 from MarcelRaad/patch-1 Andrii Sydorchuk 2014-07-03 19:49:10 +0200
  • 1516bbd192 Fix warning with MSVC 14 Marcel Raad 2014-07-03 18:56:26 +0200
  • 0b81c42adf Merge branch 'awulkiew-fix/unused' into develop Andrii Sydorchuk 2014-06-20 13:23:49 +0200
  • 76a3d4f5f2 Merge branch 'fix/unused' of https://github.com/awulkiew/polygon into awulkiew-fix/unused Andrii Sydorchuk 2014-06-20 13:22:05 +0200
  • f31ddd50f5 Merge branch 'master' into develop Andrii Sydorchuk 2014-06-20 13:14:25 +0200
  • 7dd1d215a5 Fix test compilation error - invalid return type Adam Wulkiewicz 2014-06-19 22:32:04 +0200
  • e3292433ef Fix unused typedefs warnings Adam Wulkiewicz 2014-06-19 22:28:09 +0200
  • bc281d9479 [Polygon] Fix rectangle test, failing on some platforms Andrii Sydorchuk 2014-06-11 22:40:10 +0200
  • a6f610f8cf Merge branch 'master' into develop Andrii Sydorchuk 2014-05-21 23:34:43 +0200
  • 5e89f4a794 [Polygon] Add regression test module for polygon rectangle concept. Andrii Sydorchuk 2014-05-21 23:34:32 +0200
  • fed4a74dff Merge branch 'master' into develop Andrii Sydorchuk 2014-05-21 23:33:22 +0200
  • b9c8824569 [Polygon] Fix issue #10033 (scale_down on rectangle does not compile with clang 5.1). Andrii Sydorchuk 2014-05-21 23:32:33 +0200
  • c0ba89d6e9 [Polygon] Check headers with clang static analyzer. Andrii Sydorchuk 2014-05-21 23:12:17 +0200
  • 378afd9fad Merge branch 'master' into develop Andrii Sydorchuk 2014-05-08 01:55:31 +0200
  • 2367a2de80 [Polygon] Rewrite insert_vertex_sequence, related ticket #8685. Andrii Sydorchuk 2014-05-08 01:54:50 +0200
  • 71f0b9451f [Polygon] Documentation fixes related to ticket #8026. Andrii Sydorchuk 2014-05-03 22:43:25 +0200
  • 9b3ff99a3e [Polygon] Documentation fixes related to ticket #8026. Andrii Sydorchuk 2014-05-03 22:55:08 +0200
  • 80fbc5e6a9 [Polygon] Create separate build target for examples from the public documentation. Andrii Sydorchuk 2014-05-03 22:43:25 +0200
  • 8941290bbc Merge branch 'develop' Andrii Sydorchuk 2014-03-25 20:49:08 +0100
  • 4c7a3ed665 Merge branch '9776' into develop Andrii Sydorchuk 2014-03-25 20:46:47 +0100
  • f23f2bc7d8 [Polygon] Fixing issue #9776: polygon unittest exceeds object file format during compilation. Andrii Sydorchuk 2014-03-25 20:46:31 +0100
  • 6eb8ea5ab1 Merge branch 'develop' Andrii Sydorchuk 2014-03-19 21:13:56 +0100
  • d662cf4df1 Merge branch '6366' into develop Andrii Sydorchuk 2014-03-19 21:12:29 +0100
  • 3bdefedab1 Polygon: fixing reopend issue #6366: defect in polygon 90 contains. Andrii Sydorchuk 2014-03-19 21:10:09 +0100
  • ee47f3103d Merge branch 'master' into develop Andrii Sydorchuk 2014-03-12 21:14:40 +0100
  • 2435e60576 Moving straight skeleton related implementation to a separate feature branch. Andrii Sydorchuk 2014-03-12 21:04:25 +0100
  • f6811bfe14 Polygon: Removing explicit modificator from point_data copy constructor. Andrii Sydorchuk 2014-03-11 20:29:42 +0100
  • 473be38ebf Polygon: fix issue #9386 Andrii Sydorchuk 2013-11-19 23:54:15 +0000
  • 79ef4fb075 Polygon: fixing issue #8575. Andrii Sydorchuk 2013-11-19 23:07:09 +0000
  • 80367374fa Polygon: fixing (site, circle) and (circle, circle) comparison. Andrii Sydorchuk 2013-10-09 22:17:20 +0000
  • d0cd53d252 Polygon: fixing (site, circle), (circle, circle) comparison logic. Andrii Sydorchuk 2013-10-09 22:09:39 +0000
  • a62754183d Polygon: Merging updates to the benchmark. Andrii Sydorchuk 2013-10-09 19:55:41 +0000
  • 4419b92cc3 Polygon: correcting glitches in the documentation. Andrii Sydorchuk 2013-10-07 00:24:26 +0000
  • ef93224144 Polygon: rerunning benchmarks; updating benchmark documentation pages. Andrii Sydorchuk 2013-10-06 23:59:52 +0000
  • d1768dbda7 Comment out reference to missing test file that was preventing release testing from progressing. Rene Rivera 2013-10-01 03:58:37 +0000
  • 91e0dba106 Polygon: Merging trunk into the release branch. Andrii Sydorchuk 2013-09-29 18:44:35 +0000
  • 37b5c36e42 Polygon: fixing msvc warnings. Andrii Sydorchuk 2013-09-29 18:11:30 +0000
  • ce3cd004f0 Polygon: fixing compilation issues. Andrii Sydorchuk 2013-09-29 15:14:04 +0000
  • 0b2fbd173a Polygon: updating CGAL portion of Voronoi segment benchmark. Andrii Sydorchuk 2013-09-19 20:48:25 +0000
  • 5b5c3dc0f0 [Polygon]: Updating CGAL implementation of the point benchmark. Andrii Sydorchuk 2013-09-18 22:40:25 +0000
  • 3020c364d1 Polygon: updating documentation with the recently added polygon decomposition for polygon_90_set_data.get method. Andrii Sydorchuk 2013-07-17 20:58:28 +0000
  • 735d7a10af Polygon: Merging patch provided by Intel into trunk: "Fracturing enhancement to boost::polygon::polygon_90_set_data" Andrii Sydorchuk 2013-07-17 20:43:55 +0000
  • 1ebb72d500 Polygon: merging fix of bug #8197 with release branch. Andrii Sydorchuk 2013-07-16 20:15:38 +0000
  • e4d940f602 Polygon: simplifying site event data structure. Andrii Sydorchuk 2013-06-01 15:25:09 +0000
  • 1d194a3214 [Polygon] Merging from trunk for the upcoming release: 1) Updated Voronoi documentation. 2) Fixed #8026, #8197, #8257. Andrii Sydorchuk 2013-04-15 22:27:46 +0000
  • 6205a4a489 Polygon: fixing ulp comparison range between Voronoi vertices and sites. Andrii Sydorchuk 2013-04-14 21:54:01 +0000
  • 414f72bea3 Polygon: Updating Voronoi documentation. Removing documentation for Voronoi predicates and robust fpt, as description is too general. Andrii Sydorchuk 2013-04-07 23:23:46 +0000
  • 38d9013fd3 Polygon: Improving documentation. Updated Voronoi Main/Builder/Diagram pages. Andrii Sydorchuk 2013-04-07 23:09:31 +0000
  • 452b8b5619 Polygon: updated Voronoi Main documentation page. Andrii Sydorchuk 2013-03-21 23:08:57 +0000
  • 0b422e56a6 Polygon: fixing ticket #8197 (range/algorithm conflicts with polygon). Andrii Sydorchuk 2013-03-20 20:36:33 +0000