John Maddock
|
dbd1afb2ef
|
commit of split-config, including any changes required to existing libraries (mainly regex).
[SVN r11138]
|
2014-05-31 21:57:02 -07:00 |
|
Beman Dawes
|
67694454c0
|
Add LL suffix to line 150 for long longs at suggestion of Toon Knapen
[SVN r10854]
|
2014-05-31 21:57:02 -07:00 |
|
Jens Maurer
|
0722b90137
|
fix the "gcc 3.0 and long long" fix to check for the appropriate symbol
[SVN r10107]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
de5d29fa8e
|
Don't use "long long" with gcc 3.0's shipped library, because it does not define operator<<(ostream&, long long) overloads.
[SVN r10095]
|
2014-05-31 21:57:01 -07:00 |
|
John Maddock
|
7a0711230b
|
Preprocessor fix for VC6 + STLPort 4.1b6
[SVN r10087]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
a431ef5b54
|
HP-UX needs special attention because ULONG_LONG_MAX is not fully usable
[SVN r10080]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
59eda005d1
|
int64_t may not be defined on HP-UX when using gcc
[SVN r10067]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
3c532ab1cd
|
add HP-UX workaround
[SVN r10051]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
5867dcf011
|
check for ULONGLONG_MAX as well
[SVN r9793]
|
2014-05-31 21:57:01 -07:00 |
|
Jeremy Siek
|
c77099ac7b
|
removed backslashes in macros
[SVN r9097]
|
2014-05-31 21:57:01 -07:00 |
|
John Maddock
|
8dea5a2fcf
|
cstdint: cygwin fixes for long long support
[SVN r8754]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
fabcdfc385
|
for int32_t and intmax_t, prefer "long" over "int" if both are 32bit
[SVN r8743]
|
2014-05-31 21:57:01 -07:00 |
|
Dave Abrahams
|
f9e8a68af2
|
Fixes so that long long is recognized for GCC.
[SVN r8706]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
07dfe3f70d
|
restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work
[SVN r8641]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
d33a702806
|
Folded stdint.h into cstdint.hpp to avoid ISO C99 incompatibilities
[SVN r8174]
|
2014-05-31 21:57:01 -07:00 |
|
John Maddock
|
a98eefc1e1
|
addition of INTXX_C support to integer library
[SVN r7792]
|
2014-05-31 21:57:01 -07:00 |
|
Jens Maurer
|
bb2e640ae1
|
fix reversed BOOST_NO_INT64_T logic
[SVN r7780]
|
2014-05-31 21:57:01 -07:00 |
|
Beman Dawes
|
4d8c6207ba
|
64-bit integer improvements from John Maddock
[SVN r7776]
|
2014-05-31 21:57:01 -07:00 |
|
Beman Dawes
|
ae7bad9e9a
|
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]
|
2014-05-31 21:57:01 -07:00 |
|