From c8caa64146df2a12dad85ea8894d2ac16205e7c5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 8 Nov 2015 17:51:38 +0000 Subject: [PATCH] Release compilers --- feed/history/boost_1_60_0.qbk | 46 +++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/feed/history/boost_1_60_0.qbk b/feed/history/boost_1_60_0.qbk index 44186af8..fa170b4b 100644 --- a/feed/history/boost_1_60_0.qbk +++ b/feed/history/boost_1_60_0.qbk @@ -83,11 +83,53 @@ part of Boost. More information can be found on the Boost's primary test compilers are: -* /TODO/ +* Linux: + * Clang: 3.4, 3.6 + * Clang, C++14: 3.7 + * GCC: 4.4.7, 4.8.4, 4.9.3, 5.1.0, 5.2.1 + * GCC, C++11: 4.4.7 + * GCC, C++14: 4.9.3 +* Windows: + * GCC, C++03, mingw: 3.4.5 + * GCC, C++11, mingw: 4.6.4, 4.7.3, 4.8.1 + * GCC, C++14, mingw: 4.9.3, 5.1.0 + * Visual C++: 7.1, 8.0, 9.0, 10.0, 11.0, 12.0, 14.0 +* Android: + * Clang: 3.6, 3.7 + * GCC: 4.9.0, 5.2.0 +* QNX: + * QCC: 4.4.2 +* SunOS: + * Sun: 5.13, 5.14 Boost's additional test compilers include: -* /TODO/ +* Linux: + * Clang: 3.0, 3.1, 3.2, 3.3, 3.4.2, 3.6.0, 3.8.0 + * Clang, C++14: 3.7.0 + * GCC: 4.4.7, 4.5.3, 4.6.4, 4.7.3, 4.8.1, 4.9.3, 5.1.0, 6.0.0 + * GCC, C++11: 4.4.7 + * GCC, C++14: 4.9.3, 5.2.1 + * IBM XL C++: 13.1.2.0 + * Intel: 16.0 +* OS X: + * Clang: 7.0.0 + * GCC: 5.2.0 +* Windows: + * GCC, C++03, mingw: 3.4.5 + * GCC, C++11, mingw: 4.7.3, 4.8.1 + * GCC, C++14, mingw: 4.9.3, 5.1.0 + * Visual C++: 7.1, 8.0, 9.0, 10.0, 11.0, 12.0, 14.0 +* Android: + * Clang: 3.6, 3.7 + * GCC: 4.9.0, 5.2.0 +* FreeBSD: + * Clang: 3.4.1, 3.7 + * GCC: 4.8.5, 5.2.0, 6.0.0 +* QNX: + * QCC: 4.4.2 +* SunOS: + * Sun: 5.13, 5.14 [endsect]