Commit Graph

  • a941a117ce Metrowerks CodeWarrior 8.3 doesn't seem to support SFINAE Douglas Gregor 2003-12-04 22:06:56 +0000
  • 6f978a2982 changed BOOST_NO_SFINAE test Jaakko Järvi 2003-12-03 22:52:07 +0000
  • 8c1f422a49 refined BOOST_NO_SFINAE conditions based on Doug Gregor's comments Jaakko Järvi 2003-12-03 21:04:44 +0000
  • 1677adf462 Added BOOST_NO_SFINAE config macro, removed internal version from the iterator library Jaakko Järvi 2003-12-03 19:26:15 +0000
  • 818670ad28 Allow testing of both __int64 and long long at the same time. John Maddock 2003-12-01 12:00:26 +0000
  • 363b340c2c Use of template keyword was illegal, so removed it. John Maddock 2003-12-01 11:54:57 +0000
  • 17b33eda15 restrict abi testing to "real" msvc. John Maddock 2003-12-01 11:54:17 +0000
  • 7ac6bf4b96 Another patch for the new 6.0 compiler. John Maddock 2003-12-01 11:49:23 +0000
  • a430c5c28e More or less final fixup for Borland preview compiler - the config tests now all pass for this compiler, except for an internal compiler error in config_test.cpp, which does not occur if the individual tests are compiled separately rather than "on mass". John Maddock 2003-11-27 12:27:11 +0000
  • 2f95ee89df fix broken link Beman Dawes 2003-11-26 18:11:45 +0000
  • cec4768110 First cut at supporting Borland's new compiler front end with dinkumware lib. John Maddock 2003-11-26 12:25:35 +0000
  • 579da92456 Fixed up header so that non-msvc compilers that non-the-less define _MSC_VER don't get picked up. John Maddock 2003-11-26 12:00:04 +0000
  • c3857a106c Fixes for VC6+stlport John Maddock 2003-11-26 11:42:15 +0000
  • 982f209ccd initial commit Beman Dawes 2003-11-25 18:28:08 +0000
  • 7ab5f3e52b Fixed support for STLPort-4.6 on MSVC 6 (std::allocator rebinding doesn't work). John Maddock 2003-11-14 12:37:35 +0000
  • eab6d69c48 Added C compatibility for regex lib (honestly). John Maddock 2003-11-10 11:23:57 +0000
  • db7f463805 Removed the bcb5 name from the toolset names - that's not an official toolset. John Maddock 2003-11-08 13:01:13 +0000
  • 13271be003 Updated docs to match changes to auto-linking code. Updated auto-link tests to match the new Boost.Install naming scheme. John Maddock 2003-11-02 11:45:25 +0000
  • f4d59657b9 Added new macro BOOST_LIB_VERSION to version.hpp so that auto-linking code knows what version suffix to append to library file names. Updated auto-linking headers to match new Boost.Install code. John Maddock 2003-11-02 11:43:56 +0000
  • a2c5a2a065 Gcc 3 does have a std C namespace John Maddock 2003-10-29 12:01:47 +0000
  • 5959d6bce2 Updated copyright declarations to use new single boost license. John Maddock 2003-10-14 10:33:24 +0000
  • 1e7c2699db Added new licence info. John Maddock 2003-10-04 11:29:20 +0000
  • 6d6f37633d Undone previous fix (the whole idea of this file is to test whether stdint.h is available, not to "fake" it's presence. Added explicit check for those platforms that have intypes.h rather than stdint.h. John Maddock 2003-09-27 10:43:36 +0000
  • 990526ae7b include portable cstdint (boost/cstdint.hpp) instead of stdint.h directly (Andrew Godbout) Toon Knapen 2003-09-26 12:35:59 +0000
  • 2e7affb55f Kill a warning. Vladimir Prus 2003-09-25 11:55:19 +0000
  • 753534ef37 Use the import rule Dave Abrahams 2003-09-08 17:38:49 +0000
  • d95b647a46 Updated __sgi version check for BOOST_NO_STD_MESSAGES John Maddock 2003-09-07 10:39:13 +0000
  • 1ea7f28709 Apparently __int64 can be used even in strict mode (/Za). John Maddock 2003-08-30 10:14:12 +0000
  • 4dd8845166 Added needed newline at file end John Maddock 2003-08-28 12:04:57 +0000
  • c0f29f3dca Added BOOST_HAS_DECLSPEC define John Maddock 2003-08-28 12:04:26 +0000
  • 4eb152aa0a Re-enabled threading support for cygwin (while mingw32 defines _MT cygwin doesn't define anything when -mthreads is specified). John Maddock 2003-08-26 10:47:22 +0000
  • 80b14ea8a8 Added minimal Docs for new macros and headers (abi fixing/link library selection/BOOST_HAS_DECLS|PEC), more to come on this... Added test cases for new macros and headers. John Maddock 2003-08-17 12:03:01 +0000
  • e620ac24ab Added BOOST_HAS_DECLSPEC John Maddock 2003-08-17 12:00:52 +0000
  • 22eeeb33e9 Fixed spelling of "BOOST" - basically a enormous cut and paste error! John Maddock 2003-08-14 10:22:05 +0000
  • f64e7067c9 Added ABI prefix and suffix headers, plus automatic linking code from boost.regex to boost.config. John Maddock 2003-08-12 11:21:26 +0000
  • 71e9fe5101 Added BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC, etc. Eric Friedman 2003-08-10 08:12:31 +0000
  • e5262ed219 Refactored config test options. Regenerated script generated files. John Maddock 2003-08-03 11:41:45 +0000
  • 93dd77869e Added tests for a gcc specific bug John Maddock 2003-08-02 11:53:35 +0000
  • d8741215a5 Added fix for gcc bug in 3.1 and 3.2 versions. John Maddock 2003-08-02 11:52:32 +0000
  • bbbb8297ea 8.0 recognized + fix BOOST_NO_INTRINSIC_WCHAR_T for Windows Beman Dawes 2003-07-27 01:37:28 +0000
  • 7f5c1d6b8f made local variables static, so that the code can be reused by regex_config_info. John Maddock 2003-07-26 11:11:54 +0000
  • 55e6bd7132 take setup of version 60 if not STRICT_CONFIG Toon Knapen 2003-07-24 07:52:37 +0000
  • b06e5afde0 BOOST_NO_MEMBER_TEMPLATE_KEYWORD not defined anymore starting from version 60 Toon Knapen 2003-07-24 07:37:57 +0000
  • 82bdc27bb7 fix BIIST_STDLIB spacing Beman Dawes 2003-07-16 10:16:32 +0000
  • dbb3fe1b84 need BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE Jens Maurer 2003-07-11 16:03:11 +0000
  • f79f11aca1 GNU C on HP-UX does not support threads (checked up to gcc 3.3) Jens Maurer 2003-07-11 16:02:53 +0000
  • f4e683302d beautify platform identifier Jens Maurer 2003-07-11 14:22:37 +0000
  • 8c011660ed GNU C on IRIX does not support threads (yet) Jens Maurer 2003-07-11 12:52:15 +0000
  • 8c7b359fa2 turn threading detail macros off if we don't (want to) use threading Jens Maurer 2003-07-11 12:51:44 +0000
  • 23f572d0b6 don't use NULL unless <stddef.h> has been included Jens Maurer 2003-07-09 23:22:18 +0000
  • 90981b9ee2 more libcomo special cases Jens Maurer 2003-07-09 20:02:32 +0000
  • 2208736b0e improve comment Jens Maurer 2003-07-09 20:00:32 +0000
  • b25deb3366 set BOOST_NO_INCLASS_MEMBER_INITIALIZATION to avoid compiler crash with Boost.Python Jens Maurer 2003-07-09 19:44:32 +0000
  • 60558d2791 BOOST_HAS_LONG_LONG is set by edg_common.hpp Jens Maurer 2003-07-09 19:41:55 +0000
  • 473fc44ff6 avoid "unused variable" warning with gcc Jens Maurer 2003-07-09 08:58:30 +0000
  • 8259764b49 initialising pointer to NULL to avoid warning on VisualAge Toon Knapen 2003-07-07 17:02:59 +0000
  • 0a1facf57a Moved intel selection up above gcc selection - intel 8 defines __GNUC__ on linux... John Maddock 2003-07-07 11:56:56 +0000
  • c03d073c6c Hopefully fixed wchar_t support on linux... John Maddock 2003-07-07 11:55:26 +0000
  • e6dcebcff9 -- changed the order in which it is checked for Comeau C++ and GCC this is required to detect Comeau C++ with gcc backend correctly Martin Wille 2003-06-13 13:05:58 +0000
  • ba3dc87248 removed two blank lines, for consistency Gennaro Prota 2003-06-10 17:48:17 +0000
  • 9c49e78cfa added documentation for BOOST_EXPLICIT_TEMPLATE_TYPE & Co. Gennaro Prota 2003-06-10 17:24:39 +0000
  • d5136058c0 update for vacpp version 6.0 Toon Knapen 2003-06-06 12:17:52 +0000
  • 37d1ce27dc Fix broken <cstring> in release mode settings. John Maddock 2003-06-05 10:44:50 +0000
  • 6b24a269b2 bring into sync with tools/build/intel-win32-tools.jam Beman Dawes 2003-06-03 00:04:31 +0000
  • 70b59c02f8 Fix spelling of Comeau Beman Dawes 2003-06-02 12:12:20 +0000
  • ee438550db Remove code that in effect always defined BOOST_DISABLE_THREADS on win32 (Note threads may be disabled elsewhere because of lack of multithread library support.) Beman Dawes 2003-06-01 19:16:15 +0000
  • 517bc9850c Better BOOST_NO_INTRINSIC_WCHAR_T fix from Pavel Vozenilek Beman Dawes 2003-06-01 19:09:09 +0000
  • 6ed5b28457 BOOST_NO_INTRINSIC_WCHAR_T now correct for 7.0 on Win32, based on config_info report Beman Dawes 2003-06-01 18:06:27 +0000
  • baa0be852b Added missing includes John Maddock 2003-05-30 11:14:52 +0000
  • fd10aff9aa removed dependency on std::ptrdiff_t John Maddock 2003-05-30 10:45:52 +0000
  • 5e916a44b5 Add <no-warn>config_test.cpp for Comeau Beman Dawes 2003-05-28 00:32:33 +0000
  • dd0b9c84ca Added support for BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE John Maddock 2003-05-25 10:53:26 +0000
  • 512fdec421 Added new config macro: BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE John Maddock 2003-05-23 11:10:34 +0000
  • d1f3f6f38e Add a new config macro BOOST_INTEL Guillaume Melquiond 2003-05-23 07:03:21 +0000
  • 269e334a5f Add unsigned long long macros Beman Dawes 2003-05-21 12:59:49 +0000
  • 8994818a55 Add gcc 3.3 as the last known and checked version Guillaume Melquiond 2003-05-19 12:11:22 +0000
  • ef4b048477 Added dump of BOOST_HAS_PARTIAL_STD_ALLOCATOR John Maddock 2003-05-17 11:41:11 +0000
  • 92d31fd7e6 Suggested typo-revealing patch from Giovanni Bajo <giovannibajo-at-libero.it> Dave Abrahams 2003-05-15 23:08:21 +0000
  • 2ccdf98ed8 Replace ICL by ICC for the detection of std:: C namespace; and hope for a better solution to be found Guillaume Melquiond 2003-05-14 21:26:43 +0000
  • 8fd25536d0 Corrected Intel version check John Maddock 2003-05-14 10:42:20 +0000
  • 76a1e0208a Fixes for Intel C++ 7 on Linux John Maddock 2003-05-13 11:56:18 +0000
  • 33303778a0 Enabled BOOST_HAS_PARTIAL_STD_ALLOCATOR for vc7 John Maddock 2003-05-10 11:35:40 +0000
  • cd2fdac9f5 define BOOST_NO_INCLASS_MEMBER_INITIALIZATION for Sun Aleksey Gurtovoy 2003-05-08 12:10:36 +0000
  • 3fc4ccd640 Revert a patch that broke Intel compiler on Linux Guillaume Melquiond 2003-05-08 11:38:31 +0000
  • b406ae1b3e restore from the CVS crash Aleksey Gurtovoy 2003-05-08 10:10:54 +0000
  • f6eb5e8aa9 Roll back mistaken change Dave Abrahams 2003-04-25 17:04:49 +0000
  • c31a7209ac Applied patches from "Pavel Vozenilek" <pavel_vozenilek-at-hotmail.com> Dave Abrahams 2003-04-25 14:16:19 +0000
  • 767ec48375 shortened names of new macros, improved comments Gennaro Prota 2003-04-24 15:01:20 +0000
  • 7fa91feb00 removed BOOST_HAS_THREADS as threads on HPUX11i are not compliant enough taking into account aCC version 53800 Toon Knapen 2003-04-18 10:10:45 +0000
  • 648b777160 added BOOST_[APPEND_]TEMPLATE_EXPLICITLY_SPECIFIED_[NON_]TYPE Gennaro Prota 2003-04-16 23:39:37 +0000
  • b22c9ced68 Added exception handling detection, disabled thread support for platforms where we can actually detect whether it is on or not. John Maddock 2003-04-11 10:47:00 +0000
  • 878a7543d7 Small changes to support new iterator adaptors in sandbox Dave Abrahams 2003-04-09 11:57:59 +0000
  • 6489c17c19 BOOST_NO_DEDUCED_TYPENAME applies to vc7 too (Pavol Droba <droba@topmail.sk>) Dave Abrahams 2003-04-08 14:06:01 +0000
  • 4c407e34ad Fixed typo in comment John Maddock 2003-04-06 10:39:55 +0000
  • 20a4dd507c Get ready for next release Beman Dawes 2003-03-20 22:34:01 +0000
  • eb0676edac more comment clarifications Dave Abrahams 2003-03-20 15:29:32 +0000
  • cac5f11a3f Comment clarification from Giovanni Bajo <giovannibajo-at-libero.it> and me. Dave Abrahams 2003-03-20 15:26:40 +0000
  • d7dcef4f46 adjustment for Itanium2 Ralf W. Grosse-Kunstleve 2003-03-11 01:32:03 +0000
  • 261a01ccab See format_test1 for example of why needed Beman Dawes 2003-02-21 22:08:01 +0000
  • f07d411903 Define BOOST_NO_MEMBER_TEMPLATE_KEYWORD only for compiler version <= 502. Markus Schöpflin 2003-02-17 12:34:08 +0000