Commit Graph

  • 4f21fcf5da Removed forced usage of virtual function implementation in Boost.Function, because it is no longer necessary. Douglas Gregor 2001-11-06 02:26:46 +0000
  • b520cf5d9f unofficial GCC 2.96 (shipped with RedHat 7.1) doesn't have <sstream> (hopefully fixes SF bug #471205) Jens Maurer 2001-11-05 21:37:59 +0000
  • 0bbfde6d71 1.25.1 runup Beman Dawes 2001-11-05 19:34:38 +0000
  • 2131184c6e SunPro 5.3 doesn't have enough partial specialization to compile shared_ptr. Jens Maurer 2001-11-04 22:16:45 +0000
  • 0d7929b698 BOOST_HAS_LONG_LONG is intricately intertwined with library support. Avoid. Jens Maurer 2001-10-31 19:37:26 +0000
  • e440678d4e library may lack support for "long long" Jens Maurer 2001-10-31 19:36:49 +0000
  • 673f4590cd Added test support for BOOST_HAS_SGI_TYPE_TRAITS, added test for -lrt in configure script. John Maddock 2001-10-31 13:06:25 +0000
  • c02d987546 Added BOOST_HAS_SGI_TYPE_TRAITS John Maddock 2001-10-31 13:02:05 +0000
  • ac6e44953b HP aCC A.03.33 appears to have a conforming std::allocator Jens Maurer 2001-10-30 22:35:41 +0000
  • 91548127fd yes, gcc has "long long" Jens Maurer 2001-10-30 22:34:48 +0000
  • fe476f7923 gettimeofday is always available Jens Maurer 2001-10-30 22:33:31 +0000
  • 824fccf457 aCC 03.31 has been checked Jens Maurer 2001-10-30 22:30:53 +0000
  • 57683a3a42 add _HPACC_ macro Jens Maurer 2001-10-30 22:30:16 +0000
  • 31daafada8 no integral int64_t on HP aCC for now Jens Maurer 2001-10-29 19:45:07 +0000
  • 26b772c3cc no integral int64_t with EDG <= 2.38 (e.g. IRIX MIPSpro) Jens Maurer 2001-10-29 19:39:59 +0000
  • 188e522fc9 EDG has "long long" in non-strict mode Jens Maurer 2001-10-29 19:35:57 +0000
  • c3024d2a6c check for c_plusplus macro (indicates EDG non-strict mode) Jens Maurer 2001-10-29 19:34:34 +0000
  • ecd63c5809 fix condition for broken std::messages Jens Maurer 2001-10-28 14:47:49 +0000
  • 6221145c0a Added BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE support. John Maddock 2001-10-28 11:57:47 +0000
  • 951e46f0f0 Added needed BOOST_HAS_UNISTD_H define (only needed because of recent reorganisation). John Maddock 2001-10-27 11:12:54 +0000
  • d449ccb591 Updated bsd threading config. John Maddock 2001-10-27 11:06:25 +0000
  • 26783c6679 Fixed cygwin threading config. John Maddock 2001-10-27 10:56:36 +0000
  • 4a52042c75 Fixed bad namespace name in test. John Maddock 2001-10-27 10:55:53 +0000
  • 10b5a8cc1c Updated POSIX feature detection code (moved file inclusion to individual platform configs and out of suffix.hpp) John Maddock 2001-10-26 11:58:23 +0000
  • 003fceb582 Added BOOST_MSVC docs John Maddock 2001-10-25 11:49:58 +0000
  • 8126210523 removed unneeded BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS for icl 6 John Maddock 2001-10-25 11:47:17 +0000
  • 382bb3cc08 avoid the messages facet on SGI (with MIPSpro compiler) Jens Maurer 2001-10-25 05:16:02 +0000
  • c2ed94bee0 add comment how to enable new-style for scoping on Intel for Win32 Jens Maurer 2001-10-24 15:58:01 +0000
  • c7ba2a0704 remove "unused variable" warnings Jens Maurer 2001-10-23 19:45:36 +0000
  • 8e577f1e8b set version check for old broken sgi std::messages facet. John Maddock 2001-10-23 11:12:12 +0000
  • 07d86e9ca1 Added gettimeofday support John Maddock 2001-10-21 12:01:02 +0000
  • 2b77c9bfb5 Added pthread config options John Maddock 2001-10-21 11:46:46 +0000
  • 3f58e08292 Minor config tweek John Maddock 2001-10-21 11:01:10 +0000
  • e899c77505 Added BOOST_HAS_LONG_LONG printout John Maddock 2001-10-20 10:14:12 +0000
  • 3c9f7b61fe Fixed _XOPEN_REALTIME usage (was too liberal). John Maddock 2001-10-20 10:13:24 +0000
  • 4ca0738b27 Fixed buggy comments. John Maddock 2001-10-19 11:58:53 +0000
  • ebc4ba8796 Updated test to check open/close interfaces. John Maddock 2001-10-19 11:38:26 +0000
  • 2069d5ad13 renamed test procedure to avoid conflict with C++ Builder John Maddock 2001-10-19 11:37:52 +0000
  • 4f01724912 Native SGI streams appear to have non-standard std::messages. John Maddock 2001-10-19 11:36:32 +0000
  • bb18d81860 Tidied up POSIX feature tests, added support for REALTIME feature test. John Maddock 2001-10-19 11:35:41 +0000
  • 780d8dcb95 Updated BOOST_HAS_NANOSLEEP tests. John Maddock 2001-10-18 10:18:37 +0000
  • 7b544cc9c3 Updated int64 tests. John Maddock 2001-10-18 10:16:32 +0000
  • b70903dca0 Added BOOST_HAS_LONG_LONG config option. John Maddock 2001-10-16 11:40:19 +0000
  • 5e28fcc6ab Fixed nanosleep function sig test. John Maddock 2001-10-16 11:34:30 +0000
  • f49ba073ca Added fixes for compilers with broken using declaration support that are not using the SGI streams classes. John Maddock 2001-10-13 10:20:42 +0000
  • a4073dbdc2 Added BOOST_HAS_GETTIMEOFDAY John Maddock 2001-10-13 10:19:42 +0000
  • 5698a3da9c Added thread lib config options John Maddock 2001-10-11 12:16:21 +0000
  • bb8bb5fb72 removed erronious const qualifier John Maddock 2001-10-09 11:29:03 +0000
  • 8a851846ce Minor update for sun C++ 5.0 John Maddock 2001-10-09 11:24:11 +0000
  • 2570b3ba7f Minor tweek for sunpro 5.3 John Maddock 2001-10-08 11:30:05 +0000
  • d8e8bfc667 Modified behaviour of BOOST_NO_CWCHAR definition John Maddock 2001-10-08 11:29:42 +0000
  • 41747deb59 Added sunpro 5.3 options John Maddock 2001-10-08 11:28:39 +0000
  • 67bc121441 Fixed use_facet usage for Sunpro 5.3 John Maddock 2001-10-08 11:28:08 +0000
  • f85f7eead2 Fixed broken tests by regenerating. John Maddock 2001-10-05 11:15:38 +0000
  • 30fb4ad5fa Avoid NOMINMAX redefinition Peter Dimov 2001-10-04 20:14:37 +0000
  • d77429f047 Added _RWSTD_ALLOCATOR John Maddock 2001-09-30 10:28:23 +0000
  • 7cd7697591 tentative tweeks for roguewave lib on HP aCC (needs BOOST_NO_STD_ALLOCATOR) John Maddock 2001-09-30 10:26:50 +0000
  • b29d1ef416 Write out limits as integers, even for char types. Darin Adler 2001-09-28 17:38:10 +0000
  • e605c42889 SGI MIPSpro (EDG 2.38) doesn't support void returns. Jens Maurer 2001-09-26 21:42:38 +0000
  • e70d87fe34 1.25.0 runup Beman Dawes 2001-09-26 13:32:18 +0000
  • a6d8ec6759 Ran ./generate for BOOST_NO_FUNCTION_TEMPLATE_ORDERING and BOOST_NO_VOID_RETURNS Peter Dimov 2001-09-26 12:15:40 +0000
  • 35352afc8a Added BOOST_NO_FUNCTION_TEMPLATE_ORDERING, BOOST_NO_VOID_RETURNS Peter Dimov 2001-09-26 10:55:47 +0000
  • 08bc1653e0 Linux doesn't have a completely useful <stdint.h> in all cases Jens Maurer 2001-09-25 20:01:37 +0000
  • c92e19f098 revert patch "Dinkumware 3.10 has <slist>" Jens Maurer 2001-09-25 19:31:32 +0000
  • 95e02f2f5e Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING, added BOOST_NO_VOID_RETURNS Peter Dimov 2001-09-25 19:27:30 +0000
  • 9ee77299d1 BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING -> BOOST_NO_FUNCTION_TEMPLATE_ORDERING Peter Dimov 2001-09-25 19:17:47 +0000
  • 8705dbd370 Removed BOOST_NO_STD_ALLOCATOR autodefinition for MSVC, fixed BOOST_HAS_THREADS autodefinition Peter Dimov 2001-09-25 19:09:33 +0000
  • 279accb168 Added test for _HAS_MEMBER_TEMPLATES_REBIND Peter Dimov 2001-09-25 19:04:56 +0000
  • 19e206e8f6 Changed allocate(1,0) to allocate(1) for Dinkumware 3.06 Peter Dimov 2001-09-25 18:56:21 +0000
  • e62e5742e0 Initial commit Peter Dimov 2001-09-25 18:53:33 +0000
  • 63674bd048 Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING to BOOST_NO_FUNCTION_TEMPLATE_ORDERING Peter Dimov 2001-09-25 18:48:13 +0000
  • 7c05d06353 Renamed foo<> to fix MSVC 7 problems Peter Dimov 2001-09-25 18:44:07 +0000
  • d5be6be4d6 Modified thread setup, and fixed typo John Maddock 2001-09-25 11:46:44 +0000
  • 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. Darin Adler 2001-09-25 06:50:22 +0000
  • 703da5eb9b Don't use BOOST_NO_STDC_NAMESPACE for gcc, since "ignore std mode" makes it work well enough. Darin Adler 2001-09-25 06:48:48 +0000
  • 4b93dfc2e5 >= 310 (delivered with KAI C++) has <slist> Jens Maurer 2001-09-24 20:55:44 +0000
  • 89bddb477b look for __linux__ as well Jens Maurer 2001-09-24 20:54:37 +0000
  • 25ae369ef7 Add BOOST_NO_CTYPE_FUNCTIONS. Darin Adler 2001-09-24 19:33:29 +0000
  • b39d9ae568 Add BOOST_NO_CTYPE_FUNCTIONS. Darin Adler 2001-09-24 19:20:53 +0000
  • 419956836b fix check for __GLIBC_PREREQ Jens Maurer 2001-09-23 20:25:21 +0000
  • 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. Darin Adler 2001-09-22 16:37:59 +0000
  • 9a1b970ed3 add BOOST_NO_INTEGRAL_INT64_T Jens Maurer 2001-09-22 16:30:56 +0000
  • 2dc2b800f9 _STLPORT_VERSION also indicates STLport if no native wide functions, assume <cwchar> and <cwtype> are effectively unavailable Jens Maurer 2001-09-22 16:24:17 +0000
  • c55a7a2479 _STLPORT_VERSION also indicates STLport Jens Maurer 2001-09-22 16:23:37 +0000
  • 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. Darin Adler 2001-09-22 15:45:54 +0000
  • 9c5675d040 Linux could have std::swprintf defined Jens Maurer 2001-09-22 15:25:35 +0000
  • 3ae703d80a Added more thread conformance macros (AIX). John Maddock 2001-09-22 12:11:46 +0000
  • 88e49f6808 Extended and added thread support macros John Maddock 2001-09-22 11:50:15 +0000
  • 7b7eeadafa Improve test so it works even if wchar_t.h is not present. Darin Adler 2001-09-22 02:54:01 +0000
  • 502e82e998 Add to revision history. Darin Adler 2001-09-22 02:53:00 +0000
  • 4515a28307 Don't include <cwchar> if BOOST_NO_CWCHAR is defined. Darin Adler 2001-09-22 02:51:51 +0000
  • 0d43e1f720 Oops. Had version number wrong. Darin Adler 2001-09-21 16:19:43 +0000
  • fed782c163 More fixes resulting from the new config John Maddock 2001-09-21 11:35:54 +0000
  • 45cb855a1c no std::wstring if no wchar_t support Jens Maurer 2001-09-20 20:15:20 +0000
  • ade04d122e no standard allocator if no member template classes Jens Maurer 2001-09-20 20:15:02 +0000
  • 89fc5a60fb no wtype.h at all Jens Maurer 2001-09-20 19:46:06 +0000
  • 72ee9a15c3 without wchar_t, we don't have std::wstring either Jens Maurer 2001-09-20 19:38:55 +0000
  • d3c927856c port cstdint.hpp to HP-UX Jens Maurer 2001-09-20 19:25:35 +0000
  • 77a8e617bd Added BOOST_HAS_FTIME to Win32 platform config. William E. Kempf 2001-09-20 14:58:54 +0000
  • 94afb4b5bb Minor edits plus add links Beman Dawes 2001-09-20 14:39:01 +0000