From e31f37f7fb219e4d2af5ff4b8c50ac95bc1a251f Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Mon, 20 Mar 2006 13:06:59 +0000 Subject: string_algo update added to the front page [SVN r33405] --- index.htm | 47 +++++++++++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 16 deletions(-) (limited to 'index.htm') diff --git a/index.htm b/index.htm index 9d0bc7c8e0..6e40fc8df2 100644 --- a/index.htm +++ b/index.htm @@ -471,6 +471,21 @@ +
  • + + String Algorithm Library: + +
      +
    • lexicographical_compare
    • +
    • join
    • +
    • + New comparison predicates is_less, is_not_greater. +
    • +
    • + Negative indexes support (like Perl) in various algorihtms + (*_head/tail, *_nth). +
    • +
  • Wave @@ -500,22 +515,22 @@ whitespace preservation in the generated output stream has been added.
  • -
  • The Wave library now performs automatic - include guard detection to avoid accessing header - files more than once, if appropriate.
  • - -
  • 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.).
  • - -
  • The overall performance has been improved by upto - 30-40%, depending on the concrete files to process.
  • - -
  • 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).
    -
  • +
  • The Wave library now performs automatic + include guard detection to avoid accessing header + files more than once, if appropriate.
  • + +
  • 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.).
  • + +
  • The overall performance has been improved by upto + 30-40%, depending on the concrete files to process.
  • + +
  • 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).
    +
  • This version also includes a number of bug fixes and usage improvements. For a complete -- cgit v1.2.1