2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-20 16:42:13 +00:00

2 Commits

Author SHA1 Message Date
Mateusz Łoskot
f641190948 Replace BOOST_TEST with BOOST_TEST_EQ for streamable operands (#472)
Improve utilities sending channels, pixels and other GIL objects to
output stream for logging of test errors.

Fix missing namespace qualification in IO tests.

Comment TARGA test case with FIXME that was accidentally
uncommented in cc64bdd1a4
2020-04-01 01:54:12 +02:00
Mateusz Łoskot
54f011476f Add tests for image_view locator and iterators (#452)
* Add tests for image_view locator and iterators

Update follows PR #450 extending tests coverage and
still includes test case for fix of issue #432

* Comment UB if specified increment advances non-incrementable iterator

Add TODO comments asking about clarification of valid pixel range specification
for end iterators, especially of empty view (image).
2020-03-17 00:31:41 +01:00