Commit Graph

  • 427979d457 This commit was manufactured by cvs2svn to create tag 'Version_1_25_0'. boost-1.25.0 nobody 2001-10-01 16:59:12 +00:00
  • d77429f047 Added _RWSTD_ALLOCATOR John Maddock 2001-09-30 10:28:23 +00:00
  • 7cd7697591 tentative tweeks for roguewave lib on HP aCC (needs BOOST_NO_STD_ALLOCATOR) John Maddock 2001-09-30 10:26:50 +00:00
  • b29d1ef416 Write out limits as integers, even for char types. Darin Adler 2001-09-28 17:38:10 +00:00
  • e605c42889 SGI MIPSpro (EDG 2.38) doesn't support void returns. Jens Maurer 2001-09-26 21:42:38 +00:00
  • e70d87fe34 1.25.0 runup Beman Dawes 2001-09-26 13:32:18 +00:00
  • a6d8ec6759 Ran ./generate for BOOST_NO_FUNCTION_TEMPLATE_ORDERING and BOOST_NO_VOID_RETURNS Peter Dimov 2001-09-26 12:15:40 +00:00
  • 35352afc8a Added BOOST_NO_FUNCTION_TEMPLATE_ORDERING, BOOST_NO_VOID_RETURNS Peter Dimov 2001-09-26 10:55:47 +00:00
  • 08bc1653e0 Linux doesn't have a completely useful <stdint.h> in all cases Jens Maurer 2001-09-25 20:01:37 +00:00
  • c92e19f098 revert patch "Dinkumware 3.10 has <slist>" Jens Maurer 2001-09-25 19:31:32 +00:00
  • 95e02f2f5e Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING, added BOOST_NO_VOID_RETURNS Peter Dimov 2001-09-25 19:27:30 +00:00
  • 9ee77299d1 BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING -> BOOST_NO_FUNCTION_TEMPLATE_ORDERING Peter Dimov 2001-09-25 19:17:47 +00:00
  • 8705dbd370 Removed BOOST_NO_STD_ALLOCATOR autodefinition for MSVC, fixed BOOST_HAS_THREADS autodefinition Peter Dimov 2001-09-25 19:09:33 +00:00
  • 279accb168 Added test for _HAS_MEMBER_TEMPLATES_REBIND Peter Dimov 2001-09-25 19:04:56 +00:00
  • 19e206e8f6 Changed allocate(1,0) to allocate(1) for Dinkumware 3.06 Peter Dimov 2001-09-25 18:56:21 +00:00
  • e62e5742e0 Initial commit Peter Dimov 2001-09-25 18:53:33 +00:00
  • 63674bd048 Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING to BOOST_NO_FUNCTION_TEMPLATE_ORDERING Peter Dimov 2001-09-25 18:48:13 +00:00
  • 7c05d06353 Renamed foo<> to fix MSVC 7 problems Peter Dimov 2001-09-25 18:44:07 +00:00
  • d5be6be4d6 Modified thread setup, and fixed typo John Maddock 2001-09-25 11:46:44 +00:00
  • 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 +00:00
  • 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 +00:00
  • 4b93dfc2e5 >= 310 (delivered with KAI C++) has <slist> Jens Maurer 2001-09-24 20:55:44 +00:00
  • 89bddb477b look for __linux__ as well Jens Maurer 2001-09-24 20:54:37 +00:00
  • 25ae369ef7 Add BOOST_NO_CTYPE_FUNCTIONS. Darin Adler 2001-09-24 19:33:29 +00:00
  • b39d9ae568 Add BOOST_NO_CTYPE_FUNCTIONS. Darin Adler 2001-09-24 19:20:53 +00:00
  • 419956836b fix check for __GLIBC_PREREQ Jens Maurer 2001-09-23 20:25:21 +00:00
  • 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 +00:00
  • 9a1b970ed3 add BOOST_NO_INTEGRAL_INT64_T Jens Maurer 2001-09-22 16:30:56 +00:00
  • 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 +00:00
  • c55a7a2479 _STLPORT_VERSION also indicates STLport Jens Maurer 2001-09-22 16:23:37 +00:00
  • 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 +00:00
  • 9c5675d040 Linux could have std::swprintf defined Jens Maurer 2001-09-22 15:25:35 +00:00
  • 3ae703d80a Added more thread conformance macros (AIX). John Maddock 2001-09-22 12:11:46 +00:00
  • 88e49f6808 Extended and added thread support macros John Maddock 2001-09-22 11:50:15 +00:00
  • 7b7eeadafa Improve test so it works even if wchar_t.h is not present. Darin Adler 2001-09-22 02:54:01 +00:00
  • 502e82e998 Add to revision history. Darin Adler 2001-09-22 02:53:00 +00:00
  • 4515a28307 Don't include <cwchar> if BOOST_NO_CWCHAR is defined. Darin Adler 2001-09-22 02:51:51 +00:00
  • 0d43e1f720 Oops. Had version number wrong. Darin Adler 2001-09-21 16:19:43 +00:00
  • fed782c163 More fixes resulting from the new config John Maddock 2001-09-21 11:35:54 +00:00
  • 45cb855a1c no std::wstring if no wchar_t support Jens Maurer 2001-09-20 20:15:20 +00:00
  • ade04d122e no standard allocator if no member template classes Jens Maurer 2001-09-20 20:15:02 +00:00
  • 89fc5a60fb no wtype.h at all Jens Maurer 2001-09-20 19:46:06 +00:00
  • 72ee9a15c3 without wchar_t, we don't have std::wstring either Jens Maurer 2001-09-20 19:38:55 +00:00
  • d3c927856c port cstdint.hpp to HP-UX Jens Maurer 2001-09-20 19:25:35 +00:00
  • 77a8e617bd Added BOOST_HAS_FTIME to Win32 platform config. William E. Kempf 2001-09-20 14:58:54 +00:00
  • 94afb4b5bb Minor edits plus add links Beman Dawes 2001-09-20 14:39:01 +00:00
  • 1cd8b63448 Fixed vc6 + STLport config (must not have BOOST_MSVC_ITERATOR defined) John Maddock 2001-09-20 10:34:01 +00:00
  • 57bfa25349 use <stddef.h> to get ptrdiff_t Jens Maurer 2001-09-19 20:59:42 +00:00
  • b9e386f2e3 add Modena C++ standard library, EDG compiler front-end Jens Maurer 2001-09-19 20:49:01 +00:00
  • 0d2606e15e avoid "unused variable" warning Jens Maurer 2001-09-19 20:31:31 +00:00
  • 483907c887 fix warnings Jens Maurer 2001-09-19 20:24:40 +00:00
  • eb339e9f83 rename local template parameter from duplicate "T" to "Y" Jens Maurer 2001-09-19 20:23:53 +00:00
  • 198554a412 add Modena C++ standard library (comes with KAI C++) Jens Maurer 2001-09-19 20:22:09 +00:00
  • 45218dadbd configuration for Modena C++ standard library (comes with KAI C++) Jens Maurer 2001-09-19 20:19:41 +00:00
  • ebb32ce10b Fix typos and Americanize spelling in comments. Darin Adler 2001-09-19 15:05:36 +00:00
  • edec45f956 Fix comments and formatting a bit. Darin Adler 2001-09-19 15:05:12 +00:00
  • fc2daf1bf8 Fix typos in comments. Darin Adler 2001-09-19 15:04:41 +00:00
  • 732dd723dd renamed sunpro.hpp solaris.hpp John Maddock 2001-09-19 12:00:18 +00:00
  • 7ce333aa88 First round of config fixes John Maddock 2001-09-19 11:48:51 +00:00
  • 3b890c53ab correct use of possible value-less define of _GLOBAL_USING Jens Maurer 2001-09-18 22:10:45 +00:00
  • 38009aaf3b commit of split-config, including any changes required to existing libraries (mainly regex). John Maddock 2001-09-18 11:13:39 +00:00
  • 702a1e7bc4 rework wchar_t tests and port to HP-UX Jens Maurer 2001-09-17 19:03:25 +00:00
  • d81ea4494a Intel C++ 6.0 (now in Beta) doesn't change the front-end (Kirk Klobe) Jens Maurer 2001-09-16 19:38:41 +00:00
  • 251ef5af7e test that min() < max() Jens Maurer 2001-09-14 20:02:22 +00:00
  • fa024ab4da beautify comments Jens Maurer 2001-09-13 18:09:00 +00:00
  • 877848f088 Update Version to 1.25.0 Beman Dawes 2001-09-10 14:07:09 +00:00
  • 029adcf3f2 added BOOST_NO_INTEGRAL_INT64_T for SunCC (Gennadiy E. Rozental) Jens Maurer 2001-09-07 18:48:03 +00:00
  • 8c880467e1 put the MacOS X c++ compiler (which is a derivative of g++ 2.95.2) down as not supporting wchar_t. This is because the wchar.h header file does not get installed :( Jeremy Siek 2001-09-06 03:56:53 +00:00
  • 1ba1b836c7 update revision number for CWPro7 Dave Abrahams 2001-08-29 19:21:34 +00:00
  • deed43a6a8 This commit was manufactured by cvs2svn to create tag 'Version_1_24_0'. boost-1.24.0 nobody 2001-08-20 14:01:13 +00:00
  • 34c0eb63bf Misc; mostly fix links to hard disk locations Beman Dawes 2001-08-20 13:04:43 +00:00
  • 4ac695b81f updated for CWPro7 compatibility Dave Abrahams 2001-08-17 02:25:10 +00:00
  • 313d8ce2fc added MIPS (big endian) Jens Maurer 2001-08-10 16:07:04 +00:00
  • 64c32bf98f Spell things consistently. Add some bits of Mac stuff to the tests. Use std::size_t where needed. Darin Adler 2001-08-07 17:22:02 +00:00
  • 24ad6f217b Added fix due to kensai@pacbell.net Dave Abrahams 2001-07-27 11:36:53 +00:00
  • e37ec5a95e Add Comeau under Win32 Beman Dawes 2001-07-20 21:15:54 +00:00
  • e3e23aa159 Add Comeau defines Beman Dawes 2001-07-20 20:27:41 +00:00
  • 79f2762aa2 Add || defined(__ppc__) (Fabrice Truillot) Beman Dawes 2001-07-16 16:57:05 +00:00
  • 00c899540f #include <cwchar> for WCHAR_MIN and WCHAR_MAX (Daryle Walker) Beman Dawes 2001-07-08 17:36:15 +00:00
  • c7accbdfd4 This commit was manufactured by cvs2svn to create tag 'Version_1_23_0'. boost-1.23.0 nobody 2001-07-06 20:31:02 +00:00
  • cc064675a6 1.23.0 runup Beman Dawes 2001-07-06 19:59:28 +00:00
  • 417ec50c39 config.hpp: - Removed BOOST_NO_DEPENDENT_BASE_LOOKUP - Removed BOOST_WEAK_CONVERSION_OPERATORS Douglas Gregor 2001-06-30 18:33:57 +00:00
  • caef31de2a config.hpp: - Comeau 4.2.45.2 does not correctly handle function pointers to to functions with default arguments. Use virtual function implementation for Boost.Function. Douglas Gregor 2001-06-26 13:40:36 +00:00
  • c1222123b3 Intel C++ doesn't have argument dependent lookup even in strict mode, even with EDG 2.45 frontend. Jens Maurer 2001-06-25 19:55:30 +00:00
  • 99f61828d5 SunCC and MIPSpro/STLport don't have a conforming std::allocator (rebind is missing). Factor BOOST_NO_DEPENDENT_BASE_LOOKUP in generic EDG 2.38 section. Jens Maurer 2001-06-24 16:16:04 +00:00
  • 1e3a4a1e54 Added Metroworks fixes submitted by Daryle Walker John Maddock 2001-06-23 11:42:42 +00:00
  • 24a6f03ce7 add Douglas Gregor's name to previous fix Jens Maurer 2001-06-23 08:29:18 +00:00
  • 61125a8339 using "rebind" with MSVC doesn't work Jens Maurer 2001-06-23 08:27:53 +00:00
  • d471920ae8 Boost.function changes plus re-order compilers by vendor name Beman Dawes 2001-06-21 15:51:32 +00:00
  • ea50a67139 beautify #if for gcc 3.0 Jens Maurer 2001-06-17 17:57:07 +00:00
  • 3c211cf52a Dinkumware fix from Mike Thompson Beman Dawes 2001-06-11 13:18:06 +00:00
  • fb63ddc2e0 free -> fee Jens Maurer 2001-05-31 17:22:20 +00:00
  • b96be9d81c fix typo Jens Maurer 2001-05-30 16:35:44 +00:00
  • cf8041403b Tidied up preprocessor logic for wchar_t specialisation John Maddock 2001-05-30 11:31:56 +00:00
  • e6858c8534 added BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS (Daryle Walker) Jens Maurer 2001-05-29 22:10:11 +00:00
  • c996f4ef03 This commit was manufactured by cvs2svn to create tag 'Version_1_22_0'. boost-1.22.0 nobody 2001-05-28 15:01:00 +00:00
  • 8ac22ab75d 1.22.0 runup Beman Dawes 2001-05-25 19:37:38 +00:00
  • 3e35f9e861 fixed Intel + new Dinkumware again Jens Maurer 2001-05-24 21:50:36 +00:00
  • aeee4bea2e add __ICL Beman Dawes 2001-05-24 15:42:07 +00:00
  • b700c25f06 minor tweak for Cygnus (thanks to Ross Smith) Jens Maurer 2001-05-24 09:20:49 +00:00