8753236b6dMajor doc upgrade (step one of many) A.o. moved Doxygen groups to separate headerfiles Silenced Doxygen warnings
Barend Gehrels
2010-08-15 14:29:57 +0000
7f95e42c85Added class output, defines, etc.
Barend Gehrels
2010-08-15 14:22:44 +0000
5d9b9e3edcCorrect now works for any geometry
Barend Gehrels
2010-08-11 13:02:41 +0000
801f2e0eedRecent changes in qbk-generation
Barend Gehrels
2010-08-09 10:33:57 +0000
4800ea7918Small tweaks in shapelib extension
Barend Gehrels
2010-08-04 15:45:23 +0000
349cab7b0dAdded shapelib extension to create shapefiles using shapelib (shameless plug: writing shapefiles has never been easier)
Barend Gehrels
2010-08-04 12:35:16 +0000
e3406eada4Made box/segment iterators random access
Barend Gehrels
2010-08-04 09:17:31 +0000
694c501f2eUpdated comments for (experimental) qbk
Barend Gehrels
2010-08-01 20:22:44 +0000
ccf8665993Experimentally generated quickbooks for area/distance including samples
Barend Gehrels
2010-08-01 20:06:13 +0000
477f8b2ca5added box_range test
Barend Gehrels
2010-07-31 18:48:58 +0000
9cd71226dfclip_linestring: renamed linestring to range (for support segments) added distance checks added mpl assertions added intersection segment/box renamed "segment_iterator" to "segment_returning_iterator" to be able to reuse that name later on
Barend Gehrels
2010-07-31 18:41:31 +0000
80531061b6Added support for distance point/open ring
Barend Gehrels
2010-07-28 20:29:19 +0000
718f431b2aAdded point-ring distance plus testcase
Barend Gehrels
2010-07-28 18:07:06 +0000
8cf4b739b4Fixed make_distance_result for within extension Typos
Barend Gehrels
2010-07-22 16:04:05 +0000
b6444b5475Fixed old issue that only geometry::segment could be used in distance Splitted custom segment, moved to separate header
Barend Gehrels
2010-07-17 20:59:30 +0000
04d385187cAdded folder test_geometries with geometries which should fulfill the concepts
Barend Gehrels
2010-07-17 20:30:04 +0000
db53e722dbRemoved traits::append_point. The library now used std::back_insert_iterator everywhere
Barend Gehrels
2010-07-17 20:26:29 +0000
516e7cafb4Added clear for multi-geometries
Barend Gehrels
2010-07-17 14:25:33 +0000
4361800fa6Removed "use_std" for linestring / linear_ring because it is not necessary. Default now does "push_back", specialization possible Plus necessary changes for this. Also moved stuff from test distance to test_distance.hpp
Barend Gehrels
2010-07-17 14:04:45 +0000
33b785b225Removed "use_std" for linestring / linear_ring because it is not necessary. Default now does "push_back", specialization possible Plus necessary changes for this. Also moved stuff from test distance to test_distance.hpp
Barend Gehrels
2010-07-17 14:02:12 +0000
8cf84e37b6Added Point-Point strategy to default_strategy for Point-segment Added some MPL assertions Updated distance tests
Barend Gehrels
2010-07-17 10:46:25 +0000
2f4ae2c6b6Added remove_const (here it is necessary to avoid vector<const point_type>)
Barend Gehrels
2010-07-13 20:13:52 +0000
6665ed83c3Applied new approach using function_types instead of member types to point-segment-distance strategies
Barend Gehrels
2010-07-13 18:48:43 +0000
9cca814e47Removed remove_member_function_pointer, we use function_types now
Barend Gehrels
2010-07-13 17:59:11 +0000
fc813439b0Using function_types now instead of defining first_point_type and second_point_type
Barend Gehrels
2010-07-13 17:40:11 +0000
0c7383dc5bttmath exp/mnt reversal removed first/second point type (as it is only necessary for concept checking)
Barend Gehrels
2010-07-06 20:46:37 +0000
bf45a7c988strategy_distance is now better named to services::default_strategy (with version for point and segment) strategy_tag is now services::tag everywhere
Barend Gehrels
2010-07-04 21:29:06 +0000
8b7c150f79Added high precision for Vincenty
Barend Gehrels
2010-07-04 20:25:36 +0000
71ac1282e3Removed more std:: occurances Added high precision for Vincenty
Barend Gehrels
2010-07-04 16:03:33 +0000
7bb11ad3f0Added comparable_distance Removed geometry::math::pi, now using boost::constants::pi Solved abs/std::abs issues (2)
Barend Gehrels
2010-07-04 13:26:08 +0000
c125309514Fix in new abs approach for transform (unit sphere forwards/backwards was not exactly 1.000 by rounding errors)
Barend Gehrels
2010-07-04 12:44:42 +0000
c06164f32cFixed for gcc
Barend Gehrels
2010-07-04 11:36:38 +0000
ddf0267eb5Fixed for gcc
Barend Gehrels
2010-07-04 10:57:48 +0000
73a2d3d286Fixed for gcc
Barend Gehrels
2010-07-04 10:29:08 +0000
7e2ebcf144Fixed warning and bug in new distance approach
Barend Gehrels
2010-07-04 10:14:59 +0000
0d48c4fe3cFixed default parameter of default_distance_strategy_segment
Barend Gehrels
2010-07-04 10:09:25 +0000
ddb8894b81Added non-const version of get_section Major changes in distance strategies Changed double from simplify to template parameter Added a promote_floating_point Added a fp_coordinate_type Added namespaced point in custom example Added mpl assertion in overlaps (should be done in most algorithms by default) Added high precision test for various distance algorithms
Barend Gehrels
2010-07-04 10:07:22 +0000
9c23118c37Added non-const version of get_section Major changes in distance strategies Changed double from simplify to template parameter Added a promote_floating_point Added a fp_coordinate_type Added namespaced point in custom example Added mpl assertion in overlaps (should be done in most algorithms by default) Added high precision test for various distance algorithms
Barend Gehrels
2010-07-04 10:01:10 +0000
3a20900c7fSplit graph example into one with traditional properties (the original one), and one using bundled properties
Barend Gehrels
2010-06-26 10:09:00 +0000
4dcea0ced6Follow-up, fixed renamed field
Barend Gehrels
2010-06-20 12:22:27 +0000
1605264c57Greatly simplified the registration of point classes, thereby enabling points with namespaces and/or points class templates
Barend Gehrels
2010-06-20 12:15:11 +0000
4f9f03e071Removed order/closure elements because of dispatch cleanup (it is now as it was before)
Barend Gehrels
2010-05-24 21:19:53 +0000
8b260caec8Added ever_circling_range_iterator (range version) Small adaptions to get_turns
Barend Gehrels
2010-05-24 20:52:33 +0000
8e9dfdf3e6Moved order/closure outside dispatches, not necessary there / more overhead Implemented order/closure in within
Barend Gehrels
2010-05-24 17:03:41 +0000
d6d33fbd38Added optional flag to base iterator Added closing iterator Added closeable_view
Barend Gehrels
2010-05-04 15:49:16 +0000
7380fda632Implemented circular_iterator to reverse also backwards Reversed const std::string -> std::string const for consistency Default mirror tempate argument for map transformer Set embed manifest to false because of after-link errors, sometimes but not always, on VC2005 / Win7 / 64 bits
Barend Gehrels
2010-05-02 21:38:12 +0000
6078e42285Update for gcc (4) - first solutions were not accepted - might be solved using this-> but now solved differently
Barend Gehrels
2010-04-30 16:42:07 +0000
915f5c66f1Update for gcc (3)
Barend Gehrels
2010-04-30 16:34:43 +0000