John Maddock
|
5390cbc736
|
Updated to prevent failures on Metrowerks compiler.
[SVN r11660]
|
2001-11-11 11:55:51 +00:00 |
|
John Maddock
|
cdb0120c91
|
Added explicit qualifiers to mem_fun calls, as workaround for broken std libs that don't put code in namespace std.
[SVN r11624]
|
2001-11-07 12:36:55 +00:00 |
|
John Maddock
|
673f4590cd
|
Added test support for BOOST_HAS_SGI_TYPE_TRAITS, added test for -lrt in configure script.
[SVN r11488]
|
2001-10-31 13:06:25 +00:00 |
|
Jens Maurer
|
57683a3a42
|
add _HPACC_ macro
[SVN r11476]
|
2001-10-30 22:30:16 +00:00 |
|
Jens Maurer
|
c3024d2a6c
|
check for c_plusplus macro (indicates EDG non-strict mode)
[SVN r11464]
|
2001-10-29 19:34:34 +00:00 |
|
John Maddock
|
4a52042c75
|
Fixed bad namespace name in test.
[SVN r11451]
|
2001-10-27 10:55:53 +00:00 |
|
Jens Maurer
|
c7ba2a0704
|
remove "unused variable" warnings
[SVN r11426]
|
2001-10-23 19:45:36 +00:00 |
|
John Maddock
|
e899c77505
|
Added BOOST_HAS_LONG_LONG printout
[SVN r11410]
|
2001-10-20 10:14:12 +00:00 |
|
John Maddock
|
ebc4ba8796
|
Updated test to check open/close interfaces.
[SVN r11407]
|
2001-10-19 11:38:26 +00:00 |
|
John Maddock
|
2069d5ad13
|
renamed test procedure to avoid conflict with C++ Builder
[SVN r11406]
|
2001-10-19 11:37:52 +00:00 |
|
John Maddock
|
7b544cc9c3
|
Updated int64 tests.
[SVN r11397]
|
2001-10-18 10:16:32 +00:00 |
|
John Maddock
|
b70903dca0
|
Added BOOST_HAS_LONG_LONG config option.
[SVN r11392]
|
2001-10-16 11:40:19 +00:00 |
|
John Maddock
|
5e28fcc6ab
|
Fixed nanosleep function sig test.
[SVN r11389]
|
2001-10-16 11:34:30 +00:00 |
|
John Maddock
|
5698a3da9c
|
Added thread lib config options
[SVN r11374]
|
2001-10-11 12:16:21 +00:00 |
|
John Maddock
|
bb8bb5fb72
|
removed erronious const qualifier
[SVN r11370]
|
2001-10-09 11:29:03 +00:00 |
|
John Maddock
|
f85f7eead2
|
Fixed broken tests by regenerating.
[SVN r11344]
|
2001-10-05 11:15:38 +00:00 |
|
John Maddock
|
d77429f047
|
Added _RWSTD_ALLOCATOR
[SVN r11308]
|
2001-09-30 10:28:23 +00:00 |
|
Darin Adler
|
b29d1ef416
|
Write out limits as integers, even for char types.
[SVN r11301]
|
2001-09-28 17:38:10 +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 |
|
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 |
|
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
|
25ae369ef7
|
Add BOOST_NO_CTYPE_FUNCTIONS.
[SVN r11234]
|
2001-09-24 19:33:29 +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 |
|
Jens Maurer
|
57bfa25349
|
use <stddef.h> to get ptrdiff_t
[SVN r11161]
|
2001-09-19 20:59:42 +00:00 |
|
Jens Maurer
|
b9e386f2e3
|
add Modena C++ standard library, EDG compiler front-end
[SVN r11159]
|
2001-09-19 20:49:01 +00:00 |
|
Jens Maurer
|
0d2606e15e
|
avoid "unused variable" warning
[SVN r11158]
|
2001-09-19 20:31:31 +00:00 |
|
Jens Maurer
|
483907c887
|
fix warnings
[SVN r11157]
|
2001-09-19 20:24:40 +00:00 |
|
Jens Maurer
|
eb339e9f83
|
rename local template parameter from duplicate "T" to "Y"
[SVN r11156]
|
2001-09-19 20:23:53 +00:00 |
|
John Maddock
|
7ce333aa88
|
First round of config fixes
[SVN r11146]
|
2001-09-19 11:48:51 +00:00 |
|
John Maddock
|
38009aaf3b
|
commit of split-config, including any changes required to existing libraries (mainly regex).
[SVN r11138]
|
2001-09-18 11:13:39 +00:00 |
|