blob: 3dc11ba66375fd2efe10184709aad5e41bb749a7 [file] [log] [blame]
Brian Silverman9d8fa392018-08-04 17:09:24 -07001[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
13Distributed 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_REGRESSION_TEST_DRIVER__ [@../../../../tools/regression/doc/index.html boost regression test driver]]
23[def __BOOST_CONFIG_HEADER__ [@../../../../boost/config.hpp <boost/config.hpp>]]
24[def __BOOST_CONFIG_USER_HEADER__ [@../../../../boost/config/user.hpp <boost/config/user.hpp>]]
25[def __BOOST_CONFIG_SUFFIX_HEADER__ [@../../../../boost/config/detail/suffix.hpp <boost/config/detail/suffix.hpp>]]
26[def __BOOST_CONFIG_DIR__ ['<boost-root>]`/boost/config/`]
27
28
29[/ Other web resources ]
30
31[def __STL_PORT__ [@http://stlport.sourceforge.net STLport]]
32[def __BOOST_TRACKER__ [@https://svn.boost.org/trac/boost/newticket Trac]]
33[def __CORE_LANGUAGE_DR337__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337 Core Language DR337]]
34[def __PRINCIPLES_AND_PATTERNS_ARTICLE__ [@http://www.objectmentor.com/resources/articles/Principles_and_Patterns.pdf following article]]
35
36
37[/ Icons ]
38
39[def __NOTE__ [$images/note.png]]
40[def __ALERT__ [$images/caution.png]]
41[def __DETAIL__ [$images/note.png]]
42[def __TIP__ [$images/tip.png]]
43[def __QUESTION_MARK__ [$images/question.png]]
44[def __SPACE__ [$images/space.png]]
45[def __GO_TO__ [$images/callouts/R.png]]
46
47
48[/ Document files ]
49
50
51[include configuring_boost.qbk]
52[include macro_reference.qbk]
53[include build_time.qbk]
54[include cstdint.qbk]
55[include guidelines.qbk]
56[include rationale.qbk]
57[include acknowledgements.qbk]
58
59
60
61
62