Rene Rivera
|
bcdaed4e9e
|
Merge pull request #20 from jhunold/mismatch
Fix signed/unsigned mismatch
|
2015-01-28 14:32:23 -06:00 |
|
Jürgen Hunold
|
7c3bbb1fe6
|
Fix signed/unsigned mismatch
Detected by msvc/gcc/clang
|
2015-01-28 21:26:33 +01:00 |
|
Rene Rivera
|
4716885719
|
Remove tabs.
|
2015-01-28 12:54:01 -06:00 |
|
Rene Rivera
|
1e9ad49f15
|
Fix repeated path parts in source and include paths because they are
already absolute and don't need to be pwd rooted again. Also update
copyright on C source.
|
2015-01-28 11:54:00 -06:00 |
|
Rene Rivera
|
7a4f232850
|
Merge pull request #19 from jhunold/whitespace
Remove tabs.
|
2015-01-28 10:02:51 -06:00 |
|
Jürgen Hunold
|
2f5071dab6
|
untabify
|
2015-01-28 16:57:32 +01:00 |
|
Rene Rivera
|
65bb36c66d
|
Fix incorrect path calculation for predef check program sources. Hence, re-enable the tests that use predef/check.
|
2015-01-27 14:17:37 -06:00 |
|
Rene Rivera
|
44133dce99
|
Disable Mac check tests until the work on super layout.
|
2015-01-27 10:22:37 -06:00 |
|
Rene Rivera
|
211a868b80
|
Add general predef_check utility program and BBv2 support for using it.
|
2015-01-27 08:28:37 -06:00 |
|
Rene Rivera
|
3766bba8d0
|
Fix QNX compile warnings and errors from extra careful C compiler.
|
2015-01-22 13:27:14 -06:00 |
|
Rene Rivera
|
84967e3d0a
|
Add missing BOOST_PREDEF_MAKE_0X_VVRRPP macro (thanks ro Erik Lindahl
for finding it).
|
2014-12-30 08:13:18 -06:00 |
|
Rene Rivera
|
e0e11e05a6
|
Update history doc for Android LibreOffice fixes.
|
2014-12-29 23:23:52 -06:00 |
|
Rene Rivera
|
5912dd7e62
|
Add Android OS header for endian definition. And some platforms don't
define all of the *BYTE_ORDER *_ENDIAN macros so need to guard for that
case. (Thanks to mstahl@redhat.com for pointing those out).
|
2014-12-29 23:20:36 -06:00 |
|
Rene Rivera
|
ce0959ba62
|
Fix Haiku detection syntax error when Haiku is not detected. Bump
version to 1.2 and update docs.
|
2014-12-29 11:26:49 -06:00 |
|
Jessica Hamilton
|
a7d2f3813e
|
haiku: fix copyright
|
2014-12-29 10:52:24 -06:00 |
|
Jessica Hamilton
|
9a435659cd
|
haiku: add platform support
|
2014-12-29 10:52:10 -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
|
4a4c6e630e
|
Fix test build script to also work in non-modular release archive.
|
2014-07-10 08:49:46 -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
|
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
|
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 |
|