2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-26 16:52:10 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Mateusz Łoskot
d3c1a2eff4 Add test for some bit-aligned pixel types and metafunctions (#257)
Test bit_aligned_pixel_reference and packed_pixel as well as
some of related metafunctions generating types of their
members and intermediate specializations.
2019-03-13 19:15:33 +01:00
Mateusz Łoskot
b1998d9a74 Add pixel test fixture with all core pixel types (#248)
Add test for pixel_reference_is_mutable metafunction.

From the legacy tests
- port value_core and reference_core fixtures, see
  https://lists.boost.org/boost-gil/2019/02/0138.php
- port representative pixel types and verify with tests of some
  metafunctions.

Clean up test names for CTest in the CMake configuration.
Disable some GCC/clang warnings in tests to avoid CI build
termination due to too long logs.
2019-03-02 23:18:54 +01:00
Mateusz Łoskot
5323eb7c5a Remove repeated gray16_pixel_t from test list 2019-03-01 00:44:36 +01:00
Mateusz Łoskot
61c23b0529 Add test for some channel, color and pixel metafunctions (#247) 2019-02-27 08:19:44 +01:00