mapnik/src
2012-04-23 19:21:26 -07:00
..
agg - added logging to file 2012-04-10 00:25:31 +02:00
formatting - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
grid - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
json apply mapnik_format.el formatting 2012-03-13 07:56:11 -07:00
svg - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
text_placements - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
wkt restore compile for boost 1.42 2012-02-10 10:20:26 -08:00
arrow.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
box2d.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
build.py ensure libmapnik is built before python bindings are linked 2012-04-23 17:38:01 -07:00
building_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
cairo_renderer.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
color.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
config_error.cpp apply mapnik_format.el formatting 2012-03-13 07:56:11 -07:00
conversions.cpp fix linking of postgis.input by using MAPNIK_DECL and ensuring the header is included in src/conversions.cpp - closes #1127 2012-04-05 16:59:36 -07:00
datasource_cache.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
debug.cpp - force a file close to flush debug outputs when setting back logging from file to console 2012-04-10 16:46:11 +02:00
deepcopy.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
distance.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
expression.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
expression_string.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
feature_kv_iterator.cpp fix the ability of external libraries to link mapnik on windows 2012-02-24 11:32:16 -08:00
feature_style_processor.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
feature_type_style.cpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
font_engine_freetype.cpp avoid taking reference to temporary - fixes segfaul seen on linux (but not on osx) 2012-04-23 21:28:07 -04:00
font_set.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
gamma_method.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
gradient.cpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
graphics.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
image_compositing.cpp port over bgra -> rgba compositing fix from compositing branch 2012-03-23 17:38:30 -07:00
image_reader.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
image_util.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
jpeg_reader.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
layer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
libxml2_loader.cpp fix whitespace post 2f8d08c36 2012-04-23 19:21:26 -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 got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
load_map.cpp optimize font rendering with fontsets in the case of some fontset fonts not being available on the users system - closes #1182 2012-04-19 11:22:42 -07:00
map.cpp improve the map.query_point/query_map_point implementation, now throwing for invalid coords or projection transformations 2012-04-13 11:28:30 -07:00
mapped_memory_cache.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
marker_cache.cpp make a non-existant marker file a MAPNIK_LOG_ERROR not MAPNIK_LOG_WARN so that the message shows up even if MAPNIK_LOG is off - refs #1175 2012-04-12 16:06:40 -07:00
markers_placement.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
markers_symbolizer.cpp - fix a warning 2012-04-08 03:56:32 +02:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
metawriter.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
metawriter_factory.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
metawriter_inmem.cpp Reenable text meta writers. 2012-03-04 23:25:13 +01:00
palette.cpp Improve error messages. 2012-03-12 01:09:26 +01:00
parse_path.cpp reuse path_expression_grammar - finishes and closes #1028 2012-04-06 16:50:11 -07:00
placement_finder.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
plugin.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
png_reader.cpp + read whole image at once if we have enough memory and x0==0 && y0==0 2012-04-10 15:51:30 +01:00
point_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
polygon_pattern_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
polygon_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
processed_text.cpp Improve error messages. 2012-03-08 18:52:53 +01:00
proj_transform.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
projection.cpp add compile time warning if building against proj < 4.8 2012-04-11 08:23:41 -07:00
rapidxml_loader.cpp less lexical cast - refs #1055 2012-04-06 13:39:13 -07:00
raster_colorizer.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
save_map.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
scale_denominator.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
shield_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
stroke.cpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
svg_parser.cpp improve svg error output if parsing fails 2012-04-11 11:45:56 -07:00
svg_path_parser.cpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
svg_points_parser.cpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
svg_transform_parser.cpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
symbolizer.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
symbolizer_helpers.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
text_properties.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
text_symbolizer.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
tiff_reader.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
unicode.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
warp.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
wkb.cpp work around perf issue with logging in wkb.cpp - refs #1175 2012-04-11 18:57:56 -07:00
xml_tree.cpp reuse path_expression_grammar - finishes and closes #1028 2012-04-06 16:50:11 -07:00