mapnik/include/mapnik
2016-02-25 16:37:35 -08:00
..
cairo update copyright notice 2015-06-16 12:49:16 +02:00
csv csv_grammar: make csv_white_space_skipper a primitive_parser 2016-02-15 15:17:26 +01:00
grid centralize warning suppression 2015-11-07 17:53:09 -08:00
group minor namespace cleanup in group_layout_manager 2016-01-29 00:10:18 +01:00
json fix typo doh 2016-01-05 19:52:36 +00:00
markers_placements refactor render_markers_symbolizer 2016-01-29 00:10:19 +01:00
renderer_common fix text_render_thunk construction 2016-01-29 00:12:18 +01:00
svg SVG : add support for stroke-dashoffset 2016-01-11 10:56:04 +00:00
text remove unused includes 2016-02-20 01:16:11 +01:00
util spatial_index - rename check_header to check_spatial_index and make it free function ref #3300 2016-02-18 11:38:29 +01:00
wkt centralize warning suppression 2015-11-07 17:53:09 -08:00
agg_helpers.hpp update copyright notice 2015-06-16 12:49:16 +02:00
agg_pattern_source.hpp update copyright notice 2015-06-16 12:49:16 +02:00
agg_rasterizer.hpp update copyright notice 2015-06-16 12:49:16 +02:00
agg_render_marker.hpp update copyright notice 2015-06-16 12:49:16 +02:00
agg_renderer.hpp update copyright notice 2015-06-16 12:49:16 +02:00
attribute.hpp start fixing gcc 4.9 -Wshadow warnings 2015-12-02 15:54:58 -05:00
attribute_collector.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
attribute_descriptor.hpp c++11 - upfate to canonical operator= impl 2015-10-16 12:46:24 +01:00
boolean.hpp update copyright notice 2015-06-16 12:49:16 +02:00
box2d.hpp update copyright notice 2015-06-16 12:49:16 +02:00
cairo_io.hpp update copyright notice 2015-06-16 12:49:16 +02:00
color.hpp fix operator<< 2016-01-19 11:38:52 +00:00
color_factory.hpp update copyright notice 2015-06-16 12:49:16 +02:00
config.hpp update copyright notice 2015-06-16 12:49:16 +02:00
config_error.hpp update copyright notice 2015-06-16 12:49:16 +02:00
coord.hpp update copyright notice 2015-06-16 12:49:16 +02:00
css_color_grammar.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
css_color_grammar_impl.hpp fix parsing colors in hexadecimal notation 2015-09-18 13:54:05 +00:00
datasource.hpp update copyright notice 2015-06-16 12:49:16 +02:00
datasource_cache.hpp Fix deadlock in recursive datasource registration. 2015-08-23 20:25:35 +01:00
datasource_geometry_type.hpp Add operator!= to datasource (needed for copy_move_test.cpp) 2015-04-25 10:34:25 +02:00
debug.hpp use atomic<> where possible to avoid locking 2015-09-08 12:28:16 +02:00
ellipsoid.hpp update copyright notice 2015-06-16 12:49:16 +02:00
enumeration.hpp restore << operator for mapnik::enumeration + add unit test 2016-02-09 10:08:29 -08:00
evaluate_global_attributes.hpp update copyright notice 2015-06-16 12:49:16 +02:00
expression.hpp update copyright notice 2015-06-16 12:49:16 +02:00
expression_evaluator.hpp fix return type 2016-01-27 12:05:39 +01:00
expression_grammar.hpp expression_grammar: use one symbol table for all constants 2016-02-06 18:40:33 +01:00
expression_grammar_impl.hpp Merge branch 'expr-no-barewords' of https://github.com/lightmare/mapnik into lightmare-expr-no-barewords 2016-02-09 14:15:22 +01:00
expression_node.hpp update copyright notice 2015-06-16 12:49:16 +02:00
expression_node_types.hpp update copyright notice 2015-06-16 12:49:16 +02:00
expression_string.hpp update copyright notice 2015-06-16 12:49:16 +02:00
factory.hpp update copyright notice 2015-06-16 12:49:16 +02:00
feature.hpp make clang happy - const default initialization 2016-01-30 02:03:25 +01:00
feature_factory.hpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_kv_iterator.hpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_layer_desc.hpp add has_name(std::string const& name) const method 2015-10-16 13:14:41 +01:00
feature_style_processor.hpp apply constness 2015-10-01 20:11:37 +00:00
feature_style_processor_context.hpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_style_processor_impl.hpp apply constness 2015-10-01 20:11:37 +00:00
feature_type_style.hpp update copyright notice 2015-06-16 12:49:16 +02:00
featureset.hpp update copyright notice 2015-06-16 12:49:16 +02:00
filter_factory.hpp fix #1865 2013-05-24 16:45:02 -07:00
filter_featureset.hpp update copyright notice 2015-06-16 12:49:16 +02:00
font_engine_freetype.hpp make face_manager copyable 2016-01-29 00:10:18 +01:00
font_set.hpp update copyright notice 2015-06-16 12:49:16 +02:00
function_call.hpp update copyright notice 2015-06-16 12:49:16 +02:00
geom_util.hpp update copyright notice 2015-06-16 12:49:16 +02:00
geometry.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
geometry_adapters.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
geometry_centroid.hpp centroid: enable algorithm on multi-geometries with empty sub-geometries 2015-11-24 15:41:34 +00:00
geometry_correct.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
geometry_envelope.hpp Moved geometry envelope to an impl 2015-04-06 11:00:03 -05:00
geometry_envelope_impl.hpp geometry_envelope - add missing linear_ring 2015-12-17 12:07:05 +00:00
geometry_fusion_adapted.hpp expose mapnik::geometry::polygon<double>::rings_container to allow specialising interior rings container 2015-08-11 17:13:04 +02:00
geometry_is_empty.hpp fix multiple -Wunused-parameter warnings [skip ci] 2015-11-19 17:14:58 -08:00
geometry_is_simple.hpp geometry_is_simple - fix handling multi-geometries (1.59) 2015-10-06 16:14:20 +01:00
geometry_is_valid.hpp Updated the way that is_valid and is_simple operate in mapnik and added lots of testing around them. 2015-10-05 15:10:24 -07:00
geometry_remove_empty.hpp centroid: enable algorithm on multi-geometries with empty sub-geometries 2015-11-24 15:41:34 +00:00
geometry_reprojection.hpp update copyright notice 2015-06-16 12:49:16 +02:00
geometry_reprojection_impl.hpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
geometry_strategy.hpp Changed from floor to round 2015-05-26 15:52:41 -05:00
geometry_to_path.hpp style 2015-05-13 11:32:34 +01:00
geometry_transform.hpp catch and remove more spurious std::move's 2015-06-02 15:36:31 +01:00
geometry_type.hpp A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries. 2015-04-21 09:34:52 -05:00
geometry_types.hpp more iwyu 2015-04-04 13:21:09 -04:00
global.hpp update copyright notice 2015-06-16 12:49:16 +02:00
gradient.hpp gradient does not need to be a fancy enumeration 2016-02-09 09:56:57 -08:00
hextree.hpp update copyright notice 2015-06-16 12:49:16 +02:00
hit_test_filter.hpp update copyright notice 2015-06-16 12:49:16 +02:00
image.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
image_any.hpp refine noexcept specifiers on forwarding conversion constructors 2016-01-30 02:03:25 +01:00
image_compositing.hpp update copyright notice 2015-06-16 12:49:16 +02:00
image_copy.hpp update copyright notice 2015-06-16 12:49:16 +02:00
image_filter.hpp 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.hpp image_filter_grammar: rewrite using Nabialek trick 2016-02-06 02:03:55 +01:00
image_filter_grammar_impl.hpp image_filter_grammar: rewrite using Nabialek trick 2016-02-06 02:03:55 +01:00
image_filter_types.hpp scale-hsla image filter: unlimit parameters 2015-09-03 11:33:53 +00:00
image_impl.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
image_null.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
image_options.hpp image_options - add key0=value0:key1:key2=value2 parser 2015-05-14 15:37:21 +01:00
image_reader.hpp update copyright notice 2015-06-16 12:49:16 +02:00
image_scaling.hpp fix #3178 2015-11-19 20:57:05 -08:00
image_scaling_traits.hpp fix header glitches uncovered by time-header script - refs #3208 2015-12-16 13:17:19 -08:00
image_util.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
image_util_jpeg.hpp fix header glitches uncovered by time-header script - refs #3208 2015-12-16 13:17:19 -08:00
image_util_png.hpp fix minor header glitches to allow headers to compile standalone 2015-12-16 14:22:36 -08:00
image_util_tiff.hpp update copyright notice 2015-06-16 12:49:16 +02:00
image_util_webp.hpp update copyright notice 2015-06-16 12:49:16 +02:00
image_view.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
image_view_any.hpp refine noexcept specifiers on forwarding conversion constructors 2016-01-30 02:03:25 +01:00
image_view_impl.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
image_view_null.hpp fix minor header glitches to allow headers to compile standalone 2015-12-16 14:22:36 -08:00
jpeg_io.hpp jpeg: fix re-occuring boolean/TRUE/FALSE issue + prefer using c++ headers 2015-10-05 15:23:20 +01:00
label_collision_detector.hpp handle more gcc 4.9 -Wshadow warnings 2015-12-04 14:07:42 -05:00
layer.hpp update copyright notice 2015-06-16 12:49:16 +02:00
load_map.hpp update copyright notice 2015-06-16 12:49:16 +02:00
make_unique.hpp update copyright notice 2015-06-16 12:49:16 +02:00
map.hpp 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
mapped_memory_cache.hpp 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.hpp refine noexcept specifiers on forwarding conversion constructors 2016-01-30 02:03:25 +01:00
marker_cache.hpp update copyright notice 2015-06-16 12:49:16 +02:00
marker_helpers.hpp move render_markers_symbolizer to separate .cpp 2016-01-29 00:12:18 +01:00
markers_placement.hpp update copyright notice 2015-06-16 12:49:16 +02:00
memory_datasource.hpp Made it possible to change the type of a memory datasource by inspecting the features that are added to the memory datasource 2016-01-14 08:36:12 -06:00
memory_featureset.hpp update copyright notice 2015-06-16 12:49:16 +02:00
octree.hpp update copyright notice 2015-06-16 12:49:16 +02:00
offset_converter.hpp remove unused variable [skip ci] 2016-01-30 03:24:07 +01:00
palette.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
params.hpp refine noexcept specifiers on forwarding conversion constructors 2016-01-30 02:03:25 +01:00
params_impl.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
parse_path.hpp update copyright notice 2015-06-16 12:49:16 +02:00
parse_transform.hpp update copyright notice 2015-06-16 12:49:16 +02:00
path.hpp update copyright notice 2015-06-16 12:49:16 +02:00
path_expression.hpp update copyright notice 2015-06-16 12:49:16 +02:00
path_expression_grammar.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
path_expression_grammar_impl.hpp update copyright notice 2015-06-16 12:49:16 +02:00
pixel_position.hpp update copyright notice 2015-06-16 12:49:16 +02:00
pixel_types.hpp update copyright notice 2015-06-16 12:49:16 +02:00
plugin.hpp update copyright notice 2015-06-16 12:49:16 +02:00
png_io.hpp 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
pool.hpp remove unused includes 2016-02-20 01:16:11 +01:00
proj_strategy.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
proj_transform.hpp update copyright notice 2015-06-16 12:49:16 +02:00
projection.hpp update copyright notice 2015-06-16 12:49:16 +02:00
ptree_helpers.hpp update copyright notice 2015-06-16 12:49:16 +02:00
quad_tree.hpp add basic read/write header support (quad_tree + spatial_index) ref (#3216) 2016-01-05 10:20:21 +00:00
query.hpp update copyright notice 2015-06-16 12:49:16 +02:00
raster.hpp update copyright notice 2015-06-16 12:49:16 +02:00
raster_colorizer.hpp update copyright notice 2015-06-16 12:49:16 +02:00
renderer_common.hpp derive virtual_renderer_common from renderer_common 2016-01-29 00:10:19 +01:00
request.hpp update copyright notice 2015-06-16 12:49:16 +02:00
rule.hpp update copyright notice 2015-06-16 12:49:16 +02:00
rule_cache.hpp update copyright notice 2015-06-16 12:49:16 +02:00
safe_cast.hpp proper use of std:: in safe_cast 2015-06-15 20:41:50 -07:00
save_map.hpp update copyright notice 2015-06-16 12:49:16 +02:00
scale_denominator.hpp update copyright notice 2015-06-16 12:49:16 +02:00
segment.hpp update copyright notice 2015-06-16 12:49:16 +02:00
simplify.hpp various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
simplify_converter.hpp start fixing gcc 4.9 -Wshadow warnings 2015-12-02 15:54:58 -05:00
span_image_filter.hpp fix header glitches uncovered by time-header script - refs #3208 2015-12-16 13:17:19 -08:00
sql_utils.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
sse.hpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer.hpp svg - move stroke-dasharray setup into dash-array parser method 2016-01-07 11:20:22 +00:00
symbolizer_base.hpp refine noexcept specifiers on forwarding conversion constructors 2016-01-30 02:03:25 +01:00
symbolizer_default_values.hpp fix minor header glitches to allow headers to compile standalone 2015-12-16 14:22:36 -08:00
symbolizer_dispatch.hpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer_enumerations.hpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer_hash.hpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer_keys.hpp update copyright notice 2015-06-16 12:49:16 +02:00
symbolizer_utils.hpp svg - move stroke-dasharray setup into dash-array parser method 2016-01-07 11:20:22 +00:00
tiff_io.hpp update copyright notice 2015-06-16 12:49:16 +02:00
timer.hpp update copyright notice 2015-06-16 12:49:16 +02:00
tolerance_iterator.hpp update copyright notice 2015-06-16 12:49:16 +02:00
transform_expression.hpp update copyright notice 2015-06-16 12:49:16 +02:00
transform_expression_grammar.hpp update copyright notice 2015-06-16 12:49:16 +02:00
transform_expression_grammar_impl.hpp transform_grammar: correct and simplify rules per bcc7495a87 (commitcomment-15915607) 2016-02-05 16:50:49 +01:00
transform_path_adapter.hpp handle more gcc 4.9 -Wshadow warnings 2015-12-04 14:07:42 -05:00
transform_processor.hpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
unicode.hpp update copyright notice 2015-06-16 12:49:16 +02:00
value.hpp restore back compatibility shim ref #1859 (TODO: must go away in 3.1.x!!) 2016-02-23 14:01:06 +01:00
value_error.hpp update copyright notice 2015-06-16 12:49:16 +02:00
value_hash.hpp upgrade to latest variant - refs mapbox/variant#73 2016-01-29 15:54:15 -08:00
value_types.hpp mapnik::value_null - correct <=, >= return values ref #3285 2016-02-04 10:06:11 +01:00
version.hpp setting up for mapnik v3.0.10 release [skip ci] 2016-02-25 16:37:35 -08:00
vertex.hpp remove explicitly-defaulted constructors and assignment operators ... 2016-01-30 02:03:25 +01:00
vertex_adapters.hpp Slight fixes after merge 2015-04-15 16:05:56 -05:00
vertex_cache.hpp update copyright notice 2015-06-16 12:49:16 +02:00
vertex_converters.hpp update copyright notice 2015-06-16 12:49:16 +02:00
vertex_processor.hpp more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch 2016-01-27 14:50:17 +01:00
vertex_vector.hpp update copyright notice 2015-06-16 12:49:16 +02:00
view_strategy.hpp update copyright notice 2015-06-16 12:49:16 +02:00
view_transform.hpp handle more gcc 4.9 -Wshadow warnings 2015-12-04 14:07:42 -05:00
warning_ignore.hpp handle more gcc 4.9 -Wshadow warnings 2015-12-04 14:07:42 -05:00
warp.hpp add scale_image_agg' and reproject_and_scale_raster` overloads for backward caps 2015-11-19 12:26:16 +00:00
webp_io.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
well_known_srs.hpp update copyright notice 2015-06-16 12:49:16 +02:00
wkb.hpp inherit mapnik::util::variant from mapbox::variant and add mapbox::variant as submodule 2016-01-14 15:02:41 +00:00
xml_attribute_cast.hpp centralize warning suppression 2015-11-07 17:53:09 -08:00
xml_loader.hpp update copyright notice 2015-06-16 12:49:16 +02:00
xml_node.hpp update copyright notice 2015-06-16 12:49:16 +02:00
xml_tree.hpp update copyright notice 2015-06-16 12:49:16 +02:00