mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
|
|
#
|
|
# Use, modification and distribution is subject to 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 ;
|
|
|
|
project
|
|
: requirements
|
|
<include>$(BOOST_ROOT)
|
|
<include>.
|
|
;
|
|
|
|
run getting_started_listing_01.cpp ;
|
|
run getting_started_listing_02.cpp ;
|
|
run getting_started_listing_03.cpp ;
|
|
run guide_access_bin_counts.cpp ;
|
|
run guide_axis_basic_demo.cpp ;
|
|
run guide_axis_with_labels.cpp ;
|
|
run guide_axis_with_uoflow_off.cpp ;
|
|
run guide_custom_2d_axis.cpp ;
|
|
run guide_custom_accumulators.cpp ;
|
|
run guide_custom_minimal_axis.cpp ;
|
|
run guide_custom_modified_axis.cpp ;
|
|
run guide_custom_storage.cpp ;
|
|
run guide_fill_histogram.cpp ;
|
|
run guide_histogram_operators.cpp ;
|
|
run guide_histogram_reduction.cpp ;
|
|
run guide_histogram_serialization.cpp /boost/serialization//boost_serialization/<link>static ;
|
|
run guide_histogram_streaming.cpp ;
|
|
run guide_make_dynamic_histogram.cpp ;
|
|
run guide_make_static_histogram.cpp ;
|
|
run guide_parallel_filling.cpp ;
|
|
run guide_stdlib_algorithms.cpp ;
|