portability.html 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <html>
  2. <head>
  3. <title>Portability</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <link rel="stylesheet" href="theme/style.css" type="text/css">
  6. </head>
  7. <body>
  8. <table width="100%" border="0" background="theme/bkd2.gif" cellspacing="2">
  9. <tr>
  10. <td width="10">
  11. </td>
  12. <td width="85%"> <font size="6" face="Verdana, Arial, Helvetica, sans-serif"><b>Portability</b></font></td>
  13. <td width="112"><a href="http://spirit.sf.net"><img src="theme/spirit.gif" width="112" height="48" align="right" border="0"></a></td>
  14. </tr>
  15. </table>
  16. <br>
  17. <table border="0">
  18. <tr>
  19. <td width="10"></td>
  20. <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
  21. <td width="30"><a href="includes.html"><img src="theme/l_arr.gif" border="0"></a></td>
  22. <td width="30"><a href="style_guide.html"><img src="theme/r_arr.gif" border="0"></a></td>
  23. </tr>
  24. </table>
  25. <p>Historically, Spirit supported a lot of compilers, including (to some extent)
  26. poorly conforming compilers such as VC6. Spirit v1.6.x will be the last release
  27. that will support older poorly conforming compilers. Starting from Spirit v1.8.0,
  28. ill conforming compilers will not be supported. If you are still using one of
  29. these older compilers, you can still use Spirit v1.6.x.</p>
  30. <p>The reason why Spirit v1.6.x worked on old non-conforming compilers is that
  31. the authors laboriously took the trouble of searching for workarounds to make
  32. these compilers happy. The process takes a lot of time and energy, especially
  33. when one encounters the dreaded ICE or &quot;Internal Compiler Error&quot;.
  34. Sometimes searching for a single workaround takes days or even weeks. Sometimes,
  35. there are no known workarounds. This stifles progress a lot. And, as the library
  36. gets more progressive and takes on more advanced C++ techniques, the difficulty
  37. is escalated to even new heights.</p>
  38. <p>Spirit v1.6.x will still be supported. Maintenance will still happen and bug
  39. fixes will still be applied. There will still be active development for the
  40. back-porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
  41. to lesser able compilers; hopefully, fueled by contributions from the community.
  42. We welcome active support from the C++ community, especially those with special
  43. expertise on compilers such as older Borland and MSVC++ compilers.</p>
  44. <p>Spirit 1.8 has been tested to compile and run properly on these compilers:</p>
  45. <ol>
  46. <li>g++ 3.1 and above</li>
  47. <li>Comeau 4.24.5 </li>
  48. <li>MSVC 7.1</li>
  49. <li>Intel 7.1</li>
  50. </ol>
  51. <p>If your compiler is sufficiently conforming, chances are, you can compile Spirit
  52. as it is or with minimal portability fixes here and there. Please inform us
  53. if your compiler is known to be ISO/ANSI conforming and is not in this list
  54. above. Feel free to post feedback to <a href="https://lists.sourceforge.net/lists/listinfo/spirit-general">Spirit-general
  55. mailing list</a> [Spirit-general@lists.sourceforge.net].</p>
  56. <table border="0">
  57. <tr>
  58. <td width="10"></td>
  59. <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
  60. <td width="30"><a href="includes.html"><img src="theme/l_arr.gif" border="0"></a></td>
  61. <td width="30"><a href="style_guide.html"><img src="theme/r_arr.gif" border="0"></a></td>
  62. </tr>
  63. </table>
  64. <br>
  65. <hr size="1">
  66. <p class="copyright">Copyright &copy; 1998-2003 Joel de Guzman<br>
  67. <br>
  68. <font size="2">Use, modification and distribution is subject to the Boost Software
  69. License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  70. http://www.boost.org/LICENSE_1_0.txt)</font></p>
  71. <p class="copyright">&nbsp;</p>
  72. </body>
  73. </html>