mapnik/src
2018-04-18 14:18:40 +02:00
..
agg fix dereferencing out-of-range iterator (caught by -fsanitize=undefined,integer) (#3867) 2018-03-01 11:54:41 +01:00
cairo Merge branch 'fix-group-symbolizer-crash' of https://github.com/lightmare/mapnik into lightmare-fix-group-symbolizer-crash 2018-01-05 12:16:41 +00:00
geometry interior, polylabel: Scale precision by polygon size 2018-02-03 14:00:30 +00:00
grid Merge branch 'fix-group-symbolizer-crash' of https://github.com/lightmare/mapnik into lightmare-fix-group-symbolizer-crash 2018-01-05 12:16:41 +00:00
group update copyright year 2017-05-05 13:02:01 +02:00
json remove reference_wrapper usage when injecting attributes into grammar ( >= boost_1_67) [skip-ci] 2018-04-18 12:53:17 +02:00
renderer_common Merge branch 'polylabel-as-interior' of https://github.com/mapycz/mapnik into mapycz-polylabel-as-interior 2018-01-08 10:21:09 +00:00
svg define BOOST_SPIRIT_INSTANTIATE_UNUSED once and re-use [skip-ci] 2018-04-18 14:18:40 +02:00
text Qualify ICU types explicitly 2018-04-03 13:18:43 +02:00
util update copyright year 2017-05-05 13:02:01 +02:00
wkt update copyright year 2017-05-05 13:02:01 +02:00
build.py new interior algorithm 2017-12-13 21:48:13 +00:00
cairo_io.cpp update copyright year 2017-05-05 13:02:01 +02:00
color.cpp update copyright year 2017-05-05 13:02:01 +02:00
color_factory.cpp update copyright year 2017-05-05 13:02:01 +02:00
config_error.cpp geometry.hpp 2017-03-27 16:14:51 +01:00
conversions_numeric.cpp update copyright year 2017-05-05 13:02:01 +02:00
conversions_string.cpp update copyright year 2017-05-05 13:02:01 +02:00
css_color_grammar_x3.cpp update const-ness in x3::context definitions to support boost 1_67 [skip-ci] 2018-04-17 15:41:17 +02:00
dasharray_parser.cpp update copyright year 2017-05-05 13:02:01 +02:00
datasource_cache.cpp update copyright year 2017-05-05 13:02:01 +02:00
datasource_cache_static.cpp update copyright year 2017-05-05 13:02:01 +02:00
debug.cpp update copyright year 2017-05-05 13:02:01 +02:00
expression.cpp remove reference_wrapper usage when injecting attributes into grammar ( >= boost_1_67) [skip-ci] 2018-04-18 12:53:17 +02:00
expression_grammar_x3.cpp Revert "avoid symbols duplication" 2018-03-15 15:58:23 +01:00
expression_node.cpp update copyright year 2017-05-05 13:02:01 +02:00
expression_string.cpp update copyright year 2017-05-05 13:02:01 +02:00
feature_kv_iterator.cpp update copyright year 2017-05-05 13:02:01 +02:00
feature_style_processor.cpp update copyright year 2017-05-05 13:02:01 +02:00
feature_type_style.cpp update copyright year 2017-05-05 13:02:01 +02:00
font_engine_freetype.cpp remove inadvertent change 2017-11-09 10:08:23 -08:00
font_set.cpp update copyright year 2017-05-05 13:02:01 +02:00
fs.cpp update copyright year 2017-05-05 13:02:01 +02:00
function_call.cpp update copyright year 2017-05-05 13:02:01 +02:00
generate_image_filters.cpp update copyright year 2017-05-05 13:02:01 +02:00
glibc_workaround.cpp Add copyleft notice 2017-11-21 15:53:08 +01:00
gradient.cpp update copyright year 2017-05-05 13:02:01 +02:00
image.cpp A fix for two distinct issues associated with gdal featuresets, the first is overviews were not properly being utilized based on the resolution of the final image requested. The second is that allocation of far too much memory could be possible in GDAL to attempt to do resampling internally in mapnik. This now has a hard cap so that we allocate less memory in these situations but are still able to resample internally in mapnik. 2018-03-30 15:10:29 -05:00
image_any.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_compositing.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_copy.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_filter_grammar_x3.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_options.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_reader.cpp cast header to unsiged char const* (-fsanitize=address) 2018-02-13 13:34:42 +01:00
image_scaling.cpp use safe_cast for narrowing double->typename span_gen_type::value_type cast (#3856) (thanks @talaj!) 2018-02-14 16:47:47 +01:00
image_util.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_util_jpeg.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_util_png.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_util_tiff.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_util_webp.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_view.cpp update copyright year 2017-05-05 13:02:01 +02:00
image_view_any.cpp update copyright year 2017-05-05 13:02:01 +02:00
jpeg_reader.cpp update copyright year 2017-05-05 13:02:01 +02:00
layer.cpp update copyright year 2017-05-05 13:02:01 +02:00
libxml2_loader.cpp update copyright year 2017-05-05 13:02:01 +02:00
load_map.cpp Add grid placement for text and shield symbolizer 2018-02-06 15:19:05 +00:00
map.cpp freetype_engine - port singleton changes from v3.0.x 2017-06-01 12:47:18 +02:00
mapped_memory_cache.cpp update copyright year 2017-05-05 13:02:01 +02:00
marker_cache.cpp Enforce consistent error handling policy - always throw on fatal errors (both strict and non-strict). In strict mode throw on first parsing error. Remove return values from parse,parse_from_string and traverse_tree methods. Update unit tests. 2017-08-02 10:32:13 +01:00
marker_helpers.cpp Merge branch 'polylabel-as-interior' of https://github.com/mapycz/mapnik into mapycz-polylabel-as-interior 2018-01-08 10:21:09 +00:00
math.cpp update copyright year 2017-05-05 13:02:01 +02:00
memory_datasource.cpp update copyright year 2017-05-05 13:02:01 +02:00
palette.cpp update copyright year 2017-05-05 13:02:01 +02:00
params.cpp update copyright year 2017-05-05 13:02:01 +02:00
parse_image_filters.cpp update copyright year 2017-05-05 13:02:01 +02:00
parse_path.cpp update copyright year 2017-05-05 13:02:01 +02:00
parse_transform.cpp remove reference_wrapper usage when injecting attributes into grammar ( >= boost_1_67) [skip-ci] 2018-04-18 12:53:17 +02:00
path_expression_grammar_x3.cpp update copyright year 2017-05-05 13:02:01 +02:00
plugin.cpp update copyright year 2017-05-05 13:02:01 +02:00
png_reader.cpp update copyright year 2017-05-05 13:02:01 +02:00
proj_transform.cpp update copyright year 2017-05-05 13:02:01 +02:00
projection.cpp update copyright year 2017-05-05 13:02:01 +02:00
rapidxml_loader.cpp update copyright year 2017-05-05 13:02:01 +02:00
raster_colorizer.cpp Raster colorizer: check image bounds 2018-03-23 11:55:40 +00:00
renderer_common.cpp update copyright year 2017-05-05 13:02:01 +02:00
request.cpp update copyright year 2017-05-05 13:02:01 +02:00
rule.cpp update copyright year 2017-05-05 13:02:01 +02:00
save_map.cpp mapycz-save-map-denominator 2018-04-10 10:25:23 +02:00
scale_denominator.cpp update copyright year 2017-05-05 13:02:01 +02:00
simplify.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
symbolizer.cpp update copyright year 2017-05-05 13:02:01 +02:00
symbolizer_enumerations.cpp Add grid placement for text and shield symbolizer 2018-02-06 15:19:05 +00:00
symbolizer_keys.cpp update copyright year 2017-05-05 13:02:01 +02:00
tiff_reader.cpp remove out-of-date comment line [skip ci] 2017-06-15 11:33:36 +02:00
transform_expression.cpp update copyright year 2017-05-05 13:02:01 +02:00
transform_expression_grammar_x3.cpp update copyright year 2017-05-05 13:02:01 +02:00
twkb.cpp update copyright year 2017-05-05 13:02:01 +02:00
unicode.cpp update copyright year 2017-05-05 13:02:01 +02:00
value.cpp update copyright year 2017-05-05 13:02:01 +02:00
vertex_adapters.cpp polygon_vertex_adapter: Fix crash in case of empty interior ring 2018-01-23 15:18:44 +00:00
vertex_cache.cpp update copyright year 2017-05-05 13:02:01 +02:00
warp.cpp use safe_cast for narrowing double->typename span_gen_type::value_type cast (#3856) (thanks @talaj!) 2018-02-14 16:47:47 +01:00
webp_reader.cpp update copyright year 2017-05-05 13:02:01 +02:00
well_known_srs.cpp update copyright year 2017-05-05 13:02:01 +02:00
wkb.cpp wkb_reader : pre-allocate number of polygons in multi_polygon and number of geometries in geometry_collection via vector.reserce(...) 2017-07-03 15:18:23 +02:00
xml_tree.cpp update copyright year 2017-05-05 13:02:01 +02:00