Commit Graph

231 Commits

Author SHA1 Message Date
Andrii Sydorchuk
97a024b345
Merge pull request #26 from rydotyosh/rydotyosh-patch-1
Polygon: fixing Voronoi basic tutorial.
2019-05-05 14:24:11 +02:00
Andriy Sydorchuk
3043db8b57 Add missing algorithm header when running tests on VxWorks 7 2019-05-05 14:12:57 +02:00
Andriy Sydorchuk
af2110bde1 Fix GPC link in analysis.htm 2019-05-05 14:09:10 +02:00
rydotyosh
a6718a0c34
Polygon: fixing source category in Voronoi basic tutorial.
Fixing source category in case of segment start / end point.
2018-12-10 22:00:23 +09:00
rydotyosh
552f8ac233
Polygon: fixing printf format in Voronoi basic tutorial.
Fixing printf format "%ud" to "%u"
2018-12-10 21:45:46 +09:00
Andrii Sydorchuk
6ad90b5b68
Merge pull request #24 from boostorg/pr/test-variant-release
Test variant=release on Travis
2018-10-15 13:42:13 +02:00
Peter Dimov
af4278f3c4 Test variant=release on Travis 2018-10-14 20:10:18 +03:00
Andriy Sydorchuk
3c94743040 Fix tests hidden under NDEBUG flag 2018-10-14 12:21:20 +02:00
Glen Fernandes
f860a1e185 Add minimal CMakeLists.txt 2018-09-20 09:03:51 -04:00
Andrii Sydorchuk
8738898fc1
Merge pull request #21 from artem-ogre/feature/fix-voronoi-vertex-doc
Fix mistakes in voronoi_diagram.htm
2018-09-16 12:00:39 +02:00
Andrii Sydorchuk
205cac3df3
Merge pull request #19 from plopresti/feature/cxx17
Fix polygon_traits.hpp and iterator_geometry_to_set.hpp for compatibility with C++17
2018-09-16 11:59:01 +02:00
Glen Fernandes
6df6a3d97f
Merge pull request #22 from glenfe/develop
Drop dependency on Boost.MPL and move to Lightweight Test
2018-09-16 00:10:47 -04:00
Glen Fernandes
cec72adbeb Use LightweightTest instead of Test for unit tests 2018-09-15 16:05:00 -04:00
Glen Fernandes
d2475abdfa Drop dependency on Boost.MPL 2018-09-15 11:29:42 -04:00
Glen Fernandes
2f28fb9765 Update Travis and add Appveyor configuration 2018-09-15 11:27:25 -04:00
Artem Amirkhanov
8590a139f2
Fix mistakes in voronoi_diagram.htm
Fix signatures of two voronoi vertex methods:
    - const point_type& x() const => const coordinate_type& x() const
    - const point_type& y() const => const coordinate_type& y() const
