33 Commits

Author SHA1 Message Date
Barend Gehrels
6a2e4391ef [test] complete cmake coverage 2024-05-22 10:19:01 +02:00
Barend Gehrels
f92671b933 [wkt] support tabs, newlines and code cleanup 2023-01-04 10:57:15 +01:00
Adam Wulkiewicz
a5c8258d56 [io] Add support for GeometryCollection in WKT read and write. 2021-05-21 02:00:45 +02:00
Adam Wulkiewicz
a1ccbcdea7 [io][util] Add support for DynamicGeometry in read_wkt()
Replace variant support in wkt write.
Add util::sequence_find_if.
2021-05-20 00:42:04 +02:00
Adam Wulkiewicz
3a2b488007 [svg][test] Fix msvc compilation error, alter test after recent change. 2021-03-03 16:19:03 +01:00
Adam Wulkiewicz
28559c042e
Merge pull request #670 from sudo-panda/feature/symmetric-wkt
Symmetrizing read/write wkt
2021-03-03 14:06:08 +01:00
sudo-panda
6b67192146 [test][io][wkt] remove test for precise wkt 2020-12-03 17:07:03 +05:30
sudo-panda
5abaed5482 [test][io][wkt] add debug messages 2020-12-03 17:07:03 +05:30
sudo-panda
72a4788067 [test][io][wkt] add test for significant_digits
- Add test for `to_wkt` and `wkt`
2020-12-03 17:07:03 +05:30
sudo-panda
b5cb2a4d68 [test][io][wkt] Add test for from_wkt 2020-12-03 17:07:03 +05:30
sudo-panda
abe1339574 [test][io][wkt] modify tests for wkt to also test to_wkt
In reference to issue #654
2020-12-03 17:07:02 +05:30
Barend Gehrels
1c06875105 [svg] Add scale function and examples of it 2020-11-12 14:34:47 +01:00
Barend Gehrels
45d624af9b [cleanup] remove HAVE_TTMATH and other occurances of ttmath 2020-10-07 14:05:28 +02:00
Adam Wulkiewicz
2654215e38 [test] Replace Boost.MPL/TypeTraits with std type_traits in tests. 2020-09-03 13:37:15 +02:00
Mateusz Łoskot
96db897fc5
Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
2020-03-08 23:50:18 +01:00
Vissarion Fisikopoulos
20a463346d Fix deprecated header for floating_point_comparison 2019-11-14 15:42:45 +02:00
Adam Wulkiewicz
bc77e1255e [test] Adapt tests to new interfaces of various utilities in the library.
default_strategy services, partition, get_turns, strategies.
2017-01-28 04:09:49 +01:00
Adam Wulkiewicz
0fa5d42eb6 [test][io] Change expected wkt_exception message. 2017-01-04 16:44:00 +01:00
Oliver Keyes
a03a102379 Fix tests 2017-01-02 23:58:41 -08:00
Adam Wulkiewicz
baa687782b [test][io][svg] Add test case for variant. 2016-06-15 15:37:43 +01:00
Adam Wulkiewicz
473b443f18 [test][io] Add SVG test. 2016-02-09 14:04:51 +01:00
Adam Wulkiewicz
198037a0e2 [test][io] Rename the tests. 2015-05-28 23:08:01 +02:00
Menelaos Karavelas
63e87041da [test][io] remove deprecated includes referring to the
include/boost/geometry/multi/ directory; also cleanup includes a bit;
2015-03-12 02:19:42 +02:00
Adam Wulkiewicz
eceba44876 [test] Use BOOST_GEOMETRY_CONDITION macro for constant conditions. 2015-02-11 15:54:56 +01:00
Adam Wulkiewicz
ae9c2953d0 Merge branch 'develop' into fix/read_wkt 2014-11-03 19:55:39 +01:00
Adam Wulkiewicz
2dcd853a35 [test] Move IO tests from multi directory. 2014-10-30 12:07:06 +01:00
Adam Wulkiewicz
743d4fadd4 [test] Update tests to be in line with the change in behavior of read_wkt() for open Rings. 2014-10-14 01:38:48 +02:00
Barend Gehrels
fdccdbff5e [geometry] cleanup, removing MSVC proj-files where were for version 2005
[SVN r85375]
2013-08-17 15:43:41 +00:00
Bruno Lalande
2da1ca09d1 Made wkt write variant-aware.
[SVN r82481]
2013-01-13 17:25:15 +00:00
Barend Gehrels
cbdb6c26cc Updated WKT test w.r.t. ttmath
[SVN r76855]
2012-02-03 16:22:43 +00:00
Barend Gehrels
f04da5fa3b Fixed WKT test (for empty_input exception and paths)
[SVN r76519]
2012-01-15 15:16:20 +00:00
Barend Gehrels
7cb0ae96fd Boost.Geometry update copyright -> 2012
[SVN r76390]
2012-01-09 21:56:08 +00:00
Mateusz Loskot
8fbb9b3655 Boost.Geometry:
* Catch up with r75977 changes with new layout of IO formats in geometry/io/<FORMAT>/ 
* General maintenance in tests and examples.

[SVN r75979]
2011-12-16 01:45:22 +00:00