Bruno Lalande
df13f5a861
Integrated reverse into support_status.
...
[SVN r81078]
2012-10-28 20:54:42 +00:00
Bruno Lalande
0bb3c3f9c9
Integrated num_points into support_status.
...
[SVN r81076]
2012-10-28 19:18:05 +00:00
Bruno Lalande
44a6514827
Integrated num_interior_rings into support_status.
...
[SVN r80973]
2012-10-12 21:50:58 +00:00
Bruno Lalande
3f87f7cd7c
Integrated num_geometries into support_status.
...
[SVN r80971]
2012-10-12 21:43:41 +00:00
Bruno Lalande
4dcb6dc71e
Integrated for_each into support_status.
...
[SVN r80942]
2012-10-10 20:22:41 +00:00
Bruno Lalande
4b36a62514
Integrated centroid into support_status.
...
[SVN r80683]
2012-09-23 21:40:12 +00:00
Bruno Lalande
7756b6f167
Integrated buffer into support_status.
...
[SVN r80676]
2012-09-23 18:25:58 +00:00
Bruno Lalande
615d270698
Integrated perimeter into support_status.
...
[SVN r80667]
2012-09-23 12:35:27 +00:00
Bruno Lalande
25e8bf0572
Integrated length into support_status.
...
[SVN r80653]
2012-09-22 23:20:28 +00:00
Bruno Lalande
2801bbd383
Integrated unique into support_status.
...
[SVN r80246]
2012-08-26 23:38:33 +00:00
Bruno Lalande
8dff32b0e7
Integrated transform into support_status.
...
[SVN r80192]
2012-08-25 08:46:59 +00:00
Bruno Lalande
a5187cd6d9
Integrated multi/simplify into support_status.
...
[SVN r80131]
2012-08-21 22:10:56 +00:00
Bruno Lalande
7577c917fe
Integrated simplify into support_status.
...
[SVN r80129]
2012-08-21 21:52:41 +00:00
Barend Gehrels
b3bafc9e4e
[geometry] Bugfix in document generator. Details:
...
The XML generated by Doxygen contains parameters twice: first shortly ("memberdef -> param"), below more in detail ("memberdef -> detaileddescription -> para -> parameterlist -> parameteritem"). However, the second one is not always in the parameter-order, apparently. At least this was the case for simplify.
This change fixes that. We now get it from param, get the details in a separate list and copy the details to the original list such that order is preserved.
[SVN r79528]
2012-07-15 12:08:11 +00:00
Bruno Lalande
24ab79556d
Integrated 'overlaps' into support_status.
...
[SVN r78842]
2012-06-06 22:58:34 +00:00
Bruno Lalande
671123b0fc
Integrated expand into support_status.
...
[SVN r78825]
2012-06-05 21:27:12 +00:00
Bruno Lalande
4cf2ce3baa
Integrated equals algorithm into support_status.
...
[SVN r78820]
2012-06-05 19:44:40 +00:00
Bruno Lalande
a9e33e02e9
Integrated envelope algorithm into support_status.
...
[SVN r78816]
2012-06-05 18:40:48 +00:00
Bruno Lalande
dc880255fa
Added disjoint algorithm to support_status.
...
[SVN r78812]
2012-06-05 15:57:09 +00:00
Barend Gehrels
495597f8b9
Boost.Geometry doc updates and fixes. Including a new section Conformance instead of notes/tips defining that in previous version
...
[SVN r76993]
2012-02-12 15:04:44 +00:00
Barend Gehrels
24c00a02c6
Doc update
...
[SVN r76903]
2012-02-05 17:35:40 +00:00
Bruno Lalande
43ceb90822
Corrected inclusions in support_status.
...
[SVN r76871]
2012-02-04 10:17:26 +00:00
Barend Gehrels
d8083b7ad1
Fixed expand example (broken by area_surveyor which incorrectly had point_xy)
...
[SVN r76770]
2012-01-28 23:22:35 +00:00
Barend Gehrels
575c64a248
Removed template in one of the table_header calls (MSVC reports error)
...
[SVN r76727]
2012-01-27 22:50:32 +00:00
Bruno Lalande
b18b27dea4
Integrated 'within' algorithm into support_status.
...
[SVN r76695]
2012-01-25 23:11:12 +00:00
Bruno Lalande
6c256b142e
Integrated covered_by into support_status.
...
[SVN r76674]
2012-01-24 21:36:40 +00:00
Bruno Lalande
f9410327e5
Fixed mistake in support_status 'correct' integration.
...
[SVN r76673]
2012-01-24 21:27:50 +00:00
Bruno Lalande
ba013bdef2
Integrated 'correct' algorithm into support_status.
...
[SVN r76670]
2012-01-24 21:02:01 +00:00
Barend Gehrels
de37af7a17
[Geometry] Fixed unused parameters warnings in 2 files (doc/src/examples)
...
[SVN r76587]
2012-01-19 16:18:37 +00:00
Barend Gehrels
61874e2c40
Updated copyrights 2010->2012
...
[SVN r76442]
2012-01-12 20:58:20 +00:00
Bruno Lalande
040288bd75
Integrated convex_hull into support_status.
...
[SVN r76418]
2012-01-11 22:48:07 +00:00
Bruno Lalande
709e4bc379
Integrated clear algorithm into support_status.
...
[SVN r76392]
2012-01-09 22:50:11 +00:00
Barend Gehrels
7cb0ae96fd
Boost.Geometry update copyright -> 2012
...
[SVN r76390]
2012-01-09 21:56:08 +00:00
Bruno Lalande
db29b5edc6
Regenerated area_status.qbk and distance_status.qbk.
...
[SVN r76387]
2012-01-09 14:50:11 +00:00
Bruno Lalande
592e1d7d22
Integrated area into support_status.
...
[SVN r76374]
2012-01-08 21:43:09 +00:00
Bruno Lalande
d1f9a5cc2e
Fixed support_status compilation errors with GCC.
...
[SVN r76211]
2011-12-28 19:11:47 +00:00
Barend Gehrels
a62e17fb4a
Added qbk output additional to text output.
...
[SVN r76207]
2011-12-28 10:52:37 +00:00
Bruno Lalande
e431188c01
Made append handling less hacky, and factorized further.
...
[SVN r76205]
2011-12-27 23:14:14 +00:00
Barend Gehrels
8f18c0cd0e
Added MSVC 2010 Express project
...
[SVN r76132]
2011-12-24 14:02:23 +00:00
Bruno Lalande
5483e71eef
Added append to support_status (a little bit hacky right now).
...
[SVN r76100]
2011-12-21 22:53:10 +00:00
Bruno Lalande
1bdac6a166
Simplified not_implemented.
...
[SVN r76072]
2011-12-19 23:00:32 +00:00
Bruno Lalande
3aff9e667f
Factorized support_status thanks to the dispatch metafunctions now aligned.
...
[SVN r76052]
2011-12-18 23:21:34 +00:00
Barend Gehrels
53cf6dd971
Fixed multi/wkt examples (in algorithms)
...
[SVN r76014]
2011-12-17 11:39:10 +00:00
Barend Gehrels
d3e829ffd8
Fixed multi/wkt examples
...
[SVN r76013]
2011-12-17 11:34:57 +00:00
Bruno Lalande
9ff892b616
Had dispatch::distance take care of the default strategy retrieval/inversion.
...
[SVN r76003]
2011-12-16 23:16:22 +00:00
Bruno Lalande
25e7109a2f
Made dispatch::distance able to get the strategy tag by itself.
...
[SVN r76001]
2011-12-16 22:04:56 +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
Bruno Lalande
418bdc52d2
Made dispatch::distance able to reverse itself. This is no longer driven by the caller.
...
[SVN r75975]
2011-12-15 23:26:22 +00:00
Bruno Lalande
f6eb4968eb
dispatch::distance now gets the geometry tags by itself.
...
[SVN r75972]
2011-12-15 22:13:26 +00:00
Bruno Lalande
d7e613f8b7
Reduced dispatch::convert required parameters to their bare minimum.
...
[SVN r75948]
2011-12-14 23:29:35 +00:00