config.qbk 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [article Boost.Config
  2. [quickbook 1.4]
  3. [authors [Beman Dawes, Vesa Karvonen, John Maddock] ]
  4. [copyright 2001-2007 Beman Dawes, Vesa Karvonen, John Maddock]
  5. [category broken compiler workarounds]
  6. [id config]
  7. [dirname config]
  8. [purpose
  9. Helps boost library developers adapt to compiler idiosyncrasies; not intended for library users.
  10. ]
  11. [source-mode c++]
  12. [license
  13. Distributed under the Boost Software License, Version 1.0.
  14. (See accompanying file LICENSE_1_0.txt or copy at
  15. [@http://www.boost.org/LICENSE_1_0.txt])
  16. ]
  17. ]
  18. [/ Cited Boost resources ]
  19. [def __BOOST_CONFIG_HEADER__ [@../../../../boost/config.hpp <boost/config.hpp>]]
  20. [def __BOOST_CONFIG_USER_HEADER__ [@../../../../boost/config/user.hpp <boost/config/user.hpp>]]
  21. [def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/detail/suffix.hpp <boost/config/detail/suffix.hpp>]]
  22. [def __BOOST_CONFIG_DIR__ ['<boost-root>]`/boost/config/`]
  23. [/ Other web resources ]
  24. [def __STL_PORT__ [@http://stlport.sourceforge.net STLport]]
  25. [def __BOOST_TRACKER__ [@https://github.com/boostorg/config/issues Github]]
  26. [def __CORE_LANGUAGE_DR337__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337 Core Language DR337]]
  27. [def __PRINCIPLES_AND_PATTERNS_ARTICLE__ [@http://www.objectmentor.com/resources/articles/Principles_and_Patterns.pdf following article]]
  28. [/ Icons ]
  29. [def __NOTE__ [$images/note.png]]
  30. [def __ALERT__ [$images/caution.png]]
  31. [def __DETAIL__ [$images/note.png]]
  32. [def __TIP__ [$images/tip.png]]
  33. [def __QUESTION_MARK__ [$images/question.png]]
  34. [def __SPACE__ [$images/space.png]]
  35. [def __GO_TO__ [$images/callouts/R.png]]
  36. [/ Document files ]
  37. [include configuring_boost.qbk]
  38. [include macro_reference.qbk]
  39. [include build_time.qbk]
  40. [include cstdint.qbk]
  41. [include guidelines.qbk]
  42. [include rationale.qbk]
  43. [include acknowledgements.qbk]