2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-22 05:12:30 +00:00
Files
Marco Langer bfed3de004 refactor: Deprecate apply_operation in favor of variant2::visit for any_image (#656)
build: Add /bigobj to MSVC flags

Avoid test\extension\dynamic_image\algorithm\copy_and_convert_pixels.cpp
compilation error:

fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>
2022-06-26 13:21:18 +02:00

16 lines
406 B
Plaintext

# Boost.GIL (Generic Image Library) - tests
#
# Copyright 2022 Marco Langer <langer.m86 at gmail dot com>
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or
# copy at http://www.boost.org/LICENSE_1_0.txt)
import testing ;
run copy_and_convert_pixels.cpp ;
run copy_pixels.cpp ;
run equal_pixels.cpp ;
run fill_pixels.cpp ;
run for_each_pixel.cpp ;