diff options
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2006-03-18 16:44:42 +0000 |
---|---|---|
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2006-03-18 16:44:42 +0000 |
commit | cb2d4b132b28a7ffacb54281dab4183a3060b0a6 (patch) | |
tree | 0ad16b8c896aeb8da04ca471539bd05e5ddb9b1a /index.htm | |
parent | 849d5242ff7dc01c284d6998997c0411920f9f5d (diff) | |
download | boost-cb2d4b132b28a7ffacb54281dab4183a3060b0a6.tar.gz |
Added new Wave features to the 'What's new' section.
[SVN r33371]
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -60,7 +60,7 @@ "more/license_info.html">Boost license</a> encourages both commercial and non-commercial use.</p> - <p>We aim to establish "existing practice" and + <p>We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the @@ -478,9 +478,26 @@ whitespace preservation in the generated output stream has been added.</li> + <li>The Wave library now performs automatic + include guard detection to avoid accessing header + files more than once, if appropriate. </li> + + <li>Full interactive mode has been added to the Wave + tool. Now the Wave tool can be used just like Python + or Perl for instance to interactively try out your + BOOST_PP macros. Additionally it is now possible to + load and save the current state of an interactive session + (macro tables et.al.).</li> + + <li>The overall performance has been improved by upto + 30-40%, depending on the concrete files to process. </li> + + <li>Support for new pragmas has been added allowing to control certain library features from inside the preprocessed sources (partial output redirection, control of generated whitespace and #line directives).<br /> + </li> + <li>This version also includes a number of bug fixes and usage improvements. For a complete - list of changes, see the library <a href= + list of changes, see the libraries <a href= "libs/wave/ChangeLog">change log</a>.</li> </ul> </li> |