gil/test
Mateusz Łoskot e3ef52bb80
Correct order of constexpr and type specifier
The constexpr belongs to the declaration specifiers (like static) and
not just the type specifiers (like cv-qualifiers), so it binds to
the declaration (like static), not the type (like const).

Refines #211
2019-01-15 00:42:20 +01:00
..
algorithm [cmake] Bundle all Boost and IO libraries in gil_dependencies target 2018-12-08 23:20:54 +01:00
channel Correct order of constexpr and type specifier 2019-01-15 00:42:20 +01:00
headers [cmake] Skip tests for IO RAW headers if libraw not found [ci skip] 2019-01-04 14:39:56 +01:00
image_view [cmake] Bundle all Boost and IO libraries in gil_dependencies target 2018-12-08 23:20:54 +01:00
point [cmake] Bundle all Boost and IO libraries in gil_dependencies target 2018-12-08 23:20:54 +01:00
channel.cpp Correct order of constexpr and type specifier 2019-01-15 00:42:20 +01:00
CMakeLists.txt [cmake] Add GIL_BUILD_HEADERS_TESTS option [ci skip] 2019-01-05 23:01:37 +01:00
error_if.cpp Removed executable attribute from files. 2017-11-05 02:58:03 +02:00
fabscript Remove unused define BOOST_GIL_NO_IO 2018-06-27 00:02:27 -04:00
gil_reference_checksums.txt Sync gil_reference_checksums.txt with version in master 2018-06-27 00:02:27 -04:00
gil_test_common.hpp Switch from header-only to linked boost_unit_test_framework 2019-01-03 23:53:54 +01:00
image.cpp Correct order of constexpr and type specifier 2019-01-15 00:42:20 +01:00
Jamfile Switch from header-only to linked boost_unit_test_framework 2019-01-03 23:53:54 +01:00
performance.cpp Apply clang-tidy modernize-use-using to all tests (#199) 2018-12-18 00:13:39 +01:00
pixel_iterator.cpp Replace assert() macro with BOOST_ASSERT() macro (#208) 2019-01-12 10:21:01 +01:00
pixel.cpp Replace assert() macro with BOOST_ASSERT() macro (#208) 2019-01-12 10:21:01 +01:00
promote_integral.cpp Apply clang-tidy modernize-use-using to all tests (#199) 2018-12-18 00:13:39 +01:00
recreate_image.cpp Remove uses of Boost.Bind and Boost.Lambda (#212) 2019-01-13 02:03:25 +01:00
sample_image.cpp Refactor library includes to #include <boost/gil/...> 2018-09-28 16:26:34 +02:00