..
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
csv
Revert "avoid symbols duplication"
2018-03-15 15:58:23 +01:00
geometry
Polylabel: cover the case of empty polygon or exterior ring
2018-01-17 13:39:15 +00:00
grid
update copyright year
2017-05-05 13:02:01 +02:00
group
update copyright year
2017-05-05 13:02:01 +02:00
json
prepare for breaking change in spirit::x3 (from boost 1.67.0) - remove with_context
usage
2018-04-16 15:25:39 +02:00
markers_placements
Polylabel: cover the case of empty polygon or exterior ring
2018-01-17 13:39:15 +00:00
renderer_common
Interior: cover the case of empty polygon or exterior ring
2018-01-17 12:58:42 +00:00
svg
util/math: clamp, degrees, radians
2018-07-13 12:34:25 +02:00
text
Qualify ICU types explicitly
2018-04-03 13:18:43 +02:00
transform
util/math: clamp, degrees, radians
2018-07-13 12:34:25 +02:00
util
util/math: clamp, degrees, radians
2018-07-13 12:34:25 +02:00
value
update copyright year
2017-05-05 13:02:01 +02:00
wkt
fix polygon_coord
rule to generate required enclosing brackets.
2017-05-05 16:29:33 +02:00
agg_helpers.hpp
update copyright year
2017-05-05 13:02:01 +02:00
agg_pattern_source.hpp
update copyright year
2017-05-05 13:02:01 +02:00
agg_rasterizer.hpp
update copyright year
2017-05-05 13:02:01 +02:00
agg_render_marker.hpp
update copyright year
2017-05-05 13:02:01 +02:00
agg_renderer.hpp
fix dereferencing out-of-range iterator (caught by -fsanitize=undefined,integer) ( #3867 )
2018-03-01 11:54:41 +01:00
attribute.hpp
update copyright year
2017-05-05 13:02:01 +02:00
attribute_collector.hpp
update copyright year
2017-05-05 13:02:01 +02:00
attribute_descriptor.hpp
update copyright year
2017-05-05 13:02:01 +02:00
boolean.hpp
update copyright year
2017-05-05 13:02:01 +02:00
cairo_io.hpp
update copyright year
2017-05-05 13:02:01 +02:00
color.hpp
update copyright year
2017-05-05 13:02:01 +02:00
color_factory.hpp
update copyright year
2017-05-05 13:02:01 +02:00
config.hpp
update copyright year
2017-05-05 13:02:01 +02:00
config_error.hpp
update copyright year
2017-05-05 13:02:01 +02:00
coord.hpp
update copyright year
2017-05-05 13:02:01 +02:00
css_color_grammar_x3.hpp
update copyright year
2017-05-05 13:02:01 +02:00
css_color_grammar_x3_def.hpp
update copyright year
2017-05-05 13:02:01 +02:00
cxx11_support.hpp
update copyright year
2017-05-05 13:02:01 +02:00
datasource.hpp
update copyright year
2017-05-05 13:02:01 +02:00
datasource_cache.hpp
update copyright year
2017-05-05 13:02:01 +02:00
datasource_geometry_type.hpp
update copyright year
2017-05-05 13:02:01 +02:00
debug.hpp
update copyright year
2017-05-05 13:02:01 +02:00
enumeration.hpp
add explicit instantiation declarations to DEFINE_ENUM macro to fix -Wundefined-var-template warnings.
2018-04-16 11:12:05 +02:00
evaluate_global_attributes.hpp
update copyright year
2017-05-05 13:02:01 +02:00
expression.hpp
update copyright year
2017-05-05 13:02:01 +02:00
expression_evaluator.hpp
update copyright year
2017-05-05 13:02:01 +02:00
expression_grammar_x3.hpp
update copyright year
2017-05-05 13:02:01 +02:00
expression_grammar_x3_config.hpp
prepare for breaking change in spirit::x3 (from boost 1.67.0) - remove with_context
usage
2018-04-16 15:25:39 +02:00
expression_grammar_x3_def.hpp
fix - add single quoted string escaped chars support + allow backtracking when escaped characters are not part of /u, /U. /x encodings (ref 3433397c30 (commitcomment-29512684)
)
2018-07-02 15:07:41 +02:00
expression_node.hpp
update copyright year
2017-05-05 13:02:01 +02:00
expression_node_types.hpp
update copyright year
2017-05-05 13:02:01 +02:00
expression_string.hpp
update copyright year
2017-05-05 13:02:01 +02:00
extend_converter.hpp
supress unused variable warning in boost state_machine
2018-04-16 11:08:08 +02:00
factory.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature_factory.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature_kv_iterator.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature_layer_desc.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature_style_processor.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature_style_processor_context.hpp
update copyright year
2017-05-05 13:02:01 +02:00
feature_style_processor_impl.hpp
enclosing calls forgotten in https://github.com/mapnik/mapnik/pull/3474
2017-09-11 15:25:19 +00:00
feature_type_style.hpp
update copyright year
2017-05-05 13:02:01 +02:00
featureset.hpp
update copyright year
2017-05-05 13:02:01 +02:00
filter_featureset.hpp
update copyright year
2017-05-05 13:02:01 +02:00
font_engine_freetype.hpp
freetype_engine - port singleton
changes from v3.0.x
2017-06-01 12:47:18 +02:00
font_set.hpp
update copyright year
2017-05-05 13:02:01 +02:00
function_call.hpp
update copyright year
2017-05-05 13:02:01 +02:00
geom_util.hpp
Marker symbolizer: Fix bug with lines with 0 length (division by zero)
2018-05-11 12:24:01 +02:00
geometry.hpp
update copyright year
2017-05-05 13:02:01 +02:00
global.hpp
update copyright year
2017-05-05 13:02:01 +02:00
gradient.hpp
update copyright year
2017-05-05 13:02:01 +02:00
grid_vertex_converter.hpp
grid_vertex_converter: Fix handling of empty polygon
2018-02-13 15:00:25 +00:00
hextree.hpp
update copyright year
2017-05-05 13:02:01 +02:00
hit_test_filter.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image.hpp
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.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_compositing.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_copy.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_filter.hpp
Fix apply_color_blind_filter to use correct color-space and avoid NAN which results in SIGILL when compiled with DEBUG_UNDEFINED=yes ( #3861 )
2018-02-20 11:19:53 +01:00
image_filter_grammar_x3.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_filter_grammar_x3_def.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_filter_types.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_impl.hpp
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_null.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_options.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_reader.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_scaling.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_scaling_traits.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_util.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_util_jpeg.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_util_png.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_util_tiff.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_util_webp.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_view.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_view_any.hpp
update copyright year
2017-05-05 13:02:01 +02:00
image_view_impl.hpp
fixes typo ( #3930 )
2018-07-05 09:37:49 +02:00
image_view_null.hpp
update copyright year
2017-05-05 13:02:01 +02:00
init_priority.hpp
Use macro to apply __attribute__((init_priority(val)))
where it's supported (gcc+clang) ( #3821 )
2018-01-04 14:29:00 +00:00
jpeg_io.hpp
update copyright year
2017-05-05 13:02:01 +02:00
label_collision_detector.hpp
update copyright year
2017-05-05 13:02:01 +02:00
layer.hpp
update copyright year
2017-05-05 13:02:01 +02:00
load_map.hpp
update copyright year
2017-05-05 13:02:01 +02:00
make_unique.hpp
update copyright year
2017-05-05 13:02:01 +02:00
map.hpp
update copyright year
2017-05-05 13:02:01 +02:00
mapped_memory_cache.hpp
update copyright year
2017-05-05 13:02:01 +02:00
marker.hpp
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
marker_cache.hpp
initial support for strict SVG parsing (WIP)
2017-06-29 09:41:16 +02:00
marker_helpers.hpp
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
markers_placement.hpp
add polylabel placement method
2017-12-13 21:48:13 +00:00
memory_datasource.hpp
update copyright year
2017-05-05 13:02:01 +02:00
memory_featureset.hpp
update copyright year
2017-05-05 13:02:01 +02:00
octree.hpp
update copyright year
2017-05-05 13:02:01 +02:00
offset_converter.hpp
offset_converter: minor refactoring
2018-07-14 12:46:53 +02:00
palette.hpp
update copyright year
2017-05-05 13:02:01 +02:00
params.hpp
update copyright year
2017-05-05 13:02:01 +02:00
params_impl.hpp
update copyright year
2017-05-05 13:02:01 +02:00
parse_path.hpp
update copyright year
2017-05-05 13:02:01 +02:00
path.hpp
update copyright year
2017-05-05 13:02:01 +02:00
path_expression.hpp
update copyright year
2017-05-05 13:02:01 +02:00
path_expression_grammar_x3.hpp
update copyright year
2017-05-05 13:02:01 +02:00
path_expression_grammar_x3_def.hpp
update copyright year
2017-05-05 13:02:01 +02:00
pixel_position.hpp
update copyright year
2017-05-05 13:02:01 +02:00
pixel_types.hpp
update copyright year
2017-05-05 13:02:01 +02:00
plugin.hpp
update copyright year
2017-05-05 13:02:01 +02:00
png_io.hpp
update copyright year
2017-05-05 13:02:01 +02:00
pool.hpp
update copyright year
2017-05-05 13:02:01 +02:00
proj_strategy.hpp
update copyright year
2017-05-05 13:02:01 +02:00
proj_transform.hpp
update copyright year
2017-05-05 13:02:01 +02:00
projection.hpp
update copyright year
2017-05-05 13:02:01 +02:00
ptree_helpers.hpp
update copyright year
2017-05-05 13:02:01 +02:00
quad_tree.hpp
simplify impl + const correctness + minor cleanup
2017-08-15 11:13:11 +01:00
query.hpp
update copyright year
2017-05-05 13:02:01 +02:00
raster.hpp
TIFF.input - port changes from https://github.com/mapnik/mapnik/pull/3668 (ref #3669 )
2017-05-10 14:33:29 +02:00
raster_colorizer.hpp
update copyright year
2017-05-05 13:02:01 +02:00
renderer_common.hpp
update copyright year
2017-05-05 13:02:01 +02:00
request.hpp
update copyright year
2017-05-05 13:02:01 +02:00
rule.hpp
update copyright year
2017-05-05 13:02:01 +02:00
rule_cache.hpp
update copyright year
2017-05-05 13:02:01 +02:00
safe_cast.hpp
update copyright year
2017-05-05 13:02:01 +02:00
save_map.hpp
update copyright year
2017-05-05 13:02:01 +02:00
scale_denominator.hpp
update copyright year
2017-05-05 13:02:01 +02:00
segment.hpp
update copyright year
2017-05-05 13:02:01 +02:00
simplify.hpp
finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907
2016-03-09 16:42:15 -08:00
simplify_converter.hpp
geometry.hpp
2017-03-27 16:14:51 +01:00
span_image_filter.hpp
update copyright year
2017-05-05 13:02:01 +02:00
sql_utils.hpp
update copyright year
2017-05-05 13:02:01 +02:00
sse.hpp
update copyright year
2017-05-05 13:02:01 +02:00
stringify_macro.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer_base.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer_default_values.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer_dispatch.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer_enumerations.hpp
Add grid placement for text and shield symbolizer
2018-02-06 15:19:05 +00:00
symbolizer_hash.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer_keys.hpp
update copyright year
2017-05-05 13:02:01 +02:00
symbolizer_utils.hpp
update copyright year
2017-05-05 13:02:01 +02:00
tiff_io.hpp
update copyright year
2017-05-05 13:02:01 +02:00
timer.hpp
update copyright year
2017-05-05 13:02:01 +02:00
tolerance_iterator.hpp
update copyright year
2017-05-05 13:02:01 +02:00
transform_path_adapter.hpp
fix closing polygons on reprojection
2017-05-24 12:10:11 +00:00
unicode.hpp
only include <unicode/unistr.h> if ICU >= 59 (attempting to fix current coverage
build on travis).
2017-07-21 10:37:22 +02:00
value.hpp
update copyright year
2017-05-05 13:02:01 +02:00
version.hpp
define MAPNIK_MAKE_VERSION, MAPNIK_VERSION_AT_LEAST
2018-07-11 10:38:32 +02:00
vertex.hpp
update copyright year
2017-05-05 13:02:01 +02:00
vertex_adapters.hpp
update copyright year
2017-05-05 13:02:01 +02:00
vertex_cache.hpp
update copyright year
2017-05-05 13:02:01 +02:00
vertex_converters.hpp
update copyright year
2017-05-05 13:02:01 +02:00
vertex_processor.hpp
update copyright year
2017-05-05 13:02:01 +02:00
vertex_vector.hpp
update copyright year
2017-05-05 13:02:01 +02:00
view_strategy.hpp
update copyright year
2017-05-05 13:02:01 +02:00
view_transform.hpp
update copyright year
2017-05-05 13:02:01 +02:00
warning_ignore.hpp
update copyright year
2017-05-05 13:02:01 +02:00
warning_ignore_agg.hpp
update copyright year
2017-05-05 13:02:01 +02:00
warp.hpp
update copyright year
2017-05-05 13:02:01 +02:00
webp_io.hpp
update copyright year
2017-05-05 13:02:01 +02:00
well_known_srs.hpp
well_known_srs: move implementation to .cpp
2018-07-16 14:18:32 +02:00
wkb.hpp
update copyright year
2017-05-05 13:02:01 +02:00
xml_attribute_cast.hpp
update copyright year
2017-05-05 13:02:01 +02:00
xml_loader.hpp
update copyright year
2017-05-05 13:02:01 +02:00
xml_node.hpp
update copyright year
2017-05-05 13:02:01 +02:00
xml_tree.hpp
update copyright year
2017-05-05 13:02:01 +02:00