2014-06-02 22:59:14 -05:00
|
|
|
[/
|
|
|
|
Copyright 2014 Rene Rivera
|
|
|
|
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)
|
|
|
|
]
|
|
|
|
|
|
|
|
[section History]
|
|
|
|
|
2014-12-29 11:26:49 -06:00
|
|
|
[heading 1.2]
|
|
|
|
|
|
|
|
* Account for skip in Visual Studio product version vs. compiler version.
|
|
|
|
This supports version of VS 2015 an onward.
|
|
|
|
* Add detection of Haiku OS (from Jessica Hamilton).
|
2014-12-29 23:23:52 -06:00
|
|
|
* Some fixes to endian detection for Android (from mstahl-at-redhat.com).
|
2014-12-30 08:13:18 -06:00
|
|
|
* Add missing `BOOST_PREDEF_MAKE_0X_VVRRPP` macro (from Erik Lindahl).
|
2014-12-29 11:26:49 -06:00
|
|
|
|
2014-06-02 22:59:14 -05:00
|
|
|
[heading 1.1]
|
|
|
|
|
|
|
|
* Addition of `BOOST_PLAT_*` platform definitions for MinGW and
|
|
|
|
Windows platform variants.
|
|
|
|
* Detection of ARM architecture for Windows compilers to target
|
2014-12-29 11:26:49 -06:00
|
|
|
mobile devices of Windows 8.
|
2014-06-02 22:59:14 -05:00
|
|
|
* Improved ARM detection for 64 bit ARM.
|
|
|
|
* Added detection of iOS an an operating system.
|
|
|
|
* Improved detection of endianess on some platforms.
|
|
|
|
* Addition of exclusive plus emulated definitions for platform
|
|
|
|
and compiler detection.
|
|
|
|
|
2014-06-03 22:29:53 -05:00
|
|
|
[warning The big change for this version is the restructuring of the
|
|
|
|
definitions to avoid duplicate definitions in one category. That is, only one
|
|
|
|
`BOOST_OS_*`, `BOOST_COMP_*`, and `BOOST_PLAT_*` variant will be detected
|
|
|
|
(except for sub-categories).]
|
2014-06-02 22:59:14 -05:00
|
|
|
|
|
|
|
[endsect]
|