Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / config / doc / config.qbk
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
19
20 [/ Cited Boost resources ]
21
22 [def __BOOST_CONFIG_HEADER__ [@../../../../boost/config.hpp <boost/config.hpp>]]
23 [def __BOOST_CONFIG_USER_HEADER__ [@../../../../boost/config/user.hpp <boost/config/user.hpp>]]
24 [def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/detail/suffix.hpp <boost/config/detail/suffix.hpp>]]
25 [def __BOOST_CONFIG_DIR__ ['<boost-root>]`/boost/config/`]
26
27
28 [/ Other web resources ]
29
30 [def __STL_PORT__ [@http://stlport.sourceforge.net STLport]]
31 [def __BOOST_TRACKER__ [@https://github.com/boostorg/config/issues Github]]
32 [def __CORE_LANGUAGE_DR337__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337 Core Language DR337]]
33 [def __PRINCIPLES_AND_PATTERNS_ARTICLE__ [@http://www.objectmentor.com/resources/articles/Principles_and_Patterns.pdf following article]]
34
35
36 [/ Icons ]
37
38 [def __NOTE__ [$images/note.png]]
39 [def __ALERT__ [$images/caution.png]]
40 [def __DETAIL__ [$images/note.png]]
41 [def __TIP__ [$images/tip.png]]
42 [def __QUESTION_MARK__ [$images/question.png]]
43 [def __SPACE__ [$images/space.png]]
44 [def __GO_TO__ [$images/callouts/R.png]]
45
46
47 [/ Document files ]
48
49
50 [include configuring_boost.qbk]
51 [include macro_reference.qbk]
52 [include build_time.qbk]
53 [include cstdint.qbk]
54 [include guidelines.qbk]
55 [include rationale.qbk]
56 [include acknowledgements.qbk]
57
58
59
60
61