mapnik/src
2014-06-20 09:55:10 +01:00
..
agg image_filters : agg-stack-blur requires premultiplied pixels - move de/pre multipling into apply_filter() 2014-06-19 15:40:54 +01:00
cairo cairo renderer: comp_op/halo_comp_op support in text_symbolizer 2014-06-20 09:55:10 +01:00
grid move make_unique out of std namespace and allow building with c++14 compilers 2014-06-12 15:14:05 +01:00
group support for render time variables 2014-05-11 13:08:24 -07:00
json all static grammar usage const + xml_tree cleanups 2014-04-30 10:42:05 -07:00
renderer_common support for render time variables 2014-05-11 13:08:24 -07:00
svg fix svg_renderer ctor 2014-05-15 18:35:27 -07:00
text moving instead of copying mapnik::glyph_info 2014-06-18 14:23:18 +01:00
wkt all static grammar usage const + xml_tree cleanups 2014-04-30 10:42:05 -07:00
box2d.cpp out-of-class swap method to be consistent 2014-05-27 11:21:13 +01:00
build.py scons: support MAPNIK_NAME option to customize libmapnik name for custom packaging 2014-06-09 13:55:56 -07:00
color.cpp improve handling of colors as expressions 2014-05-08 00:45:18 -07:00
color_factory.cpp improve handling of colors as expressions 2014-05-08 00:45:18 -07:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions.cpp optimize string2bool 2014-04-25 21:46:40 -07:00
css_color_grammar.cpp minimum boost version is 1.47 - remove obsolete code handling older versions 2014-01-27 13:19:21 -08:00
datasource_cache.cpp silence debug print 2014-03-08 19:54:43 -08:00
datasource_cache_static.cpp c++11 : remove boost::make_shared includes 2013-10-17 15:09:56 +01:00
debug.cpp c++11 : use nullptr instead of NULL 2013-11-27 15:54:16 +00:00
expression.cpp improve handling of colors as expressions 2014-05-08 00:45:18 -07:00
expression_grammar.cpp port minor fixes around type handling from c++11 branch 2013-09-18 19:50:04 -07:00
expression_node.cpp use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string 2013-08-13 18:52:04 -04:00
expression_string.cpp symbolizer-expressions replayed against latest master 2013-11-27 22:50:15 -08:00
feature_kv_iterator.cpp == c++11 2013-10-11 12:36:04 +01:00
feature_style_processor.cpp move cairo renderer into its own subdir 2014-06-06 13:38:00 +01:00
feature_type_style.cpp feature_type_style operator== 2014-05-27 13:44:01 +01:00
font_engine_freetype.cpp fix debug build 2014-06-06 14:49:16 +01:00
font_set.cpp + explicit move ctor's for mapnik::Map and mapnik::font_set 2014-05-27 15:35:37 +01:00
fs.cpp + use const std::unique_ptr< []> instead of boost::scoped_array 2013-09-20 15:01:58 +01:00
gamma_method.cpp iwyu 2013-05-20 12:50:26 -07:00
gradient.cpp iwyu 2013-05-20 12:50:26 -07:00
graphics.cpp move cairo renderer into its own subdir 2014-06-06 13:38:00 +01:00
image_compositing.cpp remove dead code (colorize-alpha is now officially an image-filter) 2013-09-24 17:18:14 -07:00
image_filter_grammar.cpp minimum boost version is 1.47 - remove obsolete code handling older versions 2014-01-27 13:19:21 -08:00
image_filter_types.cpp all static grammar usage const + xml_tree cleanups 2014-04-30 10:42:05 -07:00
image_reader.cpp webp encoding/decoding support - refs #1955 2013-07-19 01:09:17 -04:00
image_scaling.cpp symbolizer-expressions replayed against latest master 2013-11-27 22:50:15 -08:00
image_util.cpp move cairo renderer into its own subdir 2014-06-06 13:38:00 +01:00
jpeg_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-16 09:52:26 -07:00
layer.cpp share datasources between layers for now 2014-05-30 11:02:50 +01:00
libxml2_loader.cpp c++11 optimizations for faster map loading 2014-04-28 17:10:00 -07:00
load_map.cpp support halo-comp-op property (#2267) 2014-06-17 15:11:34 +01:00
map.cpp modify add_layer to work with both move and copy semantics 2014-05-28 09:54:56 +01:00
mapped_memory_cache.cpp add newlines to avoid pedantic warnings 2014-04-24 12:53:28 -07:00
marker_cache.cpp c++11 : remove boost::make_shared includes 2013-10-17 15:09:56 +01:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp memory_datasource: support datasource interface 2014-05-30 10:16:49 +01:00
miniz.c fix miniz inlining 2014-06-16 09:52:25 -07:00
miniz_png.cpp fix miniz encoder - closes #1560 2014-06-16 09:52:25 -07:00
palette.cpp integrate various minor c++ style and cast fixes into master from c++11 branch 2013-09-15 23:08:04 -07:00
params.cpp + only extract expected types from mapnik::parameters 2013-10-09 15:32:47 +01:00
parse_path.cpp simplify code 2014-05-05 18:16:42 -07:00
parse_transform.cpp simplify code 2014-05-05 18:16:42 -07:00
path_expression_grammar.cpp adapt build to use BOOST_SPIRIT_NO_PREDEFINED_TERMINALS 2014-01-26 14:00:58 -08:00
plugin.cpp best practice: lways define NOMINMAX when including windows.h 2013-11-06 15:34:53 -08:00
png_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-16 09:52:26 -07:00
proj_transform.cpp iwyu 2013-06-02 20:19:33 -07:00
projection.cpp prevent double-free in mapnik::projection 2014-03-08 19:51:42 -08:00
rapidxml_loader.cpp fix skipping of empty text nodes in rapidxml parser (matches libxml2) - closes #2253 2014-05-23 10:42:55 -07:00
raster_colorizer.cpp raster_colorizer: avoid color copy by return unsigned from get_color 2013-09-25 14:58:32 -07:00
renderer_common.cpp support for render time variables 2014-05-11 13:08:24 -07:00
request.cpp further refine the mapnik::request object which can be passed to custom agg_renderer 2013-02-25 19:33:08 -05:00
rule.cpp canonical swap and operator== 2014-05-27 12:34:35 +01:00
save_map.cpp Add serialization for group symbolizer components. 2014-04-29 12:08:05 -04:00
scale_denominator.cpp simplify scale_denominator interface 2013-02-20 18:02:28 -08:00
simplify.cpp add facilities to choose the simplification algorithm 2012-08-16 16:53:38 +02:00
symbolizer.cpp support for render time variables 2014-05-11 13:08:24 -07:00
symbolizer_keys.cpp support halo-comp-op property (#2267) 2014-06-17 15:11:34 +01:00
tiff_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-16 09:52:26 -07:00
transform_expression.cpp c++11 2013-04-24 16:40:35 +01:00
transform_expression_grammar.cpp static grammars 2014-04-30 00:11:27 -07:00
unicode.cpp c++11 : use int types from <cstdint> 2014-05-06 18:06:47 +01:00
utils.cpp best practice: lways define NOMINMAX when including windows.h 2013-11-06 15:34:53 -08:00
warp.cpp symbolizer-expressions replayed against latest master 2013-11-27 22:50:15 -08:00
webp_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-16 09:52:26 -07:00
well_known_srs.cpp iwyu 2013-05-20 12:50:26 -07:00
wkb.cpp move make_unique out of std namespace and allow building with c++14 compilers 2014-06-12 15:14:05 +01:00
xml_tree.cpp move make_unique out of std namespace and allow building with c++14 compilers 2014-06-12 15:14:05 +01:00