artemp
|
4a2f59d9d1
|
+ replace auto_ptr with unique_ptr
|
2013-08-30 09:49:44 +01:00 |
|
artemp
|
4f4e2b001e
|
Merge branch 'master' into c++11
Conflicts:
SConstruct
benchmark/run.cpp
bindings/python/mapnik_datasource.cpp
bindings/python/mapnik_feature.cpp
bindings/python/python_optional.hpp
include/mapnik/css_color_grammar.hpp
include/mapnik/expression_grammar.hpp
include/mapnik/feature.hpp
include/mapnik/feature_style_processor_impl.hpp
include/mapnik/image_filter_types.hpp
include/mapnik/image_util.hpp
include/mapnik/json/geometry_generator_grammar.hpp
include/mapnik/json/geometry_grammar.hpp
include/mapnik/processed_text.hpp
include/mapnik/tiff_io.hpp
include/mapnik/util/geometry_svg_generator.hpp
include/mapnik/util/geometry_wkt_generator.hpp
include/mapnik/utils.hpp
include/mapnik/webp_io.hpp
include/mapnik/wkt/wkt_grammar.hpp
plugins/input/shape/shape_datasource.cpp
plugins/input/shape/shapefile.hpp
src/expression_grammar.cpp
src/expression_string.cpp
src/image_util.cpp
src/json/feature_collection_parser.cpp
src/json/feature_parser.cpp
src/miniz.c
src/symbolizer_helpers.cpp
src/tiff_reader.cpp
src/webp_reader.cpp
tests/cpp_tests/geometry_converters_test.cpp
tests/cpp_tests/image_io_test.cpp
tests/cpp_tests/map_request_test.cpp
tests/python_tests/image_test.py
tests/visual_tests/test.py
|
2013-08-30 09:46:09 +01:00 |
|
Jérémy Lal
|
73dede9954
|
Additional optional dependency on librasterlite
|
2013-08-29 16:52:39 +02:00 |
|
Dane Springmeyer
|
5e322dbff2
|
Merge pull request #1991 from PetrDlouhy/master
Offset enabled for LinePatternSymbolizer + tests
|
2013-08-27 15:13:15 -07:00 |
|
Dane Springmeyer
|
4bae8792a6
|
tests: fix png and web encoding tests to run only if support is available
|
2013-08-23 15:18:24 -07:00 |
|
Dane Springmeyer
|
6af6d66739
|
python: fix reporting of tiff and webp image support
|
2013-08-23 15:18:00 -07:00 |
|
Dane Springmeyer
|
d407cfa456
|
cpp tests: fix test to respect DEFINES
|
2013-08-23 15:07:45 -07:00 |
|
Dane Springmeyer
|
5c157eae59
|
respect the CXX and CC environment variables
|
2013-08-22 20:37:30 -07:00 |
|
Dane Springmeyer
|
c83a5489c0
|
test both clang and gcc on travis
|
2013-08-22 20:30:36 -07:00 |
|
Petr Dlouhý
|
1e9ee87fce
|
add LinePatternSymbolizer offset python binding
|
2013-08-22 12:56:04 +02:00 |
|
Petr Dlouhý
|
edf170c428
|
LinePatternSymbolizer visual test
|
2013-08-22 12:55:56 +02:00 |
|
Petr Dlouhý
|
69185339a5
|
offset enabled for LinePatternSymbolizer
|
2013-08-22 10:35:44 +02:00 |
|
Dane Springmeyer
|
72c019f1c3
|
wrap section of gdal plugin only needed for debug output
|
2013-08-19 22:30:23 -04:00 |
|
Dane Springmeyer
|
42d3bb11af
|
webp: WebPConfig.lossless, WebPPicture.use_argb, and WebPPictureImportRGBX all became available in libwebp v0.1.99 or ABI v1 - refs #1986
|
2013-08-15 15:15:07 -04:00 |
|
Dane Springmeyer
|
1a8287da06
|
Add support for webp:alpha=false to create rgb images without alpha + other webp encoding cleanups - closes #1986
|
2013-08-15 14:47:28 -04:00 |
|
Dane Springmeyer
|
e4a1a5d9be
|
touchup copyright docs
|
2013-08-14 22:09:17 -04:00 |
|
Dane Springmeyer
|
5667343ad9
|
use U_NAMESPACE_QUALIFIER to most cleanly support when icu is built with -DU_USING_ICU_NAMESPACE=0 - refs #1985
|
2013-08-14 21:56:40 -04:00 |
|
Dane Springmeyer
|
a13fe7da06
|
fix 'the table of contents is empty' error when cross compiling for android by respecting RANLIB and AR settings from environment
|
2013-08-13 20:02:14 -04:00 |
|
Dane Springmeyer
|
750b4e144b
|
gracefully handle when icu is built without BreakIterator support: -DUCONFIG_NO_BREAK_ITERATION=1
|
2013-08-13 19:32:20 -04:00 |
|
Dane Springmeyer
|
b6df3848c4
|
use icu:: namespace
|
2013-08-13 19:20:13 -04:00 |
|
Dane Springmeyer
|
e0026f3df2
|
use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string
|
2013-08-13 18:52:04 -04:00 |
|
Dane Springmeyer
|
80cc235ff9
|
pass by const ref
|
2013-08-13 18:35:18 -04:00 |
|
Dane Springmeyer
|
4eef244e73
|
move SHAPE_MEMORY_MAPPED_FILE to be a global define
|
2013-08-13 14:48:04 -04:00 |
|
Dane Springmeyer
|
cf6e08aa52
|
disable (by default) use of shared memory in ogr plugin
|
2013-08-13 14:26:48 -04:00 |
|
Dane Springmeyer
|
134cbc3eec
|
forward declare mapped_region in mapped_memory_cache.hpp and other shared memory fixups
|
2013-08-13 14:13:56 -04:00 |
|
Dane Springmeyer
|
d2000b465b
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-08-13 12:19:19 -04:00 |
|
Dane Springmeyer
|
28ed9a2cfd
|
only include mapped_memory_cache.hpp if truly building shapefile plugin with -DSHAPE_MEMORY_MAPPED_FILE
|
2013-08-13 12:19:01 -04:00 |
|
Dane Springmeyer
|
3a2a8dbfde
|
scons: support passing multiple paths to PATH_REMOVE option - useful to strip - after the fact - paths that might come from pkg-config calls to cairo - closes #1980
|
2013-08-09 11:31:17 -04:00 |
|
Dane Springmeyer
|
29abb9a7c0
|
remove unused typedefs - exposed by saucy g++ warnings
|
2013-08-07 20:59:28 -04:00 |
|
Dane Springmeyer
|
60b2cef365
|
remove unused typedef
|
2013-08-07 20:49:28 -04:00 |
|
Dane Springmeyer
|
e32c225307
|
fix handling of F and O type dbf fields and sync handling for attribute_descriptors - refs #1614 and closes #1976
|
2013-08-07 18:58:01 -04:00 |
|
Dane Springmeyer
|
4fb2e271f6
|
Revert "as discussed with @artemp - there should be no need or benefit to trying to handle F type in dbf since it is a foxpro extension that shapefiles do not commonly use"
This reverts commit 53acae94be .
|
2013-08-07 18:42:16 -04:00 |
|
Dane Springmeyer
|
78b4980352
|
finish exposing mapnik.Feature.from_geojson
|
2013-07-30 15:45:46 -04:00 |
|
Dane Springmeyer
|
13343eb5be
|
workaround c++11 compile error due to ambiguous std::vector::insert usage - closes #1973
|
2013-07-30 15:14:47 -04:00 |
|
Dane Springmeyer
|
dd5bb6c643
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-07-30 14:31:43 -04:00 |
|
Dane Springmeyer
|
2ea353bce0
|
test_python.py was still broken - actually fix it - refs #1513
|
2013-07-30 14:31:29 -04:00 |
|
Dane Springmeyer
|
79d1e6e5c0
|
add note about miniz porting and #1967
|
2013-07-30 12:32:32 -04:00 |
|
Dane Springmeyer
|
19a7e9ad19
|
make note about need for -Wno-c++11-narrowing - closes #1970
|
2013-07-30 12:18:48 -04:00 |
|
Dane Springmeyer
|
844baa8c5b
|
scons: when linking statically on linux always link -ldl
|
2013-07-30 02:51:07 -04:00 |
|
Dane Springmeyer
|
e641c78a59
|
scons: fix configure check for sqlite_rtree on linux when sqlite3 is statically linked
|
2013-07-30 06:35:52 +00:00 |
|
Dane Springmeyer
|
187ab3fe73
|
make gdal lib check more robust
|
2013-07-29 20:32:03 -04:00 |
|
Dane Springmeyer
|
64efd5fdf2
|
boost gil narrowing only impacts clang++ it appears and not g++ 4.6.3 with -std=c++0x (TODO: checkout newer g++ with -std=c++11
|
2013-07-28 15:50:42 -04:00 |
|
Dane Springmeyer
|
4ee91a4a25
|
fix narrowing issue in miniz - closes #1967
|
2013-07-28 15:49:11 -04:00 |
|
Dane Springmeyer
|
889546ab05
|
fix up type casting
|
2013-07-28 15:45:36 -04:00 |
|
Dane Springmeyer
|
bbfd111900
|
fix PHOENIX_V3 compile of svg generator
|
2013-07-28 12:54:31 -04:00 |
|
Dane Springmeyer
|
76f111cc97
|
support optionally compiling with -std=c++11 on OSX / clang / apple libc++ / boost 1.53 - refs #1683
|
2013-07-27 01:57:24 -04:00 |
|
Dane Springmeyer
|
4eda02592e
|
fix debug.cpp error output (now compiles against libc++)
|
2013-07-26 19:33:35 -04:00 |
|
Dane Springmeyer
|
fd14edcd56
|
fix compile of expression grammer with clang++/libc++/c++11
|
2013-07-26 19:33:35 -04:00 |
|
Dane Springmeyer
|
5b5053d2a9
|
prepare for c++11: stop forcing -ansi
|
2013-07-26 19:33:34 -04:00 |
|
Dane Springmeyer
|
a4c79fc6fe
|
fix handling of the defines of optional deps when cross-compiling
|
2013-07-26 15:50:35 -04:00 |
|