artemp
|
5745bedbd9
|
update copyright year to 2016
|
2016-12-20 17:57:22 +01:00 |
|
artemp
|
1e8f471448
|
minor formatting
|
2016-08-16 10:53:57 +01:00 |
|
artemp
|
54d51e2728
|
Revert "feature_kv_iterator - change logic in 'increment' to skip key/value's when value doesn't exist"
This reverts commit 3397b8f14f .
|
2016-07-15 12:21:41 +01:00 |
|
artemp
|
3397b8f14f
|
feature_kv_iterator - change logic in 'increment' to skip key/value's when value doesn't exist
|
2016-07-14 09:46:37 +01:00 |
|
Dane Springmeyer
|
341db51aa7
|
finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907
|
2016-03-09 16:42:15 -08:00 |
|
artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
artemp
|
72e2f4446f
|
re-implement mapnik::value deriving from value_base and update across core
fix mapnik::value conversions in topojson plugin
|
2014-09-04 17:10:13 +01:00 |
|
artemp
|
93bad52e7e
|
use is_null_visitor
|
2014-08-08 16:42:14 +01:00 |
|
artemp
|
ade32abcd8
|
mapnik::util::variant in mapnik::value
|
2014-08-08 12:13:49 +01:00 |
|
Dane Springmeyer
|
58163a583c
|
clean up tuple includes
|
2014-07-22 23:01:31 -07:00 |
|
artemp
|
fe215a684e
|
c++11 style : replace (almost) all typedef with type alias's
|
2014-07-07 18:23:15 +01:00 |
|
Dane Springmeyer
|
e9ca9c8790
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08:00 |
|
artemp
|
febf712343
|
Revert "+ std::unordered_map to store properties"
This reverts commit d909c6dede .
|
2013-10-29 14:17:45 +00:00 |
|
artemp
|
3edfc69c81
|
== c++11
use std::tuple with std::get<>
|
2013-10-11 12:36:04 +01:00 |
|
artemp
|
d909c6dede
|
+ std::unordered_map to store properties
|
2013-10-07 17:43:38 +01:00 |
|
Dane Springmeyer
|
bbcd53c6f4
|
refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles
|
2013-01-12 21:00:45 -08:00 |
|
Dane Springmeyer
|
c860c9165e
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
|
Mickey Rose
|
dad0bdacfc
|
add value_null operators, improve is_null, move mapnik::value definition into separate namespace
(cherry picked from commit 653bca6bea1abb2e45c66e76fd5e4fe7dc10a91a)
|
2012-06-06 17:34:17 +02:00 |
|
Dane Springmeyer
|
a917b7b410
|
fix the ability of external libraries to link mapnik on windows
|
2012-02-24 11:32:16 -08:00 |
|
Artem Pavlenko
|
917e684bdd
|
dummy decrement() and advance(p) to compile with vc10 (untested)
|
2012-02-24 18:07:13 +00:00 |
|
Artem Pavlenko
|
00787ec12d
|
+ implement 'filter' iterator to output key/value pairs
where value is not value_null().
+ use it in json::feature_generator to have more compact json
|
2012-02-23 10:21:29 +00:00 |
|
Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
Artem Pavlenko
|
43fafa6ca0
|
+ move feature_kv_iterotor into *.cpp to avoid cyclic deps
+ expose kv iterator directly on feature_impl
|
2012-01-18 09:15:52 -05:00 |
|
Artem Pavlenko
|
946667948f
|
fix names
|
2012-01-13 17:18:43 +00:00 |
|
Artem Pavlenko
|
3ed378e09e
|
fix include
|
2012-01-12 17:31:32 +00:00 |
|
Artem Pavlenko
|
45e867aac1
|
feature_impl: key/value forward iterator
|
2012-01-12 17:29:42 +00:00 |
|