Adam Wulkiewicz
858b0db0be
Merge pull request #532 from awulkiew/fix/doc
...
Documentation fixes.
2018-11-29 17:21:56 +01:00
Adam Wulkiewicz
2e04d7d1a8
[algorithms][doc] Fix discrete_frechet_distance() description.
2018-11-29 14:11:25 +01:00
Adam Wulkiewicz
fbac327ca9
[algorithms][doc] Fix Hausdorff's name.
2018-11-29 13:57:54 +01:00
Adam Wulkiewicz
8a4f82750f
[doc] Update 1.69 release notes.
2018-11-29 02:27:32 +01:00
Adam Wulkiewicz
4a23416b1b
[doc] Update index.html
2018-11-29 02:20:59 +01:00
Adam Wulkiewicz
18ee92853e
[io][doc] Add documentation for DSV stream output.
2018-11-29 02:20:01 +01:00
Adam Wulkiewicz
3554207182
[algorithms][doc] Fix description of distance().
2018-11-29 02:17:19 +01:00
Adam Wulkiewicz
5a1cd9d3aa
[algorithms][doc] Fix discrete_hausdorff_distance() arguments' names.
2018-11-29 02:13:37 +01:00
Adam Wulkiewicz
46f86bf42a
Merge pull request #530 from awulkiew/feature/headers_test
...
Several tweaks for tests of self contained headers.
2018-11-27 22:16:57 +01:00
Adam Wulkiewicz
6af84a3a49
[test] Move tests of extensions headers to extensions/test directory.
2018-11-27 21:17:16 +01:00
Adam Wulkiewicz
d271fde65f
[test] Move self contained headers tests and tweak Jamfile to shorten paths.
2018-11-27 21:00:28 +01:00
Adam Wulkiewicz
840e0a1bc1
[ci] Run some of the tests one at a time to decrease memory consumption.
2018-11-26 21:47:39 +01:00
Adam Wulkiewicz
7a354bcb33
[doc] Update docs, add contributor and 1.69 release notes).
2018-11-26 19:34:08 +01:00
Barend Gehrels
a556829348
[is_valid] revert part of commit 465e487b8c
2018-11-25 11:17:28 +01:00
Adam Wulkiewicz
688bb5e290
[test][overlay] Test two specific get_turns L/L cases only for double coordinate type.
2018-11-23 03:05:26 +01:00
Adam Wulkiewicz
3093e0a5c3
[ci] Run srs tests one at a time to decrease memory usage.
...
To prevent gcc internal compiler error.
2018-11-22 22:33:48 +01:00
Adam Wulkiewicz
594babdfc5
[test][srs] Divide projection_interface tests into smaller chunks testing proj4, dynamic and static interfaces separately.
2018-11-22 03:59:45 +01:00
Adam Wulkiewicz
e997797c46
[ci] Return exit status of b2 from run_test.sh script.
2018-11-22 01:35:34 +01:00
Adam Wulkiewicz
e23b72180b
[srs] Fix 'enumeration value not handled in switch' warnings in isea proj.
2018-11-21 22:27:27 +01:00
Adam Wulkiewicz
b432f28d94
Merge pull request #529 from mloskot/ml/headers-test-on-demand
...
Run headers tests only on demand
2018-11-21 22:09:01 +01:00
Mateusz Łoskot
146f80edae
Run headers tests only on demand
...
Disable headers tests on CI services and during regression tests.
Refines #525
2018-11-21 16:26:26 +01:00
Adam Wulkiewicz
a99bcc6f25
[srs] Add workaround for msvc-15 erroreous compilation of member less-comparison.
2018-11-20 21:58:36 +01:00
Adam Wulkiewicz
1998db08d6
Merge pull request #525 from mloskot/ml/add-test-for-self-contained-headers
...
Add compile-only tests verifying headers are self-contained
2018-11-15 03:04:09 +01:00
Adam Wulkiewicz
9f83599d54
Merge pull request #522 from vissarion/fix/doc_python3_support
...
Support python3 in building documentation
2018-11-14 14:40:25 +01:00
Mateusz Łoskot
ea962638f3
Add compile-only tests verifying headers are self-contained
...
Add Boost.Jam rule generating test target for each header found
in specified location.
List test suites (target aliases) for groups of headers.
Build self_contained_headers test only if CI environment variable is NOT
defined or on-demand, if TEST_HEADERS environment variable is defined,
or if b2 test/self_contained_headers is requested from command line.
Related to issue #523
2018-10-28 20:37:43 +01:00
Mateusz Łoskot
648b0df24e
Add .gitignore with basic patterns [ci skip]
2018-10-28 20:17:08 +01:00
Vissarion Fysikopoulos
b6d68bc339
[doc] Support python3 in building documentation
2018-10-24 12:02:44 +03:00
Adam Wulkiewicz
01b6a0e7c4
Merge pull request #518 from xventura81/bugfix/append
...
Avoid passing temporaries as function parameters when an L-value reference is expected
2018-10-19 13:12:04 +02:00
Xavier Ventura Simon
3b67dea805
[append] avoid passing temporaries to functions expecting L-value references
2018-10-19 13:07:13 +02:00
Adam Wulkiewicz
e70603926d
[test][similarity] Fix conversion warning and formatting in discrete_hausdorff_distance test.
2018-10-12 22:11:56 +02:00
Adam Wulkiewicz
1564d12b99
[similarity] Fix unused variable warning, formatting and naming in discrete_hausdorff_distance.
2018-10-12 22:10:54 +02:00
Adam Wulkiewicz
af62c5c18a
Merge pull request #514 from mloskot/ml/use-core-ignore_unused
...
Replace boost::ignore_unused_variable_warning with boost::ignore_unused
2018-10-12 15:27:47 +02:00
Mateusz Łoskot
f2d5fae490
Replace boost::ignore_unused_variable_warning with boost::ignore_unused
...
The former is provided by Boost.ConceptCheck.
The latter is an improved equivalent provided by Boost.Core.
Related to #513
2018-10-12 15:16:46 +02:00
Barend Gehrels
465e487b8c
[spike] Fix order problem in is_valid by providing a new overload with
...
an intuitive order which should replace the original one
2018-09-21 15:05:28 +02:00
Barend Gehrels
50691def6b
[sort_by_side] Undo commit 0d78de5 which caused several regressions
...
in all intersection code. Fix the underlying reason for it (potential
overflow) in another way, by changing rank type to signed_size_type
2018-09-20 15:48:57 +02:00
Adam Wulkiewicz
086ad0e968
[ci] Add similarity algorithms to workspace.
2018-09-15 20:47:03 +02:00
Adam Wulkiewicz
75fa0ec513
[test][similarity] Move test hpp files and remove geometry.hpp include.
2018-09-15 14:05:19 +02:00
Adam Wulkiewicz
651b3dba77
[similarity] Add missing #ifdefs for headers.
2018-09-15 14:01:30 +02:00
Adam Wulkiewicz
4d34bb7fae
[doc] Add examples for similarity algorithms with strategies.
2018-09-15 02:18:41 +02:00
Adam Wulkiewicz
0ca58b8176
[similarity][doc] Uncomment examples in qbk sections.
2018-09-15 00:50:55 +02:00
Adam Wulkiewicz
5074cc2a02
[doc][examples] Refactor similarity algorithms examples.
2018-09-15 00:43:47 +02:00
Adam Wulkiewicz
e6f29ca50e
[doc] Add Yaghyavardhan Singh Khangarot (GSoC2018) to contributors.
2018-09-15 00:42:35 +02:00
Adam Wulkiewicz
6b7272495b
[geometry] Add similarity algorithms includes to the main header geometry.hpp
2018-09-15 00:39:49 +02:00
Adam Wulkiewicz
bf62e05e23
Merge pull request #496 from awulkiew/feature/projections_interface
...
Add run-time and compile-time projections/transformations parameters.
2018-09-14 23:37:42 +02:00
Adam Wulkiewicz
37e6eeaceb
Merge pull request #490 from yaghya/feature/similarity
...
Adding Frechet distance And Hausdorff distance algorithms to calculate Simmilarity Between Geometries
2018-09-14 23:35:46 +02:00
Yaghyavardhan singh khangarot
5ee034702b
[doc][similarity] updated
2018-08-31 02:57:17 +05:30
Yaghyavardhan singh khangarot
cc69fc28a2
[test][similarity] Added test cases for geographic strategies
2018-08-30 23:22:49 +05:30
Yaghyavardhan singh khangarot
329652bdec
[doc][similarity] Updated for geographic strategies
2018-08-30 23:21:33 +05:30
Barend Gehrels
4d7b8ce686
[DISSOLVE] Add testcase for reported problem
2018-08-30 13:56:18 +02:00
Barend Gehrels
f7c2da0a0f
[DISSOLVE] Avoid compiler warning for area type / coordinate type
2018-08-30 13:53:51 +02:00