.. |
agg
|
c++11
|
2013-04-24 16:40:35 +01:00 |
formatting
|
c++11
|
2013-04-24 16:40:35 +01:00 |
grid
|
c++11
|
2013-04-24 16:40:35 +01:00 |
json
|
+ add feature_parser implementation
|
2013-05-14 14:55:08 +01:00 |
svg
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
text_placements
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01:00 |
wkt
|
+ explicit polygon path closing
|
2013-03-01 11:08:58 -05:00 |
box2d.cpp
|
+ add move ctor and 'canonical' assignment operator
|
2013-05-06 15:54:17 +01:00 |
build.py
|
+ add feature_parser.cpp
|
2013-05-14 14:52:58 +01: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
|
cairo halo patch via @springmeyer ( #1624 )
|
2013-03-18 14:31:38 +00:00 |
cairo_renderer.cpp
|
c++11
|
2013-04-24 16:40:35 +01:00 |
color.cpp
|
+ use uint8_t in get/set methods
|
2013-01-03 13:51:16 +00:00 |
color_factory.cpp
|
More parser clean up - color parser
|
2012-08-29 16:41:48 -04:00 |
config_error.cpp
|
remove all remaining stringstream usage in load_map to avoid perf hit from locale lock - refs #1055
|
2012-12-06 20:15:27 -08:00 |
conversions.cpp
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01:00 |
css_color_grammar.cpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
datasource_cache.cpp
|
remove ltdl to reduce dependencies and because calling dlopen/LoadLibrary is easy
|
2013-04-09 19:37:02 -07:00 |
debug.cpp
|
+ fix : output file_name
|
2013-04-19 09:37:41 +01:00 |
deepcopy.cpp
|
c++11
|
2013-04-24 16:40:35 +01: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
|
* restore operator%= support - explicit pnoenix::construct<mapnik::expr_node> on rhs
|
2013-05-14 12:28:13 +01:00 |
expression_node.cpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
expression_string.cpp
|
+ format
|
2013-05-09 13:46:51 +01: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
|
+ implement cairo_context wrapper and remove unnecessary dependencies
|
2013-01-09 17:00:30 +00:00 |
feature_type_style.cpp
|
c++11
|
2013-04-24 16:40:35 +01:00 |
font_engine_freetype.cpp
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
font_set.cpp
|
+ fix font_set::size return type
|
2013-05-03 16:43:25 -07:00 |
gamma_method.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
gradient.cpp
|
Add IMPLEMENT_ENUM of enum gradient_unit_e.
|
2013-02-23 00:08:58 +08:00 |
graphics.cpp
|
+ implement cairo_context wrapper and remove unnecessary dependencies
|
2013-01-09 17:00:30 +00:00 |
image_compositing.cpp
|
formatting
|
2013-03-07 16:46:19 -08:00 |
image_filter_grammar.cpp
|
disable the hsla image-filter - not yet ready for primetime
|
2013-04-16 19:09:40 -07:00 |
image_filter_types.cpp
|
Add parse_image_filters function to avoid python bindings access the internal structs.
|
2013-02-22 23:58:30 +08:00 |
image_reader.cpp
|
+ image_reader : consistent error handling - throw image_reader_exception rather than returning 0 pointer.
|
2013-04-16 17:30:17 +01:00 |
image_scaling.cpp
|
respect both sx and sy in setting up affine transform for raster scaling since they may be different - closes #1748
|
2013-03-06 17:41:20 -08:00 |
image_util.cpp
|
c++11
|
2013-04-24 16:40:35 +01:00 |
jpeg_reader.cpp
|
+ cleanup include directives
|
2013-04-15 14:01:33 +01:00 |
layer.cpp
|
merge work from mappy/abonnasseau allowing buffer-size to be overiddend by layer - closes #1566
|
2013-01-15 18:53:34 -08:00 |
libxml2_loader.cpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08: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
|
cleanups around exception handling
|
2013-03-22 17:58:33 -07:00 |
map.cpp
|
Fix checks in Map::resize().
|
2013-03-28 10:55:10 +01:00 |
mapped_memory_cache.cpp
|
cleanups around exception handling
|
2013-03-22 17:58:33 -07:00 |
marker_cache.cpp
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01:00 |
markers_symbolizer.cpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
memory.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
memory_datasource.cpp
|
add the ability to set the cached envelope of a memory_datasource
|
2013-02-19 11:36:13 -08:00 |
miniz.c
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
miniz_png.cpp
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
palette.cpp
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
params.cpp
|
refactor params interface to move lexical cast out of header
|
2013-01-09 19:12:20 -08:00 |
parse_path.cpp
|
c++11
|
2013-04-24 16:40:35 +01: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
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
plugin.cpp
|
remove ltdl to reduce dependencies and because calling dlopen/LoadLibrary is easy
|
2013-04-09 19:37:02 -07:00 |
png_reader.cpp
|
+ better naming
|
2013-05-13 10:26:04 +01: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
|
+ move 'smooth' property to symbolizer_base level
|
2012-05-07 16:08:16 +01:00 |
polygon_symbolizer.cpp
|
+ move 'smooth' property to symbolizer_base level
|
2012-05-07 16:08:16 +01:00 |
processed_text.cpp
|
iwyu
|
2013-01-09 16:45:37 -08:00 |
proj_transform.cpp
|
remove mutex around pj_transform
|
2013-01-29 03:36:38 -05:00 |
projection.cpp
|
+ fix assignment operator #1776
|
2013-03-27 10:39:02 +00:00 |
rapidxml_loader.cpp
|
cleanups around exception handling
|
2013-03-22 17:58:33 -07:00 |
raster_colorizer.cpp
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08: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
|
add halo-rasterizer option for text symbolizer
|
2013-03-08 20:32:39 -08: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
|
+ add miterlimit parameter
|
2012-05-02 17:04:24 +01:00 |
symbolizer.cpp
|
iwyu: mapnik::attribute
|
2013-03-14 13:32:11 +08:00 |
symbolizer_helpers.cpp
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07: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
|
TIFF I/O
|
2013-05-13 10:26:28 +01:00 |
transform_expression.cpp
|
c++11
|
2013-04-24 16:40:35 +01:00 |
transform_expression_grammar.cpp
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01: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 13:43:31 -07:00 |
warp.cpp
|
fix raster resampling bug - closes #1489 and fixes mapbox/tilemill#1888
|
2013-01-31 18:43:06 -05:00 |
webp_reader.cpp
|
+ use nullptr
|
2013-04-18 16:07:12 +01:00 |
well_known_srs.cpp
|
refactor projection interface: 1. cleanup custom lonlat<->merc code. 2. centralize proj4 strings into constants, 3. tweak projection benchmarking to allocate objects in loop so we can test that specifically - refs #1703
|
2013-01-28 01:47:32 -05:00 |
wkb.cpp
|
+ msvc : fix warnings (TODO: work-in-progress)
|
2013-05-02 14:07:06 -07:00 |
xml_tree.cpp
|
add halo-rasterizer option for text symbolizer
|
2013-03-08 20:32:39 -08:00 |