mapnik/src
2014-11-04 11:41:23 -05:00
..
agg upgrade to new get<value_type, keys::key> 2014-10-17 20:45:15 +01:00
cairo remove unneeded option 2014-11-04 11:41:23 -05:00
grid fix various -Wunused-parameter warnings 2014-10-21 20:23:17 -07:00
group improve handling of format properties - refs #2516 2014-10-12 21:41:59 -07:00
json simplify and install mapnik wkt and json libs 2014-10-22 00:09:22 -07:00
renderer_common improve handling of format properties - refs #2516 2014-10-12 21:41:59 -07:00
svg fix various -Wunused-parameter warnings 2014-10-21 20:23:17 -07:00
text silence boost warnings 2014-10-21 16:37:27 -07:00
wkt simplify and install mapnik wkt and json libs 2014-10-22 00:09:22 -07:00
box2d.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
build.py fix various -Wunused-parameter warnings 2014-10-21 20:23:17 -07:00
color.cpp silence boost warnings 2014-10-21 16:37:27 -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 silence boost warnings 2014-10-21 16:37:27 -07:00
css_color_grammar.cpp shuffle the cost of spirit grammars 2014-07-25 16:15:18 -07:00
dasharray_parser.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
datasource_cache.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
datasource_cache_static.cpp iwyu 2014-07-23 14:02:36 -07:00
debug.cpp iwyu 2014-08-06 12:27:10 -07:00
expression.cpp handle boost::spirit::qi::expectation_failure 2014-10-24 21:36:19 -07:00
expression_grammar.cpp break apart expression+transform grammars - refs #2526 2014-10-12 16:36:33 -07:00
expression_node.cpp using pimpl to isolate boost::regex headers - refs #2439 2014-09-29 16:48:19 -07:00
expression_string.cpp using pimpl to isolate boost::regex headers - refs #2439 2014-09-29 16:48:19 -07:00
feature_kv_iterator.cpp == c++11 2013-10-11 12:36:04 +01:00
feature_style_processor.cpp refactor cairo_renderer 2014-08-10 13:53:45 -07:00
feature_type_style.cpp explicit move ctor for feature_type_style 2014-10-01 13:54:44 -07:00
font_engine_freetype.cpp use non static ref to global memory font cache 2014-11-04 11:41:23 -05:00
font_set.cpp font_set: explicitly initialize face_names_ member 2014-10-09 17:36:51 -07:00
fs.cpp improve register_datasources + drop filesystem v2 support since v3 is default in boost >= 1.46 2014-10-13 17:43:14 -07:00
function_call.cpp avoid spirit usage in function_call.hpp - refs #2439 2014-09-29 13:12:46 -07:00
gradient.cpp iwyu 2013-05-20 12:50:26 -07:00
graphics.cpp remove big endian support - closes #2313 2014-07-23 14:16:44 -07:00
image_compositing.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
image_filter_types.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
image_reader.cpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
image_scaling.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
image_util.cpp rollback png8 default in 2.3.x - closes #2110 2014-09-04 12:08:47 -07:00
jpeg_reader.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
layer.cpp fix layer buffer default 2014-10-01 14:08:08 -07:00
libxml2_loader.cpp c++ style / delay std::string creation in xml loading 2014-10-03 16:39:25 -07:00
load_map.cpp smarter type handling for Map parameters 2014-10-27 09:24:33 -07:00
map.cpp fix font caching logic 2014-10-07 00:21:52 -07:00
mapped_memory_cache.cpp use emplace/emplace_back over insert/push_back - refs #2336 2014-08-05 15:19:37 -07:00
marker_cache.cpp silence more warnings 2014-10-21 17:44:47 -07:00
marker_helpers.cpp drop useless template usage for has_key 2014-10-06 23:21:13 -07:00
memory.cpp iwyu 2014-07-22 22:40:39 -07:00
memory_datasource.cpp rename mapnik::boolean to mapnik::boolean_type - closes #1899 2014-07-28 19:46:49 -07: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 rename mapnik::boolean to mapnik::boolean_type - closes #1899 2014-07-28 19:46:49 -07:00
parse_path.cpp convert all boost::variant to util::variant 2014-08-12 13:40:45 +01:00
parse_transform.cpp shuffle the cost of spirit grammars 2014-07-25 16:15:18 -07:00
plugin.cpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
png_reader.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
proj_transform.cpp fix initialization order in proj_transform 2014-10-22 15:34:17 -07:00
projection.cpp initialize is_geographic 2014-08-08 12:00:20 -07:00
rapidxml_loader.cpp fix various -Wunused-parameter warnings 2014-10-21 20:23:17 -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 remove state from freetype_engine - now fully static 2014-10-01 20:03:03 -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 break apart symbolizer.hpp + fwd declars + svg output grammar impl 2014-09-30 12:50:08 -07:00
save_map.cpp smarter type handling for Map parameters 2014-10-27 09:24:33 -07:00
scale_denominator.cpp simplify scale_denominator interface 2013-02-20 18:02:28 -08:00
simplify.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
symbolizer.cpp remove uneeded logging 2014-08-08 15:01:48 -07:00
symbolizer_enumerations.cpp add horizontal-alignment="adjust" with immutability of style objects in 2014-10-13 12:16:48 +00:00
symbolizer_keys.cpp silence more warnings 2014-10-21 17:44:47 -07:00
tiff_reader.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
transform_expression.cpp convert all boost::variant to util::variant 2014-08-12 13:40:45 +01:00
transform_expression_grammar.cpp add new line 2014-10-13 14:23:06 +01:00
unicode.cpp iwyu shuffle 2014-09-29 17:14:40 -07:00
utils.cpp best practice: lways define NOMINMAX when including windows.h 2013-11-06 15:34:53 -08:00
warp.cpp ImageData -> image_data (remove camel-case) 2014-10-21 16:06:27 +01:00
webp_reader.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
well_known_srs.cpp iwyu 2013-05-20 12:50:26 -07:00
wkb.cpp remove boost::format usage 2014-09-30 18:35:07 -07:00
xml_tree.cpp stash work on trying to convert font_feature_settings to be passed by value 2014-10-09 19:23:11 -07:00