John Maddock
2f6544e54d
Merge typo fixes from Trunk.
...
[SVN r76190]
2011-12-26 18:08:51 +00:00
John Maddock
cc73477d13
Fix typo.
...
Refs #6003 .
[SVN r76137]
2011-12-24 17:29:03 +00:00
Steven Watanabe
24785bf997
Merge [68802] from the trunk.
...
[SVN r70799]
2011-03-31 21:41:11 +00:00
Steven Watanabe
8457bd01b1
Fix integer_traits<long long> when no macro from limits.h is available.
...
[SVN r68802]
2011-02-12 15:06:21 +00:00
John Maddock
707faa1086
Remove old dead code.
...
[SVN r68097]
2011-01-13 13:43:08 +00:00
John Maddock
614515a77b
Fix logic in cstdint to prefer smaller integers when possible.
...
Improve PP-logic in integer-traits.
Suppress some compiler warnings.
[SVN r65721]
2010-10-02 12:14:04 +00:00
John Maddock
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
John Maddock
7c62277986
Add VMS support.
...
Fixes #4474 .
[SVN r64750]
2010-08-12 12:36:42 +00:00
Daniel James
245c28d187
Merge integer documentation.
...
[SVN r63767]
2010-07-08 22:22:21 +00:00
Daniel James
8368cd0a55
Rebuild integer docs.
...
[SVN r63765]
2010-07-08 20:50:29 +00:00
Daniel James
f390a64825
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
Daniel James
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
John Maddock
e3da9260e1
Merge fixes from Trunk.
...
[SVN r62832]
2010-06-12 08:33:32 +00:00
Steven Watanabe
cd98c4a257
Add a 64 bit specialization of low_bits_mask_t. Fixes #4332
...
[SVN r62756]
2010-06-10 19:49:34 +00:00
Daniel James
730be18188
Merge link fix for integer.
...
[SVN r61060]
2010-04-05 07:41:52 +00:00
Daniel James
84c8a52085
Rebuild the integer documentation.
...
[SVN r61058]
2010-04-05 07:27:25 +00:00
Daniel James
8a1d11f369
Fix link to integer header.
...
[SVN r59676]
2010-02-14 13:09:24 +00:00
John Maddock
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
John Maddock
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
John Maddock
6293af825a
Commit alternative warning suppression code.
...
[SVN r59264]
2010-01-25 10:55:50 +00:00
Daniel James
896f2a7654
Disable warnings when defining INT#_C macros for gcc.
...
[SVN r58948]
2010-01-12 18:51:40 +00:00
John Maddock
60db1676fc
Merge both config and integer changes from Trunk: these are interlinked.
...
[SVN r58381]
2009-12-14 18:14:48 +00:00
John Maddock
e5c64669e2
Update docs to match code.
...
[SVN r58293]
2009-12-11 17:56:01 +00:00
John Maddock
14e17dd9f6
Update cstdint.hpp to always define the INT#_C macros.
...
Try again with Codegear workaround.
[SVN r58292]
2009-12-11 17:46:10 +00:00
John Maddock
86519e7bcf
Extend codegear/borland fix.
...
[SVN r58291]
2009-12-11 15:59:42 +00:00
John Maddock
e5267abf6e
Tentative Borland/Codegear patch.
...
[SVN r58113]
2009-12-03 12:14:15 +00:00
John Maddock
92a617bbe9
Get the tests warning free again with GCC.
...
Finally get everything working with the Borland compiler.
Fix a few typos: use of long rather than unsigned long, use of long long rather than long_long_type etc.
[SVN r58056]
2009-11-30 13:50:05 +00:00
John Maddock
ad5d5b0e1f
Up template instantiation depth for sun compiler.
...
[SVN r58033]
2009-11-29 16:23:04 +00:00
John Maddock
3af7c55ad9
Make code respect BOOST_NO_INTEGRAL_INT64_T.
...
[SVN r58031]
2009-11-29 16:02:45 +00:00
John Maddock
1797528e35
Change long long to boost::long_long_type etc.
...
[SVN r58029]
2009-11-29 13:59:18 +00:00
John Maddock
05c1f88324
Fix issues in docs.
...
[SVN r58008]
2009-11-28 17:08:31 +00:00
John Maddock
6a497ee263
Regenerate with new stylesheets.
...
[SVN r57968]
2009-11-27 11:13:02 +00:00
John Maddock
98b57c1f3b
Get the tests warning free with gcc, and add conceptual-header-inclusion tests.
...
[SVN r57948]
2009-11-26 18:06:10 +00:00
John Maddock
154b9ce992
Fix some typos.
...
[SVN r57946]
2009-11-26 15:43:32 +00:00
John Maddock
fad95e3d1f
Oops, tests should return the error code is any.
...
[SVN r57943]
2009-11-26 13:35:03 +00:00
John Maddock
b83327861c
Changed to use the lightweight test framework - we can now test with a much wider range of compilers.
...
[SVN r57942]
2009-11-26 12:59:39 +00:00
John Maddock
ac155d3843
Added support for exact width integer type to int_t and uint_t
...
Updated docs to match.
Fixes #1225 .
[SVN r57941]
2009-11-26 11:08:27 +00:00
John Maddock
ca84baa55d
Update Boost.Integer meta-programming classes to work with intmax_t where possible - ie to be 64-bit clean.
...
Added quickbook based docs - updated as necessary.
Removed old html docs.
[SVN r57926]
2009-11-25 12:38:09 +00:00
Hartmut Kaiser
db267e22f8
Integer: fixed search&replace gone mad
...
[SVN r57908]
2009-11-24 21:24:20 +00:00
John Maddock
cf359129a3
Bring docs into line with code.
...
[SVN r57885]
2009-11-24 10:14:43 +00:00
John Maddock
09ee5872ba
Tidied up namespace usage, fixes #2134 .
...
[SVN r57884]
2009-11-24 10:12:29 +00:00
John Maddock
0248ecb71b
Add history/revision log.
...
[SVN r57883]
2009-11-24 10:07:45 +00:00
John Maddock
ddb6a13f29
Add support for long long throughout.
...
Fixes #653 .
[SVN r57873]
2009-11-23 18:51:33 +00:00
John Maddock
e07b49c955
remove reference to dead test (no longer relevant)
...
[SVN r57867]
2009-11-23 16:45:21 +00:00
John Maddock
44c3831e05
Fix Jamfile and Boost.Test usage.
...
[SVN r57866]
2009-11-23 16:39:45 +00:00
John Maddock
4c23c47ebe
Add support for MS style __int64 when long long is not available.
...
Fixes #3084 .
[SVN r57863]
2009-11-23 13:23:15 +00:00
John Maddock
285048504c
Suppress and/or fix warnings - in particular avoid undefined behaviour in the test cases!
...
[SVN r57859]
2009-11-23 10:43:00 +00:00
John Maddock
8cab32a0dd
Fix for Comeau compiler - does not define __GLIBC_HAVE_LONG_LONG which in turn causes GLIBC's stdint.h to misbehave.
...
Fixes #3548 .
[SVN r57858]
2009-11-23 09:51:23 +00:00
John Maddock
9ff5c9d3b6
Fixes #3180 .
...
[SVN r57845]
2009-11-22 17:12:57 +00:00
John Maddock
dd1194afa4
Fix preprocessor logic for long long support.
...
Fixes #3657 .
Fixes #3568 .
[SVN r57843]
2009-11-22 16:38:05 +00:00