.. |
grid
|
Merge commit '88360c365f2ea288740db51e65588f839fc67bba' into harfbuzz
|
2013-03-16 18:21:59 +01:00 |
internal
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
json
|
iwyu
|
2013-03-05 05:34:38 -08:00 |
metawriter
|
Remove unused code.
|
2012-07-22 02:11:15 +02:00 |
svg
|
refactor svg parsing so that libxml is not needed in the hpp file
|
2013-03-12 18:09:59 -07:00 |
text
|
Large manual merge. A lot of the changes could not be applied directly
|
2013-03-23 03:00:39 +01:00 |
util
|
+ remove unused vars
|
2013-03-01 14:42:23 -05:00 |
wkt
|
+ explicit polygon path closing
|
2013-03-01 11:08:58 -05:00 |
agg_helpers.hpp
|
include what you use
|
2012-08-27 18:39:33 -07:00 |
agg_pattern_source.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
agg_rasterizer.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
agg_renderer.hpp
|
Merge branch 'master' into harfbuzz
|
2013-03-23 14:39:04 +01:00 |
attribute.hpp
|
refactor expression and value type usage to speed up compile time
|
2013-01-08 14:17:31 -08:00 |
attribute_collector.hpp
|
Fix headers for 04c0fa0 .
|
2013-03-17 12:34:45 +01:00 |
attribute_descriptor.hpp
|
return the correct type in attribute.get_type
|
2013-01-02 13:45:06 -08:00 |
boolean.hpp
|
+ cleanup
|
2013-01-15 14:05:40 +00:00 |
box2d.hpp
|
Merge commit '6ffe78c30063ed30f82b48b32c8069a7e69a6edf' into harfbuzz
|
2013-03-16 18:23:17 +01:00 |
building_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
cairo_context.hpp
|
Merge commit '06803de192edc3a518f03e8c547b222e24993013' into harfbuzz
|
2013-03-23 14:38:56 +01:00 |
cairo_renderer.hpp
|
Merge commit '20fcdc80348f4f44944a1eeeabacd021aa051288' into harfbuzz
|
2013-03-20 17:32:50 +01:00 |
char_info.hpp
|
Merge commit 'c3fab9e66502c135e4566005b63a63e04842ddf0' into harfbuzz
|
2013-03-16 17:55:20 +01:00 |
color.hpp
|
+ use uint8_t in get/set methods
|
2013-01-03 13:51:16 +00:00 |
color_factory.hpp
|
More parser clean up - color parser
|
2012-08-29 16:41:48 -04:00 |
config.hpp
|
remove old shim
|
2012-03-12 13:21:38 -07:00 |
config_error.hpp
|
remove unused iostream includes and unnecessary usage of ostringstream - refs #1055
|
2012-12-06 23:06:12 -08:00 |
coord.hpp
|
avoid variable shadowing between members and constructor args
|
2013-01-02 13:51:15 -08:00 |
coord_array.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
css_color_grammar.hpp
|
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 |
css_color_grammar_def.hpp
|
line at end of file
|
2013-01-02 16:22:19 -08:00 |
ctrans.hpp
|
create path_expression.hpp and leverage to simplify and speed up compiles
|
2013-01-03 20:00:23 -08:00 |
datasource.hpp
|
expose nonconst access to datasource parameters
|
2013-02-22 12:40:40 -08:00 |
datasource_cache.hpp
|
Merge branch 'master' of github.com:mapnik/mapnik into no-bind
|
2012-12-17 13:03:11 -08:00 |
debug.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
debug_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
distance.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
ellipsoid.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
enumeration.hpp
|
fix _MSC_VER typo.
|
2013-02-23 22:38:16 +08:00 |
expression.hpp
|
+ implement cairo_context wrapper and remove unnecessary dependencies
|
2013-01-09 17:00:30 +00:00 |
expression_evaluator.hpp
|
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 |
expression_grammar.hpp
|
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 |
expression_node.hpp
|
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 |
expression_node_types.hpp
|
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 |
expression_string.hpp
|
further cleanup of expression related headers
|
2013-01-08 15:12:39 -08:00 |
factory.hpp
|
c++ style
|
2012-09-03 10:27:48 -07:00 |
feature.hpp
|
avoid taking const& to a copy (which is what is returned from geom.envelope() currently)
|
2013-01-21 11:14:32 -08:00 |
feature_factory.hpp
|
refactor expression and value type usage to speed up compile time
|
2013-01-08 14:17:31 -08:00 |
feature_kv_iterator.hpp
|
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 |
feature_layer_desc.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
feature_style_processor.hpp
|
formatting
|
2013-02-26 16:52:51 -05:00 |
feature_style_processor_impl.hpp
|
allow passing scale_denom to renderer's apply method to allow overriding zoom level - closes #1582
|
2013-02-26 16:49:39 -05:00 |
feature_type_style.hpp
|
move rule cache off style objects as styles should be immutable - amends 1c4b67ba98 - refs #916
|
2013-02-20 13:25:57 -08:00 |
filter_factory.hpp
|
Add warning for filter_factory.hpp.
|
2012-02-13 17:03:42 +01:00 |
filter_featureset.hpp
|
iwyu
|
2013-01-04 09:18:40 -08:00 |
font_engine_freetype.hpp
|
Large manual merge. A lot of the changes could not be applied directly
|
2013-03-23 03:00:39 +01:00 |
font_set.hpp
|
refactor fontsets making them optional on the symbolizer and removing the dangerous default contructor - closes #1483 (TODO - consider modifying insert_fontset to only take single arg of fontset instance)
|
2012-09-14 14:17:45 -07:00 |
gamma_method.hpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
geom_util.hpp
|
+ skip SEG_CLOSE commands as they not used to transfer x/y
|
2013-03-06 21:31:12 +00:00 |
geometry.hpp
|
+ explicit polygon path closing
|
2013-03-01 11:08:58 -05:00 |
global.hpp
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
gradient.hpp
|
+ pass by const-ref
|
2012-05-15 14:40:24 +01:00 |
graphics.hpp
|
fix a variety of msvc compiler warnings about signed/unsigned implicit conversion
|
2013-03-15 13:37:48 -07:00 |
hash_variant.hpp
|
fix mapnik::value for boost 1.49 and other icu versions
|
2013-02-24 19:02:42 +01:00 |
hextree.hpp
|
refactor and speed up hextree image encoding by using dense_has_map - refs #1629
|
2013-01-08 19:07:11 -08:00 |
hit_test_filter.hpp
|
fix compile after geometry util namespacing
|
2012-07-20 11:18:33 -07:00 |
image_compositing.hpp
|
disable colorize-alpha comp-op as per #1371
|
2012-08-15 14:46:58 -07:00 |
image_data.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
image_filter.hpp
|
finish hsla transformation image-filter
|
2013-02-28 12:19:40 -05:00 |
image_filter_grammar.hpp
|
+ image-filters: parse hsla string directly
|
2013-02-27 15:35:56 -05:00 |
image_filter_types.hpp
|
finish hsla transformation image-filter
|
2013-02-28 12:19:40 -05:00 |
image_reader.hpp
|
+ add premultiplied_alpha method to image_reader
|
2012-09-28 16:37:21 +01:00 |
image_scaling.hpp
|
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.hpp
|
add missing function declaration in image_util.hpp (was orphaned in cpp file)
|
2013-01-09 12:47:17 -08:00 |
image_view.hpp
|
+ fix operator= typo
|
2012-07-12 20:00:02 +01:00 |
jpeg_io.hpp
|
move jpeg callback functions to jpeg_detail namespace to avoid conflict with mapnik::boolean
|
2013-01-09 18:59:29 -08:00 |
label_collision_detector.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
layer.hpp
|
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 |
line_pattern_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
line_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
load_map.hpp
|
add explicit include for MAPNIK_DECL
|
2012-04-05 14:41:52 -07:00 |
map.hpp
|
Merge commit 'bda0375f9728f3b8b2cc74d9338f9a84f527ba2f' into harfbuzz
|
2013-03-16 17:47:17 +01:00 |
mapped_memory_cache.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
marker.hpp
|
parse and setup ability to known original, declared svg width/height - refs #1122
|
2013-03-08 17:40:19 -08:00 |
marker_cache.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
marker_helpers.hpp
|
snap to pixels for markers because calculating placement
|
2013-03-12 12:14:01 -07:00 |
markers_placement.hpp
|
fix typo
|
2013-03-06 11:43:51 -08:00 |
markers_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
memory.hpp
|
remove unused iostream includes and unnecessary usage of ostringstream - refs #1055
|
2012-12-06 23:06:12 -08:00 |
memory_datasource.hpp
|
add the ability to set the cached envelope of a memory_datasource
|
2013-02-19 11:36:13 -08:00 |
memory_featureset.hpp
|
iwyu
|
2013-03-14 15:13:02 -07:00 |
metawriter.hpp
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
metawriter_inmem.hpp
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
metawriter_json.hpp
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
miniz_png.hpp
|
support writing rgb (no a) images with miniz - refs #1554
|
2012-11-06 09:19:40 -05:00 |
noncopyable.hpp
|
add internal noncopyable header
|
2012-12-17 10:32:00 -08:00 |
octree.hpp
|
refactor and speed up hextree image encoding by using dense_has_map - refs #1629
|
2013-01-08 19:07:11 -08:00 |
offset_converter.hpp
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
palette.hpp
|
fix handling/install of sparsehash headers
|
2013-01-10 09:39:43 -08:00 |
params.hpp
|
avoid fwd declare of variant in params.hpp to avoid an excessive amount of cpp files needing variant.hpp directly
|
2013-01-13 22:00:03 -08:00 |
params_impl.hpp
|
+ better error reporting
|
2013-03-14 09:52:23 +00:00 |
parse_path.hpp
|
Add missing class declaration for python bindings.
|
2013-02-22 23:57:27 +08:00 |
parse_transform.hpp
|
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.hpp
|
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.hpp
|
refactor expression and value type usage to speed up compile time
|
2013-01-08 14:17:31 -08:00 |
pixel_position.hpp
|
Merge commit 'a1ea1701dd535e9d4e9b02167d4c9a13a30d4452' into harfbuzz
|
2013-03-16 17:54:26 +01:00 |
plugin.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
png_io.hpp
|
make PNG and TIFF support optional - closes #1704
|
2013-01-29 02:17:37 -05:00 |
point_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
polygon_clipper.hpp
|
+ remove unused local vars
|
2013-03-14 09:35:41 +00:00 |
polygon_pattern_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
polygon_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
pool.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
proj_transform.hpp
|
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 |
projection.hpp
|
remove uneeded default args to projection ctor (also fixes msvc linking)
|
2013-02-20 10:47:55 -08:00 |
ptree_helpers.hpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
quad_tree.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
query.hpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
raster.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
raster_colorizer.hpp
|
fixup various docstrings
|
2013-01-02 13:56:44 -08:00 |
raster_symbolizer.hpp
|
iwyu
|
2013-01-21 14:15:08 -08:00 |
request.hpp
|
further refine the mapnik::request object which can be passed to custom agg_renderer
|
2013-02-25 19:33:08 -05:00 |
rule.hpp
|
iwyu
|
2013-01-12 21:10:10 -08:00 |
rule_cache.hpp
|
Revert "+ use boost::move to emulate 'move' semantics"
|
2013-02-21 12:50:53 -08:00 |
save_map.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
scale_denominator.hpp
|
+ no need to fwd decl mapnik::Map
|
2013-02-21 09:07:38 +00:00 |
segment.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
shield_symbolizer.hpp
|
Merge commit '70008ca78188a086174b003ef965a67a6e93e79e' into harfbuzz
|
2013-03-16 16:07:50 +01:00 |
simplify.hpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
simplify_converter.hpp
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
span_image_filter.hpp
|
Revert "restore pristine agg2.4 agg:span_image_resample_rgba_affine - refs #1227"
|
2012-05-24 14:11:42 -07:00 |
sql_utils.hpp
|
reduce unneeded usage of boost in sql_utils.hpp
|
2013-01-04 09:26:22 -08:00 |
stroke.hpp
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
symbolizer.hpp
|
include cleanup around symbolizer helpers
|
2013-01-21 14:32:28 -08:00 |
symbolizer_hash.hpp
|
+ symbolizers: add hash impl
|
2013-02-05 16:53:20 +00:00 |
text_symbolizer.hpp
|
Large merge with a lot of manual edits.
|
2013-03-20 03:47:20 +01:00 |
tiff_io.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
timer.hpp
|
remove uneeded semicolon
|
2012-04-16 21:19:58 -07:00 |
transform_expression.hpp
|
+ fix to compile in c++11/libc++ mode (clang++ 3.3)
|
2013-01-24 13:32:43 +00:00 |
transform_expression_grammar.hpp
|
refactor expression and value type usage to speed up compile time
|
2013-01-08 14:17:31 -08:00 |
transform_processor.hpp
|
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 |
unicode.hpp
|
fix mapnik::value for boost 1.49 and other icu versions
|
2013-02-24 19:02:42 +01:00 |
utils.hpp
|
remove unused iostream includes and unnecessary usage of ostringstream - refs #1055
|
2012-12-06 23:06:12 -08:00 |
value.hpp
|
fix a variety of msvc compiler warnings about signed/unsigned implicit conversion
|
2013-03-15 13:37:48 -07:00 |
value_error.hpp
|
remove uneeded semicolon
|
2013-01-03 18:01:09 -08:00 |
value_types.hpp
|
support boost::hash() for mapnik::value
|
2013-02-23 13:04:47 +01:00 |
version.hpp
|
now working on mapnik v2.2.0-pre
|
2012-08-23 15:19:56 -07:00 |
vertex.hpp
|
avoid variable shadowing between members and constructor args
|
2013-01-02 13:51:15 -08:00 |
vertex_cache.hpp
|
Solve naming conflict.
|
2012-09-08 00:29:49 +02:00 |
vertex_converters.hpp
|
Merge branch 'master' into clipper
|
2013-02-19 09:08:17 +00:00 |
vertex_vector.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
warp.hpp
|
forward declare when possible
|
2013-01-27 23:53:37 -05:00 |
well_known_srs.hpp
|
make M_PI visible to msvc
|
2013-02-20 10:46:56 -08:00 |
wkb.hpp
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
xml_attribute_cast.hpp
|
+ xml_attribute_cast
|
2013-01-16 12:40:25 +00:00 |
xml_loader.hpp
|
Add rapidxml parser.
|
2012-03-13 09:02:53 +01:00 |
xml_node.hpp
|
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 |
xml_tree.hpp
|
iwyu
|
2013-01-04 09:16:11 -08:00 |