teeks99-dkr-dc8-17


Tom Kent - machine: teeks99-dkr id: dc8-17

Contact me: tom@teeks99.com, 314-266-8359

This runner is on a Docker Ubuntu 20.04. Its has 16GB of ram and 8 cores.
This is running the x86_64-bit version of Linux-5.15.0-160-generic-x86_64-with-Ubuntu-18.04-bionic.

user-config.jam

using clang : 8 : clang++-8 : <cxxflags>"-Wno-c99-extensions" ;
using clang : 8~c++98 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++98" ;
using clang : 8~c++98~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++98 -O2" ;
using clang : 8~c++98~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++98 -Wall -Wextra" ;
using clang : 8~c++98~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++98 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++98~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++98 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++98~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++98 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu98 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++98" ;
using clang : 8~gnu98~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++98 -O2" ;
using clang : 8~gnu98~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++98 -Wall -Wextra" ;
using clang : 8~gnu98~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++98 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu98~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++98 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu98~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++98 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++11 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++11" ;
using clang : 8~c++11~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++11 -O2" ;
using clang : 8~c++11~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++11 -Wall -Wextra" ;
using clang : 8~c++11~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++11 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++11~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++11 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++11~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++11 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu11 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++11" ;
using clang : 8~gnu11~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++11 -O2" ;
using clang : 8~gnu11~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++11 -Wall -Wextra" ;
using clang : 8~gnu11~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++11 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu11~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++11 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu11~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++11 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++14 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++14" ;
using clang : 8~c++14~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++14 -O2" ;
using clang : 8~c++14~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++14 -Wall -Wextra" ;
using clang : 8~c++14~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++14 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++14~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++14 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++14~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++14 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu14 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++14" ;
using clang : 8~gnu14~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++14 -O2" ;
using clang : 8~gnu14~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++14 -Wall -Wextra" ;
using clang : 8~gnu14~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++14 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu14~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++14 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu14~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++14 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++17 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++17" ;
using clang : 8~c++17~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++17 -O2" ;
using clang : 8~c++17~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++17 -Wall -Wextra" ;
using clang : 8~c++17~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++17 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++17~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++17 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++17~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++17 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu17 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++17" ;
using clang : 8~gnu17~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++17 -O2" ;
using clang : 8~gnu17~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++17 -Wall -Wextra" ;
using clang : 8~gnu17~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++17 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu17~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++17 -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu17~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++17 -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++2a : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++2a" ;
using clang : 8~c++2a~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++2a -O2" ;
using clang : 8~c++2a~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++2a -Wall -Wextra" ;
using clang : 8~c++2a~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++2a -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++2a~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++2a -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~c++2a~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=c++2a -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu2a : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++2a" ;
using clang : 8~gnu2a~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++2a -O2" ;
using clang : 8~gnu2a~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++2a -Wall -Wextra" ;
using clang : 8~gnu2a~lc : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++2a -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu2a~lc~O2 : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++2a -O2 -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;
using clang : 8~gnu2a~lc~warn : clang++-8 : <cxxflags>"-Wno-c99-extensions -std=gnu++2a -Wall -Wextra -stdlib=libc++ -isystem/usr/include/libcxxabi" <linkflags>"-stdlib=libc++ -lc++abi" ;



using python
: 2.7 # version
: # Interpreter/path to dir
: /usr/include/python2.7 # includes
: /usr/lib/x86_64-linux-gnu # libs
: # conditions
;

using python
: 3.6 # version
: # Interpreter/path to dir
: /usr/include/python3.6 # includes
: /usr/lib/x86_64-linux-gnu # libs
: # conditions
;

site-config.jam

site-config.jam not found in search path

Complier Versions

