Vicente J. Botet Escriba
a12b96c011
manage with #4881 .
2015-01-25 17:11:04 +01:00
Vicente J. Botet Escriba
7ffb75bb43
manage with #6694 Boost.Integer part.
2015-01-25 17:03:09 +01:00
Peter Dimov
c5370a9705
Fix ambiguous 'detail' errors under msvc-8.0.
2015-01-18 20:04:09 +02:00
John Maddock
90f779a9a3
Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available.
...
Added new tests to catch this case.
[SVN r78307]
2012-05-02 17:10:20 +00:00
John Maddock
1898e66238
Apply patch from Vincent Botet Escriba: fix check for size > long long.
...
[SVN r77109]
2012-02-24 16:57:13 +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
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
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
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
09ee5872ba
Tidied up namespace usage, fixes #2134 .
...
[SVN r57884]
2009-11-24 10:12:29 +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
eecbd5276f
Reverted Integer back to Release branch state - as per devel-list discussions.
...
[SVN r57580]
2009-11-11 18:57:24 +00:00
Daryle Walker
4af7660410
Encapsulated the mutually exclusive 'long long' and '__int64' type families into a single interface
...
[SVN r47754]
2008-07-24 11:43:02 +00:00
Daryle Walker
2b7ed6ebf7
Resolved namespace conflict from unadorned call, which fixes #2134
...
[SVN r47742]
2008-07-23 22:40:20 +00:00
Daryle Walker
203705fea6
Moved preprocessor selection from within macro-function calls to surrounding whole macro calls (some compilers suspend preprocessor directives within a macro call)
...
[SVN r47696]
2008-07-23 06:55:23 +00:00
Daryle Walker
ed80575830
Added MPL-compatible variants of the minimum-size and value-based integer templates, which fixes #1224
...
[SVN r47470]
2008-07-16 09:55:31 +00:00
Daryle Walker
f27ad7b337
Added MPL-compatible variant of the processor-optimized integer template
...
[SVN r47452]
2008-07-15 18:56:59 +00:00
Daryle Walker
55e1796c7a
Added exact-integer templates, which fixes #1225 (and completes #653 )
...
[SVN r47434]
2008-07-15 09:59:19 +00:00
Daryle Walker
053be71261
Added extended-integer support, which fixes #653 (the main part; the secondary part is split off as #1225 )
...
[SVN r47414]
2008-07-14 06:28:54 +00:00
Daryle Walker
2f91e69629
Re-did implementation
...
[SVN r47408]
2008-07-13 23:30:18 +00:00
Daryle Walker
7d8e93a6ac
Fixed comments listed in #766 that didn't match their described code
...
[SVN r39062]
2007-08-29 19:54:14 +00:00
John Maddock
7197caf500
Added Daryle Walker's copyrights as requested.
...
[SVN r24481]
2004-08-15 10:13:49 +00:00
John Maddock
91f511cab4
Licence update
...
[SVN r24031]
2004-07-25 12:01:00 +00:00
Beman Dawes
a656e7744f
Change license message to reference Boost Software License
...
[SVN r20038]
2003-09-12 17:09:29 +00:00
Beman Dawes
a9b35df2f8
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Dave Abrahams
162c6aefa1
Integrated Daryle Walker's dlw_int.zip changes
...
[SVN r11866]
2001-12-03 03:29:57 +00:00
John Maddock
f4c38bdf51
Added boost-wide <limits> woraround
...
[SVN r9688]
2001-04-01 11:59:18 +00:00
John Maddock
53005cadc8
added <limits> workaround
...
[SVN r9687]
2001-03-31 12:05:02 +00:00
Beman Dawes
ea4963031a
Add comment: int_fast_t works for unsigned too.
...
[SVN r9545]
2001-03-12 14:01:34 +00:00
Jens Maurer
d2c2e49154
expanded int_least_helper comment on request of Daryle Walker
...
[SVN r8815]
2001-01-30 21:16:43 +00:00
Jens Maurer
202890e032
add typename to definition of (u)int_t::fast
...
[SVN r8560]
2001-01-12 18:07:34 +00:00
John Maddock
a8297327d6
type traits update [added is_convertible and alignment_of]
...
[SVN r7675]
2000-08-02 10:58:59 +00:00
Beman Dawes
d9207f3cfd
Add typename syntax fix in two places (from Jens Maurer)
...
[SVN r7665]
2000-07-30 18:59:52 +00:00
Beman Dawes
5c0fd818f9
This commit was generated by cvs2svn to compensate for changes in r4,
...
which included commits to RCS files with non-trunk default branches.
[SVN r7621]
2000-07-07 16:04:40 +00:00