mapnik/src
2017-07-17 09:06:58 +02:00
..
agg duplicate code elimination 2016-12-14 18:21:30 -08:00
cairo style level comp-op and opacity for Cairo renderer 2016-08-03 20:14:56 +00:00
grid fix passing scale factor to evaluate_transform() 2016-05-03 12:09:39 +00:00
group fix #3526 GroupSymbolizer PairLayout with 3+ items 2016-12-14 18:21:52 -08:00
json from_geojson - catch all exceptions. 2017-03-22 15:06:34 +00:00
renderer_common can't store noncopyable list in std::vector 2017-01-03 22:53:39 +01:00
svg disable handling unsupported attributes (leaving only well-known unsupported elements) to reduce verbosity. 2017-07-07 10:12:00 +02:00
text find max element instead of std::sort 2017-01-02 03:53:53 +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 don't instantiate types that are not used in core library 2016-05-03 18:33:06 +02:00
build.py TWKB - port CartoDB implementation to mapnik 3.x.x 2016-03-11 16:20:07 +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 fix typo 2015-07-13 13:48:34 +02:00
config_error.cpp remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept 2017-02-08 13:47:02 -08:00
conversions.cpp centralize warning suppression 2015-11-07 17:53:09 -08:00
css_color_grammar.cpp update copyright notice 2015-06-16 12:49:16 +02: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 c++ format 2016-07-25 15:55:50 +02:00
datasource_cache_static.cpp replace remaining boost::unordered_map 2015-06-18 11:08:35 +02:00
debug.cpp share stringify macro from common header 2016-03-09 16:16:14 -08:00
expression.cpp update copyright notice 2015-06-16 12:49:16 +02:00
expression_grammar.cpp update copyright notice 2015-06-16 12:49:16 +02:00
expression_node.cpp Expressions - add more regex tests to cover #3483 2016-08-09 16:13:12 +01:00
expression_string.cpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_kv_iterator.cpp Revert "feature_kv_iterator - change logic in 'increment' to skip key/value's when value doesn't exist" 2016-07-15 12:21:41 +01:00
feature_style_processor.cpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_type_style.cpp update copyright notice 2015-06-16 12:49:16 +02:00
font_engine_freetype.cpp freetype_engine : revert back to original APIs usage. 2017-06-01 12:35:14 +02:00
font_set.cpp update copyright notice 2015-06-16 12:49:16 +02:00
fs.cpp finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08:00
function_call.cpp update copyright notice 2015-06-16 12:49:16 +02:00
geometry_envelope.cpp don't instantiate types that are not used in core library 2016-05-03 18:33:06 +02:00
geometry_reprojection.cpp update copyright notice 2015-06-16 12:49:16 +02:00
gradient.cpp remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept 2017-02-08 13:47:02 -08:00
image.cpp Avoid -Winstantiation-after-specialization warnings 2017-01-04 15:08:08 -08:00
image_any.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_compositing.cpp simplify visitor code in image_compositing 2016-07-25 14:51:45 +02: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.cpp compile image_filter_grammar separately 2016-01-28 12:04:36 -08:00
image_filter_types.cpp compile image_filter_grammar separately 2016-01-28 12:04:36 -08: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 First attempt at making raster overzooming and scaling work correctly and handle offsets properly. 2017-05-08 22:37:35 -05:00
image_util.cpp finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08:00
image_util_jpeg.cpp Avoid -Winstantiation-after-specialization warnings 2017-01-04 15:08:08 -08:00
image_util_png.cpp Avoid -Winstantiation-after-specialization warnings 2017-01-04 15:08:08 -08:00
image_util_tiff.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_util_webp.cpp Avoid -Winstantiation-after-specialization warnings 2017-01-04 15:08:08 -08:00
image_view.cpp remove explicit instantiation of 'image_view<mapnik::image<mapnik::null_t> >' that occurs after an explicit specialization has no effect [-Winstantiation-after-specialization] (clang 4.x) 2017-03-28 15:25:17 -07:00
image_view_any.cpp update copyright notice 2015-06-16 12:49:16 +02:00
jpeg_reader.cpp implement custom char_array_bufrer and remove boost::iostreams dependency 2016-06-22 17:21:25 +01:00
layer.cpp update copyright notice 2015-06-16 12:49:16 +02:00
libxml2_loader.cpp update copyright notice 2015-06-16 12:49:16 +02:00
load_map.cpp remove superfluous line 2017-07-17 09:06:58 +02:00
map.cpp freetype_engine : revert back to original APIs usage. 2017-06-01 12:35:14 +02: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 port "strict" SVG parsing, support for <use> element and use of switch statements from https://github.com/mapnik/mapnik/tree/svg-strict-parsing 2017-06-27 11:41:26 +02:00
marker_helpers.cpp Fix stroke-width size not included in markers ellipse bounding box 2016-06-03 11:12:14 +02: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 Add memory_datasource test + fix returning of invalid_featureset for emptyset 2016-09-02 15:09:45 -07:00
palette.cpp Support creating paletted images for any number of pixels e.g < 3 (ref #3466) 2016-07-20 14:01:14 +02:00
params.cpp update copyright notice 2015-06-16 12:49:16 +02:00
parse_path.cpp update copyright notice 2015-06-16 12:49:16 +02:00
parse_transform.cpp update copyright notice 2015-06-16 12:49:16 +02:00
plugin.cpp remove extra ; 2016-04-06 11:35:49 +02:00
png_reader.cpp implement custom char_array_bufrer and remove boost::iostreams dependency 2016-06-22 17:21:25 +01:00
proj_transform.cpp simplify logic a bit 2016-05-26 16:27:22 +02:00
projection.cpp update copyright notice 2015-06-16 12:49:16 +02:00
rapidxml_loader.cpp suppress more third party warnings 2016-03-10 12:46:00 -08:00
raster_colorizer.cpp use c++ style casts 2016-03-10 11:44:23 -08: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 fix variant_io include 2017-01-04 15:22:36 -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 - use memory mapped files if MAPNIK_MEMORY_MAPPED_FILE is defined (ported from master) 2017-06-15 11:59:47 +02:00
transform_expression.cpp update copyright notice 2015-06-16 12:49:16 +02:00
transform_expression_grammar.cpp update copyright notice 2015-06-16 12:49:16 +02:00
twkb.cpp TWKB - port CartoDB implementation to mapnik 3.x.x 2016-03-11 16:20:07 +01:00
unicode.cpp suppress more third party warnings 2016-03-10 12:46:00 -08:00
value.cpp represent value_null as an empty string e.g "" (text rendering logic) 2016-07-20 12:39:55 +02:00
vertex_adapters.cpp geometry::envelope - deduct value_type of box2d<T> automatically + add missing typedefs 2016-05-03 18:02:42 +02:00
vertex_cache.cpp revert the functionality of 944f34b - refs #2937 2015-07-06 19:27:05 -07:00
warp.cpp finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08:00
webp_reader.cpp implement custom char_array_bufrer and remove boost::iostreams dependency 2016-06-22 17:21:25 +01:00
well_known_srs.cpp suppress more third party warnings 2016-03-10 12:46:00 -08: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:27:28 +02:00
xml_tree.cpp remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept 2017-02-08 13:47:02 -08:00