Commit Graph

140 Commits

Author SHA1 Message Date
Barend Gehrels
6b66982ae6 Using Boost 1.45.0 now by default
[SVN r66788]
2010-11-27 15:05:38 +00:00
Barend Gehrels
a1d0065595 Fixed two examples
[SVN r66787]
2010-11-27 15:03:50 +00:00
Barend Gehrels
fc25627241 Update reflection to new strategy approach
[SVN r66568]
2010-11-14 14:30:15 +00:00
Barend Gehrels
4592fc8039 Added two samples related to boost mailing list
[SVN r65936]
2010-10-13 11:33:26 +00:00
Barend Gehrels
446a79f168 Doc update
[SVN r64844]
2010-08-16 12:56:31 +00:00
Barend Gehrels
4800ea7918 Small tweaks in shapelib extension
[SVN r64596]
2010-08-04 15:45:23 +00:00
Barend Gehrels
349cab7b0d Added shapelib extension to create shapefiles using shapelib
(shameless plug: writing shapefiles has never been easier)

[SVN r64594]
2010-08-04 12:35:16 +00:00
Barend Gehrels
db53e722db Removed traits::append_point.
The library now used std::back_insert_iterator everywhere

[SVN r64113]
2010-07-17 20:26:29 +00:00
Barend Gehrels
e61812699b Fix for gcc pair
[SVN r63840]
2010-07-11 09:50:26 +00:00
Barend Gehrels
49618c7e0d Replaced member-type return_type by meta-function return_type
[SVN r63706]
2010-07-06 20:15:59 +00:00
Barend Gehrels
9c23118c37 Added 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

[SVN r63579]
2010-07-04 10:01:10 +00:00
Barend Gehrels
3a20900c7f Split graph example into one with traditional properties (the original one), and one using bundled properties
[SVN r63338]
2010-06-26 10:09:00 +00:00
Barend Gehrels
4f9f03e071 Removed order/closure elements because of dispatch cleanup (it is now as it was before)
[SVN r62181]
2010-05-24 21:19:53 +00:00
Barend Gehrels
5fb11344e4 Corrected closure for area
Added closure for centroid
Modified/fixed closing iterator (didn't compile for MSVC 2010)


[SVN r62172]
2010-05-24 13:54:32 +00:00
Barend Gehrels
068c2fa90a Added closed / closure
Updated jamfiles

[SVN r62170]
2010-05-24 09:07:05 +00:00
Barend Gehrels
b35d1d74f0 Updates for clang
[SVN r62070]
2010-05-17 19:51:46 +00:00
Barend Gehrels
7d256acd89 Fixed scoped_ptr/array thanks to Boostcon feedback
[SVN r61901]
2010-05-11 04:18:22 +00:00
Barend Gehrels
c9a2b91b1f Upgraded to wxWidgets 2.8.11
Solved stupid error on focus[-1]

[SVN r61882]
2010-05-09 20:07:30 +00:00
Barend Gehrels
6c830d67a1 Removed redundant declaration
[SVN r61777]
2010-05-04 20:42:01 +00:00
Barend Gehrels
8218ce445c Moved dependancies to property sheets
[SVN r61588]
2010-04-26 20:55:45 +00:00
Barend Gehrels
8617d976a7 Updated wxWidgets project with pointer to wxPoint* and back_insert_iterator
Fixed Qt example vcproj, adding stylestheet


[SVN r61587]
2010-04-26 20:51:13 +00:00
Barend Gehrels
0bec27bf85 Updated x04_wxwidgets_world_mapper sample (vcproj, explanation)
[SVN r61538]
2010-04-24 15:56:03 +00:00
Barend Gehrels
8fa871ec82 x04_wxwidgets_world_mapper.cpp update for Linux
[SVN r61537]
2010-04-24 14:57:25 +00:00
Barend Gehrels
ee78fe9333 Moved section iterators to extensions
Solved wxwidges vcproj
Removed /W4 flag in Jamroot


[SVN r61536]
2010-04-24 14:22:22 +00:00
Barend Gehrels
5ce9286957 vcorivcproj changes
bugfix in test/algorithms/overlay/robustness


[SVN r61513]
2010-04-23 21:15:08 +00:00
Mateusz Loskot
99f5f6fd40 Geometry: updated example/Jamfile.v2 with new overlay examples.
[SVN r61168]
2010-04-09 20:32:17 +00:00
Mateusz Loskot
dd3ed74396 Fixed invalid initialization of non-const reference of type no_interrupt_policy passed to get_turns() in 05_b_overlay_linestring_polygon_example.cpp. Problem reported by Scott K Warren on the list. This initialization probably sneaked unnoticed because Visual C++ <=8.0 allows this buggy behaviour, however it has been fixed in Visual C++ 10.0 version.
[SVN r61167]
2010-04-09 20:30:57 +00:00
Barend Gehrels
1a682a45e6 Adapted path to WKT
[SVN r60937]
2010-03-30 12:13:45 +00:00
Barend Gehrels
01cc3e8a08 Updated x04_wxwidgets_world_mapper
[SVN r60870]
2010-03-27 12:21:29 +00:00
Barend Gehrels
aba0d30181 Updated point_ll_example.vcproj, boost path
[SVN r60674]
2010-03-17 12:42:07 +00:00
Barend Gehrels
da51ddaf38 Fix in example, multiply with earth radius
[SVN r60673]
2010-03-17 12:31:31 +00:00
Barend Gehrels
a65c98fe9e Added wxWidgets example
Renamed soci_examples.sln solution file

[SVN r60450]
2010-03-10 21:40:09 +00:00
Barend Gehrels
3cbfd63e81 Added data/world.wkt
[SVN r60430]
2010-03-10 17:01:14 +00:00
Barend Gehrels
c74eb479c4 Added 05 overlay examples
Added difference tests
Updated some overlay tests

[SVN r60000]
2010-02-28 21:16:56 +00:00
Mateusz Loskot
df39c49fe6 Geometry: removed unused variable warning
[SVN r59794]
2010-02-20 21:04:31 +00:00
Barend Gehrels
c16c094b9e Updated svg_mapper
Updated 07_graph_route_example.cpp using svg_mapper now


[SVN r59787]
2010-02-20 17:28:53 +00:00
Barend Gehrels
6f1e76d1b5 Fixed typename
[SVN r59766]
2010-02-20 11:06:11 +00:00
Mateusz Loskot
4c6e766ff7 geometry: dummy commit, testing write access
[SVN r59753]
2010-02-18 22:07:09 +00:00
Barend Gehrels
8f7e3593e9 Boost.Geometry, small update
[SVN r59384]
2010-01-31 21:27:11 +00:00
Barend Gehrels
62fde787bc Added Boost.Geometry examples to boost.sandbox
[SVN r59383]
2010-01-31 21:23:07 +00:00