Commit Graph

  • f7604ade9a Removed two obsolete headerfiles Barend Gehrels 2012-01-28 12:01:57 +0000
  • 0dad0809af Moved check on input size such that they are together Barend Gehrels 2012-01-28 12:01:11 +0000
  • 26d88f061c Added test for buffer-unit-test Barend Gehrels 2012-01-28 11:58:16 +0000
  • 3ab79561b5 Update for non MSVC Barend Gehrels 2012-01-28 11:11:45 +0000
  • 70db31de02 Buffer update - this solves indentation-case up to 0.6 and tests it Barend Gehrels 2012-01-28 10:58:33 +0000
  • 53b60d4a01 Fixed covered_by_status by re-generation Barend Gehrels 2012-01-27 22:57:54 +0000
  • c4427fd248 Fixed covered_by for multi Barend Gehrels 2012-01-27 22:55:27 +0000
  • 575c64a248 Removed template in one of the table_header calls (MSVC reports error) Barend Gehrels 2012-01-27 22:50:32 +0000
  • 5815c4da58 Update of buffer unit test (polygons) Barend Gehrels 2012-01-27 17:11:56 +0000
  • 7b18dd20f4 Update 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
  • 9af7694911 Milestone, 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
  • b18b27dea4 Integrated 'within' algorithm into support_status. Bruno Lalande 2012-01-25 23:11:12 +0000
  • d7f1136044 Moved Strategy template param from class level to function level in dispatch::within. Bruno Lalande 2012-01-25 23:01:50 +0000
  • 2700a5a1ba Made dispatch::within able to retrieve the tags by itself. Bruno Lalande 2012-01-25 22:54:01 +0000
  • 20eca8b2fa Buffer update, merged impl's of polygon/linestring into range_buffer, and some more tidy up Barend Gehrels 2012-01-24 23:04:30 +0000
  • 6c256b142e Integrated covered_by into support_status. Bruno Lalande 2012-01-24 21:36:40 +0000
  • f9410327e5 Fixed mistake in support_status 'correct' integration. Bruno Lalande 2012-01-24 21:27:50 +0000
  • fc59cdf857 Moved Strategy template parameter from class level to function level in dispatch::covered_by. Bruno Lalande 2012-01-24 21:15:48 +0000
  • bb01b619e1 Made dispatch::covered_by able to retrieve the tags by itself. Bruno Lalande 2012-01-24 21:05:31 +0000
  • ba013bdef2 Integrated 'correct' algorithm into support_status. Bruno Lalande 2012-01-24 21:02:01 +0000
  • e97af061f5 Made dispatch::correct able to retrieve the tag by itself. Bruno Lalande 2012-01-24 20:15:05 +0000
  • e6678840c4 Updated buffer, harmonized impl's for polygon/linestring for easier merge in next step Barend Gehrels 2012-01-22 18:58:08 +0000
  • de37af7a17 [Geometry] Fixed unused parameters warnings in 2 files (doc/src/examples) Barend Gehrels 2012-01-19 16:18:37 +0000
  • 80191e68ac [Geometry] Fixed unused parameters warnings in 15 files Barend Gehrels 2012-01-19 16:17:50 +0000
  • a41aea7187 Applied (modified) patch of Christophe to avoid gcc warnings on unused parameters Barend Gehrels 2012-01-19 09:56:47 +0000
  • df8bf1fd78 Small update for buffer (essentially removed the define which caused an incorrect bufferline) Barend Gehrels 2012-01-16 22:13:22 +0000
  • 4ef66d61e8 [Geometry - merged up to r76521] Barend Gehrels 2012-01-15 16:38:26 +0000
  • 19b5092f3c [Geometry - removed util] Barend Gehrels 2012-01-15 16:33:30 +0000
  • 2c176018e3 [Geometry] Merge / dsv only Barend Gehrels 2012-01-15 16:26:56 +0000
  • 3f5b25f7ba Updated documentation / added release notes for 1.49 and backwards for 1.48 Barend Gehrels 2012-01-15 15:45:24 +0000
  • 6db4d7db3d Fixes for clang in unit tests Barend Gehrels 2012-01-15 15:41:29 +0000
  • f04da5fa3b Fixed WKT test (for empty_input exception and paths) Barend Gehrels 2012-01-15 15:16:20 +0000
  • 7ceb964879 Added necessary num_points header to functions which might throw Barend Gehrels 2012-01-15 14:04:38 +0000
  • 40afe1bba5 Removed variables accepting return values to avoid warnings in gcc Barend Gehrels 2012-01-15 13:30:56 +0000
  • 05ab4d557a Added 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
  • 5a8e6dcf8a Fix for non-msvc Barend Gehrels 2012-01-14 22:59:53 +0000
  • d022e45558 Added implementation for boxes Barend Gehrels 2012-01-14 22:25:53 +0000
  • 1a250ac954 Added testcase from result (currently in extensions) buffer which was wrong first but fixed yesterday Barend Gehrels 2012-01-14 17:33:19 +0000
  • 440a1c2cf3 Fixed missing header file, and added append for multi_point Barend Gehrels 2012-01-14 17:19:51 +0000
  • 72518c78f7 Fixed convex_hull for empty geometries by throwing exception Barend Gehrels 2012-01-14 14:44:21 +0000
  • 229222a373 Added/fixed unit test for centroid exceptions Barend Gehrels 2012-01-14 14:19:35 +0000
  • 2757cb2bfa Added test for multi/dsv Barend Gehrels 2012-01-14 12:09:51 +0000
  • a80a3b4512 Moved dsv/multi, and fixed used settings and missing separator between single occurances Barend Gehrels 2012-01-14 12:09:03 +0000
  • 0cc8628084 Added 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
  • a3d25b5361 Ignore variables as suggested on the list by Vishnu, to avoid clang warnings (part two) Barend Gehrels 2012-01-14 00:04:19 +0000
  • 3de7d51235 Ignore variables as suggested on the list by Vishnu, to avoid clang warnings Barend Gehrels 2012-01-13 23:59:50 +0000
  • a90255feac Updated/fixed test_extensions Barend Gehrels 2012-01-13 21:53:29 +0000
  • 13510d8059 Extension updates dissolve/buffer Barend Gehrels 2012-01-13 21:35:03 +0000
  • 4739c32922 Changes w.r.t. buffer test Barend Gehrels 2012-01-13 21:12:38 +0000
  • cb192192cc Bugfix, 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
  • 5597f59a84 Cosmetic changes (<= 80 char's / line) only Barend Gehrels 2012-01-13 20:46:37 +0000
  • 59b7b7884d Fixes in extension buffer test Barend Gehrels 2012-01-13 17:24:15 +0000
  • 2c816039b9 Fixes in extension buffer Barend Gehrels 2012-01-13 17:19:55 +0000
  • 15b1814c66 Doc update: year, added convert/append status, included 3 status files Barend Gehrels 2012-01-13 12:00:14 +0000
  • 48db22c90a Updated copyrights 2010->2012 doxygen_mainpage.hpp Barend Gehrels 2012-01-12 20:59:59 +0000
  • 61874e2c40 Updated copyrights 2010->2012 Barend Gehrels 2012-01-12 20:58:20 +0000
  • 87120691c0 Removed TTMATH std define for Trunk Barend Gehrels 2012-01-12 20:53:08 +0000
  • e6cdc34cc6 Added multi/.../wkt Barend Gehrels 2012-01-12 20:42:30 +0000
  • 5da8ef1a6d Added necessary boost/geometry/multi/io/wkt/wkt.hpp Barend Gehrels 2012-01-12 20:02:17 +0000
  • 4923c79319 Uncommented skipped tests which are running now correctly Barend Gehrels 2012-01-12 19:09:44 +0000
  • aea119f33c Fixes w.r.t. self_intersection_points Barend Gehrels 2012-01-12 18:59:08 +0000
  • 040288bd75 Integrated convex_hull into support_status. Bruno Lalande 2012-01-11 22:48:07 +0000
  • bc888acf58 Moved 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
  • 2542febb0c Made dispatch::convex_hull more self-contained. Bruno Lalande 2012-01-10 23:15:59 +0000
  • 0f1163e4a8 Removed unused tags from convex_hull dispatchers. Bruno Lalande 2012-01-09 22:53:17 +0000
  • 709e4bc379 Integrated clear algorithm into support_status. Bruno Lalande 2012-01-09 22:50:11 +0000
  • be61bc66e7 Made dispatch::clear able to retrieve the tag by itself. Bruno Lalande 2012-01-09 22:31:33 +0000
  • 7cb0ae96fd Boost.Geometry update copyright -> 2012 Barend Gehrels 2012-01-09 21:56:08 +0000
  • db29b5edc6 Regenerated area_status.qbk and distance_status.qbk. Bruno Lalande 2012-01-09 14:50:11 +0000
  • 592e1d7d22 Integrated area into support_status. Bruno Lalande 2012-01-08 21:43:09 +0000
  • 0be8dce98d Boost.Geometry merge after sync Barend Gehrels 2012-01-08 12:07:33 +0000
  • 7326b55b32 Updated copyright year for merge of manually synchronized files Barend Gehrels 2012-01-08 11:50:10 +0000
  • f3a5c659ec Manually synchronized 6 more files and deleted ranges/domains Barend Gehrels 2012-01-08 11:46:35 +0000
  • 47f78e4e05 Merge for Boost.Geometry Barend Gehrels 2012-01-08 10:49:28 +0000
  • 385719bc3c Updated copyright year in 2 files Barend Gehrels 2012-01-08 10:33:39 +0000
  • 745744df37 Merge - after merge edits for Geometry Barend Gehrels 2012-01-08 00:33:36 +0000
  • a487537a04 Made inheritence from multi_to_multi to single_to_multi private. Bruno Lalande 2012-01-07 22:58:00 +0000
  • 124d7041e6 Made 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
  • 66affa3646 Merged - added missing io/io.hpp Barend Gehrels 2012-01-07 18:05:53 +0000
  • 145efff553 Merged - added missing io/dsv/write.hpp file Barend Gehrels 2012-01-07 18:02:59 +0000
  • 121d5c11c3 Merged Geometry headerfiles Barend Gehrels 2012-01-07 17:58:37 +0000
  • b50c616bdc Merged Geometry doc,test,example folders Barend Gehrels 2012-01-07 17:56:46 +0000
  • 2baaa1df1f Added new io folder to release branch Barend Gehrels 2012-01-07 17:32:00 +0000
  • 2a0816ae25 Fixed a regression in dispatch::distance on the strategy reversal. Bruno Lalande 2011-12-28 23:55:33 +0000
  • d1f9a5cc2e Fixed support_status compilation errors with GCC. Bruno Lalande 2011-12-28 19:11:47 +0000
  • 7668a8745b Made dispatch::area able to retrieve the default strategy by itself. Bruno Lalande 2011-12-28 13:29:15 +0000
  • c99758da78 Updated support status now generated with "support_status" instead of "implementation_status" Barend Gehrels 2011-12-28 11:00:31 +0000
  • a62e17fb4a Added qbk output additional to text output. Barend Gehrels 2011-12-28 10:52:37 +0000
  • 5a760c7355 Made dispatch::area able to retrieve the geometry tag by itself. Bruno Lalande 2011-12-28 10:30:03 +0000
  • e431188c01 Made append handling less hacky, and factorized further. Bruno Lalande 2011-12-27 23:14:14 +0000
  • 4abbffd4a3 Updated whitespace Barend Gehrels 2011-12-27 13:17:19 +0000
  • 88b87f23a5 [geometry] Fix typos. Refs #6003. Mateusz Loskot 2011-12-25 17:33:34 +0000
  • 8f18c0cd0e Added MSVC 2010 Express project Barend Gehrels 2011-12-24 14:02:23 +0000
  • 5483e71eef Added append to support_status (a little bit hacky right now). Bruno Lalande 2011-12-21 22:53:10 +0000
  • 690de46880 Fixed M$ compiler bug (well, that's what I think of it now) Barend Gehrels 2011-12-20 22:19:39 +0000
  • 1bdac6a166 Simplified not_implemented. Bruno Lalande 2011-12-19 23:00:32 +0000
  • 478f6bd60d Made dispatch::append able to find the range tag by itself. Bruno Lalande 2011-12-18 23:22:35 +0000
  • 3aff9e667f Factorized support_status thanks to the dispatch metafunctions now aligned. Bruno Lalande 2011-12-18 23:21:34 +0000
  • 093427bd70 Fixed accidental commit of distance/assertion check Barend Gehrels 2011-12-17 12:36:04 +0000
  • 4be8f12c77 Fixed (mostly multi)tests for wkt update Barend Gehrels 2011-12-17 12:34:39 +0000