mapnik/tests/cxx
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
..
build.py new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
catch.hpp new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
datasources.cpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry.cpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_envelope_test.cpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_equal.hpp more fixes (dependent names etc) 2015-04-10 14:17:36 +02:00
geometry_hit_test.cpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_is_valid.cpp Disable missing geometry functions in older Boost versions. 2015-04-23 03:52:46 +01:00
geometry_reprojection.cpp Added tests for non standard projections, forcing use of proj4. 2015-04-10 14:05:58 -05:00
geometry_strategy_test.cpp 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
README.md new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
sql_parse.cpp improve sql subselect parsing + add tests - closes #2704 2015-02-13 01:26:19 -08:00
test_main.cpp Removed all the code for the previous type of image and image_32. Ref #2633 2015-01-21 17:57:16 -06:00
tiff_io.cpp Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime. 2015-01-24 20:48:15 -06:00
valgrind.supp new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
vertex_adapter.cpp Slight fixes after merge 2015-04-15 16:05:56 -05:00

Catch C++ tests

Building

python scons/scons.py tests/cxx/run

Running

./tests/cxx/run