tested_compilers_and_paltforms.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
  9. /*!
  10. \page tested_compilers_and_paltforms Tested Compilers and Platforms
  11. Following compilers are tested and known to work with Boost.Locale
  12. - GCC 3.4 to 4.6
  13. - Microsoft Visual Studio 2005 to 2010
  14. - Intel 10 to 12
  15. - Clang 2.8
  16. - Path Scale 4
  17. - Visual Age 10.1
  18. Following operating systems are tested with Boost.Locale
  19. - Linux
  20. - Windows
  21. - FreeBSD
  22. - Solaris
  23. - Darwin
  24. - Cygwin
  25. - AIX
  26. \section tested_compilers_and_paltforms_issues Known Issues
  27. - Path Scale and MSVC 9 with STLPort has some test faults
  28. regarding invalid UTF-8 sequences in wide file I/O.
  29. - The native iconv library on AIX platform does not support
  30. required character encodings, thus either ICU or GNU iconv
  31. library should be used.
  32. - Mingw/GCC version 4.5 and above is required to support shared
  33. builds of Boost.Locale - versions that allow dynamic link
  34. with libstdc++ and libgcc. There is no problems with Cygwin's
  35. gcc-4.3 that provides shared versions of runtime libraries.
  36. - In some cases the build system fails to link with iconv library
  37. on Darwin system, in such cases explicit path to the
  38. location of iconv library should be given using -sICONV_PATH
  39. build option.
  40. */