.. |
grid
|
format
|
2014-06-02 12:08:28 +01:00 |
group
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
internal
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
json
|
relax FeatureCollection grammar to allow arbitary key:value's
|
2014-05-16 11:18:27 +01:00 |
renderer_common
|
remove unused anonymous namespace
|
2014-06-02 12:09:00 +01:00 |
svg
|
fix svg_renderer ctor
|
2014-05-15 18:35:27 -07:00 |
text
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
util
|
improve handling of colors as expressions
|
2014-05-08 00:45:18 -07:00 |
wkt
|
now that we only support boost >= 1.47 we can remove older phoenix support
|
2014-02-07 22:36:33 -08:00 |
agg_helpers.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -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
|
variables support for cairo/grid/svg
|
2014-05-13 18:24:17 -07:00 |
attribute.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
attribute_collector.hpp
|
Merge branch 'expr-v2' of github.com:mapnik/mapnik into expr-v2-group-symbolizer
|
2014-02-18 18:22:01 -05: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
|
out-of-class swap method to be consistent
|
2014-05-27 11:21:13 +01:00 |
cairo_context.hpp
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08:00 |
cairo_renderer.hpp
|
variables support for cairo/grid/svg
|
2014-05-13 18:24:17 -07:00 |
color.hpp
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
color_factory.hpp
|
improve handling of colors as expressions
|
2014-05-08 00:45:18 -07:00 |
config.hpp
|
include <mutex>: fixes compile on ubuntu precise/g++4.7/libstdc++
|
2013-10-23 15:43:54 -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
|
impl move ctor
|
2014-01-29 18:08:21 +00:00 |
coord_array.hpp
|
consistenly use std::memcpy and std::memset
|
2013-11-09 23:02:24 -08:00 |
css_color_grammar.hpp
|
now that we only support boost >= 1.47 we can remove older phoenix support
|
2014-02-07 22:36:33 -08: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
|
add support for seamless blurring - closes #1478
|
2013-10-03 16:37:09 -07:00 |
datasource.hpp
|
mapnik::datasource -- operator==() // comp parameters
|
2014-05-28 15:16:39 +01:00 |
datasource_cache.hpp
|
check filesystem before trying to open plugin + only report unique directories searched - closes #2131
|
2014-02-06 17:08:38 -08:00 |
debug.hpp
|
c++11 : use nullptr instead of NULL
|
2013-11-27 15:54:16 +00: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 |
evaluate_global_attributes.hpp
|
improve handling of colors as expressions
|
2014-05-08 00:45:18 -07:00 |
expression.hpp
|
simplify code
|
2014-05-05 18:16:42 -07:00 |
expression_evaluator.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
expression_grammar.hpp
|
simplify code
|
2014-05-05 18:16:42 -07:00 |
expression_grammar_impl.hpp
|
simplify code
|
2014-05-05 18:16:42 -07:00 |
expression_node.hpp
|
integrate various minor c++ style and cast fixes into master from c++11 branch
|
2013-09-15 23:08:04 -07:00 |
expression_node_types.hpp
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08:00 |
expression_string.hpp
|
+ replace <boost/shared_ptr.hpp> with <memory>
|
2013-09-20 14:13:23 +01:00 |
factory.hpp
|
+ backport image_reader from buffer/string from image-readers-c++11 branch
|
2013-04-22 11:35:09 +01:00 |
feature.hpp
|
feature_impl : make context() method const
|
2014-06-02 16:47:11 +01:00 |
feature_factory.hpp
|
c++11 : remove boost::make_shared includes
|
2013-10-17 15:09:56 +01:00 |
feature_kv_iterator.hpp
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -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
|
feature_style_processor: remove unused arg
|
2013-11-03 23:07:03 -08:00 |
feature_style_processor_context.hpp
|
remove uneeded include
|
2014-01-19 16:26:38 -08:00 |
feature_style_processor_impl.hpp
|
variables now available as postgis datasource tokens
|
2014-05-13 20:47:22 -07:00 |
feature_type_style.hpp
|
feature_type_style operator==
|
2014-05-27 13:44:01 +01:00 |
filter_factory.hpp
|
fix #1865
|
2013-05-24 16:45:02 -07:00 |
filter_featureset.hpp
|
pass filter_type by r-value
|
2013-11-28 15:13:22 +00:00 |
font_engine_freetype.hpp
|
font_engine
|
2014-05-14 13:17:09 +01: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
|
pedantic : use const quialifier where appropriate
|
2014-06-02 16:47:55 +01:00 |
geometry.hpp
|
geometry envelope: calculate size once
|
2014-01-27 12:19:49 -08:00 |
global.hpp
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
gradient.hpp
|
+ pass by const-ref
|
2012-05-15 14:40:24 +01:00 |
graphics.hpp
|
consistenly use std::memcpy and std::memset
|
2013-11-09 23:02:24 -08: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
|
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
|
remove uneeded header
|
2014-01-29 10:42:28 -08:00 |
image_filter.hpp
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
|
2013-10-23 21:12:54 -07:00 |
image_filter_grammar.hpp
|
add color-to-alpha image-filter - closes #2023
|
2013-09-26 16:14:40 -07:00 |
image_filter_types.hpp
|
add operator== to image_filters
|
2014-05-27 13:42:53 +01:00 |
image_reader.hpp
|
+ backport image_reader from buffer/string from image-readers-c++11 branch
|
2013-04-22 11:35:09 +01:00 |
image_scaling.hpp
|
fix typo
|
2014-05-22 21:49:39 -07:00 |
image_util.hpp
|
expose various image symbols for windows - refs mapnik/node-mapnik#260
|
2014-05-22 21:28:44 -07:00 |
image_view.hpp
|
fix one part of #2024
|
2013-09-26 19:29:05 -07: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 icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string
|
2013-08-13 18:52:04 -04:00 |
layer.hpp
|
layer : add move ctor
|
2014-05-28 09:54:56 +01:00 |
load_map.hpp
|
support base_path adjustment when reading from xml file as well as from a string
|
2013-06-02 16:24:21 -07:00 |
map.hpp
|
modify add_layer to work with both move and copy semantics
|
2014-05-28 09:54:56 +01:00 |
mapped_memory_cache.hpp
|
+ replace <boost/shared_ptr.hpp> with <memory>
|
2013-09-20 14:13:23 +01:00 |
marker.hpp
|
c++11 : remove boost::make_shared includes
|
2013-10-17 15:09:56 +01:00 |
marker_cache.hpp
|
+ replace <boost/shared_ptr.hpp> with <memory>
|
2013-09-20 14:13:23 +01:00 |
marker_helpers.hpp
|
c++ formatting
|
2014-06-02 12:34:25 +01:00 |
markers_placement.hpp
|
don't allow marker-spacing less than 1 - fixes #2218
|
2014-05-12 21:25:49 -07: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
|
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
|
add note about miniz porting and #1967
|
2013-07-30 12:32:32 -04:00 |
noncopyable.hpp
|
c++ : style
|
2014-02-10 21:56:20 +00:00 |
octree.hpp
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
offset_converter.hpp
|
fixup c++ style in offset_converter
|
2014-03-18 17:31:15 -07:00 |
palette.hpp
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
params.hpp
|
+ only extract expected types from mapnik::parameters
|
2013-10-09 15:32:47 +01:00 |
params_impl.hpp
|
+ only extract expected types from mapnik::parameters
|
2013-10-09 15:32:47 +01:00 |
parse_path.hpp
|
simplify code
|
2014-05-05 18:16:42 -07:00 |
parse_transform.hpp
|
simplify code
|
2014-05-05 18:16:42 -07:00 |
path_expression.hpp
|
+ replace <boost/shared_ptr.hpp> with <memory>
|
2013-09-20 14:13:23 +01:00 |
path_expression_grammar.hpp
|
no need to define BOOST_SPIRIT_USE_PHOENIX_V3 in each header, it is now set in SConstruct
|
2013-09-18 18:27:04 -07:00 |
pixel_position.hpp
|
Improved support for international text
|
2013-11-22 00:06:32 -08:00 |
plugin.hpp
|
remove ltdl to reduce dependencies and because calling dlopen/LoadLibrary is easy
|
2013-04-09 19:37:02 -07:00 |
png_io.hpp
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
|
2014-04-24 14:50:55 -07:00 |
polygon_clipper.hpp
|
fix a few g++-4.8 warnings on linux
|
2014-03-18 14:52:41 -07:00 |
pool.hpp
|
remove unused boost.thread includes
|
2013-10-11 13:39:39 +01: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
|
+ 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
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
query.hpp
|
variables now available as postgis datasource tokens
|
2014-05-13 20:47:22 -07:00 |
raster.hpp
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08:00 |
raster_colorizer.hpp
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08: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
|
canonical swap and operator==
|
2014-05-27 12:34:35 +01:00 |
rule_cache.hpp
|
make rule_cache noncopyable
|
2013-09-19 18:01:51 -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
|
== c++11
|
2013-10-11 12:36:04 +01:00 |
simplify.hpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
simplify_converter.hpp
|
c++11 : use nullptr instead of NULL
|
2013-11-27 15:54:16 +00:00 |
span_image_filter.hpp
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
sql_utils.hpp
|
reduce unneeded usage of boost in sql_utils.hpp
|
2013-01-04 09:26:22 -08:00 |
std.hpp
|
std::make_unique
|
2014-03-10 21:34:48 -07:00 |
symbolizer.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
symbolizer_hash.hpp
|
symbolizer hash initial impl
|
2013-12-03 09:10:15 +00:00 |
symbolizer_keys.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
symbolizer_utils.hpp
|
Add serialization for group symbolizer components.
|
2014-04-29 12:08:05 -04:00 |
tiff_io.hpp
|
integrate various minor c++ style and cast fixes into master from c++11 branch
|
2013-09-15 23:08:04 -07:00 |
timer.hpp
|
remove uneeded semicolon
|
2012-04-16 21:19:58 -07:00 |
transform_expression.hpp
|
+ replace <boost/shared_ptr.hpp> with <memory>
|
2013-09-20 14:13:23 +01:00 |
transform_expression_grammar.hpp
|
static grammars
|
2014-04-30 00:11:27 -07:00 |
transform_processor.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
unicode.hpp
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
utils.hpp
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
|
2013-11-03 23:10:21 -08:00 |
value.hpp
|
be more consistent with JS logic when evaluating operators on unicode_strings
|
2014-05-19 12:54:16 +01: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
|
+ add eq/neq operators value_null <--> T
|
2014-05-12 10:12:09 +01:00 |
version.hpp
|
fix version in code comment
|
2014-04-15 17:26:02 -04:00 |
vertex.hpp
|
impl move ctor
|
2014-01-29 18:08:21 +00:00 |
vertex_converters.hpp
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
vertex_vector.hpp
|
remove vertex_type (unused)
|
2014-01-28 16:19:36 +00: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
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
xml_attribute_cast.hpp
|
simplify code
|
2014-05-05 18:16:42 -07:00 |
xml_loader.hpp
|
Add rapidxml parser.
|
2012-03-13 09:02:53 +01:00 |
xml_node.hpp
|
return const& string from xml_node::get_text()
|
2014-05-27 13:35:52 -07:00 |
xml_tree.hpp
|
all static grammar usage const + xml_tree cleanups
|
2014-04-30 10:42:05 -07:00 |