f7604ade9aRemoved two obsolete headerfiles
Barend Gehrels
2012-01-28 12:01:57 +0000
0dad0809afMoved check on input size such that they are together
Barend Gehrels
2012-01-28 12:01:11 +0000
26d88f061cAdded test for buffer-unit-test
Barend Gehrels
2012-01-28 11:58:16 +0000
3ab79561b5Update for non MSVC
Barend Gehrels
2012-01-28 11:11:45 +0000
70db31de02Buffer update - this solves indentation-case up to 0.6 and tests it
Barend Gehrels
2012-01-28 10:58:33 +0000
53b60d4a01Fixed covered_by_status by re-generation
Barend Gehrels
2012-01-27 22:57:54 +0000
c4427fd248Fixed covered_by for multi
Barend Gehrels
2012-01-27 22:55:27 +0000
575c64a248Removed template in one of the table_header calls (MSVC reports error)
Barend Gehrels
2012-01-27 22:50:32 +0000
5815c4da58Update of buffer unit test (polygons)
Barend Gehrels
2012-01-27 17:11:56 +0000
7b18dd20f4Update in extensions: buffer. Reworked appender, now correctly buffers all saw/bowls (but not yet indentations and many others)
Barend Gehrels
2012-01-27 17:02:59 +0000
9af7694911Milestone, buffer is basically working now. That's to say, convex polygons, or some concavities are buffered correctly. Still to do: - concavities in starting point - intersections beyond hooklets - concavities-only (as in triangular holes) - internal overlaps (with dissolve)
Barend Gehrels
2012-01-26 20:54:17 +0000
b18b27dea4Integrated 'within' algorithm into support_status.
Bruno Lalande
2012-01-25 23:11:12 +0000
d7f1136044Moved Strategy template param from class level to function level in dispatch::within.
Bruno Lalande
2012-01-25 23:01:50 +0000
2700a5a1baMade dispatch::within able to retrieve the tags by itself.
Bruno Lalande
2012-01-25 22:54:01 +0000
20eca8b2faBuffer update, merged impl's of polygon/linestring into range_buffer, and some more tidy up
Barend Gehrels
2012-01-24 23:04:30 +0000
6c256b142eIntegrated covered_by into support_status.
Bruno Lalande
2012-01-24 21:36:40 +0000
f9410327e5Fixed mistake in support_status 'correct' integration.
Bruno Lalande
2012-01-24 21:27:50 +0000
fc59cdf857Moved Strategy template parameter from class level to function level in dispatch::covered_by.
Bruno Lalande
2012-01-24 21:15:48 +0000
bb01b619e1Made dispatch::covered_by able to retrieve the tags by itself.
Bruno Lalande
2012-01-24 21:05:31 +0000
ba013bdef2Integrated 'correct' algorithm into support_status.
Bruno Lalande
2012-01-24 21:02:01 +0000
e97af061f5Made dispatch::correct able to retrieve the tag by itself.
Bruno Lalande
2012-01-24 20:15:05 +0000
e6678840c4Updated buffer, harmonized impl's for polygon/linestring for easier merge in next step
Barend Gehrels
2012-01-22 18:58:08 +0000
2c176018e3[Geometry] Merge / dsv only
Barend Gehrels
2012-01-15 16:26:56 +0000
3f5b25f7baUpdated documentation / added release notes for 1.49 and backwards for 1.48
Barend Gehrels
2012-01-15 15:45:24 +0000
6db4d7db3dFixes for clang in unit tests
Barend Gehrels
2012-01-15 15:41:29 +0000
f04da5fa3bFixed WKT test (for empty_input exception and paths)
Barend Gehrels
2012-01-15 15:16:20 +0000
7ceb964879Added necessary num_points header to functions which might throw
Barend Gehrels
2012-01-15 14:04:38 +0000
40afe1bba5Removed variables accepting return values to avoid warnings in gcc
Barend Gehrels
2012-01-15 13:30:56 +0000
05ab4d557aAdded empty_input_exception and applied for distance, length, area, perimeter Removed exception for convex_hull because that can be handled (for now) by leaving output empty. To be decided what is the definitive (additional, optional) behaviour.
Barend Gehrels
2012-01-15 13:23:08 +0000
5a8e6dcf8aFix for non-msvc
Barend Gehrels
2012-01-14 22:59:53 +0000
d022e45558Added implementation for boxes
Barend Gehrels
2012-01-14 22:25:53 +0000
1a250ac954Added testcase from result (currently in extensions) buffer which was wrong first but fixed yesterday
Barend Gehrels
2012-01-14 17:33:19 +0000
440a1c2cf3Fixed missing header file, and added append for multi_point
Barend Gehrels
2012-01-14 17:19:51 +0000
72518c78f7Fixed convex_hull for empty geometries by throwing exception
Barend Gehrels
2012-01-14 14:44:21 +0000
229222a373Added/fixed unit test for centroid exceptions
Barend Gehrels
2012-01-14 14:19:35 +0000
2757cb2bfaAdded test for multi/dsv
Barend Gehrels
2012-01-14 12:09:51 +0000
a80a3b4512Moved dsv/multi, and fixed used settings and missing separator between single occurances
Barend Gehrels
2012-01-14 12:09:03 +0000
0cc8628084Added two include files for multi in the general multi header. Added dsv to prepare for move
Barend Gehrels
2012-01-14 10:48:01 +0000
a3d25b5361Ignore variables as suggested on the list by Vishnu, to avoid clang warnings (part two)
Barend Gehrels
2012-01-14 00:04:19 +0000
3de7d51235Ignore variables as suggested on the list by Vishnu, to avoid clang warnings
Barend Gehrels
2012-01-13 23:59:50 +0000
4739c32922Changes w.r.t. buffer test
Barend Gehrels
2012-01-13 21:12:38 +0000
cb192192ccBugfix, in get_turns segments in the same source should only be skipped if iterated linearly. If coming from a partition, it might be different. By default don't skipped them.
Barend Gehrels
2012-01-13 20:50:43 +0000
040288bd75Integrated convex_hull into support_status.
Bruno Lalande
2012-01-11 22:48:07 +0000
bc888acf58Moved OutputGeometry in dispatch::convex_hull from class level to function level. Renamed some template parameters to better reflect their roles.
Bruno Lalande
2012-01-11 22:35:02 +0000
2542febb0cMade dispatch::convex_hull more self-contained.
Bruno Lalande
2012-01-10 23:15:59 +0000
0f1163e4a8Removed unused tags from convex_hull dispatchers.
Bruno Lalande
2012-01-09 22:53:17 +0000
709e4bc379Integrated clear algorithm into support_status.
Bruno Lalande
2012-01-09 22:50:11 +0000
be61bc66e7Made dispatch::clear able to retrieve the tag by itself.
Bruno Lalande
2012-01-09 22:31:33 +0000
db29b5edc6Regenerated area_status.qbk and distance_status.qbk.
Bruno Lalande
2012-01-09 14:50:11 +0000
592e1d7d22Integrated area into support_status.
Bruno Lalande
2012-01-08 21:43:09 +0000
0be8dce98dBoost.Geometry merge after sync
Barend Gehrels
2012-01-08 12:07:33 +0000
7326b55b32Updated copyright year for merge of manually synchronized files
Barend Gehrels
2012-01-08 11:50:10 +0000
f3a5c659ecManually synchronized 6 more files and deleted ranges/domains
Barend Gehrels
2012-01-08 11:46:35 +0000
47f78e4e05Merge for Boost.Geometry
Barend Gehrels
2012-01-08 10:49:28 +0000
385719bc3cUpdated copyright year in 2 files
Barend Gehrels
2012-01-08 10:33:39 +0000
745744df37Merge - after merge edits for Geometry
Barend Gehrels
2012-01-08 00:33:36 +0000
a487537a04Made inheritence from multi_to_multi to single_to_multi private.
Bruno Lalande
2012-01-07 22:58:00 +0000
124d7041e6Made distance dispatch classes for multi actually inherit from their underlying implementation to ensure not_implemented works.
Bruno Lalande
2012-01-07 22:50:40 +0000