1cf2854cd4
optional_optimization branch
...
[SVN r77091]
2012-02-22 10:37:27 +00:00
cc73477d13
Fix typo.
...
Refs #6003 .
[SVN r76137]
2011-12-24 17:29:03 +00:00
8457bd01b1
Fix integer_traits<long long> when no macro from limits.h is available.
...
[SVN r68802]
2011-02-12 15:06:21 +00:00
707faa1086
Remove old dead code.
...
[SVN r68097]
2011-01-13 13:43:08 +00:00
7bd48eb3f3
Change logic so that int32_t etc is an int rather than a long where possible.
...
[SVN r65299]
2010-09-05 16:27:09 +00:00
7c62277986
Add VMS support.
...
Fixes #4474 .
[SVN r64750]
2010-08-12 12:36:42 +00:00
8368cd0a55
Rebuild integer docs.
...
[SVN r63765]
2010-07-08 20:50:29 +00:00
794fdf9bad
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
cd98c4a257
Add a 64 bit specialization of low_bits_mask_t. Fixes #4332
...
[SVN r62756]
2010-06-10 19:49:34 +00:00
84c8a52085
Rebuild the integer documentation.
...
[SVN r61058]
2010-04-05 07:27:25 +00:00
8a1d11f369
Fix link to integer header.
...
[SVN r59676]
2010-02-14 13:09:24 +00:00
a5356bb254
Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not.
...
Update VC++ config to define BOOST_HAS_LONG_LONG for MSVC-8 in ANSI mode.
Fixes #3657 .
[SVN r59468]
2010-02-04 11:15:54 +00:00
2f13159023
Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU).
...
Also declare this a gcc system header - seems to be the only way to really suppress the warnings - fixes #3889 .
[SVN r59430]
2010-02-02 18:35:33 +00:00
6293af825a
Commit alternative warning suppression code.
...
[SVN r59264]
2010-01-25 10:55:50 +00:00
896f2a7654
Disable warnings when defining INT#_C macros for gcc.
...
[SVN r58948]
2010-01-12 18:51:40 +00:00