mapnik/tests/cpp_tests
Matt Amos 79f29f3894 Disable missing geometry functions in older Boost versions.
The functions `is_valid` and `is_simple` and their associated
headers are only present in versions of Boost >= 1.56, and will
cause compilation errors with previous versions of Boost. This
masks them with preprocessor macros to allow the compilation to
complete, at the cost of some (currently not widely used)
functionality.
2015-04-23 03:52:46 +01:00
..
data webp encoding/decoding support - refs #1955 2013-07-19 01:09:17 -04:00
support overwrite expected cairo output 2013-05-21 08:46:07 -07:00
agg_blend_src_over_test.cpp update agg blending cpp test - refs #1452 2014-12-03 15:19:22 -05:00
build.py link cpp tests to grammar libs 2014-11-04 13:17:29 -05:00
clipping_test.cpp rename geometry -> path ( geometry_type -> path_type) 2015-03-24 13:17:07 +01:00
conversions_test.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
copy_move_test.cpp C++ test cleanup 2014-10-20 19:55:11 -07:00
exceptions_test.cpp Moved image_data_rgba8 to image_rgba8. Ref #2633 2015-01-21 20:31:02 -06:00
font_registration_test.cpp C++ test cleanup 2014-10-20 19:55:11 -07:00
fontset_runtime_test.cpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_converters_test.cpp and finaly, rename 'new_geometry' namespace to 'geometry' 2015-03-24 14:21:28 +01:00
image_io_test.cpp 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_painted_test.cpp Moved image_data_rgba8 to image_rgba8. Ref #2633 2015-01-21 20:31:02 -06:00
label_algo_test.cpp Added template to geometries 2015-04-09 15:22:51 -05:00
line_offset_test.cpp move vertex_cache and tolerance_iterator from text directory 2014-11-13 12:51:36 +00:00
map_request_test.cpp 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
params_test.cpp update params_test - #2651 2015-01-28 12:56:10 +01:00
run rework tests: always run locally 2013-11-22 12:01:02 -08:00
simplify_converters_test.cpp cpp_tests : start porting to mapnik-geometry 2015-03-11 18:16:22 +01:00
symbolizer_test.cpp C++ test cleanup 2014-10-20 19:55:11 -07:00
utils.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
wkb_formats_test.cpp Disable missing geometry functions in older Boost versions. 2015-04-23 03:52:46 +01:00