Commit Graph

  • 1cd8b63448 Fixed vc6 + STLport config (must not have BOOST_MSVC_ITERATOR defined) John Maddock 2001-09-20 10:34:01 +0000
  • 57bfa25349 use <stddef.h> to get ptrdiff_t Jens Maurer 2001-09-19 20:59:42 +0000
  • b9e386f2e3 add Modena C++ standard library, EDG compiler front-end Jens Maurer 2001-09-19 20:49:01 +0000
  • 0d2606e15e avoid "unused variable" warning Jens Maurer 2001-09-19 20:31:31 +0000
  • 483907c887 fix warnings Jens Maurer 2001-09-19 20:24:40 +0000
  • eb339e9f83 rename local template parameter from duplicate "T" to "Y" Jens Maurer 2001-09-19 20:23:53 +0000
  • 198554a412 add Modena C++ standard library (comes with KAI C++) Jens Maurer 2001-09-19 20:22:09 +0000
  • 45218dadbd configuration for Modena C++ standard library (comes with KAI C++) Jens Maurer 2001-09-19 20:19:41 +0000
  • ebb32ce10b Fix typos and Americanize spelling in comments. Darin Adler 2001-09-19 15:05:36 +0000
  • edec45f956 Fix comments and formatting a bit. Darin Adler 2001-09-19 15:05:12 +0000
  • fc2daf1bf8 Fix typos in comments. Darin Adler 2001-09-19 15:04:41 +0000
  • 732dd723dd renamed sunpro.hpp solaris.hpp John Maddock 2001-09-19 12:00:18 +0000
  • 7ce333aa88 First round of config fixes John Maddock 2001-09-19 11:48:51 +0000
  • 3b890c53ab correct use of possible value-less define of _GLOBAL_USING Jens Maurer 2001-09-18 22:10:45 +0000
  • 38009aaf3b commit of split-config, including any changes required to existing libraries (mainly regex). John Maddock 2001-09-18 11:13:39 +0000
  • 702a1e7bc4 rework wchar_t tests and port to HP-UX Jens Maurer 2001-09-17 19:03:25 +0000
  • d81ea4494a Intel C++ 6.0 (now in Beta) doesn't change the front-end (Kirk Klobe) Jens Maurer 2001-09-16 19:38:41 +0000
  • 251ef5af7e test that min() < max() Jens Maurer 2001-09-14 20:02:22 +0000
  • fa024ab4da beautify comments Jens Maurer 2001-09-13 18:09:00 +0000
  • 877848f088 Update Version to 1.25.0 Beman Dawes 2001-09-10 14:07:09 +0000
  • 029adcf3f2 added BOOST_NO_INTEGRAL_INT64_T for SunCC (Gennadiy E. Rozental) Jens Maurer 2001-09-07 18:48:03 +0000
  • 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 +0000
  • 1ba1b836c7 update revision number for CWPro7 Dave Abrahams 2001-08-29 19:21:34 +0000
  • 34c0eb63bf Misc; mostly fix links to hard disk locations Beman Dawes 2001-08-20 13:04:43 +0000
  • 4ac695b81f updated for CWPro7 compatibility Dave Abrahams 2001-08-17 02:25:10 +0000
  • 313d8ce2fc added MIPS (big endian) Jens Maurer 2001-08-10 16:07:04 +0000
  • 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 +0000
  • 24ad6f217b Added fix due to kensai@pacbell.net Dave Abrahams 2001-07-27 11:36:53 +0000
  • e37ec5a95e Add Comeau under Win32 Beman Dawes 2001-07-20 21:15:54 +0000
  • e3e23aa159 Add Comeau defines Beman Dawes 2001-07-20 20:27:41 +0000
  • 79f2762aa2 Add || defined(__ppc__) (Fabrice Truillot) Beman Dawes 2001-07-16 16:57:05 +0000
  • 00c899540f #include <cwchar> for WCHAR_MIN and WCHAR_MAX (Daryle Walker) Beman Dawes 2001-07-08 17:36:15 +0000
  • cc064675a6 1.23.0 runup Beman Dawes 2001-07-06 19:59:28 +0000
  • 417ec50c39 config.hpp: - Removed BOOST_NO_DEPENDENT_BASE_LOOKUP - Removed BOOST_WEAK_CONVERSION_OPERATORS Douglas Gregor 2001-06-30 18:33:57 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 1e3a4a1e54 Added Metroworks fixes submitted by Daryle Walker John Maddock 2001-06-23 11:42:42 +0000
  • 24a6f03ce7 add Douglas Gregor's name to previous fix Jens Maurer 2001-06-23 08:29:18 +0000
  • 61125a8339 using "rebind" with MSVC doesn't work Jens Maurer 2001-06-23 08:27:53 +0000
  • d471920ae8 Boost.function changes plus re-order compilers by vendor name Beman Dawes 2001-06-21 15:51:32 +0000
  • ea50a67139 beautify #if for gcc 3.0 Jens Maurer 2001-06-17 17:57:07 +0000
  • 3c211cf52a Dinkumware fix from Mike Thompson Beman Dawes 2001-06-11 13:18:06 +0000
  • fb63ddc2e0 free -> fee Jens Maurer 2001-05-31 17:22:20 +0000
  • b96be9d81c fix typo Jens Maurer 2001-05-30 16:35:44 +0000
  • cf8041403b Tidied up preprocessor logic for wchar_t specialisation John Maddock 2001-05-30 11:31:56 +0000
  • e6858c8534 added BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS (Daryle Walker) Jens Maurer 2001-05-29 22:10:11 +0000
  • 8ac22ab75d 1.22.0 runup Beman Dawes 2001-05-25 19:37:38 +0000
  • 3e35f9e861 fixed Intel + new Dinkumware again Jens Maurer 2001-05-24 21:50:36 +0000
  • aeee4bea2e add __ICL Beman Dawes 2001-05-24 15:42:07 +0000
  • b700c25f06 minor tweak for Cygnus (thanks to Ross Smith) Jens Maurer 2001-05-24 09:20:49 +0000
  • 20439e1aef Update for Metrowerks 6.2 (Chris Little) Beman Dawes 2001-05-23 13:35:15 +0000
  • 3987d988e0 refactored tests to account for numeric_limits<>::has_XXX flags Jens Maurer 2001-05-22 21:26:45 +0000
  • 11291104a5 Smart pointer and utility changes related to adding checked_delere and checked_array_delete Beman Dawes 2001-05-22 18:58:21 +0000
  • bd702153cb additional fix for Intel C++ with Dinkumware 3.06 Jens Maurer 2001-05-19 21:05:18 +0000
  • 74a8ab80e5 rework Intel #define's to be library-specific Jens Maurer 2001-05-19 09:07:14 +0000
  • 3fe7088cda output __USLC__ macro Jens Maurer 2001-05-19 09:06:21 +0000
  • 7e2fb0aa47 Intel C++ on Linux doesn't have the SGI STL interface for hash_map and friends Jens Maurer 2001-05-17 20:17:43 +0000
  • b16b2e09e8 check #define's from Linux edition of Intel C++ 5.0 Jens Maurer 2001-05-17 20:11:27 +0000
  • 7ac6ca8360 report more predefined symbols Jens Maurer 2001-05-13 18:25:07 +0000
  • f098db79ff add note that HP aCC support is not complete Jens Maurer 2001-05-13 18:23:00 +0000
  • 1f933d75a5 don't test "long long" with gcc 3.0's shipped library Jens Maurer 2001-05-11 16:55:31 +0000
  • 326ca342c6 HPPA is big-endian Jens Maurer 2001-05-09 21:14:35 +0000
  • 66a206af29 sun 5.1 config fixes - see comments for details John Maddock 2001-05-08 11:08:12 +0000
  • f891fd11b5 add Dinkumware 3.06 library for MSVC and Intel C++ Jens Maurer 2001-05-07 21:20:18 +0000
  • 375235cc35 output __EDG_VERSION__ Jens Maurer 2001-05-05 20:41:37 +0000
  • 952b926f1e beautify #error message Jens Maurer 2001-05-05 20:27:35 +0000
  • 1ad42da3a3 HP aCC compiler workarounds Jens Maurer 2001-05-05 19:55:26 +0000
  • d880c37ab1 Minor fix for C++ Builder + STLPort John Maddock 2001-04-27 11:05:11 +0000
  • 0a9bcfa89d avoid relational operations with NaNs, they may signal Jens Maurer 2001-04-15 17:24:26 +0000
  • 0fbd83f68a use boost test library fix bug with missing std:: Jens Maurer 2001-04-14 15:43:38 +0000
  • b383e88c74 added powerpc to the big endian family Jeremy Siek 2001-04-13 01:04:04 +0000
  • 3bccc557e2 added support for sparc processors John Maddock 2001-04-05 11:32:56 +0000
  • 76d01f8824 added capability to dump some binary data (easier diagnosis on new processors) John Maddock 2001-04-05 11:30:49 +0000
  • 1a2cff6d14 Updated limits.hpp for BeOS support John Maddock 2001-04-03 11:26:20 +0000
  • 5b8af31b0a added newline at end of files to prevent warnings from compilers Jeremy Siek 2001-04-03 04:29:29 +0000
  • 0c06951a11 fixed config.hpp to detect missing <limits> header John Maddock 2001-04-02 11:35:49 +0000
  • fa107d72bc Added boost-wide <limits> woraround John Maddock 2001-04-01 11:59:18 +0000
  • b6858fcc5d added <limits> workaround John Maddock 2001-03-31 12:05:02 +0000
  • b2698073d8 __GNUC_MINOR__ 95 ---> 97 changes from n becker Beman Dawes 2001-03-19 20:26:33 +0000
  • 3410301a96 Add BOOST_VERSION per Jens' posting Beman Dawes 2001-03-16 17:13:29 +0000
  • e7bc4c14e4 Refactored EDG checks for Intel C++ Dave Abrahams 2001-03-07 03:55:21 +0000
  • 7cb5dd3638 Factored EDG checks, added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP for Intel C++ 5.0 Dave Abrahams 2001-03-04 15:06:11 +0000
  • 3e9b0c11d8 Minor Metrowerks fixes Beman Dawes 2001-03-01 16:23:18 +0000
  • 47ee67868c Compaq C++ has neither <slist> nor <hash_*> Jens Maurer 2001-02-20 17:52:35 +0000
  • 3a1146ef37 added BOOST_NO_INTRINSIC_WCHAR_T for ICL John Maddock 2001-02-19 12:50:27 +0000
  • 6ce87101d3 Added new type traits files. John Maddock 2001-02-17 12:25:45 +0000
  • 0f89a54d5e Added BOOST_STATIC_CONSTANT Dave Abrahams 2001-02-11 19:29:01 +0000
  • 891b2db577 removed backslashes in macros Jeremy Siek 2001-02-11 01:21:56 +0000
  • c30c6e772a adjust for: _RWSTD_VER is six digits on Borland, four digits on Compaq C++ Jens Maurer 2001-02-08 17:49:34 +0000
  • 21d4ae5c2c Fix for Rogue Wave library detection in config.hpp John Maddock 2001-02-08 12:58:11 +0000
  • 9b7b4524e3 added BOOST_NO_STDC_NAMESPACE for KCC 4.0a and older because <cwchar> does not have using-declarations to put the contents of <wchar.h> into namespace std, in contrast to <cstdio>, which does. Jens Maurer 2001-02-05 19:54:58 +0000
  • 6b3dd0d1cb added more Solaris deficiencies contributed by Nat Mishkin Jens Maurer 2001-02-02 18:57:46 +0000
  • 02a081b3e9 add support for the upcoming gcc 3.0 Jens Maurer 2001-01-25 21:24:13 +0000
  • f719f4b515 define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS only if _RWSTD_VER < 0x0203 Jens Maurer 2001-01-21 21:36:36 +0000
  • 238be9af6e BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS moved here from cast.hpp Added missing BOOST_NO_STRINGSTREAM which some boost code seemed to depend on Dave Abrahams 2001-01-21 05:30:47 +0000
  • 3f280cb058 Conditions for BOOST_NO_STDC_NAMESPACE under MSVC with STLport were not quite right. Beman Dawes 2001-01-18 21:28:50 +0000
  • 5b7bbe4533 do not pessimize later versions of SGI MIPSpro and Compaq C++ Jens Maurer 2001-01-14 18:53:58 +0000
  • 5d11cac82c added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP added compiler support for SGI IRIX CC and Compaq Tru64 cxx Jens Maurer 2001-01-13 10:11:12 +0000
  • d46dcfbcbb BOOST_DECL fixes Beman Dawes 2001-01-12 15:28:20 +0000