Commit Graph
112 Commits
Author SHA1 Message Date
Rene Rivera 54aa7679d3 Merge pull request #10 from boostorg/develop
Merge pull request #9 from boostorg/master
2014-06-10 21:17:29 -05:00
Rene Rivera ca118c5869 Merge pull request #9 from boostorg/master
Remerge to/from develop/master to fix histories.
2014-06-10 21:08:52 -05:00
Rene Rivera e65240f55b Merge pull request #8 from MSOpenTech/winrt2
Updating BOOST_PLAT_WINDOWS_* predef check to make sure macro WINAPI_FAMILY exists
2014-06-10 21:00:26 -05:00
Steve Gates 0eb222dbc5 Updating BOOST_PLAT_WINDOWS_* predef check to make sure macro WINAPI_FAMILY exists before comparing. 2014-06-10 15:44:03 -07:00
Peter Dimov 3902dd743f Merge branch 'develop' 2014-06-05 18:54:25 +03:00
Rene Rivera bcdaa18a31 Reverting (c) to human author. 2014-06-05 18:54:08 +03:00
Rene Rivera 927dc0b46e Reverting (c) to human author. 2014-06-05 10:18:20 -05:00
Rene Rivera 4dd9dc75dc Merge Predef library to release.
[SVN r85618]
2014-06-05 17:49:28 +03:00
John Maddock 16e8970091 Merge changes from Trunk. Fixes #6013. Fixes #7151. Fixes #7359. Fixes #7389. Fixes #7452. Fixes #7528. Fixes #7703. Fixes #7841. Fixes #7898. Fixes #7938. Fixes #8048.
[SVN r83139]
2014-06-05 17:49:27 +03:00
John Maddock 380b7c8890 Merge STLPort endian detection to release.
[SVN r68091]
2014-06-05 17:49:27 +03:00
Rene Rivera 1e24fd2fc7 Merge fix for #2762 from trunk.
[SVN r62260]
2014-06-05 17:49:26 +03:00
Troy D. Straszheim 1460f69de6 Merge to release, fix for fix in r35591: sometimes __hppa is on PA-RISC but __hpux isn't (e.g. on linux)
Fixes ticket #3537

[SVN r57049]
2014-06-05 17:49:26 +03:00
Beman Dawes b168e09aa3 Merge from trunk
[SVN r50676]
2014-06-05 17:49:25 +03:00
Andreas Huber 2aabae1e4b Corrected wrong order in copyright notices.
[SVN r36240]
2014-06-05 17:49:25 +03:00
Andreas Huber aa54727b2f Merged a copyright addition from trunk to branch.
[SVN r36231]
2014-06-05 17:49:24 +03:00
Andreas Huber 698eab3d18 Merged L & C issue fixes from trunk to branch.
[SVN r36225]
2014-06-05 17:49:24 +03:00
John Maddock d01035df48 Updated patch from Boris Gubenko.
[SVN r35672]
2014-06-05 17:49:24 +03:00
John Maddock 4009514a0d Fix for HP-UX on Itanium.
[SVN r35591]
2014-06-05 17:49:23 +03:00
John Maddock 1a594321aa Added 64-bit Intel processor support.
[SVN r35587]
2014-06-05 17:49:23 +03:00
Rene Rivera fd2f919926 Add detection for macros used by VC: _M_IX86; little-endian. _M_IA64; little-endian, as this is the default on I64 and AMD64 is only little endian. _M_ALPHA; little-endian, as again it's the default and Windows doesn't run on big-endian Alpha anyway AFAIK.
[SVN r30185]
2014-06-05 17:49:22 +03:00
Caleb Epstein 0ddbe8c3a7 Machine endianness detection taken from <boost/detail/limits.hpp>
[SVN r29573]
2014-06-05 17:49:22 +03:00
Rene Rivera afb3726763 Merge Predef library to release.
[SVN r85618]
2014-06-05 17:49:02 +03:00
John Maddock afd0b62076 Merge changes from Trunk. Fixes #6013. Fixes #7151. Fixes #7359. Fixes #7389. Fixes #7452. Fixes #7528. Fixes #7703. Fixes #7841. Fixes #7898. Fixes #7938. Fixes #8048.
[SVN r83139]
2014-06-05 17:49:01 +03:00
John Maddock 3e57d19b76 Merge STLPort endian detection to release.
[SVN r68091]
2014-06-05 17:49:01 +03:00
Rene Rivera fdc7f914ef Merge fix for #2762 from trunk.
[SVN r62260]
2014-06-05 17:49:00 +03:00
Troy D. Straszheim d8f81aec33 Merge to release, fix for fix in r35591: sometimes __hppa is on PA-RISC but __hpux isn't (e.g. on linux)
Fixes ticket #3537

