diff --git a/doc/html/.gitignore b/doc/html/.gitignore index b5b50ff..f723e33 100644 --- a/doc/html/.gitignore +++ b/doc/html/.gitignore @@ -1,2 +1 @@ /standalone_HTML.manifest -/predef diff --git a/doc/html/index.html b/doc/html/index.html index 4aa2d2b..f7f4b57 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -59,7 +59,7 @@ - +

Last revised: April 04, 2013 at 04:42:37 GMT

Last revised: April 21, 2013 at 19:51:26 GMT


diff --git a/doc/html/predef/acknoledgements.html b/doc/html/predef/acknoledgements.html new file mode 100644 index 0000000..c0238b0 --- /dev/null +++ b/doc/html/predef/acknoledgements.html @@ -0,0 +1,48 @@ + + + +Acknoledgements + + + + + + + +
+PrevUpHome +
+
+

+Acknoledgements +

+

+ The comprehensiveness of this library would not be possible without the existance + of the indispensible resource that is the Pre-defined + C/C++ Compiler Macros Project. It was, and continues to be, the primary + source of the definitions that make up this library. Thanks to Bjorn Reese + and all the volunteers that make that resource possible. +

+

+ This library would be an incoherent mess if it weren't for Boost community + that provided invaluable feedback for the eight years that it took to polish + into a useable form. In particular I would like to thank: Mathias Gaunard, + Robert Stewart, Joël Lamotte, Lars Viklund, Nathan Ridge, Artyom Beilis, Joshua + Boyce, Gottlob Frege, Thomas Heller, Edward Diener, Dave Abrahams, Iain Denniston, + Dan Price, and Ioannis Papadopoulos. +

+
+ + + +
+
+
+PrevUpHome +
+ + diff --git a/doc/html/predef/reference/other_macros.html b/doc/html/predef/reference/other_macros.html new file mode 100644 index 0000000..4c697bd --- /dev/null +++ b/doc/html/predef/reference/other_macros.html @@ -0,0 +1,162 @@ + + + +Other macros + + + + + + + + +
+PrevUpHomeNext +
+
+

+Other macros +

+
+ + BOOST_ENDIAN_* +
+

+ Detection of endian memory ordering. There are four defined macros in this + header that define the various generally possible endian memory orderings: +

+
+

+ The detection is conservative in that it only identifies endianness that + it knows for certain. In particular bi-endianness is not indicated as is + it not practically possible to determine the endianness from anything but + an operating system provided header. And the currently known headers do not + define that programatic bi-endianness is available. +

+

+ This implementation is a compilation of various publicly available information + and acquired knowledge: +

+
    +
  1. + The indispensable documentation of "Pre-defined Compiler Macros" + Endianness. +
  2. +
  3. + The various endian specifications available in the Wikipedia + computer architecture pages. +
  4. +
  5. + Generally available searches for headers that define endianness. +
  6. +
+
+ + BOOST_PLAT_MINGW +
+

+ MinGW platform. Version + number available as major, minor, and patch. +

+
++++ + + + + + + + + + + + + + + + + + + + + + + +
+

+ Symbol +

+
+

+ Version +

+
+

+ __MINGW32__ +

+
+

+ detection +

+
+

+ __MINGW64__ +

+
+

+ detection +

+
+

+ __MINGW64_VERSION_MAJOR, + __MINGW64_VERSION_MINOR +

+
+

+ V.R.0 +

+
+

+ __MINGW32_VERSION_MAJOR, + __MINGW32_VERSION_MINOR +

+
+

+ V.R.0 +

+
+
+ + + +
+
+
+PrevUpHomeNext +
+ +