gcc-7 - g++-7 (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 - 
clang-8 - clang version 8.0.1- (branches/release_80) - Target: x86_64-pc-linux-gnu Thread model: posix

Support Versions

python:
2.7.17 (default, Mar  8 2023, 18:40:28) 
[GCC 7.5.0]
python3:
3.6.9 (default, Mar 10 2023, 16:46:00) 
[GCC 8.4.0]

git version 2.40.1

Docker image: teeks99/boost-cpp-docker:clang-8 - 2023-05-26 18:36:13 -0500 CDT - sha256:b97e2c9ccfa44d2a0ec798c23e29757025f4914b170085a8fc0c5f77df9b06b0


RepoRevision
/boost_regression
bf15f418a4434b553de19355f7f6ae27fa79bd9d
/boost_root
685193424d2a5dd6fc530f1d1d40794c3dcb595f
/boost_root/libs/iostreams
8561bdb8bcd0a1b528d60c090407233b0c1d9148
/boost_root/libs/iterator
2a4dbd1d8df5cd516c2ac8dbd42a0e7cfd87430c
/boost_root/libs/pfr
7aa41ed4f5aaa7e52570030e7b28f28cede4f9c1
/boost_root/libs/parameter_python
800edc0398c0cabad1efb51da195df9cd294b783
/boost_root/libs/context
6ff80e0575133c6d0b704e03bbb956a0c3b9551a
/boost_root/libs/static_assert
9a6a86efc8dea37083ed1a78fb0998673517cf4e
/boost_root/libs/property_tree
2669458cebee100bc1f9f4a9d2f0cd95d07740bc
/boost_root/libs/units
605ebf7143be8861f9cf80e54427a8bbffb55212
/boost_root/libs/headers
95930ca8f5d144fe345a2ad7a2a7728b8c3e5cd5
/boost_root/libs/nowide
224f3723dcfe44a064e5cc34f45f3a55a791fce3
/boost_root/libs/cobalt
10fa59946e1bb8413c32802cc089dafa644ec814
/boost_root/libs/format
3fb39d7deeb2a1b13765fe19358518a010ba66b7
/boost_root/libs/throw_exception
74bea78a391ccbba61d5287925c31a4ead1114d1
/boost_root/libs/signals2
3e7413b9d6084a160db9a2a90bb74d55415c5226
/boost_root/libs/property_map_parallel
d04a8f0103c5f0531c2c470d85def0e85a103e8e
/boost_root/libs/function
f6b538dbed2e3047dcbd09eb3f5c7f1ffa90d0a9
/boost_root/libs/hana
bc49ee25638e59d977edff5737b4e6bf12c1e5ea
/boost_root/libs/ptr_container
ea15c57680927e915e93b14af2eef244baef6bce
/boost_root/libs/accumulators
eb7ff254b81b6a4d3fd0012a9691e91c8591d312
/boost_root/libs/leaf
7154e7f9c711310521ff4a4133491849137c20d0
/boost_root/libs/yap
2d44666933c2993c992a3fc348776ba62cafad6b
/boost_root/libs/property_map
b035da13ebcc79fe0457629ffe5f7c8f6a78e682
/boost_root/libs/log
014f344715461cdf056eb184eb3362d8692c6bdd
/boost_root/libs/function_types
6fba35ace59e9e7b1c3007ca6246a42ed6ead145
/boost_root/libs/convert
6e2419c007b998c087d703e41931141ea555a8e1
/boost_root/libs/filesystem
868dc76bb6dd09923a0f4b90f2f2aad25d9f51d6
/boost_root/libs/optional
bfdf0c73f98efba4c2458c806b1af9458e4bf79d
/boost_root/libs/bind
a541a8d5c16920e1836d09299915890d687efe36
/boost_root/libs/dll
2751e5768a8aaa8cc9e020ae4dcdbe96813587a8
/boost_root/libs/coroutine2
f405b3c5c2434daac6cc90c279f9e50b05c5c11c
/boost_root/libs/chrono
ef510872039483dc66b7b2263c43c273a9aaecd6
/boost_root/libs/foreach
a5ae97ef513548ed44fca6d69f8c69f79e215088
/boost_root/libs/tti
da15e744519fd54fb0641e23042dd69bee75d12c
/boost_root/libs/assert
e107bd7b556d72ef5273c17f4099198a28edaa4d
/boost_root/libs/assign
83ca9df5aa1d60c8257bf8987c2c9e2e1780f93e
/boost_root/libs/crc
d547322aa734b37901fa79e7b5e71040d698ce69
/boost_root/libs/config
845fd033c33a7eb30e91e6f352000ef84a04808b
/boost_root/libs/circular_buffer
0320ba365cf959d3f9c982eb05b78452571b35e5
/boost_root/libs/histogram
5e9b7b162e8a2801b77ccf199dedea88fa44325c
/boost_root/libs/fiber
238487b543e8863c647d31a82ccfc3fa11a960d9
/boost_root/libs/pool
571909a59e29c7fa1f3cae8225f77f9d9d17ecef
/boost_root/libs/conversion
6632ca93098d80d8c42715481e9aa47512e8d32b
/boost_root/libs/tokenizer
8f6316a8c937656aeeb2f48e469363eeac72837b
/boost_root/libs/process
2a41d0a0dcef77ff362c1e3a7cc88b47191ff9d2
/boost_root/libs/detail
43238b75cee1a010d6ef6dc48dfc21c365d3796f
/boost_root/libs/polygon
ddb9c8adadbbb539fe52cb7f8ee0a446ba5ead04
/boost_root/libs/any
a863df824b3606c69e8211ea850b412899e64992
/boost_root/libs/graph_parallel
57fbbbd6dde588e46694925b254957fed1a3adfd
/boost_root/libs/mpi
bbd88b46388a2c3a37dc0e408022c61e1ad2915c
/boost_root/libs/contract
4a4047f84a1a849f8e2737d8d4ceb71a739e2082
/boost_root/libs/icl
b7fc812e75bfdb6b3d32722635bd9a009883a2ae
/boost_root/libs/tuple
d04e4a692fda32f939edede89d67e4b2234f0da9
/boost_root/libs/regex
ed6ebbd5a52b566e454e0cc34494dd2912c6c66c
/boost_root/libs/spirit
9bcd344fc1e80a0888ec7cdab0fdfefb1cf30d04
/boost_root/libs/safe_numerics
c46d7a33fa6efc10e3d35526e9fcf6673936ed41
/boost_root/libs/poly_collection
3175ae3c91203556f86561f574830aa38d5bc80c
/boost_root/libs/sort
ab77096e2374bb8d97745b0be8d458c4d136bcb7
/boost_root/libs/winapi
094612ee33a8dce960cd075537266fdb4788d059
/boost_root/libs/lambda
0068b4d90d7843ecec3e43da0ed4229b7acc27c6
/boost_root/libs/metaparse
0c7c2dd33744ad251e3124aa4f372194fd662902
/boost_root/libs/gil
50e0b5bd8f67a9c503a4ea98adfec6052e079cfd
/boost_root/libs/lambda2
a87d775e104a0426f774cde54b6dddd6e3ad7879
/boost_root/libs/variant2
f267609ad6f5dac4aa2d664d613701b50ede0404
/boost_root/libs/multi_array
333c304d84aaadf5b42aa344e4b87f5fbfd489ba
/boost_root/libs/lexical_cast
275844e651f5c70a20226d3d1630ba4eff205f8d
/boost_root/libs/asio
5963b4690919e0a723ed2c0be434d16e8783303e
/boost_root/libs/rational
894bd14cba4a48bbd8cb422ebcd1ac2af78795d1
/boost_root/libs/vmd
26b39eb95fa8582cd0f47d79a4a87b048d5db5ce
/boost_root/libs/xpressive
3950d7958ce22b68a53072cafa9cb57975f4195a
/boost_root/libs/qvm
237d4274e7294534ede6a67232bd96defe90b870
/boost_root/libs/serialization
8a8c62864f05732131bf6785d54466d8ac6cd477
/boost_root/libs/stacktrace
cec57009ef66de58876ad9524297c7af501eeddf
/boost_root/libs/logic
ebff10a43bf6512548eae231a1b9c81260dd98dc
/boost_root/libs/scope
edb755c829ba65e89f9d97ec3bb85c374f3a3451
/boost_root/libs/date_time
69c45b7a2b98102d428fddf50d68fa9494f0beba
/boost_root/libs/heap
3b22808536e43f501fce7af81e83a18958d50ce5
/boost_root/libs/functional
3c468dd0246577c20c3d6f88b2d42be92adaafa6
/boost_root/libs/charconv
651e7e8c823baddc2ed4419f9acd4778b025a3a0
/boost_root/libs/dynamic_bitset
7c4dbfa2ac063cd6af8c6b7cb10bd70e353f590f
/boost_root/libs/parameter
2592296b4144a3ac7e260e69303c98aec6482123
/boost_root/libs/container_hash
060d4aea6b5b59d2c9146b7d8e994735b2c0a582
/boost_root/libs/python
97402f7925648ef433d0f1f979b9b422936dac31
/boost_root/libs/system
982abbe42aeb0f29f2d79cf963809da7ba863b0e
/boost_root/libs/align
bd7f7f5f11645397313d3b584e4c521142327ed7
/boost_root/libs/exception
95b1ead06c7adc1b3ca23a82ef9794599dc2b6c3
/boost_root/libs/mqtt5
6198b0e44a955563e49545564b2a1bf3dab58062
/boost_root/libs/program_options
ec6794632fd7e6050a69480ea3e5b2a5d5b3c08d
/boost_root/libs/bloom
7eda52eec0f44cb9936393568e58891376cc9ccf
/boost_root/libs/wave
ac31d13c6ab1a377a026a6a63114387d50f0bdc7
/boost_root/libs/multiprecision
29a192ec70fc94628c3ed382ec08861581c634f3
/boost_root/libs/predef
a2a5010e2824b7740890a3bf463b8c4b8927aaa7
/boost_root/libs/json
91b65160e2b15159c439a6e97f574ab019592b6e
/boost_root/libs/hof
1fa2229b700f6f8f87c0f12b127eb2034eefa1af
/boost_root/libs/intrusive
6a6d878e3acf49febe8f7d49a03a1666a4f13ab8
/boost_root/libs/msm
576547e569989b434dc9ffe9868747ea516810d1
/boost_root/libs/bimap
25a3fd8a3cca8a7bafba7ffa930a99b8772fff2a
/boost_root/libs/scope_exit
5450074da7f1d338eb5774b245bd7a255f92680e
/boost_root/libs/describe
6e4b7f5a07c1ce4fbd22d4500c03eef3d0f18c6d
/boost_root/libs/io
2d9a2419f9e2086a0d65fc7118f609c2ff635fa7
/boost_root/libs/type_traits
085c27f785b647c217db59af7cef8806af578012
/boost_root/libs/phoenix
c4f2535d54c3f31a5c7fcc92a837f9476ea6f3f1
/boost_root/libs/proto
497a0c37587c63d9abc12bcabdc3a674c21c0a44
/boost_root/libs/move
d33254fca5d6a988273ebc4eae4bc19f885b18d8
/boost_root/libs/container
ee24095f5c8f31f4b2c0894d8d900a8689b2be6c
/boost_root/libs/preprocessor
cd1b1bd03900b68505822cfa25cb16851bd6caf1
/boost_root/libs/smart_ptr
2fcaa8818bf87c3c1c11fb86cb836cff1b127dd4
/boost_root/libs/unordered
11e05a3c4c449a46819f0030e7d105fbc154d476
/boost_root/libs/interprocess
156f5afaa78a54b26d5259af325f1088ff4e6d92
/boost_root/libs/openmethod
764c0b923740a3de46ac846230e82b3e942c0918
/boost_root/libs/flyweight
575a6852b994b1d3f3fac6b613ea7246778f8369
/boost_root/libs/endian
c0b5c80603b8de7eeea8724c9a4f2761c3df06f2
/boost_root/libs/core
239953da9f0f11883f96548032b13ff0fd6453bb
/boost_root/libs/atomic
23b53aebe6aeb1c14a34d119d230f16a76dccc1c
/boost_root/libs/locale
bf8ca467293dde4df19d5345df19bbf3bd8486a4
/boost_root/libs/test
33e94d4efe839cccd0e5383a15df220d1ed2fa87
/boost_root/libs/geometry
9bf3f194ce07d6ad83588afd68334bb712edd9e9
/boost_root/libs/fusion
495539ce4404bde4af187ccc072235a6a7446e2c
/boost_root/libs/parser
6db68bc7f71b5f95e3a0030f667316adabd51c27
/boost_root/libs/uuid
d79210b0d8da733c75caa3cf31f8f7d11cfecb92
/boost_root/libs/redis
7750a6b126e0728dfcd4ade6d3becf12e1b04f4a
/boost_root/libs/timer
b7f65f09a0975f26cb294eebd8b17e91a5beff3f
/boost_root/libs/mp11
fe7447470d96b80eefed91b6206a4a240b664b73
/boost_root/libs/random
1d686205f846f998e496ee727329534ff41c4164
/boost_root/libs/mpl
2358570f2d801dfd5a1b06701696f42b0d2e390a
/boost_root/libs/beast
67106ebaab7a644a9bdb5d6e6b0a3f4ad1d0e4f7
/boost_root/libs/stl_interfaces
48375e95648bed776a2f6d34148185daf2cdce96
/boost_root/libs/range
cf7d2d2d3bceccdbd0d7af08cdf4042a2a6e9ea8
/boost_root/libs/graph
3131c24630e42c79b43c1f32558041c219ab84b8
/boost_root/libs/compute
dd8c669d3e21d70069706b30260fdc87a15a597a
/boost_root/libs/outcome
3d3e9f276a4a5dc9d647d632c5ee10118284404d
/boost_root/libs/hash2
5cf695e5e2466df247561894b3c15b4394a68486
/boost_root/libs/type_index
f2a3bdd29cc20ca2c4f9ee0916b7da6dbaaaaa28
/boost_root/libs/concept_check
e302e80e85279ff6a51c8d5a0e3a81d909a2f397
/boost_root/libs/algorithm
0edbfe8736a073ce5d7bd70e268c663132d80b10
/boost_root/libs/statechart
2b1270f7ab9027320a6b7e187ea1d37d329b3624
/boost_root/libs/ratio
6eceadad2eb04f00b8cae5e400f7bee34c2d501f
/boost_root/libs/mysql
c242bb0ffdea2675a32e0b3a6baeeb987bb90777
/boost_root/libs/variant
9738f5733b3a9863be0cc2ab23cd9ba1ae5b74ff
/boost_root/libs/math
9eba9d7e87acb3fb0c6e42a9db512914bcf33b9a
/boost_root/libs/static_string
c91593452944680bb02752890f750e1884da5b02
/boost_root/libs/array
e988ef9c4a7d64be2850dc8de18b6461e094d4ae
/boost_root/libs/multi_index
179b5def1e9cb2910b8b6b1494803d3bb5495a25
/boost_root/libs/numeric/interval
26800d3a7fb53945b03341681537295992e24019
/boost_root/libs/numeric/conversion
d1b479f7a4aa54d8ffb93d8dc4ee0c24670210d8
/boost_root/libs/numeric/ublas
8934b49ebe5327964b42faefbb22334ba89f4574
/boost_root/libs/numeric/odeint
3aeeaf229b35519013591ef90e315666a21e5067
/boost_root/libs/thread
a1f89c951879b6677772606d0549e7368c9c99bc
/boost_root/libs/lockfree
1a5af261286a102848d090b1b84b51b1d231dc29
/boost_root/libs/local_function
ff0934f6a397ec8949c52386d9b2fe0b29715e9f
/boost_root/libs/integer
4d702c79a45c1b204de864a5d11efa711e8713cf
/boost_root/libs/coroutine
8b09bf7d0e8a13d1ef59aaff02a84d42acb034f3
/boost_root/libs/typeof
26e22b8b370617a6181f3ae4bd1f584b3b4767e1
/boost_root/libs/type_erasure
5281f14d3cb59f978c8cb6cbb90ce92dde4e3e13
/boost_root/libs/callable_traits
046d4dd064fb87d9f13f4e91adf2c5ba5b0dc2e3
/boost_root/libs/utility
dda83c5b60bfaa77d4d777a047197ae5e5922c49
/boost_root/libs/url
b5a940fbc1eccd1798f28b6441dd0b7fc80a63cb
/boost_root/libs/compat
0776d62a95e77af6091483db10f5d1b80c753f51
/boost_root/tools/litre
564d4d8d30b7e03ac5e25d78e14d2c19fa321c83
/boost_root/tools/check_build
092f1f300410bee1495c0b8f27d61ac32bc16c42
/boost_root/tools/cmake
1b3a785d348420996c5cd5c9efe310aa2e9a4564
/boost_root/tools/bcp
27fb964dfc1fa27b608ebeec11c8ee88faeb6f31
/boost_root/tools/build
be69c44857e34fae250aa1321808a05c1d88bfde
/boost_root/tools/quickbook
a2853e70bde80992a1998c3ab1e10386cc3c3bfc
/boost_root/tools/boost_install
ecf24827768cfd3ac7d512a6617bb7b3de3d58fb
/boost_root/tools/boostbook
066f3561e6166dcaab2f5c1439d41ac105d8361a
/boost_root/tools/boostlook
20ddde53330f4ab9407a7c56f82532229e536e73
/boost_root/tools/inspect
abceea2c547805942af80f2d315080b2fb0d1a7d
/boost_root/tools/boostdep
bd8d7352ec5b300e0f953c93a8ef78fcc353e8b5
/boost_root/tools/auto_index
91e2f15b8b1e7d609b8398286833cb9847984ecc
/boost_root/tools/docca
d1d822e5aa1748575f09ad47c2236ef55fcc4272
/boost_root/more
39633d9f60d84e4e84148fb4ddcbaa257537819f
/boost_bb
be69c44857e34fae250aa1321808a05c1d88bfde

Command Line
run.py --runner=teeks99-dkr-dc8-17 --toolsets=clang-8~c++17                    \
  "--bjam-options=-j8 address-model=64 debug-symbols=off --remove-test-targets" \
  --comment=info.html --tag=develop