mirror of
https://github.com/boostorg/gil.git
synced 2026-01-20 04:32:25 +00:00
* Make the library modular usable. * Add missing modular build.jam. And fix gitignore that caused it to be originally deleted! * Switch to library requirements instead of source. As source puts extra source in install targets. * Add missing import-search for cconfig/predef checks. * Add requires-b2 check to top-level build file. * Bump B2 require to 5.2 * Update copyright dates. * Move inter-lib dependencies to a project variable and into the build targets. * Update build deps.
16 lines
495 B
Plaintext
16 lines
495 B
Plaintext
# Boost.GIL (Generic Image Library) - tests
|
|
#
|
|
# Copyright (c) 2018-2019 Mateusz Loskot <mateusz at loskot dot net>
|
|
# Copyright (c) 2021 Pranam Lashkari <plashkari628@gmail.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 for_each_pixel.cpp ;
|
|
run std_fill.cpp : : : <library>/boost/array//boost_array ;
|
|
run std_uninitialized_fill.cpp ;
|
|
run extend_boundary.cpp ;
|