mapnik/src
2013-08-07 20:49:28 -04:00
..
agg finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
formatting deal with various -Wunused-parameter warnings that are not important 2013-07-23 18:46:54 -04:00
grid remove unused typedef 2013-08-07 20:49:28 -04:00
json support optionally compiling with -std=c++11 on OSX / clang / apple libc++ / boost 1.53 - refs #1683 2013-07-27 01:57:24 -04:00
svg finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
text_placements various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
wkt iwyu 2013-06-02 20:19:33 -07:00
box2d.cpp + expose set_minx/miny/maxx/maxy - makes it easier 2013-03-06 21:31:12 +00:00
build.py finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
building_symbolizer.cpp refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
cairo_context.cpp fix #1865 2013-05-24 16:45:02 -07:00
cairo_renderer.cpp finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
color.cpp + fix typo in grammar 2013-06-21 19:37:56 +01:00
color_factory.cpp iwyu 2013-06-21 12:00:48 -07:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions.cpp removed unused trunc and cmath headers - closes #1646 2013-03-13 12:47:24 -07:00
css_color_grammar.cpp rename css_color_grammar_def.hpp -> css_color_grammar_impl.hpp to be consistent with other headers 2013-05-15 18:23:46 -07:00
datasource_cache.cpp iwyu 2013-06-02 20:19:33 -07:00
datasource_cache_static.cpp fix a batch of unused variable warnings (leaving several with are true bugs/missing features) 2013-07-23 15:51:22 -04:00
debug.cpp fix debug.cpp error output (now compiles against libc++) 2013-07-26 19:33:35 -04:00
debug_symbolizer.cpp Add file I should have added in 8634a04938 2013-05-21 21:01:07 -07:00
deepcopy.cpp iwyu 2013-01-03 23:52:58 -08:00
distance.cpp fixup std:: prefixing of cmath functions - closes #1694 2013-01-17 13:53:48 -08:00
expression.cpp iwyu 2013-01-24 22:04:17 -08:00
expression_grammar.cpp move expresion_grammar impl to impl header 2013-05-15 18:24:49 -07:00
expression_node.cpp various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
expression_string.cpp fix a batch of unused variable warnings (leaving several with are true bugs/missing features) 2013-07-23 15:51:22 -04:00
feature_kv_iterator.cpp remove unneeded get_optional method on feature impl 2012-12-26 16:52:06 -08:00
feature_style_processor.cpp make it possible to disable compilation of grid_renderer - closes #1962 2013-07-23 19:37:25 -04:00
feature_type_style.cpp iwyu 2013-05-20 12:50:26 -07:00
font_engine_freetype.cpp make it possible to disable compilation of grid_renderer - closes #1962 2013-07-23 19:37:25 -04:00
font_set.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
fs.cpp iwyu 2013-06-02 20:19:33 -07: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 use pixfmt pre for the sake of clarity 2013-07-23 18:44:39 -04:00
image_compositing.cpp iwyu 2013-07-23 18:45:25 -04:00
image_filter_grammar.cpp renable hsla filter as 'scale-hsla' - refs #1954 2013-07-19 00:37:51 -04:00
image_filter_types.cpp renable hsla filter as 'scale-hsla' - refs #1954 2013-07-19 00:37:51 -04:00
image_reader.cpp webp encoding/decoding support - refs #1955 2013-07-19 01:09:17 -04:00
image_scaling.cpp iwyu 2013-07-23 18:45:25 -04:00
image_util.cpp webp encoding/decoding support - refs #1955 2013-07-19 01:09:17 -04:00
jpeg_reader.cpp deal with various -Wunused-parameter warnings that are not important 2013-07-23 18:46:54 -04:00
layer.cpp pass string by const ref 2013-07-19 15:46:01 -04:00
libxml2_loader.cpp start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
line_pattern_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
line_symbolizer.cpp restore the fast line rasterizer (rasterizer_outline_aa) and improve its rendering quality and consistency with standard method - refs #873 2012-05-11 17:40:21 -07:00
load_map.cpp remove unreachable break 2013-07-22 14:17:59 -04:00
map.cpp iwyu 2013-06-02 20:19:33 -07:00
mapped_memory_cache.cpp start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
marker_cache.cpp start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
markers_symbolizer.cpp iwyu 2013-05-20 12:50:26 -07:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
miniz.c fix narrowing issue in miniz - closes #1967 2013-07-28 15:49:11 -04:00
miniz_png.cpp fix up type casting 2013-07-28 15:45:36 -04:00
palette.cpp refactor and speed up hextree image encoding by using dense_has_map - refs #1629 2013-01-08 19:07:11 -08:00
params.cpp refactor params interface to move lexical cast out of header 2013-01-09 19:12:20 -08:00
parse_path.cpp iwyu 2013-06-02 20:19:33 -07:00
parse_transform.cpp refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
path_expression_grammar.cpp clean up spirit headers to avoid usage of non-standard/non-futureproof spirit/home path - refs #1658 2013-01-15 14:32:29 -08:00
placement_finder.cpp deal with various -Wunused-parameter warnings that are not important 2013-07-23 18:46:54 -04:00
plugin.cpp proper c++ cast 2013-06-02 17:34:44 -07:00
png_reader.cpp deal with various -Wunused-parameter warnings that are not important 2013-07-23 18:46:54 -04:00
point_symbolizer.cpp refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
polygon_pattern_symbolizer.cpp iwyu 2013-05-20 12:50:26 -07:00
polygon_symbolizer.cpp + move 'smooth' property to symbolizer_base level 2012-05-07 16:08:16 +01:00
processed_text.cpp + improve c++ style 2013-07-16 11:16:52 +01:00
proj_transform.cpp iwyu 2013-06-02 20:19:33 -07:00
projection.cpp iwyu 2013-06-02 20:19:33 -07:00
rapidxml_loader.cpp start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
raster_colorizer.cpp iwyu 2013-05-20 12:50:26 -07:00
raster_symbolizer.cpp iwyu: mapnik::attribute 2013-03-14 13:32:11 +08: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 refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
save_map.cpp deal with various -Wunused-parameter warnings that are not important 2013-07-23 18:46:54 -04:00
scale_denominator.cpp simplify scale_denominator interface 2013-02-20 18:02:28 -08:00
shield_symbolizer.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
simplify.cpp add facilities to choose the simplification algorithm 2012-08-16 16:53:38 +02:00
stroke.cpp iwyu 2013-05-20 12:50:26 -07:00
symbolizer.cpp iwyu: mapnik::attribute 2013-03-14 13:32:11 +08:00
symbolizer_helpers.cpp finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
text_properties.cpp iwyu 2013-01-03 23:56:11 -08:00
text_symbolizer.cpp add halo-rasterizer option for text symbolizer 2013-03-08 20:32:39 -08:00
tiff_reader.cpp deal with various -Wunused-parameter warnings that are not important 2013-07-23 18:46:54 -04:00
transform_expression.cpp new feature: transform expressions are now dynamic 2012-06-06 17:34:26 +02:00
transform_expression_grammar.cpp clean up spirit headers to avoid usage of non-standard/non-futureproof spirit/home path - refs #1658 2013-01-15 14:32:29 -08:00
unicode.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
utils.cpp put implementatio into .cpp to avoid exposing <windows.h> 2013-05-20 14:54:06 +01:00
warp.cpp code cleanup 2013-07-23 18:46:40 -04:00
webp_reader.cpp webp encoding/decoding support - refs #1955 2013-07-19 01:09:17 -04:00
well_known_srs.cpp iwyu 2013-05-20 12:50:26 -07:00
wkb.cpp fix spelling of unknown 2013-04-17 14:23:04 -07:00
xml_tree.cpp add support for drawing all geometry verticies with debug symbolizer mode=vertex and expose in python - closes #1848 2013-05-21 19:21:35 -07:00