Blame view

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