mapnik/src
2015-06-03 11:18:32 +01:00
..
agg remove unused boost/math include and typedefs 2015-05-15 14:43:42 -07:00
cairo Modified marker cache to store shared_ptrs in order to prevent threading issues and to close #2713 2015-05-04 14:11:41 -05:00
grid grid: use correct types 2015-05-25 21:03:40 +00:00
group make geometry methods templated to allow using modified geometry types ( e.g variant<reference_wrapper<T>..> 2015-03-25 12:58:50 +01:00
json Always use -fPIC, refs #2861, closes #2867 2015-05-26 15:11:44 -05:00
renderer_common fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
svg fix SVG rendering 2015-04-29 15:41:18 -07:00
text remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move]) 2015-06-02 14:26:35 +01:00
util move singleton to util/singleton.hpp 2015-06-02 11:10:41 +01:00
wkt Always use -fPIC, refs #2861, closes #2867 2015-05-26 15:11:44 -05:00
box2d.cpp iwyu 2015-02-09 14:18:15 -08:00
build.py Remove unused source memory.[ch]pp. 2015-05-29 19:06:13 +01:00
cairo_io.cpp fix camel case 2015-05-14 12:53:21 +01:00
color.cpp Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime. 2015-01-24 20:48:15 -06:00
color_factory.cpp update copyright year 2014-11-20 15:25:50 +01:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions.cpp algorithm is a somewhat large stl header, move it to cpp 2015-05-06 06:37:06 -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 move singleton to util/singleton.hpp 2015-06-02 11:10:41 +01:00
datasource_cache_static.cpp followup after #2773: remove python from install doc,static datasources, utils 2015-04-25 08:21:59 +02:00
debug.cpp update copyright year 2014-11-20 15:25:50 +01:00
expression.cpp use sequencial catch blocks 2015-03-09 18:48:41 +01:00
expression_grammar.cpp break apart expression+transform grammars - refs #2526 2014-10-12 16:36:33 -07:00
expression_node.cpp move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
expression_string.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
feature_kv_iterator.cpp update copyright year 2014-11-20 15:25:50 +01:00
feature_style_processor.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
feature_type_style.cpp update copyright year 2014-11-20 15:25:50 +01:00
font_engine_freetype.cpp catch and remove more spurious std::move's 2015-06-02 14:48:02 +01:00
font_set.cpp update copyright year 2014-11-20 15:25:50 +01:00
fs.cpp move singleton to util/singleton.hpp 2015-06-02 11:10:41 +01:00
function_call.cpp avoid spirit usage in function_call.hpp - refs #2439 2014-09-29 13:12:46 -07:00
geometry_envelope.cpp A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries. 2015-04-21 09:34:52 -05:00
geometry_reprojection.cpp Added geometry_reprojection_impl 2015-04-10 10:55:30 -05:00
gradient.cpp pack mapnik::gradient to save 8 bytes (128 -> 120) - refs #2631 2015-01-09 11:43:17 -08:00
image.cpp Added test coverage to image buffer 2015-05-13 16:50:31 -05:00
image_any.cpp catch and remove more spurious std::move's 2015-06-02 14:48:02 +01:00
image_compositing.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
image_copy.cpp remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move]) 2015-06-02 14:26:35 +01:00
image_filter_types.cpp update copyright year 2014-11-20 15:25:50 +01:00
image_options.cpp Also allow the possibility for negative values being passed to image option values 2015-05-15 15:51:53 -05:00
image_reader.cpp Updated image reader so that it would throw an exception rather then returning a 0 pointer. 2015-03-10 10:05:50 -05:00
image_scaling.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
image_util.cpp Removed multiply_opacity 2015-05-20 13:14:44 -05:00
image_util_jpeg.cpp use if/else if ... 2015-05-18 11:21:56 +01:00
image_util_png.cpp cleanup 2015-05-14 15:39:11 +01:00
image_util_tiff.cpp use if/else if ... 2015-05-18 11:21:56 +01:00
image_util_webp.cpp use if/else if ... 2015-05-18 11:21:56 +01:00
image_view.cpp c++ constness, formatting 2015-05-05 14:12:29 +02:00
image_view_any.cpp fix method signitures to use std::size_t 2015-05-04 10:57:57 +02:00
jpeg_reader.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
layer.cpp Updated min zoom and max zoom to use maximum scale denom and minimum scale denominator #1447 2015-05-15 14:34:12 -05:00
libxml2_loader.cpp move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
load_map.cpp remove unused dump_xml.hpp 2015-06-03 11:18:32 +01:00
map.cpp remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move]) 2015-06-02 14:26:35 +01:00
mapped_memory_cache.cpp use std::lock_guard instead of unique_lock (better fit for the job) 2015-05-20 16:12:22 +01:00
marker_cache.cpp catch and remove more spurious std::move's 2015-06-02 14:48:02 +01:00
marker_helpers.cpp sync with latest master/3.x 2015-01-14 18:35:40 -08: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 fix memory datasource accumulate_extent 2015-03-24 14:46:26 -07:00
miniz.c fix miniz inlining 2014-06-16 09:52:25 -07:00
miniz_png.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
palette.cpp update copyright year 2014-11-20 15:25:50 +01:00
params.cpp Updated param to allow value_boolean 2015-03-09 16:33:20 -05:00
parse_path.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
parse_transform.cpp update copyright year 2014-11-20 15:25:50 +01:00
plugin.cpp do not call dlclose on plugins linking libgdal 2015-02-23 14:56:18 -08:00
png_reader.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
proj_transform.cpp move singleton to util/singleton.hpp 2015-06-02 11:10:41 +01:00
projection.cpp move singleton to util/singleton.hpp 2015-06-02 11:10:41 +01:00
rapidxml_loader.cpp fix a few files that need utf_conv_win.hpp 2015-06-02 07:14:31 -07:00
raster_colorizer.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
renderer_common.cpp update copyright year 2014-11-20 15:25:50 +01:00
request.cpp update copyright year 2014-11-20 15:25:50 +01:00
rule.cpp update copyright year 2014-11-20 15:25:50 +01:00
save_map.cpp Updated min zoom and max zoom to use maximum scale denom and minimum scale denominator #1447 2015-05-15 14:34:12 -05:00
scale_denominator.cpp update copyright year 2014-11-20 15:25:50 +01:00
simplify.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
symbolizer.cpp update copyright year 2014-11-20 15:25:50 +01:00
symbolizer_enumerations.cpp add debug symbolizer mode for visualizing exterior and interior rings and their winding order 2015-04-14 02:44:14 +02:00
symbolizer_keys.cpp Merge pull request #2621 from mapycz/markers-upright 2015-03-12 14:58:16 +01:00
tiff_reader.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
transform_expression.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
transform_expression_grammar.cpp add new line 2014-10-13 14:23:06 +01:00
unicode.cpp iwyu 2014-12-02 14:40:03 -05:00
vertex_cache.cpp update copyright year 2014-11-20 15:25:50 +01:00
warp.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
webp_reader.cpp fix remanining cAmEl case names 2015-05-04 12:49:11 +02:00
well_known_srs.cpp update copyright year 2014-11-20 15:25:50 +01:00
wkb.cpp remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move]) 2015-06-02 14:26:35 +01:00
xml_tree.cpp add direction property for markers 2015-02-07 12:23:35 +00:00