[SVN r57049]
2014-06-05 17:49:00 +03:00
Beman Dawes 9135890ac9 Merge from trunk
[SVN r50676]
2014-06-05 17:48:59 +03:00
Andreas Huber e074593f96 Corrected wrong order in copyright notices.
[SVN r36240]
2014-06-05 17:48:59 +03:00
Andreas Huber fbc2caf1fd Merged a copyright addition from trunk to branch.
[SVN r36231]
2014-06-05 17:48:58 +03:00
Andreas Huber d5e07d5e22 Merged L & C issue fixes from trunk to branch.
[SVN r36225]
2014-06-05 17:48:58 +03:00
John Maddock d3249bd2f5 Updated patch from Boris Gubenko.
[SVN r35672]
2014-06-05 17:48:57 +03:00
John Maddock fa1dcace52 Fix for HP-UX on Itanium.
[SVN r35591]
2014-06-05 17:48:57 +03:00
John Maddock d2548563d2 Added 64-bit Intel processor support.
[SVN r35587]
2014-06-05 17:48:56 +03:00
Rene Rivera 6c612e69fc Add detection for macros used by VC: _M_IX86; little-endian. _M_IA64; little-endian, as this is the default on I64 and AMD64 is only little endian. _M_ALPHA; little-endian, as again it's the default and Windows doesn't run on big-endian Alpha anyway AFAIK.
[SVN r30185]
2014-06-05 17:48:56 +03:00
Caleb Epstein 80ad59ac46 Machine endianness detection taken from <boost/detail/limits.hpp>
[SVN r29573]
2014-06-05 17:48:55 +03:00
Rene Rivera 8523554ecb Add build.jam at predef root to replace jamroot.jam that was
interfeering with testing results.
2014-06-05 00:06:55 -05:00
Rene Rivera dc66ebd407 Delete jamroot.jam to see if it brings back test results. 2014-06-04 15:31:32 -05:00
Rene Rivera db42762618 Remove build-dir option to see if it fixes missing regression reports. 2014-06-04 10:42:38 -05:00
Rene Rivera 7ff004658e Merge pull request #6 from boostorg/develop
Merging to master for version 1.1 release. And for Boost 1.56 release.
2014-06-03 22:46:39 -05:00
Rene Rivera 56baa26f11 FUlly updated docs for version 1.1. 2014-06-03 22:29:53 -05:00
Rene Rivera c68e9b6b30 Documentation updates.. Add history and tod-do sections. Start adjusting
docs for exclusive defs.
2014-06-02 22:59:14 -05:00
Rene Rivera 1e48898a34 Update documentation to current basic source state. 2014-05-30 22:14:44 -05:00
Rene Rivera dd59ca4b58 Add platform defs section to docs. 2014-05-30 14:04:29 -07:00
Rene Rivera 0a33d7b27d Fix BOOST_PLAT_WINDOWS_* defs being defined on non-Windows systems. 2014-05-30 13:53:45 -07:00
Rene Rivera abb4a1a709 Merge pull request #5 from MSOpenTech/winrt
[winrt support] Adding predefs for testing and checking the Windows Runtime being targeted.
2014-05-22 20:38:06 -05:00
Steve Gates d145f3a12c Adding missing newlines at the end of a few files. 2014-05-22 16:59:37 -07:00
Steve Gates e3e923f6fa Addressing feedback from Rene Rivera for adding BOOST macros for detecting the Windows Runtime being targeted.
Now there are new predefs for desktop, store, phone, and the Windows Runtime (store/phone) in general.
These can easily be used throughout Boost to detect the Windows platform being targeted.
2014-05-22 16:49:54 -07:00
Rene Rivera 94b886bde0 Merge pull request #4 from MSOpenTech/windowsarm
Adding checking for _M_ARM macro for Windows.
2014-05-22 13:41:43 -05:00
Steve Gates f94637d9f4 Adding checking for _M_ARM macro for Windows.
Incorporating feedback from Rene Rivera:
Updated the Microsoft copyright to include the year.
Made sure ARM predef uses version property with V.0.0.
2014-05-22 11:34:02 -07:00
Rene Rivera 699b660086 Merge pull request #2 from fdetro/os-ios
Add support for Apple iOS and improve detection of arm architecture. Thanks to Franz Detro for the changes.
2014-03-20 08:38:29 -05:00