Dane Springmeyer
dd02192932
remove deprecation warnings in 2.3.x - refs #1340
2014-08-04 19:23:38 -07:00
Dane Springmeyer
798dd3124b
Merge branch '2.3.x' of github.com:mapnik/mapnik into 2.3.x
2014-07-30 09:59:46 -07:00
Dane Springmeyer
6eea010c6a
scons: fix first-run clean problem #2112
2014-07-29 17:55:29 -07:00
Dane Springmeyer
916a30124b
Merge pull request #2304 from strk/2.3.x-readonly
...
Ensure read-only transactions
2014-07-28 18:00:53 -07:00
Dane Springmeyer
417f1c7c3f
fix -Wsign-compare warnings in several grammars
2014-07-28 11:56:33 -07:00
Dane Springmeyer
861f2677e0
Revert "return code 0 to gracefully exit if python bindings are not available"
...
This reverts commit 540f70a1f4
.
2014-07-25 11:49:59 -07:00
Dane Springmeyer
dc61b2ac12
scons: fix 'make clean' so it actually runs completely
2014-07-24 19:06:26 -07:00
Dane Springmeyer
540f70a1f4
return code 0 to gracefully exit if python bindings are not available
2014-07-24 18:59:53 -07:00
Dane Springmeyer
7957c05df0
update expected tests after 136e97edd4
- closes #2311
2014-07-24 18:24:41 -07:00
Dane Springmeyer
48f920ab95
workaround old GDAL bug regarding rgba images and alpha reporting - closes #2310
2014-07-22 15:01:36 -07:00
artemp
5fe68f6d1b
Merge branch 'mojodna-color-comp-op' into 2.3.x
2014-07-22 10:57:33 +01:00
Seth Fitzsimmons
136e97edd4
Work in HSL so luma can be preserved
2014-07-21 18:08:43 -07:00
Sandro Santilli
f131040dff
Ensure read-only transactions
...
Closes #2142
2014-07-16 10:59:11 +02:00
Dane Springmeyer
c07aeac4c2
repair visual tests to be able to round trip (undo bits that require 3.x support)
2014-06-27 12:44:47 -07:00
Artem Pavlenko
f06c089067
Merge pull request #2285 from mapnik/faster-font-io2
...
Faster font i/o backported to 2.3.x - refs #2282
2014-06-25 08:48:18 +01:00
Dane Springmeyer
bdd800b6fc
Faster font i/o backported to 2.3.x - refs #2282
2014-06-24 19:46:46 -07:00
Dane Springmeyer
a1cab08d77
fix #2283
2014-06-24 17:50:35 -07:00
Dane Springmeyer
7c7da1a2fd
backport image-filters/alpha fix to 2.3.x branch - refs #1313
2014-06-19 10:27:34 -07:00
Dane Springmeyer
4b90c96600
windows build fixes in palette and miniz_png headers
2014-06-18 17:53:33 -07:00
Dane Springmeyer
cda6238325
windows fix: declar miniz PNGWriter
2014-06-18 17:14:07 -07:00
Dane Springmeyer
42698d76b8
register_font: return false instead of throwing
2014-06-18 16:19:35 -07:00
Dane Springmeyer
474b3c0d6d
fix typo
2014-06-18 16:13:52 -07:00
Dane Springmeyer
b70997fe73
fix boost directory iterator to use wide paths - closes #2273
2014-06-18 16:11:36 -07:00
Dane Springmeyer
4007104bf1
use FT_Open_Face instead of FT_New_Face - refs #1897
2014-06-18 15:42:32 -07:00
Dane Springmeyer
90396b4359
travis: run valgrind
2014-06-18 15:37:26 -07:00
Dane Springmeyer
a96fc9e9cc
fix unicode handling in is_regular_file check - refs #2273
2014-06-18 12:55:59 -07:00
artemp
19bd20f8a6
+ add eq/neq operators value_null <--> T
2014-06-17 22:45:38 -07:00
Dane Springmeyer
1f81ee09d4
add test for #2240
2014-06-17 22:20:24 -07:00
artemp
8b97c8a7d1
return default constructed ``value_type->value_null
` instead of
`std::numeric_limits<value_type>::infinity()
``
2014-06-17 22:20:02 -07:00
artemp
8c03ea3d68
mapnik::value - return 'infinity' if rhs == 0 to avoid division by zero
2014-06-17 22:19:52 -07:00
Dane Springmeyer
911993512a
Merge pull request #2271 from strk/2.3.x-helloworld-makefile
...
2.3.x helloworld makefile tweaks
2014-06-13 08:34:59 -07:00
Sandro Santilli
018e33cda8
Makefile tweaks for helloworld template plugin
...
- Do not force use of clang++ to build the plugin (broken on recent debian
and derivates: https://bugs.debian.org/643959 )
- Do not force clean on install
- Use -fPIC to build objects (or g++ complains)
2014-06-13 12:57:35 +02:00
Dane Springmeyer
49c01f8449
webp reader: initialize WebPDecoderConfig
2014-06-12 20:54:50 -07:00
Dane Springmeyer
7960be55fe
remove libcurl dependency
2014-06-12 18:29:26 -07:00
Sean Gillies
803f8591e3
Remove config example.
2014-06-12 16:37:10 -07:00
Sean Gillies
5856822455
Add an example config file for cpp03-libstdcpp-x86_64-macosx.
2014-06-12 09:08:07 -07:00
Dane Springmeyer
fa3971b99f
fix miniz inlining
2014-06-12 06:52:13 -07:00
Dane Springmeyer
ce948e20e7
improve png comparison tests
2014-06-11 22:43:36 -07:00
Dane Springmeyer
a56389a093
fix miniz encoder - closes #1560
2014-06-11 22:43:05 -07:00
Dane Springmeyer
8c5049e0f8
image readers: ability to check if image has alpha before full read
2014-06-11 18:50:58 -07:00
Dane Springmeyer
96a93c4b14
allow external image data - refs #2002
2014-06-11 16:58:58 -07:00
Dane Springmeyer
8457f8a852
benchmark: also need -lrt on linux
2014-06-10 12:01:35 -07:00
Dane Springmeyer
8a0760aaaf
fixup benchmark build flags
2014-06-10 11:58:58 -07:00
Dane Springmeyer
a7e6f3a24b
scons: support MAPNIK_NAME option to customize libmapnik name for custom packaging
2014-06-09 13:32:48 -07:00
Dane Springmeyer
49feda9b13
update travis script
2014-06-04 09:32:09 -07:00
Dane Springmeyer
4903689cf7
improvements to GDAL 2.x handling - refs #2259 amends cbdd112223
2014-06-02 20:25:32 -07:00
Dane Springmeyer
cbdd112223
support for GDAL >= 2.0 in ogr plugin - refs #2259
2014-06-02 19:33:49 -07:00
Dane Springmeyer
d0a509ccf4
speed up xml map loading
2014-05-28 14:32:39 -07:00
Dane Springmeyer
5f3e11c33a
fixup xml_node::get_text() to avoid returning temporary
2014-05-28 14:14:14 -07:00
Dane Springmeyer
9be034e753
more tests for handling of empty Parameters
2014-05-28 14:13:38 -07:00