# Copyright Paul A. Bristow 2013 # 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) # jamfile.v2 to run all circular_buffer examples. # bring in the rules for testing. import testing ; project : requirements /boost/system//boost_system /boost/thread//boost_thread #BOOST_ALL_NO_LIB=1 multi gcc:-Wno-missing-braces darwin:-Wno-missing-braces acc:+W2068,2461,2236,4070 intel:-Qwd264,239 msvc:all msvc:on msvc:_CRT_SECURE_NO_DEPRECATE msvc:_SCL_SECURE_NO_DEPRECATE msvc:_SCL_SECURE_NO_WARNINGS msvc:_CRT_SECURE_NO_WARNINGS msvc:/wd4996 msvc:/wd4512 msvc:/wd4610 msvc:/wd4510 msvc:/wd4127 msvc:/wd4701 msvc:/wd4127 msvc:/wd4305 ; run bounded_buffer_comparison.cpp ; run circular_buffer_iter_example.cpp ; run circular_buffer_sum_example.cpp ; run circular_buffer_bound_example.cpp ../../thread/build//boost_thread ../../timer/build//boost_timer ;