From 9b71d9e83fe3b604b8803910bc3479ea1dc5e2d9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jun 2014 20:45:44 +0100 Subject: [PATCH 1/4] Add note about removing cstdint to history. --- doc/html/boost_integer/history.html | 9 ++++++++- doc/html/index.html | 2 +- doc/integer.qbk | 5 +++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/html/boost_integer/history.html b/doc/html/boost_integer/history.html index f3ac37e..48cb57f 100644 --- a/doc/html/boost_integer/history.html +++ b/doc/html/boost_integer/history.html @@ -27,6 +27,13 @@
+ 1.56.0 +
+
+
+ 1.42.0
- + 1.32.0
- +

Last revised: June 01, 2014 at 17:49:54 GMT

Last revised: June 01, 2014 at 19:44:59 GMT


diff --git a/doc/integer.qbk b/doc/integer.qbk index 8d10e2b..9832dac 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -675,6 +675,11 @@ The author of the Boost compile-time extrema class templates is [@http://www.boo [section:history History] +[h4 1.56.0] + +* Moved `` into [@boost:/libs/config/index.html + Boost.Config]. + [h4 1.42.0] * Reverted Trunk to release branch state (i.e. a "known good state"). From f43bd9288d853f727ea477febde893ef1a64ac9d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jun 2014 20:50:31 +0100 Subject: [PATCH 2/4] Upgrade docs to quickbook 1.6. Actually fixes a couple of errors where markup was used in table titles. --- doc/html/boost_integer/mask.html | 10 ++++++---- doc/html/index.html | 2 +- doc/integer.qbk | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/html/boost_integer/mask.html b/doc/html/boost_integer/mask.html index e40f4d5..1cf8892 100644 --- a/doc/html/boost_integer/mask.html +++ b/doc/html/boost_integer/mask.html @@ -105,8 +105,10 @@ of high_bit_mask_t.

-

Table 2. Members of the `boost::high_bit_mask_t` Class Template

-
+

Table 2. Members of the boost::high_bit_mask_t + Class Template

+
@@ -205,8 +207,8 @@ type. The following table describes the members of low_bits_mask_t.

-

Table 3. Members of the [^boost::low_bits_mask_t] Class Template

-
+

Table 3. Members of the boost::low_bits_mask_t Class Template

+
diff --git a/doc/html/index.html b/doc/html/index.html index 9214143..2a7a84c 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -218,7 +218,7 @@
- +

Last revised: June 01, 2014 at 19:44:59 GMT

Last revised: June 01, 2014 at 19:49:06 GMT


diff --git a/doc/integer.qbk b/doc/integer.qbk index 9832dac..8cd8402 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -1,5 +1,6 @@ [article Boost.Integer - [quickbook 1.5] + [quickbook 1.6] + [compatibility-mode 1.5] [copyright 2001-2009 Beman Dawes, Daryle Walker, Gennaro Prota, John Maddock] [purpose Integer Type Selection] [license From 081eb01f8802c58515e8d2ae969f4f68d3dda85f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jun 2014 20:56:15 +0100 Subject: [PATCH 3/4] Move cstdint section to the end. So that it doesn't appear in the middle of documentation for things that are in the library. --- doc/html/boost_integer/cstdint.html | 12 ++++++------ doc/html/boost_integer/history.html | 5 +++-- doc/html/boost_integer/traits.html | 6 +++--- doc/html/index.html | 11 ++++++----- doc/integer.qbk | 15 +++++++-------- 5 files changed, 25 insertions(+), 24 deletions(-) diff --git a/doc/html/boost_integer/cstdint.html b/doc/html/boost_integer/cstdint.html index b29bdab..bfc9a80 100644 --- a/doc/html/boost_integer/cstdint.html +++ b/doc/html/boost_integer/cstdint.html @@ -1,13 +1,12 @@ -Standard Integer Types +Removed from library: Standard Integer Types - - + @@ -20,11 +19,12 @@

-PrevUpHomeNext +PrevUpHome

The Boost.Config module @@ -43,7 +43,7 @@


-PrevUpHomeNext +PrevUpHome
diff --git a/doc/html/boost_integer/history.html b/doc/html/boost_integer/history.html index 48cb57f..4248b7c 100644 --- a/doc/html/boost_integer/history.html +++ b/doc/html/boost_integer/history.html @@ -7,6 +7,7 @@ + @@ -19,7 +20,7 @@

-PrevUpHome +PrevUpHomeNext

@@ -83,7 +84,7 @@
-PrevUpHome +PrevUpHomeNext
diff --git a/doc/html/boost_integer/traits.html b/doc/html/boost_integer/traits.html index 348d41b..90a5188 100644 --- a/doc/html/boost_integer/traits.html +++ b/doc/html/boost_integer/traits.html @@ -6,7 +6,7 @@ - + @@ -20,7 +20,7 @@
-PrevUpHomeNext +PrevUpHomeNext

@@ -209,7 +209,7 @@
-PrevUpHomeNext +PrevUpHomeNext
diff --git a/doc/html/index.html b/doc/html/index.html index 2a7a84c..0cb062c 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@
More

-
Next
+
Next
- +

Last revised: June 01, 2014 at 19:49:06 GMT

Last revised: June 01, 2014 at 19:55:54 GMT


-
Next
+
Next
diff --git a/doc/integer.qbk b/doc/integer.qbk index 8cd8402..7085c7b 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -64,14 +64,6 @@ compile-time value; and computing min and max of constant expressions. [endsect] -[section:cstdint Standard Integer Types] - -The [@http://www.boost.org/libs/config/ Boost.Config] module provides -the typedefs useful for writing portable code that requires certain -integer widths. - -[endsect] - [section:traits Integer Traits] [section Motivation] @@ -705,3 +697,10 @@ provided typedefs in new code (and update old code as soon as possible). [endsect] +[section:cstdint Removed from library: Standard Integer Types] + +The [@http://www.boost.org/libs/config/ Boost.Config] module provides +the typedefs useful for writing portable code that requires certain +integer widths. + +[endsect] From 6ac4f9bdac59d5252cb6ba48a1b01badc3aca59c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jun 2014 20:58:11 +0100 Subject: [PATCH 4/4] Link to the cstdint documentation, rather than Boost.Config's root. --- doc/html/boost_integer/cstdint.html | 6 +++--- doc/html/index.html | 2 +- doc/integer.qbk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/html/boost_integer/cstdint.html b/doc/html/boost_integer/cstdint.html index bfc9a80..2aeb66a 100644 --- a/doc/html/boost_integer/cstdint.html +++ b/doc/html/boost_integer/cstdint.html @@ -27,9 +27,9 @@ Types

- The Boost.Config module - provides the typedefs useful for writing portable code that requires certain - integer widths. + The Boost.Config + module provides the typedefs useful for writing portable code that requires + certain integer widths.

diff --git a/doc/html/index.html b/doc/html/index.html index 0cb062c..2217d35 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -219,7 +219,7 @@
- +

Last revised: June 01, 2014 at 19:55:54 GMT

Last revised: June 01, 2014 at 19:57:36 GMT


diff --git a/doc/integer.qbk b/doc/integer.qbk index 7085c7b..6beb0f4 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -699,7 +699,7 @@ provided typedefs in new code (and update old code as soon as possible). [section:cstdint Removed from library: Standard Integer Types] -The [@http://www.boost.org/libs/config/ Boost.Config] module provides +The [@boost:/libs/config/doc/html/boost_config/cstdint.html Boost.Config] module provides the typedefs useful for writing portable code that requires certain integer widths.