.. |
cairo
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
grid
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
group
|
fix group_symbolizer_helper
|
2015-03-18 13:50:15 +01:00 |
internal
|
range based for loops for better readability
|
2014-07-08 16:39:22 +01:00 |
json
|
use boost::spirit::standard instead of boost::spirit::ascii to avoid assertions failing (isascii_(ch)) in debug builds - ref #2829
|
2015-05-21 11:27:21 +01:00 |
markers_placements
|
shuffle includes based on iwyu findings
|
2015-05-14 23:38:36 -07:00 |
renderer_common
|
shuffle includes based on iwyu findings
|
2015-05-14 23:38:36 -07:00 |
svg
|
remove unused vars
|
2015-05-13 15:15:52 +01:00 |
text
|
Modified marker cache to store shared_ptrs in order to prevent threading issues and to close #2713
|
2015-05-04 14:11:41 -05:00 |
util
|
format - remove extra ;
|
2015-05-22 09:09:50 +01:00 |
wkt
|
shuffle around boost/geometry usage in headers to reduce compile time
|
2015-05-05 22:04:49 -07:00 |
agg_helpers.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
agg_pattern_source.hpp
|
Move image_data.hpp to image.hpp and renamed most everything from image_data to image alone. This might lead to the need to clean up some variables that are currently named image through out the code at some time, but I think in the long term is much better as image is a better name for the base class.
|
2015-01-22 11:39:37 -06:00 |
agg_rasterizer.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
agg_render_marker.hpp
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
agg_renderer.hpp
|
Updated the image_view to add mapnik_decl
|
2015-03-13 18:21:24 -05:00 |
attribute.hpp
|
move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue
|
2015-03-24 12:13:31 +01:00 |
attribute_collector.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
attribute_descriptor.hpp
|
add extra metadata to lyr desc + use for srid/keyfield in postgis - closes #2650
|
2015-01-22 18:44:56 -08:00 |
boolean.hpp
|
algorithm is a somewhat large stl header, move it to cpp
|
2015-05-06 06:37:06 -07:00 |
box2d.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
cairo_io.hpp
|
Moved cairo out of the image_util.*pp files and now have created a cairo_io.*pp files.
|
2015-01-09 16:49:31 -05:00 |
color.hpp
|
drop obsolete and unsupported big endian support - refs #2806
|
2015-05-12 10:19:37 -07:00 |
color_factory.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
config.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
config_error.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
coord.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
css_color_grammar.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
css_color_grammar_impl.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
datasource.hpp
|
Add operator!= to datasource (needed for copy_move_test.cpp)
|
2015-04-25 10:34:25 +02:00 |
datasource_cache.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
datasource_geometry_type.hpp
|
Add operator!= to datasource (needed for copy_move_test.cpp)
|
2015-04-25 10:34:25 +02:00 |
debug.hpp
|
use std::lock_guard instead of unique_lock (better fit for the job)
|
2015-05-20 16:12:22 +01:00 |
ellipsoid.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
enumeration.hpp
|
fix deprecation warning
|
2015-05-18 08:01:27 +00:00 |
evaluate_global_attributes.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
expression.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
expression_evaluator.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
expression_grammar.hpp
|
move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue
|
2015-03-24 12:13:31 +01:00 |
expression_grammar_impl.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
expression_node.hpp
|
explicitly use mapnik::tags to avoid boost::geometry::tags conflict
|
2015-05-05 20:46:19 -07:00 |
expression_node_types.hpp
|
explicitly use mapnik::tags to avoid boost::geometry::tags conflict
|
2015-05-05 20:46:19 -07:00 |
expression_string.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
factory.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
feature.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
feature_factory.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
feature_kv_iterator.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
feature_layer_desc.hpp
|
add extra metadata to lyr desc + use for srid/keyfield in postgis - closes #2650
|
2015-01-22 18:44:56 -08:00 |
feature_style_processor.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
feature_style_processor_context.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
feature_style_processor_impl.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
feature_type_style.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
featureset.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
filter_factory.hpp
|
fix #1865
|
2013-05-24 16:45:02 -07:00 |
filter_featureset.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
font_engine_freetype.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
font_set.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
function_call.hpp
|
avoid spirit usage in function_call.hpp - refs #2439
|
2014-09-29 13:12:46 -07:00 |
geom_util.hpp
|
interior placement: always compute center of the longest segment
|
2015-05-19 08:37:57 +00:00 |
geometry.hpp
|
fix compile with gcc
|
2015-04-23 14:49:06 +00:00 |
geometry_adapters.hpp
|
shuffle around boost/geometry usage in headers to reduce compile time
|
2015-05-05 22:04:49 -07:00 |
geometry_centroid.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
geometry_correct.hpp
|
shuffle around boost/geometry usage in headers to reduce compile time
|
2015-05-05 22:04:49 -07:00 |
geometry_envelope.hpp
|
Moved geometry envelope to an impl
|
2015-04-06 11:00:03 -05:00 |
geometry_envelope_impl.hpp
|
A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries.
|
2015-04-21 09:34:52 -05:00 |
geometry_fusion_adapted.hpp
|
A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries.
|
2015-04-21 09:34:52 -05:00 |
geometry_is_empty.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
geometry_is_simple.hpp
|
include boost/version.hpp where needed - refs #2770
|
2015-04-23 09:31:46 +02:00 |
geometry_is_valid.hpp
|
include boost/version.hpp where needed - refs #2770
|
2015-04-23 09:31:46 +02:00 |
geometry_reprojection.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
geometry_reprojection_impl.hpp
|
Added geometry_reprojection_impl
|
2015-04-10 10:55:30 -05:00 |
geometry_strategy.hpp
|
Added the rounding_cast utility, and added a scale_rounding_strategy to support this new casting type. Added tests for it
|
2015-05-12 14:36:29 -05:00 |
geometry_to_path.hpp
|
style
|
2015-05-13 11:32:34 +01:00 |
geometry_transform.hpp
|
A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries.
|
2015-04-21 09:34:52 -05:00 |
geometry_type.hpp
|
A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries.
|
2015-04-21 09:34:52 -05:00 |
geometry_types.hpp
|
more iwyu
|
2015-04-04 13:21:09 -04:00 |
geometry_unique.hpp
|
only apply unique to line_string and polygon
|
2015-03-26 18:41:15 +01:00 |
global.hpp
|
Removed the mapnik type of 'byte' because it seemed sparsely used and simply providing data type should be easier as it is never going to change. Also added some tests around mapnik palette
|
2015-05-13 19:32:54 -05:00 |
gradient.hpp
|
pack mapnik::gradient to save 8 bytes (128 -> 120) - refs #2631
|
2015-01-09 11:43:17 -08:00 |
hextree.hpp
|
Removed the mapnik type of 'byte' because it seemed sparsely used and simply providing data type should be easier as it is never going to change. Also added some tests around mapnik palette
|
2015-05-13 19:32:54 -05:00 |
hit_test_filter.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
image.hpp
|
Added test coverage to image buffer
|
2015-05-13 16:50:31 -05:00 |
image_any.hpp
|
c++ constness, formatting
|
2015-05-05 14:12:29 +02:00 |
image_compositing.hpp
|
Move image_data.hpp to image.hpp and renamed most everything from image_data to image alone. This might lead to the need to clean up some variables that are currently named image through out the code at some time, but I think in the long term is much better as image is a better name for the base class.
|
2015-01-22 11:39:37 -06:00 |
image_copy.hpp
|
Renamed image_cast to image_copy
|
2015-02-06 15:27:19 -06:00 |
image_filter.hpp
|
more portable workaround for gil c++11 bug - closes #2859
|
2015-05-24 13:48:04 -07:00 |
image_filter_grammar.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
image_filter_grammar_impl.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
image_filter_types.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
image_impl.hpp
|
remove std::clog print
|
2015-05-06 06:35:37 -07:00 |
image_null.hpp
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
image_options.hpp
|
image_options - add key0=value0:key1:key2=value2 parser
|
2015-05-14 15:37:21 +01:00 |
image_reader.hpp
|
Moved image_data_rgba8 to image_rgba8. Ref #2633
|
2015-01-21 20:31:02 -06:00 |
image_scaling.hpp
|
Move image_data.hpp to image.hpp and renamed most everything from image_data to image alone. This might lead to the need to clean up some variables that are currently named image through out the code at some time, but I think in the long term is much better as image is a better name for the base class.
|
2015-01-22 11:39:37 -06:00 |
image_scaling_traits.hpp
|
A large set of updates:
|
2015-02-04 15:41:58 -06:00 |
image_util.hpp
|
Renamed set_opacity to apply_opacity, reverted it to the old logic of set_alpha. Updated tests, clamping is now used.
|
2015-05-20 13:08:18 -05:00 |
image_util_jpeg.hpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_util_png.hpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_util_tiff.hpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_util_webp.hpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_view.hpp
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
image_view_any.hpp
|
fix method signitures to use std::size_t
|
2015-05-04 10:57:57 +02:00 |
image_view_impl.hpp
|
Fix get_pixel with image_view
|
2015-05-11 18:19:24 -05:00 |
image_view_null.hpp
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
jpeg_io.hpp
|
fix remanining cAmEl case names
|
2015-05-04 12:49:11 +02:00 |
label_collision_detector.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
layer.hpp
|
Updated min zoom and max zoom to use maximum scale denom and minimum scale denominator #1447
|
2015-05-15 14:34:12 -05:00 |
load_map.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
make_unique.hpp
|
don't trust __cplusplus - addresses issue 5 from #2396
|
2014-08-26 19:24:53 -07:00 |
map.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
mapped_memory_cache.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
marker.hpp
|
shuffle includes based on iwyu findings
|
2015-05-14 23:38:36 -07:00 |
marker_cache.hpp
|
shuffle includes based on iwyu findings
|
2015-05-14 23:38:36 -07:00 |
marker_helpers.hpp
|
shuffle includes based on iwyu findings
|
2015-05-14 23:38:36 -07:00 |
markers_placement.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
memory.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
memory_datasource.hpp
|
move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue
|
2015-03-24 12:13:31 +01:00 |
memory_featureset.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
miniz_png.hpp
|
Move image_data.hpp to image.hpp and renamed most everything from image_data to image alone. This might lead to the need to clean up some variables that are currently named image through out the code at some time, but I think in the long term is much better as image is a better name for the base class.
|
2015-01-22 11:39:37 -06:00 |
octree.hpp
|
Removed the mapnik type of 'byte' because it seemed sparsely used and simply providing data type should be easier as it is never going to change. Also added some tests around mapnik palette
|
2015-05-13 19:32:54 -05:00 |
offset_converter.hpp
|
attempt to fix SEG_CLOSE command handling
|
2015-04-02 16:12:56 +02:00 |
palette.hpp
|
Removed the mapnik type of 'byte' because it seemed sparsely used and simply providing data type should be easier as it is never going to change. Also added some tests around mapnik palette
|
2015-05-13 19:32:54 -05:00 |
params.hpp
|
Updated param to allow value_boolean
|
2015-03-09 16:33:20 -05:00 |
params_impl.hpp
|
Standardizing on the output of a boolean to string is true or false rather then 0 or 1.
|
2015-03-24 14:32:25 -05:00 |
parse_path.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
parse_transform.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
path.hpp
|
fix names
|
2015-03-26 17:26:39 +01:00 |
path_expression.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
path_expression_grammar.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
path_expression_grammar_impl.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
pixel_position.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
pixel_types.hpp
|
Intial commit for impl
|
2015-03-13 10:52:39 -05:00 |
plugin.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
png_io.hpp
|
Removed the mapnik type of 'byte' because it seemed sparsely used and simply providing data type should be easier as it is never going to change. Also added some tests around mapnik palette
|
2015-05-13 19:32:54 -05:00 |
pool.hpp
|
use std::lock_guard instead of unique_lock (better fit for the job)
|
2015-05-20 16:12:22 +01:00 |
proj_strategy.hpp
|
shuffle around boost/geometry usage in headers to reduce compile time
|
2015-05-05 22:04:49 -07:00 |
proj_transform.hpp
|
shuffle around boost/geometry usage in headers to reduce compile time
|
2015-05-05 22:04:49 -07:00 |
projection.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
ptree_helpers.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
quad_tree.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
query.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
raster.hpp
|
Changed the name of image_data_any to image_any. Moved header file for image_data_any to image_any. Ref #2633
|
2015-01-21 19:40:12 -06:00 |
raster_colorizer.hpp
|
Move image_data.hpp to image.hpp and renamed most everything from image_data to image alone. This might lead to the need to clean up some variables that are currently named image through out the code at some time, but I think in the long term is much better as image is a better name for the base class.
|
2015-01-22 11:39:37 -06:00 |
renderer_common.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
request.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
rule.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
rule_cache.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
save_map.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
scale_denominator.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
segment.hpp
|
update copyright year
|
2014-11-20 15:25: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
|
simlified_converter - use start (move_to) x,y on close_path command (drops tiny islands)
|
2015-04-13 11:17:17 +02:00 |
span_image_filter.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
sql_utils.hpp
|
improve sql subselect parsing + add tests - closes #2704
|
2015-02-13 01:26:19 -08:00 |
sse.hpp
|
Fixed issues with SSE compare when the threshold is greater then zero. Added several new SSE methods for unsigned integers.
|
2015-02-04 17:46:18 -06:00 |
symbolizer.hpp
|
add direction property for markers
|
2015-02-07 12:23:35 +00:00 |
symbolizer_base.hpp
|
new dot symbolizer for fast rendering of points - refs #1651 mapbox/mapnik-vector-tile#62 #2612
|
2014-12-17 12:01:28 -08:00 |
symbolizer_default_values.hpp
|
add direction property for markers
|
2015-02-07 12:23:35 +00:00 |
symbolizer_dispatch.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
symbolizer_enumerations.hpp
|
add debug symbolizer mode for visualizing exterior and interior rings and their winding order
|
2015-04-14 02:44:14 +02:00 |
symbolizer_hash.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
symbolizer_keys.hpp
|
add direction property for markers
|
2015-02-07 12:23:35 +00:00 |
symbolizer_utils.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
tiff_io.hpp
|
fix camel case
|
2015-05-14 12:53:21 +01:00 |
timer.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
tolerance_iterator.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
transform_expression.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
transform_expression_grammar.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
transform_expression_grammar_impl.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
transform_path_adapter.hpp
|
implement vertex interface in vertex_adapter and make mapnik::geometry_type immutable
|
2015-02-06 16:45:51 +01:00 |
transform_processor.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
unicode.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
utils.hpp
|
use std::lock_guard instead of unique_lock (better fit for the job)
|
2015-05-20 16:12:22 +01:00 |
value.hpp
|
Standardizing on the output of a boolean to string is true or false rather then 0 or 1.
|
2015-03-24 14:32:25 -05:00 |
value_error.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
value_hash.hpp
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
value_types.hpp
|
Small changes to hopefully fix compile issues on linux
|
2015-02-04 20:48:59 -06:00 |
version.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
vertex.hpp
|
use c++11 typed enum in vertex.hpp
|
2014-12-02 08:09:36 -08:00 |
vertex_adapters.hpp
|
Slight fixes after merge
|
2015-04-15 16:05:56 -05:00 |
vertex_cache.hpp
|
text on polygon: fix missing closing segment
|
2015-05-14 11:26:01 +00:00 |
vertex_converters.hpp
|
is_switchable to control switchabilty of vertex_converters -- revive stroke_tag
|
2015-05-04 14:49:17 +02:00 |
vertex_processor.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
vertex_vector.hpp
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
view_strategy.hpp
|
iwyu in view_strategy.hpp
|
2015-05-14 17:59:40 -07:00 |
view_transform.hpp
|
shuffle around boost/geometry usage in headers to reduce compile time
|
2015-05-05 22:04:49 -07:00 |
warp.hpp
|
expose warp_image templated method
|
2014-12-17 14:24:58 +01:00 |
webp_io.hpp
|
fix crash + add crashing testcase for #2842
|
2015-05-21 20:39:14 -07:00 |
well_known_srs.hpp
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
wkb.hpp
|
fix - use std::size_t to avoid narrowing
|
2015-05-20 11:31:41 +01:00 |
xml_attribute_cast.hpp
|
Another small change hopefully to fix linux build isssues.
|
2015-02-04 21:19:59 -06:00 |
xml_loader.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
xml_node.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
xml_tree.hpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |