Version History

  • started supporting Xcode IDE generation
  • the author option and template substitutions changed to authors to match the quickbook syntax
  • changed $template_cpp_copyright$ and $template_py_copyright$ to just $template_copyright$.

Proposed Changes

  • In the MSVC projects, the Rebuild action is mapped to a bjam -a invocation. This causes all projects required to be rebuilt, and might not be the most common use case (i.e., if you want to rebuild the documentation, you most likely don't want to rebuild quickbook). It might be better to perform a clean followed by a build. However, this has the downside of not being to be able to access bjam -a from the IDE.