mapnik/src
2016-08-31 17:43:50 +01:00
..
agg merge spirit-x3 2016-08-26 10:09:22 +01:00
cairo merge spirit-x3 2016-08-26 10:09:22 +01:00
geometry refactor souce code files with the following rule: the physical filesytem path matches namespace structure 2016-08-02 14:43:02 +01:00
grid merge spirit-x3 2016-08-26 10:09:22 +01:00
group refactor value related objects into include/value dir 2016-08-02 15:34:59 +01:00
json topojson grammar - change interface + instantiate with Iterator = char const* to reduce binary size 2016-08-31 17:42:18 +01:00
renderer_common refactor souce code files with the following rule: the physical filesytem path matches namespace structure 2016-08-02 14:43:02 +01:00
svg merge spirit-x3 2016-08-26 10:09:22 +01:00
text merge spirit-x3 2016-08-26 10:09:22 +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 merge spirit-x3 2016-08-26 10:09:22 +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 merge spirit-x3 2016-08-26 10:09:22 +01:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions_numeric.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
conversions_string.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
css_color_grammar_x3.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
dasharray_parser.cpp merge spirit-x3 2016-08-26 10:09:22 +01: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 merge spirit-x3 2016-08-26 10:09:22 +01:00
expression_grammar_x3.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
expression_node.cpp Merge branch 'master' into tidy-headers 2016-08-10 17:21:17 +01:00
expression_string.cpp refactor value related objects into include/value dir 2016-08-02 15:34:59 +01: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 merge spirit-x3 2016-08-26 10:09:22 +01:00
font_engine_freetype.cpp merge spirit-x3 2016-08-26 10:09:22 +01: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
generate_image_filters.cpp merge spirit-x3 2016-08-26 10:09:22 +01: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 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_x3.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
image_options.cpp merge spirit-x3 2016-08-26 10:09:22 +01: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 merge spirit-x3 2016-08-26 10:09:22 +01:00
libxml2_loader.cpp update copyright notice 2015-06-16 12:49:16 +02:00
load_map.cpp Fix 'occured' typo, replace with 'occurred'. 2016-08-05 14:50:50 +02:00
map.cpp merge spirit-x3 2016-08-26 10:09:22 +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 Fix 'intialize' typo, replace with 'initialize'. 2016-08-05 14:49:45 +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 merge spirit-x3 2016-08-26 10:09:22 +01: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 refactor value related objects into include/value dir 2016-08-02 15:34:59 +01:00
parse_image_filters.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
parse_path.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
parse_transform.cpp merge spirit-x3 2016-08-26 10:09:22 +01: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 refactor value related objects into include/value dir 2016-08-02 15:34:59 +01: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_x3.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
twkb.cpp refactor souce code files with the following rule: the physical filesytem path matches namespace structure 2016-08-02 14:43:02 +01:00
unicode.cpp refactor value related objects into include/value dir 2016-08-02 15:34:59 +01:00
value.cpp refactor value related objects into include/value dir 2016-08-02 15:34:59 +01:00
vertex_adapters.cpp refactor souce code files with the following rule: the physical filesytem path matches namespace structure 2016-08-02 14:43:02 +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 merge spirit-x3 2016-08-26 10:09:22 +01:00
well_known_srs.cpp suppress more third party warnings 2016-03-10 12:46:00 -08:00
wkb.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00
xml_tree.cpp merge spirit-x3 2016-08-26 10:09:22 +01:00