mapnik/src
2016-03-08 14:57:23 +01:00
..
agg Merge branch 'master' into spirit-x3 2016-01-29 11:15:19 +01:00
cairo Merge branch 'master' into spirit-x3 2016-01-29 11:15:19 +01:00
grid Merge branch 'master' into spirit-x3 2016-01-29 11:15:19 +01:00
group minor namespace cleanup in group_layout_manager 2016-01-29 00:10:18 +01:00
json avoid grammar_impl usage in headers - other minor refactoring around json spirit 2016-03-02 12:48:07 -08:00
renderer_common remove reference on template parameter Detector 2016-03-03 00:17:41 +01:00
svg make code comment about needing immutable grammars - refs #3342 [skip ci] 2016-03-08 14:57:22 +01:00
text Merge branch 'master' into spirit-x3 2016-01-29 11:15:19 +01:00
util move singleton to util/singleton.hpp 2015-06-02 11:10:41 +01:00
wkt update copyright notice 2015-06-16 12:49:16 +02:00
box2d.cpp initialise default (invalid) box2d with +/-std::numeric_limits<T>::max() to be in sync with Boost.Geometry 2015-11-11 15:50:56 +00:00
build.py add COVERAGE configure option - only set coverage flags on libmapnik and plugins - refs #3344 2016-03-08 14:57:23 +01:00
cairo_io.cpp update copyright notice 2015-06-16 12:49:16 +02:00
color.cpp remove unused include 2016-02-22 15:38:15 +01:00
color_factory.cpp css_color - re-factor grammar into *_x3.hpp, *_x3_def.hpp, *_x3.cpp. Make css_color_grammar_type available via css_color_grammar::css_color_grammar_type color_grammar(); 2016-02-01 15:34:18 +01:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
css_color_grammar_x3.cpp css_color - re-factor grammar into *_x3.hpp, *_x3_def.hpp, *_x3.cpp. Make css_color_grammar_type available via css_color_grammar::css_color_grammar_type color_grammar(); 2016-02-01 15:34:18 +01:00
dasharray_parser.cpp svg - move stroke-dasharray setup into dash-array parser method 2016-01-07 11:20:22 +00:00
datasource_cache.cpp minor formatting 2016-02-18 17:17:44 +01:00
datasource_cache_static.cpp replace remaining boost::unordered_map 2015-06-18 11:08:35 +02:00
debug.cpp fix #3096 2015-09-30 14:23:21 -07:00
expression.cpp split expression_grammar_x3 into *.hpp *_def.hpp *_config.hpp and *.cpp for improved integration 2015-12-04 15:36:56 +00:00
expression_grammar_x3.cpp split expression_grammar_x3 into *.hpp *_def.hpp *_config.hpp and *.cpp for improved integration 2015-12-04 15:36:56 +00:00
expression_node.cpp remove to_utf8, instead use UnicodeString::toUTF8String 2016-02-15 21:07:01 +01:00
expression_string.cpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_kv_iterator.cpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_style_processor.cpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_type_style.cpp fix yet more -Wshadow warnings 2016-01-21 14:13:55 -08:00
font_engine_freetype.cpp Merge branch 'master' into spirit-x3 2016-02-22 14:40:18 +01:00
font_set.cpp update copyright notice 2015-06-16 12:49:16 +02:00
fs.cpp update copyright notice 2015-06-16 12:49:16 +02:00
function_call.cpp update copyright notice 2015-06-16 12:49:16 +02:00
generate_image_filters.cpp image_filters_grammar_x3 - initial port to x3 + remove unused grammars (css_color_grammar,image_filter_grammar) 2016-02-08 12:49:13 +01:00
geometry_envelope.cpp remove redundant #include 2016-03-01 14:11:54 +01:00
geometry_reprojection.cpp update copyright notice 2015-06-16 12:49:16 +02:00
gradient.cpp gradient does not need to be a fancy enumeration 2016-02-09 09:56:57 -08:00
image.cpp image : fix buffer's copy ctor - only std::copy when rhs owns the data (#3152) 2015-11-02 09:47:05 +00:00
image_any.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_compositing.cpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
image_copy.cpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
image_filter_grammar_x3.cpp image_filters_grammar_x3 - initial port to x3 + remove unused grammars (css_color_grammar,image_filter_grammar) 2016-02-08 12:49:13 +01:00
image_options.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
image_reader.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_scaling.cpp raster scaling: fixes nodata handling, acurracy when working with small floats and clipping floats by [0; 255] 2015-11-10 20:37:45 +00:00
image_util.cpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
image_util_jpeg.cpp Removed unrequired MAPNIK_DECL from src/image_util_jpeg added pragma to prevent warning on linux with clang. 2015-08-12 13:00:04 -05:00
image_util_png.cpp remove miniz support - library is unused in mapnik and unmaintained since 2013 (https://code.google.com/archive/p/miniz/) 2016-02-02 11:37:26 -08:00
image_util_tiff.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_util_webp.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_view.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_view_any.cpp update copyright notice 2015-06-16 12:49:16 +02:00
jpeg_reader.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
layer.cpp fix yet more -Wshadow warnings 2016-01-21 14:13:55 -08:00
libxml2_loader.cpp update copyright notice 2015-06-16 12:49:16 +02:00
load_map.cpp Removed image-filter from map object, made it so that premultiplication/demultiplication only took place when correctly required in image filters. 2015-08-11 14:31:29 -05:00
map.cpp fix yet more -Wshadow warnings 2016-01-21 14:13:55 -08:00
mapped_memory_cache.cpp Add explicit instantiation declaration of singleton<mapped_memory_cache, CreateStatic> to avoid multiple instantiations across translation units. (ref #3306) 2016-02-19 11:00:58 +01:00
marker_cache.cpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
marker_helpers.cpp re-use vector_converter + move apply_marker_multi into *.cpp 2016-03-02 16:20:10 +01:00
math.cpp fix compile error on windows: error C2065: 'M_PI': undeclared identifier 2015-03-19 12:14:24 -07:00
memory_datasource.cpp Merge remote-tracking branch 'origin/spirit-x3' into spirit-x3 2016-01-22 16:53:37 +01:00
palette.cpp update copyright notice 2015-06-16 12:49:16 +02:00
params.cpp update copyright notice 2015-06-16 12:49:16 +02:00
parse_image_filters.cpp image_filters_grammar_x3 - initial port to x3 + remove unused grammars (css_color_grammar,image_filter_grammar) 2016-02-08 12:49:13 +01:00
parse_path.cpp update copyright notice 2015-06-16 12:49:16 +02:00
parse_transform.cpp transform expressions - split grammar into *.hpp *_def.hpp and *.cpp 2015-12-09 11:53:57 +00:00
plugin.cpp disable dlclose when building with --coverage - refs #3344 2016-03-08 14:57:23 +01:00
png_reader.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
proj_transform.cpp update copyright notice 2015-06-16 12:49:16 +02:00
projection.cpp update copyright notice 2015-06-16 12:49:16 +02:00
rapidxml_loader.cpp update copyright notice 2015-06-16 12:49:16 +02:00
raster_colorizer.cpp update copyright notice 2015-06-16 12:49:16 +02:00
renderer_common.cpp derive virtual_renderer_common from renderer_common 2016-01-29 00:10:19 +01:00
request.cpp update copyright notice 2015-06-16 12:49:16 +02:00
rule.cpp update copyright notice 2015-06-16 12:49:16 +02:00
save_map.cpp avoid unneccesary dependence on << operator of mapnik::enumeration 2016-02-09 10:09:12 -08:00
scale_denominator.cpp update copyright notice 2015-06-16 12:49:16 +02:00
simplify.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
symbolizer.cpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer_enumerations.cpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer_keys.cpp update copyright notice 2015-06-16 12:49:16 +02:00
tiff_reader.cpp tiff reader: read_generic is not implemented so throw in all cases not just if we can open the image 2016-01-06 09:17:35 -08:00
transform_expression.cpp update copyright notice 2015-06-16 12:49:16 +02:00
transform_expression_grammar_x3.cpp transform expressions - split grammar into *.hpp *_def.hpp and *.cpp 2015-12-09 11:53:57 +00:00
unicode.cpp revive lost to_utf8 method but move it into '<mapnik/unicode.hpp>' 2016-03-02 16:47:55 +01:00
value.cpp prune include directives a bit more 2016-02-24 12:24:06 +01:00
vertex_adapters.cpp move vertex_adapters implementation into .cpp - mark extern 2016-03-01 21:55:47 +01:00
vertex_cache.cpp revert the functionality of 944f34b - refs #2937 2015-07-06 19:27:05 -07:00
warp.cpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
webp_reader.cpp iwyu 2015-12-02 12:48:05 -05:00
well_known_srs.cpp update copyright notice 2015-06-16 12:49:16 +02:00
wkb.cpp iwyu 2015-12-02 12:48:05 -05:00
xml_tree.cpp iwyu 2015-12-02 12:48:05 -05:00