Bryce Adelstein-Lelbach
195a8e3004
Fix unistd.h include guards.
...
[SVN r66833]
2010-11-29 00:22:13 +00:00
John Maddock
a81a14cd75
Fix for variadic macro support.
...
[SVN r66824]
2010-11-28 17:02:32 +00:00
Bryce Adelstein-Lelbach
4f7a0d3814
Added *nix identification macros to Boost.Config; BOOST_NIX, BOOST_GENETIC_NIX,
...
BOOST_TRADEMARK_NIX and BOOST_FUNCTIONAL_NIX.
[SVN r66804]
2010-11-27 21:43:52 +00:00
John Maddock
9a9ef3a20b
Revert last patch - it conflicts with existing definition.
...
[SVN r66783]
2010-11-27 09:29:11 +00:00
Bryce Adelstein-Lelbach
dba9cf164a
Should fix issue with fenv.h detection on Darwin.
...
[SVN r66762]
2010-11-26 04:43:56 +00:00
John Maddock
fe294afd78
Apply Vincente Botet's patches for BOOST_CONSTEXPR.
...
[SVN r66746]
2010-11-25 10:39:02 +00:00
Bryce Adelstein-Lelbach
0fedb0bd92
Added *nix identification macros to Boost.Config; BOOST_NIX, BOOST_GENETIC_NIX,
...
BOOST_TRADEMARK_NIX and BOOST_FUNCTIONAL_NIX.
[SVN r66696]
2010-11-23 06:33:35 +00:00
Bryce Adelstein-Lelbach
edab200d72
Added BOOST_HAS_FENV_H detection to Boost.Config (if this macro is defined, then
...
the standard library/platform provide a POSIX compliant implementation of fenv.h).
[SVN r66693]
2010-11-23 03:34:05 +00:00
John Maddock
1aa27f2bc1
Normalise BOOST_NO_VARIADIC_TEMPLATES and BOOST_HAS_VARIADIC_TEMPL usage.
...
[SVN r66654]
2010-11-21 09:36:53 +00:00
John Maddock
1e03292d1e
Update last checked GCC version to 4.6, and add new C++0x features supported.
...
[SVN r66585]
2010-11-15 09:26:29 +00:00
John Maddock
4f9f6b89e7
Add some more macros to diagnostic list
...
[SVN r66492]
2010-11-11 16:35:00 +00:00
John Maddock
1121b83e3a
MingW32 has a few functions we weren't flagging up before.
...
[SVN r66469]
2010-11-09 11:59:47 +00:00
John Maddock
7ebb1ca9b5
Tidy up VC10 config and enable new VC10 feature (numeric_limits::lowest()).
...
[SVN r66455]
2010-11-08 17:01:44 +00:00
John Maddock
c99164cf39
Merge collected updates from Trunk.
...
[SVN r65703]
2010-10-01 09:19:44 +00:00
John Maddock
543cbd8760
Add missing files.
...
[SVN r65621]
2010-09-27 08:42:15 +00:00
John Maddock
0e321900b2
Add Vincete Botet's patches for new BOOST_NO_NUMERIC_LIMITS_LOWEST macro.
...
Disabled BOOST_HAS_NL_TYPES macro for cygwin - it lies about being XSI conforming :-(
[SVN r65594]
2010-09-26 09:30:38 +00:00
John Maddock
c02ec6995d
Fix for cygwin symbol visibility - sometimes _WIN32 may be defined even on cygwin.
...
Fixes #4670 .
[SVN r65530]
2010-09-22 08:24:07 +00:00
John Maddock
dca79a5e17
Update test case to make it a touch more strict.
...
[SVN r65517]
2010-09-21 17:09:57 +00:00
John Maddock
9edaeb4998
Suppress GCC warnings from this header when compiled with -pedantic and certain GCC-4.x versions (probably 4.5.0 specific).
...
[SVN r65146]
2010-08-31 12:19:53 +00:00
Daniel James
1121d53a1d
Merge prep for 1.45
...
[SVN r65046]
2010-08-26 22:44:53 +00:00
John Maddock
290d765e3f
Fix typo in auto-linking code.
...
Fixes #4563 .
[SVN r64885]
2010-08-18 12:26:29 +00:00
Daniel James
06e164db69
Prepare for 1.45
...
[SVN r64862]
2010-08-17 17:54:49 +00:00
John Maddock
55cdba0324
Remove double define of BOOST_NO_VARIADIC_MACROS
...
[SVN r64860]
2010-08-17 14:07:45 +00:00
John Maddock
1a1ed6f02a
Apply patches for BOOST_NO_VARIADIC_MACROS supplied by Edward Diener.
...
[SVN r64858]
2010-08-17 10:19:29 +00:00
John Maddock
c3d5e03a89
Add file missing in previous commit.
...
[SVN r64760]
2010-08-12 15:29:06 +00:00
John Maddock
283b3fca54
Add VMS support.
...
Fixes #4474 .
[SVN r64750]
2010-08-12 12:36:42 +00:00
John Maddock
28b8d54fcd
Suppress gcc warnings.
...
Fixes #4508 .
[SVN r64749]
2010-08-12 12:27:35 +00:00
Niels Dekker
71fb00764a
Merged [63583] (removal of BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER)
...
[SVN r63587]
2010-07-04 11:37:42 +00:00
Niels Dekker
906168561a
Removed temporary option to skip ptr-to-member initializations, BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER.
...
[SVN r63583]
2010-07-04 10:19:10 +00:00
Daniel James
648508cb89
Merge documentation update.
...
[SVN r63517]
2010-07-02 08:27:42 +00:00
Daniel James
4dc7205bd6
Rebuild config documentation.
...
[SVN r63504]
2010-07-01 22:11:07 +00:00
John Maddock
ceeb9d5366
Merge a few minor config tweaks from Trunk
...
[SVN r63470]
2010-07-01 11:59:21 +00:00
John Maddock
e65ec6d169
Patch for macro redefinitions.
...
Fixes #4385 .
[SVN r63439]
2010-06-29 16:02:13 +00:00
Niels Dekker
345c804440
Assumption that Apple build 5659 of GNU 4.2.1 patched all value-initialization compiler bugs appears wrong, according to minion-clang-boost-bin-v2-libs-config-test-config_test-test-darwin-4-2-1-debug.html. Reverted [63249], see #4080 .
...
[SVN r63379]
2010-06-27 11:14:54 +00:00
Daniel James
fbb893adf0
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Niels Dekker
e5ab506c4c
Removed BOOST_NO_COMPLETE_VALUE_INITIALIZATION from Apple build of GCC (trunk), based on test results and feedback from Chris Jefferson. see #4080 .
...
[SVN r63249]
2010-06-22 21:49:44 +00:00
Daniel James
fc0159a81b
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Douglas Gregor
9a30ee0146
Clang passes all value-initialization tests now
...
[SVN r62950]
2010-06-14 21:18:57 +00:00
Beman Dawes
8a4e26e378
Remove macros better handled by config/stdlib/libstdcp3
...
[SVN r62800]
2010-06-11 14:16:38 +00:00
John Maddock
ff9a447c71
Add BOOST_NO_0X_HDR_TYPEINDEX.
...
[SVN r62795]
2010-06-11 11:51:24 +00:00
John Maddock
3f189bf191
Add BOOST_NO_0X_HDR_TYPEINDEX.
...
[SVN r62793]
2010-06-11 11:21:42 +00:00
John Maddock
e5b586dc02
Merge changes from Trunk - mostly new macro for <typeindex>.
...
[SVN r62792]
2010-06-11 11:16:34 +00:00
John Maddock
f3cefbd8a3
Disable all C++0x features in GCC-XML for now.
...
Fixes #4324 .
[SVN r62666]
2010-06-09 15:45:50 +00:00
John Maddock
5f838e66a5
typeindex is not yet supported.
...
[SVN r62507]
2010-06-07 11:56:57 +00:00
John Maddock
160db0eaa6
Add missing files from last commit.
...
[SVN r62427]
2010-06-04 15:51:51 +00:00
John Maddock
4d398922b4
Add new config macro for <typeindex>. Update config accordingly.
...
Fixes #4274 .
[SVN r62425]
2010-06-04 12:37:44 +00:00
Beman Dawes
49e17b082e
Merge all config diffs from trunk
...
[SVN r62379]
2010-06-02 14:30:04 +00:00
John Maddock
1f0f1c2dcf
Update link_test to check that separate file template instantiation and export works as expected.
...
[SVN r62332]
2010-05-30 17:31:09 +00:00
John Maddock
915cd05f0e
Change regex to make use of new Boost.Config macros.
...
[SVN r62331]
2010-05-30 17:24:45 +00:00
John Maddock
2b40995d16
Try and make BOOST_NO_EXTERN_TEMPLATES clearer.
...
[SVN r62257]
2010-05-27 08:49:52 +00:00