mapnik/include/mapnik
Dane Springmeyer 04115c5838 fix #2290
2014-07-28 19:06:56 -07:00
..
cairo iwyu 2014-07-23 14:02:36 -07:00
grid remove big endian support - closes #2313 2014-07-23 14:16:44 -07:00
group iwyu + fwd declares 2014-07-22 23:36:54 -07:00
internal range based for loops for better readability 2014-07-08 16:39:22 +01:00
json also move feature_collection_grammar to impl file 2014-07-28 16:51:24 -07:00
renderer_common iwyu 2014-07-23 14:02:36 -07:00
svg fix #2299 2014-07-28 17:09:51 -07:00
text fix init order 2014-07-28 17:50:44 +01:00
util refactor spirit grammars 2014-07-24 14:31:59 -07:00
wkt fix -Wsign-compare warnings in several grammars 2014-07-25 15:49:50 -07:00
agg_helpers.hpp iwyu + faster compile 2014-07-22 19:36:39 -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 avoid integer overflows in agg by using clamping in agg:iround with agg::rasterizer_sl_clip_int_sat - closes #2000 2013-10-02 17:08:22 -07:00
agg_renderer.hpp iwyu 2014-07-22 23:57:06 -07:00
attribute.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
attribute_collector.hpp remove boost::lexical_cast 2014-07-23 10:54:02 -07:00
attribute_descriptor.hpp return the correct type in attribute.get_type 2013-01-02 13:45:06 -08:00
boolean.hpp remove explicit keyword on boolean to make llvm-gcc happy on os x 2013-03-19 14:10:01 -07:00
box2d.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
color.hpp color : add hash support 2014-07-14 12:36:04 +01:00
color_factory.hpp improve handling of colors as expressions 2014-05-08 00:45:18 -07:00
config.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
config_error.hpp rollback MAPNIK_DECL on exceptions - which breaks linking of python bindings on msvc - refs #1826 2013-05-15 18:47:46 -07:00
coord.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
coord_array.hpp coord_arrat<T> : add support for range based for loop interface 2014-07-08 16:22:24 +01:00
css_color_grammar.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
css_color_grammar_impl.hpp minimum boost version is 1.47 - remove obsolete code handling older versions 2014-01-27 13:19:21 -08:00
ctrans.hpp iwyu + fwd declares 2014-07-22 23:36:54 -07:00
datasource.hpp iwyu 2014-07-22 23:57:06 -07:00
datasource_cache.hpp iwyu 2014-07-23 14:02:36 -07:00
debug.hpp std::unordered_map for non-perf critical debug code 2014-07-22 22:39:49 -07:00
ellipsoid.hpp whitespace fixes - closes #911 2012-02-01 17:53:35 -08:00
enumeration.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
evaluate_global_attributes.hpp iwyu 2014-07-23 14:02:36 -07:00
expression.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
expression_evaluator.hpp iwyu + fwd declares 2014-07-22 23:36:54 -07:00
expression_grammar.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
expression_grammar_impl.hpp simplify code 2014-05-05 18:16:42 -07:00
expression_node.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
expression_node_types.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
expression_string.hpp + replace <boost/shared_ptr.hpp> with <memory> 2013-09-20 14:13:23 +01:00
factory.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
feature.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
feature_factory.hpp c++11 : remove boost::make_shared includes 2013-10-17 15:09:56 +01:00
feature_kv_iterator.hpp clean up tuple includes 2014-07-22 23:01:31 -07: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 iwyu 2014-07-22 23:57:06 -07:00
feature_style_processor_context.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
feature_style_processor_impl.hpp remove typedef usage 2014-07-07 19:15:52 +01:00
feature_type_style.hpp iwyu 2014-07-23 14:02:36 -07:00
featureset.hpp iwyu 2014-07-22 23:57:06 -07:00
filter_factory.hpp fix #1865 2013-05-24 16:45:02 -07:00
filter_featureset.hpp iwyu 2014-07-22 23:57:06 -07:00
font_engine_freetype.hpp iwyu 2014-07-22 22:40:39 -07:00
font_set.hpp + explicit move ctor's for mapnik::Map and mapnik::font_set 2014-05-27 15:35:37 +01: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 iwyu 2014-07-22 22:40:39 -07:00
geometry.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
global.hpp fix #2290 2014-07-28 19:06:56 -07:00
gradient.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
graphics.hpp fix compile of graphics.hpp 2014-07-23 14:32:48 -07:00
hash_variant.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
hextree.hpp more consistent memset/memcpy usage 2014-01-28 15:05:10 -08:00
hit_test_filter.hpp Merge branch 'master' into c++11 2013-08-30 09:46:09 +01:00
image_compositing.hpp remove dead code (colorize-alpha is now officially an image-filter) 2013-09-24 17:18:14 -07:00
image_data.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
image_filter.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
image_filter_grammar.hpp iwyu 2014-07-23 14:02:36 -07:00
image_filter_grammar_impl.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
image_filter_types.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
image_reader.hpp image readers: ability to check if image has alpha before full read 2014-06-16 09:52:26 -07:00
image_scaling.hpp fix typo 2014-05-22 21:49:39 -07:00
image_util.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
image_view.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
jpeg_io.hpp remove big endian support - closes #2313 2014-07-23 14:16:44 -07:00
label_collision_detector.hpp mode range ``for loops`` 2014-07-08 17:02:22 +01:00
layer.hpp iwyu 2014-07-23 10:34:45 -07:00
load_map.hpp iwyu + fwd declares 2014-07-22 23:36:54 -07:00
make_unique.hpp attempt to fix compile on linux 2014-06-12 19:08:30 -07:00
map.hpp fwd declare layer 2014-07-22 23:11:12 -07:00
mapped_memory_cache.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
marker.hpp iwyu 2014-07-22 22:40:39 -07:00
marker_cache.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
marker_helpers.hpp iwyu 2014-07-23 14:02:36 -07:00
markers_placement.hpp don't allow marker-spacing less than 1 - fixes #2218 2014-05-12 21:25:49 -07:00
memory.hpp iwyu 2014-07-22 22:40:39 -07:00
memory_datasource.hpp memory_datasource: support datasource interface 2014-05-30 10:16:49 +01:00
memory_featureset.hpp finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
miniz_png.hpp windows build fixes in palette and miniz_png headers 2014-06-21 14:08:14 -07:00
noncopyable.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
octree.hpp c++11 : use int types from <cstdint> 2014-05-06 18:06:47 +01:00
offset_converter.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
palette.hpp remove big endian support - closes #2313 2014-07-23 14:16:44 -07:00
params.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
params_impl.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
parse_path.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
parse_transform.hpp simplify code 2014-05-05 18:16:42 -07:00
path_expression.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
path_expression_grammar.hpp iwyu 2014-07-23 14:02:36 -07:00
path_expression_grammar_impl.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
pixel_position.hpp Improved support for international text 2013-11-22 00:06:32 -08:00
plugin.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
png_io.hpp c++ style : pre-increment 2014-07-03 10:16:11 +01:00
polygon_clipper.hpp clean up tuple includes 2014-07-22 23:01:31 -07:00
pool.hpp iwyu 2014-07-22 22:40:39 -07:00
proj_transform.hpp iwyu 2014-07-22 22:40:39 -07:00
projection.hpp + mapnik::projection add operator<< 2013-03-27 10:38:20 +00:00
ptree_helpers.hpp various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
quad_tree.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
query.hpp clean up tuple includes 2014-07-22 23:01:31 -07:00
raster.hpp symbolizer-expressions replayed against latest master 2013-11-27 22:50:15 -08:00
raster_colorizer.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
renderer_common.hpp support for render time variables 2014-05-11 13:08:24 -07: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 2014-07-23 14:02:36 -07:00
rule_cache.hpp iwyu 2014-07-23 14:02:36 -07: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 clean up tuple includes 2014-07-22 23:01:31 -07:00
simplify.hpp various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
simplify_converter.hpp iwyu + fwd declares 2014-07-22 23:36:54 -07:00
span_image_filter.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
sql_utils.hpp iwyu 2014-07-23 14:16:11 -07:00
symbolizer.hpp text properties : add framework to handle expressions in enumerations 2014-07-25 14:19:41 +01:00
symbolizer_enumerations.hpp text properties : add framework to handle expressions in enumerations 2014-07-25 14:19:41 +01:00
symbolizer_hash.hpp symbolizer hash initial impl 2013-12-03 09:10:15 +00:00
symbolizer_keys.hpp text properties : add framework to handle expressions in enumerations 2014-07-25 14:19:41 +01:00
symbolizer_utils.hpp iwyu 2014-07-23 14:16:11 -07:00
tiff_io.hpp remove big endian support - closes #2313 2014-07-23 14:16:44 -07:00
timer.hpp remove uneeded semicolon 2012-04-16 21:19:58 -07:00
transform_expression.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
transform_expression_grammar.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
transform_expression_grammar_impl.hpp shuffle the cost of spirit grammars 2014-07-25 16:15:18 -07:00
transform_processor.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
unicode.hpp c++11 : use int types from <cstdint> 2014-05-06 18:06:47 +01:00
unique_lock.hpp use std::unique_lock instead of boost::unique_lock 2014-07-22 20:06:13 -07:00
utils.hpp iwyu 2014-07-22 22:40:39 -07:00
value.hpp Revert "return code 0 to gracefully exit if python bindings are not available" 2014-07-25 11:49:05 -07:00
value_error.hpp rollback MAPNIK_DECL on exceptions - which breaks linking of python bindings on msvc - refs #1826 2013-05-15 18:47:46 -07:00
value_types.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
version.hpp fix version in code comment 2014-04-15 17:26:02 -04:00
vertex.hpp c++11 style : replace (almost) all typedef with type alias's 2014-07-07 18:23:15 +01:00
vertex_converters.hpp iwyu + fwd declares 2014-07-22 23:36:54 -07:00
vertex_vector.hpp clean up tuple includes 2014-07-22 23:01:31 -07:00
warp.hpp expose various image symbols for windows - refs mapnik/node-mapnik#260 2014-05-22 21:28:44 -07:00
webp_io.hpp variables support for cairo/grid/svg 2014-05-13 18:24:17 -07:00
well_known_srs.hpp make M_PI visible to msvc 2013-02-20 10:46:56 -08:00
wkb.hpp refactor spirit grammars 2014-07-24 14:31:59 -07:00
xml_attribute_cast.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
xml_loader.hpp Add rapidxml parser. 2012-03-13 09:02:53 +01:00
xml_node.hpp iwyu + faster compile 2014-07-22 19:36:39 -07:00
xml_tree.hpp all static grammar usage const + xml_tree cleanups 2014-04-30 10:42:05 -07:00