Barend Gehrels
7cb0ae96fd
Boost.Geometry update copyright -> 2012
...
[SVN r76390]
2012-01-09 21:56:08 +00:00
Barend Gehrels
7326b55b32
Updated copyright year for merge of manually synchronized files
...
[SVN r76367]
2012-01-08 11:50:10 +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
Mateusz Loskot
b46bc26858
[geometry] Restructured WKT io files to follow structure of: geometry/domains/<DOMAIN>/io/<FORMAT>/<read|write>.hpp
...
[SVN r75076]
2011-10-20 23:20:05 +00:00
Mateusz Loskot
90ce0fa3d1
[geometry] Moved util/write_dsv.hpp to io/dsv/write.hpp. This introduces refinement of new io structure: geometry/io/<FORMAT>/<read|write>.hpp
...
[SVN r75073]
2011-10-20 21:12:52 +00:00
Mateusz Loskot
059ac68bb3
[geometry] Fixed .vcproj properties for examples added in r74732
...
[SVN r74726]
2011-10-05 09:39:14 +00:00
Mateusz Loskot
421604d22e
[geometry] Added example related to selection of distance strategy discussed on the mailing list (ml) and in ticket #5954
...
[SVN r74723]
2011-10-05 09:33:02 +00:00
Mateusz Loskot
e341eab17c
[geometry] Added quick example of DP simplifier fired against multipolygon. The proble was reported on the mailing list http://lists.osgeo.org/pipermail/ggl/2011-September/001533.html . To be solved.
...
[SVN r74598]
2011-09-28 15:40:09 +00:00
Barend Gehrels
5eb0739f08
Spherical coordinate systems: splitted into "polar" and "equatorial" with opposite (co)latitude
...
[SVN r72233]
2011-05-27 22:01:05 +00:00
Barend Gehrels
1dc67c1bf5
Removed references to std_as_linestring/ring/multi_point and c_array* and boost_array* because there are now macros for that
...
[SVN r71824]
2011-05-08 15:52:29 +00:00
Barend Gehrels
dbd742cbff
Mention all geometry headerfiles explicitly in examples (according to doc)
...
[SVN r71821]
2011-05-08 14:38:45 +00:00
Barend Gehrels
1f2b2e40c5
Doc update including adding tests for registration macro's
...
[SVN r71715]
2011-05-04 16:14:26 +00:00
Barend Gehrels
d667803da4
Fixed for removal of registration macro
...
[SVN r71625]
2011-04-30 14:58:29 +00:00
Bruno Lalande
d92dbecb6a
Aligned adapted C array and Boost Array to the recent changes.
...
[SVN r71575]
2011-04-28 21:26:54 +00:00
Barend Gehrels
b2eec50965
Added many docs/samples
...
Updated for tuple/registration macro
[SVN r71491]
2011-04-25 21:22:58 +00:00
Bruno Lalande
5c8365befb
Removed adapted/fusion_<cs>.hpp files and added a macro to use instead.
...
[SVN r71475]
2011-04-25 08:32:51 +00:00
Bruno Lalande
fc68031c90
Removed adapted/tuple_<cs>.hpp files and added a macro to use instead.
...
[SVN r71448]
2011-04-23 22:26:50 +00:00
Barend Gehrels
de18eb8891
Updated examples (assign -> assign_values)
...
[SVN r71220]
2011-04-12 22:11:32 +00:00
Barend Gehrels
1431123722
Ifdefed some examples for release branch
...
[SVN r70919]
2011-04-03 07:50:11 +00:00
Barend Gehrels
a980fb6ca5
Moved units and experimental to extension
...
[SVN r70897]
2011-04-02 21:55:09 +00:00
Barend Gehrels
3afcf0bdbf
Moved example/extensions to example_extensions for easier management and merging later
...
[SVN r70896]
2011-04-02 21:49:16 +00:00
Barend Gehrels
a01c615089
Made copyright notices in libs/geometry consistent
...
[SVN r70876]
2011-04-02 20:33:14 +00:00
Barend Gehrels
2c0378bccb
Reflects renaming things
...
[SVN r70854]
2011-04-02 13:31:05 +00:00
Barend Gehrels
86422d59b5
Reflect changes on make/inserter
...
[SVN r70825]
2011-04-01 16:54:09 +00:00
Barend Gehrels
e1e92d876b
Fixes in sample c06
...
[SVN r70118]
2011-03-18 12:08:12 +00:00
Barend Gehrels
6590f01689
Renamed combine to expand, part 2: test, doc and examples
...
[SVN r69917]
2011-03-13 11:10:27 +00:00
Barend Gehrels
30db0ddee9
Fixed include parse after move in example c03
...
[SVN r69909]
2011-03-13 00:24:58 +00:00
Barend Gehrels
c1b1b4a6c7
Moved wkt (used in nearly all tests) from extension to domains tree for release
...
[SVN r69906]
2011-03-12 23:53:18 +00:00
Barend Gehrels
2bd6df2ce3
Fixed c08_custom_non_std_example.cpp and now it also compiles for gcc
...
[SVN r68936]
2011-02-15 22:34:33 +00:00
Barend Gehrels
48f280b0c0
Fixed custom polygon example
...
Added antitalising in Qt (tip Martin Dobias)
[SVN r68934]
2011-02-15 22:18:21 +00:00
Barend Gehrels
a6883f4ca2
Changes for qt for Linux
...
[SVN r68856]
2011-02-13 22:13:01 +00:00
Barend Gehrels
0425fe649f
Added Qt World Mapper Example conform the WxWidget one (but yet missing highlighing)
...
[SVN r68855]
2011-02-13 21:55:40 +00:00
Barend Gehrels
e0a240b770
Renamed linear_ring to ring (linear_ring is still available)
...
[SVN r68387]
2011-01-23 16:20:01 +00:00
Barend Gehrels
278b47f0ab
Added Boost.Fusion points adapted to Boost.Geometry (effectively by Akira Takahashi)
...
[SVN r68240]
2011-01-18 18:57:46 +00:00
Barend Gehrels
e051050b44
Added Boost.Fusion points adapted to Boost.Geometry (effectively by Akira Takahashi)
...
Added MPL-assertions to traits classes not yet having them
Added constructors for linear_ring/linestring to support Boost.Assign better
[SVN r68239]
2011-01-18 18:51:57 +00:00
Barend Gehrels
cbcf275ea7
Doc update, move from qbk/* to qbk/include and separate qbk files in folder ref
...
[SVN r68215]
2011-01-17 20:41:54 +00:00
Steven Watanabe
d234480b24
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
dff17a97aa
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Barend Gehrels
30304863c7
Moved snippets point and point_register to separate examples
...
[SVN r67775]
2011-01-08 12:06:29 +00:00
Barend Gehrels
7adc8b2d06
Added example to work with units
...
[SVN r67570]
2011-01-02 14:11:22 +00:00
Barend Gehrels
b6e6460c5f
Doc update
...
[SVN r67510]
2010-12-30 22:03:06 +00:00
Barend Gehrels
306b1ddbdc
Updated samples to new system with reverse
...
[SVN r67305]
2010-12-18 18:45:04 +00:00
Barend Gehrels
716d64d331
Correction headerfile
...
[SVN r67060]
2010-12-06 08:23:06 +00:00
Barend Gehrels
76d0debf1f
Shows Boost.Polygon point in example
...
[SVN r67043]
2010-12-05 21:48:38 +00:00
Barend Gehrels
a9dac9f234
Committed experiment using Proto (created after BoostCon 2010), not finished
...
[SVN r67005]
2010-12-04 13:21:49 +00:00
Barend Gehrels
969d95b5bc
All samples without cartesian2d now
...
[SVN r67004]
2010-12-04 13:01:26 +00:00
Barend Gehrels
a415229918
Samples now without cartesian2d headerfile
...
[SVN r67003]
2010-12-04 12:11:17 +00:00
Barend Gehrels
b22c8e1f3d
Qt update
...
[SVN r67002]
2010-12-04 11:52:28 +00:00
Barend Gehrels
fc0e782163
model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree> (projection examples)
...
[SVN r66989]
2010-12-03 19:57:18 +00:00
Barend Gehrels
1c8fce3059
model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree>
...
[SVN r66975]
2010-12-02 16:10:47 +00:00