2018-09-13 15:21:36 +02:00
Patrick J. LoPresti
05030860c8 Fix more uses of size() 2018-09-09 17:49:31 -07:00
Patrick J. LoPresti
a0abc8a83a Fix polygon_traits.hpp for compatibility with C++17.
C++17 adds std::size() which breaks all sorts of things, including
polygon_traits.hpp. See
https://quuxplusone.github.io/blog/2018/06/17/std-size/ for a
description of this problem in general and
https://lists.boost.org/Archives/boost/2015/04/221694.php for this
instance in particular.
2018-09-09 17:22:19 -07:00
Peter Dimov
8ffe9e0861 Install libstdc++-4.9 for clang to avoid ::gets error 2017-11-04 20:38:34 +02:00
Peter Dimov
a1c4ebce07 Add .travis.yml 2017-11-04 16:28:39 +02:00
Peter Dimov
a7b78f88d2
Merge pull request #15 from eldiener/develop
Remove executable attribute from file.
2017-11-03 23:34:22 +02:00
Edward Diener
9e8d52e3c0 Remove executable attribute from file. 2017-09-17 16:17:51 -04:00
Andrii Sydorchuk
fb4d3cec71 Merge pull request #14 from DanielaE/feature/replace-deprecated-c++98-adapters
Replace deprecated/removed C++98 function adapters by inlined typedefs.
2017-05-22 15:23:49 +02:00
Daniela Engert
65fa37ae57 Replace deprecated/removed C++98 function adapters by inlined typedefs.
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-05-13 10:32:42 +02:00
Andrii Sydorchuk
c9e6a3dfc2 Merge branch 'develop' 2015-10-17 22:01:19 +02:00
Andrii Sydorchuk
6223cce40d [Polygon] Use std::abs call instead of abs due to compilation issues on Intel Compiler 16.0 2015-10-17 22:00:25 +02:00
Andrii Sydorchuk
412403050b Merge pull request #12 from plopresti/feature/coordinate-long
Add support for "long" coordinate types.:wq
2015-10-08 21:21:19 +02:00
Patrick J. LoPresti
0ac7230dd1 Add support for "long" coordinate types.:wq 2015-10-06 09:23:37 -07:00
Andrii Sydorchuk
7f8db3ce40 Merge pull request #11 from fiesh/master
relax workaround to GCC < 6
2015-10-01 22:58:27 +02:00
Christoph Weiss
d8d2d5c411 relax workaround to GCC < 6 2015-09-25 14:34:14 +02:00
Andrii Sydorchuk
773d1af33c [Polygon] Fix -Wunused-parameter warnings (GCC, Clang); suggested by plopresti 2015-09-13 21:16:02 +02:00
Andrii Sydorchuk
96ba18eb30 Merge pull request #9 from jeremy-murphy/develop
Missing return keyword in segment_data::operator<.
2015-09-01 17:45:24 +02:00
Jeremy Murphy
d7f1a06a38 Missing return keyword in segment_data::operator<. 2015-09-01 10:31:51 +10:00
Andrii Sydorchuk
76a4b7b8d1 Merge pull request #8 from posila/x64_build
Fix "possible loss of data" warnings on x64 build with MSVC
2015-05-19 12:52:40 +02:00
Michal Pavelcik
c56086d153 [Polygon] Fix "possible loss of data" warning on x64 build with MSVC 2015-05-18 17:47:57 +02:00
Andrii Sydorchuk
3189de98d8 [Polygon] Add unittest for #10642 2015-04-01 03:41:35 +02:00
Andrii Sydorchuk
148396f42d [Polygon] Add unittest for #10636 2015-04-01 03:34:47 +02:00
Andrii Sydorchuk
23f36816ec [Polygon] Fix issue #10646 (iterator_compact_to_points wrong equality operator) 2015-04-01 03:00:13 +02:00
Andrii Sydorchuk
add3528860 [Polygon] Fix issue #10976 (insert_vertex_sequence regression) 2015-03-20 22:43:51 +01:00
Andrii Sydorchuk
17c4b3ccba Hide two-letter ATR names under BOOST_POLYGON_ENABLE_DEPRECATED typedef 2015-03-20 20:09:37 +01:00
Andrii Sydorchuk
532f97d038 Exclude two-letter names from ATR enum.
ES name causes conflict on Solaris platform with directive defined
in /usr/include/sys/regset.h The fact the transform.hpp is not part
of the public interface of the Polygon library it's fair to do the
change that breaks backward compatibility.
2015-03-18 19:58:23 +01:00
Andrii Sydorchuk
634aa3de29 Merge pull request #5 from fiesh/master
work around GCC bug, see https://svn.boost.org/trac/boost/ticket/10531
2015-02-05 17:53:54 +01:00
fiesh
ec43c8a88a work around GCC bug, see https://svn.boost.org/trac/boost/ticket/10531 2015-02-05 14:23:29 +01:00
Andrii Sydorchuk
5fe679904b Merge pull request #4 from alexhenrie/master
Correct spelling of "suppress"
2015-02-01 21:47:50 +01:00
Alex Henrie
04ccea0acd Correct spelling of "suppress" 2015-01-30 15:27:45 -07:00
Andrii Sydorchuk
ac2c6e9e99 [Polygon] Fix issue #10417 (signed integer overflow in scan_arbitrary) 2014-12-17 21:55:03 +01:00
Andrii Sydorchuk
e48c40fa13 [Polygon] Fix issues #10843 (clars to docs on VD restrictions) 2014-12-17 21:32:50 +01:00
Andrii Sydorchuk
ab452608a3 [Polygon] Update voronoi_builder class comment 2014-12-17 20:16:18 +01:00
Andrii Sydorchuk
80591aeb33 Merge pull request #3 from danieljames/metadata
Create metadata file.
2014-08-20 16:49:49 +02:00
Daniel James
be8b5a676f Add metadata file. 2014-08-18 15:08:48 +01:00