mapnik/src
2016-06-29 12:41:57 +01:00
..
agg make all mapnik::geometries aliases to mapbox::geometry and attempt to adapt new polygon model (one std::vector) 2016-06-29 12:41:57 +01:00
cairo fix passing scale factor to evaluate_transform() 2016-05-03 12:09:39 +00:00
grid fix passing scale factor to evaluate_transform() 2016-05-03 12:09:39 +00:00
group minor namespace cleanup in group_layout_manager 2016-01-29 00:10:18 +01:00
json avoid grammar_impl usage in headers - other minor refactoring around json spirit 2016-03-02 12:48:07 -08:00
renderer_common fix passing scale factor to evaluate_transform() 2016-05-03 12:09:39 +00:00
svg use c++ style casts 2016-03-10 12:45:47 -08:00
text Merge branch 'master' into geometry-refactor 2016-06-20 15:01:29 +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 iwyu 2013-07-23 18:59:05 -04: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 small formatting 2016-04-06 11:36:18 +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 remove to_utf8, instead use UnicodeString::toUTF8String 2016-02-15 21:07:01 +01:00
expression_string.cpp update copyright notice 2015-06-16 12:49:16 +02:00
feature_kv_iterator.cpp suppress more third party warnings 2016-03-10 12:46:00 -08: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 c++ style: use nullptr rather than NULL 2016-04-05 15:27:32 -04: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 refactor geometry core and algorithms templates + add missing typedefs + prepare for geometry update 2016-04-29 14:24:57 +02:00
gradient.cpp gradient does not need to be a fancy enumeration 2016-02-09 09:56:57 -08:00
image.cpp image : fix buffer's copy ctor - only std::copy when rhs owns the data (#3152) 2015-11-02 09:47:05 +00:00
image_any.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_compositing.cpp finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08: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 finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08: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 Removed unrequired MAPNIK_DECL from src/image_util_jpeg added pragma to prevent warning on linux with clang. 2015-08-12 13:00:04 -05:00
image_util_png.cpp 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
image_util_tiff.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_util_webp.cpp update copyright notice 2015-06-16 12:49:16 +02:00
image_view.cpp update copyright notice 2015-06-16 12:49:16 +02: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 finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08:00
map.cpp file_io - rename open to is_open to be consistent with STL i/o via @lightmare (0d032c2618 (commitcomment-16753722)) 2016-03-18 10:02:19 +01: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 finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907 2016-03-09 16:42:15 -08: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 Fixed bug around set envelope in memorydatasource 2016-01-21 15:20:50 -06:00
palette.cpp use c++ style casts 2016-03-10 12:45:47 -08: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 Merge branch 'master' into geometry-refactor 2016-06-20 15:01:29 +01: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 avoid unneccesary dependence on << operator of mapnik::enumeration 2016-02-09 10:09:12 -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 tidy 2016-06-22 17:25:37 +01: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 make all mapnik::geometries aliases to mapbox::geometry and attempt to adapt new polygon model (one std::vector) 2016-06-29 12:41:57 +01:00
unicode.cpp suppress more third party warnings 2016-03-10 12:46:00 -08:00
value.cpp fix empty string value::to_expresssion_string 2016-03-15 00:29:17 +01:00
vertex_adapters.cpp make all mapnik::geometries aliases to mapbox::geometry and attempt to adapt new polygon model (one std::vector) 2016-06-29 12:41:57 +01: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 make all mapnik::geometries aliases to mapbox::geometry and attempt to adapt new polygon model (one std::vector) 2016-06-29 12:41:57 +01:00
xml_tree.cpp fix building with BIGINT=no (NOTE: some tests will fail) 2016-05-26 17:23:53 +02:00