Commit Graph
126 Commits
Author SHA1 Message Date
Rene Rivera d092116a89 Merge pull request #18 from boostorg/develop
Merge MSVC version and metadata changes.
2014-12-27 14:43:17 -06:00
Rene Rivera ee021f808a Fix bad MSC version number. 2014-11-19 08:18:17 -06:00
Rene Rivera 75365a884e Account for skip in Visual Studio product version vs. compiler version
to map compiler version to product version.
2014-11-18 12:44:39 -06:00
Rene Rivera 650bcf4cc9 Merge pull request #16 from danieljames/metadata
Create metadata file.
2014-08-18 09:19:09 -05:00
Daniel James 7448023a15 Add metadata file. 2014-08-18 15:09:00 +01:00
Rene Rivera 4d5d6d148f Merge pull request #15 from boostorg/develop
Fix test build script to also work in non-modular release archive.
boost-1.57.0 boost-1.56.0
2014-07-10 08:53:53 -05:00
Rene Rivera 4a4c6e630e Fix test build script to also work in non-modular release archive. 2014-07-10 08:49:46 -05:00
Rene Rivera d98e1e6337 Merge pull request #14 from boostorg/develop
Merge to master for 1.56 release.
2014-07-09 09:07:56 -05:00
Rene Rivera 372b4bd477 Fix OS_SVR4 missing AVAILABLE macro def. Fix marking OS_UNIX as
exclusive.
2014-07-07 08:25:21 -05:00
Rene Rivera 2decd4f4bf Let OS_UNIX be detected at all times as it overlaps with other OS types. 2014-07-07 08:21:22 -05:00
Rene Rivera 40a722d69b Fix warning for undefined macro usage. 2014-07-06 21:49:24 -05:00
Rene Rivera 43f9558eb4 Merge pull request #13 from boostorg/develop
Merge develop to master.
2014-06-17 14:09:55 -05:00
Rene Rivera 83f5e5a92e Merge pull request #12 from MSOpenTech/fixavaliable
Fixing up some accidental checks that were using #ifdef when instead sho...
2014-06-17 14:07:23 -05:00
Steve Gates 35c34b7368 Fixing up some accidental checks that were using #ifdef when instead should have
been using just #if to define the AVALIABLE macro.
2014-06-17 11:55:04 -07:00
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