diff --git a/index.htm b/index.htm index d5cc591152..ac8742a9ca 100644 --- a/index.htm +++ b/index.htm @@ -99,6 +99,21 @@ +
+

BoostCon `07

+ +
+
+
+

T-Minus 39 days and counting... + Have you registered yet?

+

Register on or before April 9 to get an early bird discount. + See BoostCon `07 for details

+
+
+
+
+

Participation

@@ -157,7 +172,7 @@ Niebler.
  • Statechart + "libs/statechart/doc/index.html">Statechart Library: Arbitrarily complex finite state machines can be implemented in easily readable and maintainable C++ code, from Andreas Huber.
  • @@ -180,8 +195,8 @@ and Complex Number Additional Algorithms.
  • Typeof - Library: Typeof operator emulation, + "doc/html/typeof.html">Typeof + Library: Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.
  • now calls vis.initialize_vertex for each vertex during initialization.
  • - +
  • read_graphviz now provides support for graph properties. WARNING: This may result in exceptions if the @@ -356,14 +371,14 @@
  • MultiArray - Library: + Library: +
  • +
  • Wave @@ -565,28 +580,28 @@ whitespace preservation in the generated output stream has been added.
  • -
  • The Wave library now performs automatic - include guard detection to avoid accessing header +
  • 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 + +
  • 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 +
  • The overall performance has been improved by upto 40-60%, 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, +
  • 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).
  • -
  • Optional support for #pragma message "..." +
  • Optional support for #pragma message "..." has been added.
  • - +
  • This version also includes a number of bug fixes and usage improvements. For a complete list of changes, see the libraries