mapnik/plugins/input/shape
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
..
build.py move SHAPE_MEMORY_MAPPED_FILE to be a global define 2013-08-13 14:48:04 -04:00
dbf_test.cpp + better stdout 2012-11-29 10:35:03 +00:00
dbfile.cpp forward declare mapped_region in mapped_memory_cache.hpp and other shared memory fixups 2013-08-13 14:13:56 -04:00
dbfile.hpp only include mapped_memory_cache.hpp if truly building shapefile plugin with -DSHAPE_MEMORY_MAPPED_FILE 2013-08-13 12:19:01 -04:00
shape_datasource.cpp Merge branch 'master' into c++11 2013-08-30 09:46:09 +01:00
shape_datasource.hpp refactor expression and value type usage to speed up compile time 2013-01-08 14:17:31 -08:00
shape_featureset.cpp + use std::unique_ptr instead of std::auto_ptr (deprecated!) 2013-04-19 09:50:50 +01:00
shape_featureset.hpp fixup includes for shape input 2013-01-14 01:49:35 -08:00
shape_index_featureset.cpp Merge branch 'master' into c++11 2013-08-30 09:46:09 +01:00
shape_index_featureset.hpp refactor expression and value type usage to speed up compile time 2013-01-08 14:17:31 -08:00
shape_io.cpp Merge branch 'master' into c++11 2013-08-30 09:46:09 +01:00
shape_io.hpp iwyu 2013-01-13 22:01:13 -08:00
shape_utils.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
shape_utils.hpp whitespace fixes 2012-02-01 17:37:35 -08:00
shapefile.hpp forward declare mapped_region in mapped_memory_cache.hpp and other shared memory fixups 2013-08-13 14:13:56 -04:00
shp_index.hpp + simplify and refactor shape featuresets to be more resilient to various 2012-12-11 09:37:53 +00:00