Dane Springmeyer
|
69cdca27a2
|
merge with master
|
2013-09-18 19:54:49 -07:00 |
|
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 |
|
Dane Springmeyer
|
d407cfa456
|
cpp tests: fix test to respect DEFINES
|
2013-08-23 15:07:45 -07:00 |
|
Dane Springmeyer
|
a141c5c27d
|
webp encoding/decoding support - refs #1955
|
2013-07-19 01:09:17 -04:00 |
|
Dane Springmeyer
|
9768052d97
|
only test if reader works (to avoid failures for unsupported formats)
|
2013-06-03 12:36:54 -07:00 |
|
Dane Springmeyer
|
0365d3e081
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
|
Dane Springmeyer
|
3ff290ac07
|
enable passing working directory to cpp tests that hit the filesystem and expect files to be relative to the mapnik source folder
|
2013-05-25 17:56:10 -07:00 |
|
Dane Springmeyer
|
4bd63ce7a0
|
iwyu and fix compile on linux
|
2013-05-25 16:04:40 -07:00 |
|
Dane Springmeyer
|
1211211f98
|
quiet mode for c++ tests
|
2013-05-24 17:21:55 -07:00 |
|
artemp
|
c73e48fa58
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01:00 |
|
artemp
|
b9e66c82de
|
+ update image_io test to support WEBP
|
2013-04-16 11:36:23 +01:00 |
|
Dane Springmeyer
|
8814994dc4
|
add test using invalid png which leaks fd when it throws - refs #1783
|
2013-04-07 23:43:34 -07:00 |
|
Dane Springmeyer
|
b0d3132208
|
add image io tests for proper error behavior on invalid images - refs #1775
|
2013-03-25 18:27:41 -07:00 |
|