John Maddock
d8e8bfc667
Modified behaviour of BOOST_NO_CWCHAR definition
...
[SVN r11352]
2001-10-08 11:29:42 +00:00
John Maddock
41747deb59
Added sunpro 5.3 options
...
[SVN r11351]
2001-10-08 11:28:39 +00:00
John Maddock
67bc121441
Fixed use_facet usage for Sunpro 5.3
...
[SVN r11350]
2001-10-08 11:28:08 +00:00
John Maddock
f85f7eead2
Fixed broken tests by regenerating.
...
[SVN r11344]
2001-10-05 11:15:38 +00:00
Peter Dimov
30fb4ad5fa
Avoid NOMINMAX redefinition
...
[SVN r11339]
2001-10-04 20:14:37 +00:00
John Maddock
d77429f047
Added _RWSTD_ALLOCATOR
...
[SVN r11308]
2001-09-30 10:28:23 +00:00
John Maddock
7cd7697591
tentative tweeks for roguewave lib on HP aCC (needs BOOST_NO_STD_ALLOCATOR)
...
[SVN r11307]
2001-09-30 10:26:50 +00:00
Darin Adler
b29d1ef416
Write out limits as integers, even for char types.
...
[SVN r11301]
2001-09-28 17:38:10 +00:00
Jens Maurer
e605c42889
SGI MIPSpro (EDG 2.38) doesn't support void returns.
...
[SVN r11288]
2001-09-26 21:42:38 +00:00
Beman Dawes
e70d87fe34
1.25.0 runup
...
[SVN r11278]
2001-09-26 13:32:18 +00:00
Peter Dimov
a6d8ec6759
Ran ./generate for BOOST_NO_FUNCTION_TEMPLATE_ORDERING and BOOST_NO_VOID_RETURNS
...
[SVN r11273]
2001-09-26 12:15:40 +00:00
Peter Dimov
35352afc8a
Added BOOST_NO_FUNCTION_TEMPLATE_ORDERING, BOOST_NO_VOID_RETURNS
...
[SVN r11272]
2001-09-26 10:55:47 +00:00
Jens Maurer
08bc1653e0
Linux doesn't have a completely useful <stdint.h> in all cases
...
[SVN r11261]
2001-09-25 20:01:37 +00:00
Jens Maurer
c92e19f098
revert patch "Dinkumware 3.10 has <slist>"
...
[SVN r11260]
2001-09-25 19:31:32 +00:00
Peter Dimov
95e02f2f5e
Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING, added BOOST_NO_VOID_RETURNS
...
[SVN r11259]
2001-09-25 19:27:30 +00:00
Peter Dimov
9ee77299d1
BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING -> BOOST_NO_FUNCTION_TEMPLATE_ORDERING
...
[SVN r11257]
2001-09-25 19:17:47 +00:00
Peter Dimov
8705dbd370
Removed BOOST_NO_STD_ALLOCATOR autodefinition for MSVC, fixed BOOST_HAS_THREADS autodefinition
...
[SVN r11256]
2001-09-25 19:09:33 +00:00
Peter Dimov
279accb168
Added test for _HAS_MEMBER_TEMPLATES_REBIND
...
[SVN r11255]
2001-09-25 19:04:56 +00:00
Peter Dimov
19e206e8f6
Changed allocate(1,0) to allocate(1) for Dinkumware 3.06
...
[SVN r11254]
2001-09-25 18:56:21 +00:00
Peter Dimov
e62e5742e0
Initial commit
...
[SVN r11253]
2001-09-25 18:53:33 +00:00
Peter Dimov
63674bd048
Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING to BOOST_NO_FUNCTION_TEMPLATE_ORDERING
...
[SVN r11252]
2001-09-25 18:48:13 +00:00
Peter Dimov
7c05d06353
Renamed foo<> to fix MSVC 7 problems
...
[SVN r11251]
2001-09-25 18:44:07 +00:00
John Maddock
d5be6be4d6
Modified thread setup, and fixed typo
...
[SVN r11248]
2001-09-25 11:46:44 +00:00
Darin Adler
bd7652dcef
If <ctype.h> is known not to have functions, then don't try to use the
...
character-classifying operations to test the presence of the std namespace
for C library functions.
[SVN r11245]
2001-09-25 06:50:22 +00:00
Darin Adler
703da5eb9b
Don't use BOOST_NO_STDC_NAMESPACE for gcc, since "ignore std mode" makes
...
it work well enough.
[SVN r11244]
2001-09-25 06:48:48 +00:00
Jens Maurer
4b93dfc2e5
>= 310 (delivered with KAI C++) has <slist>
...
[SVN r11238]
2001-09-24 20:55:44 +00:00
Jens Maurer
89bddb477b
look for __linux__ as well
...
[SVN r11237]
2001-09-24 20:54:37 +00:00
Darin Adler
25ae369ef7
Add BOOST_NO_CTYPE_FUNCTIONS.
...
[SVN r11234]
2001-09-24 19:33:29 +00:00
Darin Adler
b39d9ae568
Add BOOST_NO_CTYPE_FUNCTIONS.
...
[SVN r11233]
2001-09-24 19:20:53 +00:00
Jens Maurer
419956836b
fix check for __GLIBC_PREREQ
...
[SVN r11220]
2001-09-23 20:25:21 +00:00
Darin Adler
6bf5f7c4f5
Turns out that the BOOST_NO_CWCHAR for BSD and Mac OS are already covered
...
fine by the platform includes, so I didn't have to add this here. It was
sufficient to remove the code from gcc.hpp. Jens Maurer pointed this out.
[SVN r11211]
2001-09-22 16:37:59 +00:00
Jens Maurer
9a1b970ed3
add BOOST_NO_INTEGRAL_INT64_T
...
[SVN r11210]
2001-09-22 16:30:56 +00:00
Jens Maurer
2dc2b800f9
_STLPORT_VERSION also indicates STLport
...
if no native wide functions, assume <cwchar> and <cwtype> are effectively
unavailable
[SVN r11209]
2001-09-22 16:24:17 +00:00
Jens Maurer
c55a7a2479
_STLPORT_VERSION also indicates STLport
...
[SVN r11208]
2001-09-22 16:23:37 +00:00
Darin Adler
1e97d99608
BSD gcc compilers do have an intrinsic wchar_t. The problem is that they
...
don't have wchar_t.h and wctype.h. We were confused because of a minor
problem in the configuration tests.
[SVN r11207]
2001-09-22 15:45:54 +00:00
Jens Maurer
9c5675d040
Linux could have std::swprintf defined
...
[SVN r11206]
2001-09-22 15:25:35 +00:00
John Maddock
3ae703d80a
Added more thread conformance macros (AIX).
...
[SVN r11201]
2001-09-22 12:11:46 +00:00
John Maddock
88e49f6808
Extended and added thread support macros
...
[SVN r11197]
2001-09-22 11:50:15 +00:00
Darin Adler
7b7eeadafa
Improve test so it works even if wchar_t.h is not present.
...
[SVN r11191]
2001-09-22 02:54:01 +00:00
Darin Adler
502e82e998
Add to revision history.
...
[SVN r11190]
2001-09-22 02:53:00 +00:00
Darin Adler
4515a28307
Don't include <cwchar> if BOOST_NO_CWCHAR is defined.
...
[SVN r11189]
2001-09-22 02:51:51 +00:00
Darin Adler
0d43e1f720
Oops. Had version number wrong.
...
[SVN r11184]
2001-09-21 16:19:43 +00:00
John Maddock
fed782c163
More fixes resulting from the new config
...
[SVN r11182]
2001-09-21 11:35:54 +00:00
Jens Maurer
45cb855a1c
no std::wstring if no wchar_t support
...
[SVN r11179]
2001-09-20 20:15:20 +00:00
Jens Maurer
ade04d122e
no standard allocator if no member template classes
...
[SVN r11178]
2001-09-20 20:15:02 +00:00
Jens Maurer
89fc5a60fb
no wtype.h at all
...
[SVN r11177]
2001-09-20 19:46:06 +00:00
Jens Maurer
72ee9a15c3
without wchar_t, we don't have std::wstring either
...
[SVN r11176]
2001-09-20 19:38:55 +00:00
Jens Maurer
d3c927856c
port cstdint.hpp to HP-UX
...
[SVN r11175]
2001-09-20 19:25:35 +00:00
William E. Kempf
77a8e617bd
Added BOOST_HAS_FTIME to Win32 platform config.
...
[SVN r11170]
2001-09-20 14:58:54 +00:00
Beman Dawes
94afb4b5bb
Minor edits plus add links
...
[SVN r11167]
2001-09-20 14:39:01 +00:00