|
c56e4674f8
|
Update from Daryle
[SVN r14187]
|
2002-06-19 20:11:17 +00:00 |
|
|
41620a14f9
|
Patched so that the code now compilers with VC6
[SVN r13669]
|
2002-05-05 11:00:28 +00:00 |
|
|
a42ede713e
|
fix link
[SVN r12698]
|
2002-02-04 18:55:31 +00:00 |
|
|
92de2f44a0
|
cstdint.hpp:
- Handle FreeBSD's <inttypes.h>
[SVN r12601]
|
2002-01-31 12:58:35 +00:00 |
|
|
59779dec2c
|
integer_traits.hpp:
- Handle wchar_t traits on FreeBSD
[SVN r12467]
|
2002-01-23 19:56:07 +00:00 |
|
|
3bb567ad9d
|
initial checkin
[SVN r11972]
|
2001-12-07 13:19:38 +00:00 |
|
|
c50993d5d4
|
Added daryle's missing files
[SVN r11971]
|
2001-12-07 12:48:20 +00:00 |
|
|
5477a9641c
|
initial checkin
[SVN r11898]
|
2001-12-03 23:55:35 +00:00 |
|
|
162c6aefa1
|
Integrated Daryle Walker's dlw_int.zip changes
[SVN r11866]
|
2001-12-03 03:29:57 +00:00 |
|
|
24e6bfbfaa
|
add definition for integral constants initialized in-class
[SVN r11724]
|
2001-11-18 17:37:21 +00:00 |
|
|
ccabb522d0
|
Remove non-ASCII character that crept in.
[SVN r11570]
|
2001-11-04 21:53:21 +00:00 |
|
|
0995d0a6fb
|
only use "long long" if there's a stdlib overload
[SVN r11516]
|
2001-11-01 21:52:08 +00:00 |
|
|
5ec8116c34
|
use BOOST_HAS_LONG_LONG
[SVN r11493]
|
2001-10-31 19:35:59 +00:00 |
|
|
4a094c4bcb
|
fix wchar_t on HP-UX with gcc
[SVN r11472]
|
2001-10-30 20:55:18 +00:00 |
|
|
a7d2da8d1c
|
1.25.0 Final runup
[SVN r11315]
|
2001-10-01 15:54:23 +00:00 |
|
|
4d2a921dbf
|
Write out limits as integers, even for char types.
[SVN r11301]
|
2001-09-28 17:38:10 +00:00 |
|
|
0c758855e4
|
Since it's obsolete, it should be removed.
[SVN r11300]
|
2001-09-28 17:37:25 +00:00 |
|
|
3399df597e
|
Add case for Mac OS X to the WCHAR_MIN/WCHAR_MAX section.
[SVN r11242]
|
2001-09-24 23:45:49 +00:00 |
|
|
a066e242b0
|
always use WCHAR_MIN and WCHAR_MAX if defined
[SVN r11232]
|
2001-09-24 18:43:20 +00:00 |
|
|
a635f753a4
|
port cstdint.hpp to HP-UX
[SVN r11175]
|
2001-09-20 19:25:35 +00:00 |
|
|
08f30ea46c
|
moved check, because different unsigned types may have different
representations for -1 (e.g. (unsigned char)-1 and (unsigned int)-1)
[SVN r11174]
|
2001-09-20 19:24:34 +00:00 |
|
|
292eeb5c90
|
Fixes for broken using declarations
[SVN r11164]
|
2001-09-20 11:44:34 +00:00 |
|
|
8a105dab3f
|
Fixes for the case that platform has its own stdint.h (less stringent tests)
[SVN r11163]
|
2001-09-20 11:44:05 +00:00 |
|
|
5b0d514aa4
|
commit of split-config, including any changes required to existing libraries (mainly regex).
[SVN r11138]
|
2001-09-18 11:13:39 +00:00 |
|
|
eee6dfa4d9
|
avoid "long long" with SunCC (Gennadiy E. Rozental)
[SVN r11066]
|
2001-09-07 18:49:12 +00:00 |
|
|
3bd242ef49
|
Fix broken hyperlink
[SVN r10896]
|
2001-08-19 15:08:33 +00:00 |
|
|
3db9390efb
|
Add LL suffix to line 150 for long longs at suggestion of Toon Knapen
[SVN r10854]
|
2001-08-13 17:02:48 +00:00 |
|
|
c6f3dce91a
|
Fixed VC6+STLport-4.1b6 (changed preprocessor logic)
[SVN r10360]
|
2001-06-20 11:42:44 +00:00 |
|
|
3e2b929118
|
free -> fee
[SVN r10248]
|
2001-05-31 17:22:20 +00:00 |
|
|
645f809379
|
fix the "gcc 3.0 and long long" fix to check for the appropriate symbol
[SVN r10107]
|
2001-05-13 18:17:15 +00:00 |
|
|
28ec7fa76c
|
Don't use "long long" with gcc 3.0's shipped library, because it does
not define operator<<(ostream&, long long) overloads.
[SVN r10095]
|
2001-05-11 17:04:56 +00:00 |
|
|
07505c76f8
|
Preprocessor fix for VC6 + STLPort 4.1b6
[SVN r10087]
|
2001-05-11 10:47:57 +00:00 |
|
|
fda46f9780
|
HP-UX needs special attention because ULONG_LONG_MAX is not fully usable
[SVN r10080]
|
2001-05-09 21:07:20 +00:00 |
|
|
125bf3351f
|
gcc on HP-UX doesn't have WCHAR_MIN and WCHAR_MAX
[SVN r10068]
|
2001-05-08 18:15:32 +00:00 |
|
|
e3702f3abc
|
int64_t may not be defined on HP-UX when using gcc
[SVN r10067]
|
2001-05-08 18:14:14 +00:00 |
|
|
c54da75efb
|
Fixed more wchar_t problems
[SVN r10058]
|
2001-05-08 11:11:30 +00:00 |
|
|
2dd1bee693
|
add HP-UX workaround
[SVN r10051]
|
2001-05-07 21:21:13 +00:00 |
|
|
949134726f
|
fix the fix for SGI MIPSpro with STLport
[SVN r10008]
|
2001-05-03 11:57:57 +00:00 |
|
|
b3f587b9f7
|
IRIX doesn't have WCHAR_MIN and WCHAR_MAX, either
[SVN r10005]
|
2001-05-02 16:18:08 +00:00 |
|
|
215b4d8ee7
|
compactify John Maddock's fix for Borland C++ / WCHAR_MIN, WCHAR_MAX
[SVN r10004]
|
2001-05-02 15:44:02 +00:00 |
|
|
976c5e6572
|
Fix for Borland C++ and wchar_t
[SVN r10001]
|
2001-05-02 10:58:30 +00:00 |
|
|
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 |
|
|
33abcf7250
|
use BOOST_STATIC_CONSTANT
define static member constants
add wchar_t specialization
[SVN r9997]
|
2001-04-30 13:36:05 +00:00 |
|
|
b519841b7f
|
Change all eGroups references to YahooGroups
[SVN r9979]
|
2001-04-25 00:24:50 +00:00 |
|
|
d1781f09d2
|
allow for ULONGLONG_MAX as well
[SVN r9795]
|
2001-04-16 13:32:54 +00:00 |
|
|
c1c099c845
|
check for ULONGLONG_MAX as well
[SVN r9793]
|
2001-04-16 12:53:03 +00:00 |
|
|
f4c38bdf51
|
Added boost-wide <limits> woraround
[SVN r9688]
|
2001-04-01 11:59:18 +00:00 |
|
|
53005cadc8
|
added <limits> workaround
[SVN r9687]
|
2001-03-31 12:05:02 +00:00 |
|
|
ea4963031a
|
Add comment: int_fast_t works for unsigned too.
[SVN r9545]
|
2001-03-12 14:01:34 +00:00 |
|
|
873879d5ac
|
Use test_tools.hpp for error detection
[SVN r9540]
|
2001-03-11 13:31:00 +00:00 |
|