compiler_status.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4. content="text/html; charset=iso-8859-1">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  7. <title>Boost Compiler Status Report</title>
  8. </head>
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <table border="1" cellpadding="2" bgcolor="#007F7F">
  11. <tr>
  12. <td bgcolor="#FFFFFF"><img src="../c++boost.gif"
  13. alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
  14. <td><a href="../index.htm"><font color="#FFFFFF" size="4"
  15. face="Arial,Helvetica">Home</font></a></td>
  16. <td><a href="libraries.htm"><font color="#FFFFFF"
  17. size="4" face="Arial,Helvetica"">Libraries</font></a></td>
  18. <td><a href="../people/people.htm"><font color="#FFFFFF"
  19. size="4" face="Arial,Helvetica"">People</font></a></td>
  20. <td><a href="../more/faq.htm"><font color="#FFFFFF"
  21. size="4" face="Arial,Helvetica"">FAQ</font></a></td>
  22. <td><a href="../more/index.htm"><font color="#FFFFFF"
  23. size="4" face="Arial,Helvetica"">More</font></a></td>
  24. </tr>
  25. </table>
  26. <h1>Compiler Status</h1>
  27. <p>Will all boost libraries work with your compiler?&nbsp;
  28. Unfortunately, the answer is &quot;it depends.&quot;.</p>
  29. <p>Boost libraries rely on modern C++ features such as templates
  30. and the C++ Standard Library.&nbsp; Most modern compilers support those major
  31. features fairly well. But even today, years after
  32. the adoption of the C++ Standard, some compilers still don't
  33. support important minor features like partial template specialization.</p>
  34. <p>Boost library authors often expend a great deal of effort
  35. trying to work around compiler deficiencies.&nbsp; Nevertheless,
  36. some libraries will not compile at all with certain compilers or
  37. may have crippled functionality.&nbsp; Even if the current
  38. release of a compiler supports a boost library, older version of
  39. the compiler may not work properly.</p>
  40. <h2><a name="Compiler Status Tables">Compiler Status Tables</a></h2>
  41. <ul>
  42. <li><a href="cs-beos.html">BeOS5/Intel</a>
  43. <a href="ftp://boost.sourceforge.net/pub/boost/regression-logs/beos.log.gz">[compiler messages]</a>
  44. Contributed by
  45. <a href="../people/john_maddock.htm">John Maddock</a></li>
  46. <li><a href="cs-tru64.html">Compaq Tru64 Unix 5.0</a>
  47. <a href="ftp://boost.sourceforge.net/pub/boost/regression-logs/alpha.log.gz">[compiler messages]</a>
  48. Contributed by
  49. <a href="../people/jens_maurer.htm">Jens Maurer</a>
  50. in co-operation with Ralf W. Grosse-Kunstleve</li>
  51. <li><a href="cs-hpux.html">HP/UX 10.x</a>
  52. Contributed by Thomas Matelich</li>
  53. <li><a href="cs-linux.html">Linux/x86</a>
  54. <a href="ftp://boost.sourceforge.net/pub/boost/regression-logs/linux.log.gz">[compiler messages]</a>
  55. Contributed by
  56. <a href="../people/jens_maurer.htm">Jens Maurer</a></li>
  57. <li><a href="cs-win32.html">Microsoft Windows NT / Windows 2000</a>
  58. <a href="ftp://boost.sourceforge.net/pub/boost/regression-logs/win32.zip">[compiler messages]</a>
  59. Contributed by
  60. <a href="../people/beman_dawes.html">Beman Dawes</a></li>
  61. <li><a href="cs-irix.html">SGI IRIX 6.5</a>
  62. <a href="ftp://boost.sourceforge.net/pub/boost/regression-logs/irix.log.gz">[compiler messages]</a>
  63. Contributed by
  64. <a href="../people/jens_maurer.htm">Jens Maurer</a>
  65. in co-operation with Ralf W. Grosse-Kunstleve</li>
  66. <li><a href="cs-solaris.html">Sun Solaris/SPARC 2.7</a>
  67. <a href="ftp://boost.sourceforge.net/pub/boost/regression-logs/solaris.log.gz">[compiler messages]</a>
  68. Contributed by
  69. <a href="../people/jens_maurer.htm">Jens Maurer</a>
  70. in co-operation with Andrew Lumsdaine</li>
  71. </ul>
  72. <p>Boost releases are run through a <a href="../more/regression.html"> regression test
  73. suite</a> which
  74. automatically generates the above tables. Unless otherwise
  75. indicated, the C++ Standard Library implementation is the one
  76. shipped with the compiler.</p>
  77. <p><b>Warning:</b> These tables are not a good indication of a
  78. particular compiler's compliance with the C++ Standard.&nbsp; The
  79. boost libraries often contain workarounds which mask compiler
  80. deficiencies.</p>
  81. <p><b>Warning: </b>Some regression tests are compile
  82. only tests, or compile-and-link tests; the programs are not executed or otherwise tested.&nbsp;See
  83. the &quot;Test Type&quot; column in the tables. Even the compilation results may be spurious; many negative
  84. results stem from problems with the immature test suite rather
  85. that with the library or compiler.&nbsp; Furthermore, some
  86. library tests have not yet been included.</p>
  87. <hr>
  88. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
  89. s-format="%d %B %Y" startspan -->31 January 2001<!--webbot bot="Timestamp" endspan i-checksum="32169" --></p>
  90. </body>
  91. </html>
粤ICP备19079148号