mapnik/test/unit
Artem Pavlenko 0253653676 Geobuf.input (#3715)
* geobuf.input - initial implementation (WIP)

* geobuf.input - fix reading MultiPolygon's

* geobuf.input - don't store invalid bounding boxes in r-tree.

* Use `protozero` lib to read `geobuf` (Initial implementation, not complete!)

* geobuf.input - poring to `protozero`. (TODO: add support for `GeometryCollection`)

* add initial support for `GeometryCollection` + cleanup namespaces

* remove stderr + cleanup + update copyright

* fix GeometryCollection and MultiLineString decoding + add support for standalone Feature and Geometry

* don't use `reserve` as undelying data format doesn't allow for efficient `distance` implementation.

* add geobuf unit test + update test data

* update data
2017-08-17 10:52:07 +01:00
..
color geometry.hpp 2017-03-27 16:14:51 +01:00
core update copyright year 2017-05-05 13:02:01 +02:00
data format WKT to be able to test WKT<->WKT round-trip. 2017-05-05 16:28:05 +02:00
datasource Geobuf.input (#3715) 2017-08-17 10:52:07 +01:00
font geometry.hpp 2017-03-27 16:14:51 +01:00
geometry re-enable strategy tests 2017-03-29 15:41:39 +01:00
imaging TIFF I/O - use memory mapping in tiff_reader.cpp when MAPNIK_MEMORY_MAPPED_FILE is defined. 2017-05-22 16:29:22 +02:00
map cairo renderer: clear map background with given color as agg renderer does (#3718) 2017-07-04 16:32:45 +02:00
numerics update copyright year 2017-05-05 13:02:01 +02:00
pixel minor unit test cleanups to prepare to test amalgamation 2016-03-03 10:53:58 -08:00
projection geometry.hpp 2017-03-27 16:14:51 +01:00
serialization convert args to mapnik::geometry::geometry<std::int64_t> (VS2017) 2017-07-06 16:03:28 +02:00
sql reorganize c++ tests 2015-04-25 22:08:12 +02:00
svg svg-parser - unify error messages text + update unit test 2017-08-08 12:38:24 +01:00
symbolizer fix typo in file name 2017-05-24 13:59:47 +00:00
text geometry.hpp 2017-03-27 16:14:51 +01:00
vertex_adapter unit tests - closing polygon on reprojection 2017-05-24 12:10:11 +00:00
README.md reorganize c++ tests 2015-04-25 22:08:12 +02:00
run.cpp add custom command line options to unit tests - refs philsquared/Catch#381 2016-01-05 17:13:36 -08:00
valgrind.supp ensure clean valgrind run 2015-04-26 23:26:11 +02:00

C++ unit tests

Building

python scons/scons.py test/unit/run

Running

./test/unit/run