mapnik/include/mapnik
2020-01-30 15:14:37 +00:00
..
agg True global pattern alignment, fixed local alignment 2018-09-19 13:21:59 +00:00
cairo Vector patterns with Cairo 2018-11-21 12:20:31 +00:00
csv Use boost::spirit::x3::standard::char_ parser 2019-12-13 17:04:54 +00: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 more const-ness 2019-11-27 16:16:09 +00:00
markers_placements eradicate M_PI 2018-07-16 14:18:49 +02:00
renderer_common fix compiler warnings e.g warning: class 'xxx' was previously declared as a struct [-Wmismatched-tags] 2018-11-20 14:13:25 +00:00
svg re-use code [skip ci] 2020-01-22 13:40:33 +00:00
text Set initial STACK_SIZE to 16 (plenty), make it private static member var (ref #4096) 2019-11-18 09:59:26 +00:00
transform more const-ness 2019-11-27 16:16:09 +00: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 Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
adaptive_smooth.hpp Adaptive smooth 2019-02-09 15:24:12 +00: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
boost_spirit_instantiate.hpp define BOOST_SPIRIT_INSTANTIATE_UNUSED once and re-use [skip-ci] 2018-04-18 14:18:40 +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 Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
css_color_grammar_x3_def.hpp Add "darkslategray" and "rebeccapurple" named colors (ref: https://drafts.csswg.org/css-color/#typedef-color) 2020-01-24 15:26:10 +00: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 Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
expression_grammar_x3_config.hpp add support for BOOST_VERSION < 106700 2018-07-23 10:58:27 +01:00
expression_grammar_x3_def.hpp Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03: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 Fix buffer-size with scale-factor 2018-08-01 08:06:37 +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 Ditch rint 2019-03-22 14:23:32 -04: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 Boost.GIL includes for BOOST_VERSION >= 1.69 (ref #4000) 2018-12-13 15:46:57 +00:00
image_filter_grammar_x3.hpp Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
image_filter_grammar_x3_def.hpp Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
image_filter_types.hpp update copyright year 2017-05-05 13:02:01 +02:00
image_impl.hpp use c++-stype casts + compare the same types 2018-11-20 14:35:36 +00: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
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 explicit cast to native enum type in switch statements to address error: case value is not a constant expression 2018-11-20 13:47:44 +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 eradicate M_PI 2018-07-16 14:18:49 +02:00
palette.hpp Revert "move sparsehash out of mapnik dir" 2020-01-30 15:14:37 +00: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 Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
path_expression_grammar_x3_def.hpp Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03: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 New raster colorizer modes linear-rgba and linear-bgra 2019-05-17 21:54:24 +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
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 add missing image scaling property meta type + replace to integer conversion with comparison operator in enumeration_wrapper + change order in value_base_type (ref #4045) 2019-06-12 09:40:10 +01:00
symbolizer_base.hpp add missing image scaling property meta type + replace to integer conversion with comparison operator in enumeration_wrapper + change order in value_base_type (ref #4045) 2019-06-12 09:40:10 +01:00
symbolizer_default_values.hpp Adaptive smooth 2019-02-09 15:24:12 +00:00
symbolizer_dispatch.hpp update copyright year 2017-05-05 13:02:01 +02:00
symbolizer_enumerations.hpp Adaptive smooth 2019-02-09 15:24:12 +00:00
symbolizer_hash.hpp update copyright year 2017-05-05 13:02:01 +02:00
symbolizer_keys.hpp Adaptive smooth 2019-02-09 15:24:12 +00: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 rename MAPNIK_MAKE_VERSION to MAPNIK_VERSION_ENCODE 2019-08-30 16:30:28 +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 Adaptive smooth 2019-02-09 15:24:12 +00: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