Commit Graph

  • 44d1e083e8 test library rename Gennadiy Rozental 2003-02-15 21:59:54 +0000
  • 0a24a02b94 undef didn't work Beman Dawes 2003-02-13 22:34:23 +0000
  • adbd58188c Added BOOST_HAS_SIGACTION John Maddock 2003-02-13 12:28:49 +0000
  • c90afc4022 standarize version message format so status reporting finds it Beman Dawes 2003-02-12 20:41:55 +0000
  • 9d6d544940 undef BOOST_COMPILER_VERSION Beman Dawes 2003-02-12 20:32:35 +0000
  • 2a0358cb5f Added copyright statement Björn Karlsson 2003-02-04 15:02:15 +0000
  • ded9a55c2d Untabified Björn Karlsson 2003-02-04 15:01:48 +0000
  • 39d0339f38 detect single-threaded builds for MinGW Dave Abrahams 2003-01-30 18:13:55 +0000
  • 8c654b6131 bugfix Dave Abrahams 2003-01-29 20:28:46 +0000
  • ddd1594f79 Reverted to previous hopefully good version John Maddock 2003-01-25 11:56:53 +0000
  • 598573bd19 Add -AA option for aCC Dave Abrahams 2003-01-24 13:58:57 +0000
  • b0aa8f3c2c Disabled threading support when _POSIX_THREADS is not set John Maddock 2003-01-24 12:44:33 +0000
  • e4171501b5 Moved platform specific HP options into platform config and out of the compiler config (these options need to be set for gcc as well as for HP aCC for example). John Maddock 2003-01-23 12:33:29 +0000
  • 609a9b1721 Update config to match configure results Dave Abrahams 2003-01-21 14:04:09 +0000
  • 10b23200bb Add -AA option to aCC so that we get accurate info Dave Abrahams 2003-01-21 13:41:00 +0000
  • e457f90dfa Enabled pthread support for OpenBSD John Maddock 2003-01-18 11:30:51 +0000
  • 659d73e807 loosened feature detection: previous change was too tight. John Maddock 2003-01-12 11:37:53 +0000
  • 1789378a6e fix broken links Beman Dawes 2003-01-09 12:30:58 +0000
  • c2f2333c2d config_info now prints BOOST_DEDUCED_TYPENAME Jamfile and generator program now uses compile-fail tests John Maddock 2003-01-04 12:55:01 +0000
  • 043ada7c08 Fixed cygwin config to cope with new stricter POSIX feature detection Modified dinkumware config to not set BOOST_NO_STD_ALLOCATOR when the compiler is not MSVC. John Maddock 2003-01-04 12:53:08 +0000
  • 18e4652814 Patch for missing long long numeric limits. Dave Abrahams 2003-01-03 15:16:30 +0000
  • 7c7da1d09a Use __VERSION__ for msg to pick up all 3 levels Beman Dawes 2003-01-01 19:19:57 +0000
  • ce94616f6e add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +0000
  • 783b6407c3 ++last known Beman Dawes 2002-12-23 19:49:22 +0000
  • bd3900cb28 1.30.0 prep Beman Dawes 2002-12-23 15:19:21 +0000
  • 6fc288a2cd rename Boost.test libraries Beman Dawes 2002-12-22 20:57:56 +0000
  • 21922c5b5b Added checks for _POSIX_C_SOURCE and _XOPEN_SOURCE John Maddock 2002-12-22 12:11:07 +0000
  • 5e5eaae566 add missing parens Dave Abrahams 2002-12-19 17:01:00 +0000
  • 3ada4c5873 MacOS fixes for Carbon builds John Maddock 2002-12-19 11:38:07 +0000
  • ff6bee14c8 doc fix Dave Abrahams 2002-12-19 04:29:53 +0000
  • 75d1036e2b Final version, I think. Includes BOOST_TESTED_AT error/warning mechanism for latest version tests. Dave Abrahams 2002-12-19 04:29:03 +0000
  • 941d72d8df Initial commit John Maddock 2002-12-13 11:14:29 +0000
  • 6b980a5a2d Fold in results of all recent discussions Dave Abrahams 2002-12-12 18:43:26 +0000
  • 430d235b4e Added BOOST_NO_UNREACHABLE_RETURN_DETECTION Dave Abrahams 2002-12-09 14:57:59 +0000
  • 3596eec09a Added BOOST_UNREACHABLE_RETURN workaround macro. John Maddock 2002-12-09 12:21:54 +0000
  • 555d41525d Add boost/config.hpp include Dave Abrahams 2002-12-06 19:17:42 +0000
  • eb0e48ba27 initial commit Dave Abrahams 2002-12-06 19:07:40 +0000
  • 09ab4bc87b Account for broken pthreads on HPUX Dave Abrahams 2002-12-04 17:58:12 +0000
  • 0c41779a38 added BOOST_NO_MEMBER_TEMPLATE_KEYWORD Dave Abrahams 2002-12-04 15:49:51 +0000
  • dd33b06231 update configuration for latest HP Dave Abrahams 2002-12-03 19:04:22 +0000
  • a7e89b0c67 removed defunct BOOST_DECL macro John Maddock 2002-11-15 12:57:13 +0000
  • 93c84f7657 Added new macros to config_info Updated configure script to log the results John Maddock 2002-11-15 11:46:26 +0000
  • 180d63457b Added new config macro test cases, removed old testing script (use bjam instead). John Maddock 2002-11-13 12:19:31 +0000
  • b09fd33660 BOOST_NO_EXCEPTIONS patch from Alberto Barbati <abarbati@iaanus.com> Dave Abrahams 2002-11-13 04:49:56 +0000
  • 2ca6ac7df2 Fix for vc7 Dave Abrahams 2002-11-12 03:18:20 +0000
  • ea44ab1401 Added BOOST_HAS_NRVO Daniel Frey 2002-11-12 00:18:26 +0000
  • 0ec58eab08 Added BOOST_STD_EXTENTION_NAMESPACE docs. John Maddock 2002-11-11 12:14:04 +0000
  • 3c3999d851 fixed mis-spelled BOOST_NO_CWCTYPE John Maddock 2002-11-11 12:12:55 +0000
  • 49ab0b66d5 Added BOOST_DINKUMWARE_STDLIB macro John Maddock 2002-11-09 11:54:05 +0000
  • 14bbe68053 BOOST_DEDUCED_TYPENAME Dave Abrahams 2002-11-07 14:01:16 +0000
  • f217166b21 BOOST_DEDUCED_TYPENAME Dave Abrahams 2002-11-07 01:11:13 +0000
  • 48b23b5064 No member template friends in 8.x Dave Abrahams 2002-11-06 19:40:16 +0000
  • f0ab8c6d41 Daniel Frey's NRVO patches Dave Abrahams 2002-11-04 01:59:32 +0000
  • 49e2972952 Update for Sun Workshop 7 Dave Abrahams 2002-11-01 02:41:01 +0000
  • 253bd15cf1 Fix standard C library check so it will work with CodeWarrior Pro 8. Darin Adler 2002-10-23 23:32:38 +0000
  • f72495d8b5 Moved Dinkumware lib detection further down the list, so that it doesn't get confused with any possible replacements. John Maddock 2002-10-23 11:02:04 +0000
  • 7302ec29fe Merged changes from RC_1_29_0. John Maddock 2002-10-21 11:05:10 +0000
  • 9ec9927674 Merged changes from the RC_1_29_0 branch. John Maddock 2002-10-21 11:03:05 +0000
  • e1504cfb2e BOOST_NO_TEMPLATE_TEMPLATES fix Aleksey Gurtovoy 2002-09-30 05:25:45 +0000
  • c980eca229 undo incorrect BOOST_STRICT_CONFIG changes Aleksey Gurtovoy 2002-09-30 05:21:38 +0000
  • b0310d66ea undo incorrect BOOST_STRICT_CONFIG changes Aleksey Gurtovoy 2002-09-30 05:03:47 +0000
  • 397e88754d BOOST_STRICT_CONFIG fix Aleksey Gurtovoy 2002-09-30 04:47:03 +0000
  • 8c49d00328 Correct BOOST_NO_EXCEPTIONS for KAI Dave Abrahams 2002-09-17 17:37:31 +0000
  • 61cc49fd2f Move BOOST_NO_TEMPLATE_TEMPLATES check to edg_common Dave Abrahams 2002-09-17 01:00:31 +0000
  • 78dddbc032 Old EDG fixes Dave Abrahams 2002-09-17 00:49:09 +0000
  • f7ca700f8a No template template parameters for Intel 5.x Dave Abrahams 2002-09-16 20:09:04 +0000
  • a37bdd82b5 Updated last vacpp version number John Maddock 2002-09-16 11:52:30 +0000
  • 1ac93b8c1a fix: changed ULONG_LONG_MIN to ULONGLONG_MIN Björn Karlsson 2002-09-16 11:00:55 +0000
  • beeb65b38d vc6 fix Dave Abrahams 2002-09-15 19:28:13 +0000
  • d3a4cda4c0 Made changes to work with new boost.test library. Added separate Jamfile John Maddock 2002-09-13 11:44:40 +0000
  • d3cc222fe9 VC7 has no numeric_limits<__int64> specialisation John Maddock 2002-09-08 11:31:56 +0000
  • 5241fbdd13 Fixed def of mumeric_limits<unsigned long long>::digits John Maddock 2002-09-08 11:31:17 +0000
  • 4000c1eeed Fixed Intel C++ fix (had previously mis-spelled __ICL) John Maddock 2002-09-07 10:45:47 +0000
  • 398a9b79f0 Tentative changes for Visual C++ .NET 2003 (Beta) John Maddock 2002-09-06 10:16:56 +0000
  • cb0286c416 Added BOOST_NO_STD_LOCALE for intel C++ on Dinkumware. Removed BOOST_HAS_STDINT_H for Borland on non-Win32 platforms John Maddock 2002-09-01 10:45:12 +0000
  • b99b9771c1 8.02 Beman Dawes 2002-08-30 12:47:29 +0000
  • e0d2db8a3d Misc Kylix fixes John Maddock 2002-08-25 11:57:37 +0000
  • d6a89e7d49 Added Kylix 3 support John Maddock 2002-08-22 11:50:39 +0000
  • 414d604f79 init commit Beman Dawes 2002-08-19 23:29:18 +0000
  • 3dfd72e3bc Added new config macros: BOOST_HAS_PARTIAL_STD_ALLOCATOR BOOST_NO_EXCEPTION_STD_NAMESPACE John Maddock 2002-08-13 11:52:06 +0000
  • 9a536e3f28 Fix for platforms (MINGW 2.95.2) where only one of ULLONG_MAX and ULLONG_MIN are defined. Dave Abrahams 2002-08-06 22:32:37 +0000
  • 7c8d4f23ce clear un/signed warnings Beman Dawes 2002-08-05 11:16:14 +0000
  • 93a28fab3b Corrected Typo in BOOST_NO_STD_WSTREAMBUF John Maddock 2002-07-31 11:23:53 +0000
  • 51aac5ee14 Tidied up #if John Maddock 2002-07-31 11:23:01 +0000
  • ec0bf8e76a Added BOOST_NO_STD_WSTREAMBUF to GNU libstdc++3 config John Maddock 2002-07-28 11:06:51 +0000
  • f591b2901f Added some more EDG compiler macros John Maddock 2002-07-28 11:01:28 +0000
  • 392bbe5700 Updated dinkumware config: should work for Intel C++ now. John Maddock 2002-07-27 11:43:45 +0000
  • 81097e309e Stripped tabs from files. John Maddock 2002-07-26 11:17:37 +0000
  • 0c1888c352 GCC 2.95.x fixes Dave Abrahams 2002-07-24 16:07:41 +0000
  • 053c1fb45f Removed several spurious ";" to quiet warnings Beman Dawes 2002-07-23 20:47:35 +0000
  • 56c052de56 Better version identification Beman Dawes 2002-07-23 19:47:15 +0000
  • 23308946c7 Added documentation for new config macros: BOOST_NO_MS_INT64_NUMERIC_LIMTS BOOST_NO_LONG LONG_NUMERIC_LIMTS BOOST_NO_STD_WSTREAM Added new macros to config_info.cpp program. John Maddock 2002-07-22 11:23:24 +0000
  • 3168ad683a Added __int64 and long long tests. John Maddock 2002-07-22 11:01:23 +0000
  • 3a70564582 Added specialisations for __int64 and long long where these are missing. John Maddock 2002-07-22 11:00:20 +0000
  • 06034f2281 Moved min/max overloads to win32.hpp from suffix.hpp John Maddock 2002-07-21 11:06:29 +0000
  • f1d6e86af9 Fixed VC6 warnings. John Maddock 2002-07-20 12:06:34 +0000
  • 5406c65596 Moved definition of NOMINMAX to win32.hpp John Maddock 2002-07-20 12:06:05 +0000
  • 5c7f8b9290 Added new config macros: BOOST_NO_STD_WSTREAMBUF BOOST_NO_LONG_LONG_NUMERIC_LIMITS BOOST_NO_MS_INT64_NUMERIC_LIMITS John Maddock 2002-07-18 11:10:04 +0000
  • 113cded49d Added new libcomo.hpp config header. Added new config macros: BOOST_NO_STD_WSTREAMBUF BOOST_NO_LONG_LONG_NUMERIC_LIMITS BOOST_NO_MS_INT64_NUMERIC_LIMITS John Maddock 2002-07-18 11:06:42 +0000
  • 08cf657ad4 Updated support for Borland C++ and STLport (again) Hopefully fixed support for platforms where STLport imports names from std:: to _STL:: John Maddock 2002-07-17 11:37:48 +0000