Commit Graph

439 Commits

Author SHA1 Message Date
John Maddock
976c5e6572 Fix for Borland C++ and wchar_t
[SVN r10001]
2001-05-02 10:58:30 +00:00
Jens Maurer
0424bb266e use Boost.Test
test wchar_t
output a message when int64_t is not available


[SVN r9998]
2001-04-30 13:38:23 +00:00
Jens Maurer
33abcf7250 use BOOST_STATIC_CONSTANT
define static member constants
add wchar_t specialization


[SVN r9997]
2001-04-30 13:36:05 +00:00
Beman Dawes
b519841b7f Change all eGroups references to YahooGroups
[SVN r9979]
2001-04-25 00:24:50 +00:00
Jens Maurer
d1781f09d2 allow for ULONGLONG_MAX as well
[SVN r9795]
2001-04-16 13:32:54 +00:00
Jens Maurer
c1c099c845 check for ULONGLONG_MAX as well
[SVN r9793]
2001-04-16 12:53:03 +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
Beman Dawes
873879d5ac Use test_tools.hpp for error detection
[SVN r9540]
2001-03-11 13:31:00 +00:00
Beman Dawes
d39c7cd327 Correct spelling in Jens' licenses
[SVN r9372]
2001-03-01 18:54:36 +00:00
John Maddock
37eb749c49 Fix for BeOS <limits>
[SVN r9356]
2001-02-27 12:52:08 +00:00
Jeremy Siek
8084359fda removed backslashes in macros
[SVN r9097]
2001-02-11 01:21:56 +00:00
Beman Dawes
f544a58f58 All final 1.20.2 changes, including fixing broken hyperlinks
[SVN r9071]
2001-02-10 14:42:14 +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
John Maddock
50bd08d542 cstdint: cygwin fixes for long long support
[SVN r8754]
2001-01-24 12:18:30 +00:00
Jens Maurer
b5b41c73db for int32_t and intmax_t, prefer "long" over "int" if both are 32bit
[SVN r8743]
2001-01-23 19:45:00 +00:00
Dave Abrahams
a22a9a3d80 Fixes so that long long is recognized for GCC.
[SVN r8706]
2001-01-22 05:06:37 +00:00
Jens Maurer
21ee723419 restricted Windows/gcc exclusion of int64_t to Cygwin, because
MingW seems to work


[SVN r8641]
2001-01-18 22:44:28 +00:00
Jens Maurer
202890e032 add typename to definition of (u)int_t::fast
[SVN r8560]
2001-01-12 18:07:34 +00:00
Jens Maurer
4b2fcb5c36 replace using-directive with using-declarations to avoid ambiguity on IRIX CC
[SVN r8557]
2001-01-11 23:00:32 +00:00
Beman Dawes
35dbbde437 1.19.0 runup
[SVN r8446]
2000-12-10 15:53:46 +00:00
Jens Maurer
3f58452fa9 added boost:: prefixes to all intXX_t references
[SVN r8176]
2000-11-12 18:38:17 +00:00
Jens Maurer
017c095cad removed boost/stdint.h from documentation
[SVN r8175]
2000-11-12 18:37:04 +00:00
Jens Maurer
c3d2838f55 Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities
[SVN r8174]
2000-11-12 18:35:33 +00:00
Beman Dawes
6425892b75 libraries.htm and people.htm moved to sub-directories to make root directory cleaner.
[SVN r8166]
2000-11-10 15:39:05 +00:00
Jens Maurer
99eff7e1bb check for ULONG_LONG_MAX as well (supports gcc)
[SVN r7862]
2000-09-27 21:43:54 +00:00
Beman Dawes
d0b9d43e9b Back out _fast optimization that wasn't. (Ken Hagan)
[SVN r7848]
2000-09-26 18:22:26 +00:00
Beman Dawes
79accb0546 More optimal choices for fast 8 and 16 types
[SVN r7816]
2000-09-25 11:58:38 +00:00
Beman Dawes
0b55c0ecfd Add newline at eof to quiet compiler warning
[SVN r7809]
2000-09-25 00:49:18 +00:00
John Maddock
76fcc1f65e addition of INTXX_C support to integer library
[SVN r7792]
2000-09-24 11:35:25 +00:00
Jens Maurer
70edfde847 use BOOST_NO_INT64_T to check wether "long long" traits should be tested.
[SVN r7783]
2000-09-23 16:35:19 +00:00
Jens Maurer
34f4037317 fix reversed BOOST_NO_INT64_T logic
[SVN r7780]
2000-09-23 16:29:01 +00:00
Jens Maurer
a7bd4493ce add support for gcc's long long
[SVN r7779]
2000-09-23 16:27:16 +00:00
Beman Dawes
6a093cf955 64-bit integer improvements from John Maddock
[SVN r7776]
2000-09-22 20:39:23 +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
1e3923c6e2 Initial HTML commit
[SVN r7636]
2000-07-27 14:04:40 +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