]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/locale/doc/tested_compilers_and_paltforms.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / locale / doc / tested_compilers_and_paltforms.txt
1 //
2 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8
9 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
10
11 /*!
12 \page tested_compilers_and_paltforms Tested Compilers and Platforms
13
14 Following compilers are tested and known to work with Boost.Locale
15
16 - GCC 3.4 to 4.6
17 - Microsoft Visual Studio 2005 to 2010
18 - Intel 10 to 12
19 - Clang 2.8
20 - Path Scale 4
21 - Visual Age 10.1
22
23 Following operating systems are tested with Boost.Locale
24
25 - Linux
26 - Windows
27 - FreeBSD
28 - Solaris
29 - Darwin
30 - Cygwin
31 - AIX
32
33 \section tested_compilers_and_paltforms_issues Known Issues
34
35 - Path Scale and MSVC 9 with STLPort has some test faults
36 regarding invalid UTF-8 sequences in wide file I/O.
37 - The native iconv library on AIX platform does not support
38 required character encodings, thus either ICU or GNU iconv
39 library should be used.
40 - Mingw/GCC version 4.5 and above is required to support shared
41 builds of Boost.Locale - versions that allow dynamic link
42 with libstdc++ and libgcc. There is no problems with Cygwin's
43 gcc-4.3 that provides shared versions of runtime libraries.
44 - In some cases the build system fails to link with iconv library
45 on Darwin system, in such cases explicit path to the
46 location of iconv library should be given using -sICONV_PATH
47 build option.
48
49 */
50