Dane Springmeyer
|
a49744e774
|
fix compile of utf encoding benchmark on linux
|
2014-06-05 15:15:36 +01:00 |
|
Dane Springmeyer
|
c489549b56
|
add benchmark of utf 32->8 encoding speed
|
2014-06-05 15:15:36 +01:00 |
|
Dane Springmeyer
|
147a289936
|
update travis script
|
2014-06-05 15:15:36 +01:00 |
|
Dane Springmeyer
|
4a4ec224fd
|
fix compile of utf encoding benchmark on linux
|
2014-06-04 14:45:33 -07:00 |
|
Dane Springmeyer
|
0859a74f81
|
add benchmark of utf 32->8 encoding speed
|
2014-06-04 12:09:42 -07:00 |
|
Dane Springmeyer
|
c276e7dcac
|
re-enable clang since #2235 should be fixed soon
|
2014-06-04 10:51:07 -07:00 |
|
artemp
|
27b4faf4e7
|
remove dead code
|
2014-06-04 18:12:35 +01:00 |
|
artemp
|
a49e1d075e
|
initial refactor pass (fixes #2235)
|
2014-06-04 18:05:27 +01:00 |
|
Dane Springmeyer
|
39258e2cc2
|
update travis script
|
2014-06-04 09:31:20 -07:00 |
|
Dane Springmeyer
|
1acd49d630
|
fix spelling in comment
|
2014-06-03 22:06:49 -07:00 |
|
Dane Springmeyer
|
a600a1fb91
|
improvements to GDAL 2.x handling - refs #2259 amends cbdd112223
|
2014-06-02 20:25:55 -07:00 |
|
Dane Springmeyer
|
dcbedc007a
|
support for GDAL >= 2.0 in ogr plugin - refs #2259
|
2014-06-02 20:25:48 -07:00 |
|
artemp
|
bedd275e95
|
more const correctness + cleaups
|
2014-06-02 17:09:12 +01:00 |
|
artemp
|
526e03d8c1
|
pedantic : use const quialifier where appropriate
|
2014-06-02 16:47:55 +01:00 |
|
artemp
|
ed8bfcabe4
|
feature_impl : make context() method const
|
2014-06-02 16:47:11 +01:00 |
|
artemp
|
08a1a4392c
|
c++ formatting
|
2014-06-02 12:34:25 +01:00 |
|
artemp
|
9792ee4e94
|
remove unused anonymous namespace
|
2014-06-02 12:09:00 +01:00 |
|
artemp
|
5078c88d00
|
format
|
2014-06-02 12:08:28 +01:00 |
|
artemp
|
22aa3f4aef
|
create shape_io object per featureset to allow datasource sharing
|
2014-05-30 15:37:44 +01:00 |
|
artemp
|
1cb03bac2f
|
mark is_open as const
|
2014-05-30 15:37:23 +01:00 |
|
artemp
|
6297c72f02
|
preserve old MemoryDatasource interface in Python
|
2014-05-30 11:03:57 +01:00 |
|
artemp
|
16fafbad43
|
share datasources between layers for now
|
2014-05-30 11:02:50 +01:00 |
|
artemp
|
f9cf23b59f
|
memory_datasource: support datasource interface
|
2014-05-30 10:16:49 +01:00 |
|
artemp
|
2812735dfd
|
c++ style
|
2014-05-30 10:15:29 +01:00 |
|
Dane Springmeyer
|
f88e602dcc
|
more tests for handling of empty Parameters
|
2014-05-28 14:32:52 -07:00 |
|
artemp
|
659a715fc5
|
python : add comparison operators to Map/Layer/Datasource
|
2014-05-28 15:40:59 +01:00 |
|
artemp
|
7572ba58cb
|
fix : allow comparing nullptr == nullptr -> true
|
2014-05-28 15:40:25 +01:00 |
|
artemp
|
aa5bff2a3f
|
fix test name
|
2014-05-28 15:23:36 +01:00 |
|
artemp
|
01ac0fb7d9
|
more copy/move tests
|
2014-05-28 15:19:14 +01:00 |
|
artemp
|
0669e190de
|
compare actuak mapnik::datasource objects
|
2014-05-28 15:18:11 +01:00 |
|
artemp
|
db88c41cb4
|
mapnik::datasource -- operator==() // comp parameters
|
2014-05-28 15:16:39 +01:00 |
|
artemp
|
d311fa11cd
|
initial copy/move test
|
2014-05-28 11:24:50 +01:00 |
|
artemp
|
5654759a22
|
fixed returning reference to temp object
TODO: change signiture to return boost::optional<std::string const&> and fix crufty logic
|
2014-05-28 11:04:47 +01:00 |
|
artemp
|
4ef9cd8b45
|
use math functions from std::
|
2014-05-28 10:59:01 +01:00 |
|
artemp
|
a010195b36
|
modify add_layer to work with both move and copy semantics
|
2014-05-28 09:54:56 +01:00 |
|
artemp
|
0fe172ec9e
|
layer : add move ctor
|
2014-05-28 09:54:56 +01:00 |
|
Dane Springmeyer
|
48c027857c
|
return const& string from xml_node::get_text()
|
2014-05-27 13:35:52 -07:00 |
|
artemp
|
fcfbc70abf
|
+ explicit move ctor's for mapnik::Map and mapnik::font_set
+ fix methods sig's
|
2014-05-27 15:35:37 +01:00 |
|
artemp
|
4474fc52e2
|
bug fix : call fontsets_.insert(fontset) before std::move(fontset)
|
2014-05-27 15:34:12 +01:00 |
|
artemp
|
7ff8c97afe
|
correct method sig
|
2014-05-27 14:07:28 +01:00 |
|
artemp
|
c5e0c7e43f
|
feature_type_style operator==
|
2014-05-27 13:44:01 +01:00 |
|
artemp
|
233b0c5332
|
add operator== to image_filters
|
2014-05-27 13:42:53 +01:00 |
|
artemp
|
9791766e32
|
fix typo
|
2014-05-27 12:36:05 +01:00 |
|
artemp
|
7b9ba0db31
|
canonical swap and operator==
|
2014-05-27 12:34:35 +01:00 |
|
artemp
|
f6a79ecaec
|
font_set: add operator== and 'swap' impl
|
2014-05-27 12:33:20 +01:00 |
|
artemp
|
d25abed9d2
|
custom swap
|
2014-05-27 11:43:46 +01:00 |
|
artemp
|
9972680020
|
Map : add member-by-member comparison op
|
2014-05-27 11:34:39 +01:00 |
|
artemp
|
68300b92b5
|
fix comparison operator
|
2014-05-27 11:33:26 +01:00 |
|
artemp
|
c8b8937bf9
|
out-of-class swap method to be consistent
|
2014-05-27 11:21:13 +01:00 |
|
artemp
|
eb0b4dbc0b
|
custom swap method
|
2014-05-27 11:20:32 +01:00 |
|