Commit Graph

  • 224e97fbb6 Fixed support for C++ Builder 5 + STLport. John Maddock 2002-07-16 11:18:02 +0000
  • bc1b510b18 Rip out mistaken "fix" based on John Maddock's advice Dave Abrahams 2002-07-14 11:47:42 +0000
  • 99b01de780 Fix unversioned VC++ checks Dave Abrahams 2002-07-13 12:26:19 +0000
  • 873f5745a6 Improve BOOST_COMPILER Beman Dawes 2002-07-12 21:41:55 +0000
  • f6c78ce85d 8.1 increment Beman Dawes 2002-07-12 19:58:26 +0000
  • 8f83b72cfb Last tested version is 1310. Peter Dimov 2002-07-12 18:24:15 +0000
  • 2fbcada958 Add specializations for __int64 and unsigned __int64 for MSVC6 Dave Abrahams 2002-07-11 20:30:32 +0000
  • b79fe524db Added needed BOOST_NO_TEMPLATE_TEMPLATES option. John Maddock 2002-07-11 10:38:21 +0000
  • 2f2fe38142 Added detection for exception and long long support. John Maddock 2002-07-07 10:44:08 +0000
  • a02e3a0b7e Commited patch from "Lars Gullik Bjønnes" <larsbj@lyx.org> Dave Abrahams 2002-07-02 12:59:37 +0000
  • 17dcb7eabb Fix mistaken config changes Dave Abrahams 2002-06-29 18:31:27 +0000
  • 388bf56907 8.0 further update Beman Dawes 2002-06-28 00:27:02 +0000
  • 739a468531 add 8.0 Beman Dawes 2002-06-28 00:06:47 +0000
  • 03affa0d41 Use if __MACH__ instead of ifdef __MACH__ Darin Adler 2002-06-06 13:53:49 +0000
  • a2e706b74a Updated docs on BOOST_MSVC_ITERATOR John Maddock 2002-05-24 11:08:36 +0000
  • d0e59f4b09 Removed msvc-iterator flag John Maddock 2002-05-24 11:07:09 +0000
  • 52a0dc9a14 Hopefully fixed Intel C++ on linux by adding BOOST_NO_STDC_NAMESPACE (the C++ headers for this compiler seem to do an incomplete job of importing C functions into std:: as per usual). John Maddock 2002-05-23 11:41:10 +0000
  • edc44fc45d remove bogus BOOST_NO_INCLASS_MEMBER_INITIALIZATION Dave Abrahams 2002-05-21 13:09:25 +0000
  • 234c93f760 Re-enabled BOOST_MSVC_STD_ITERATOR for VC+STLport (seems to work now). John Maddock 2002-05-20 11:44:31 +0000
  • d88a4e5f15 Several new config macros added. John Maddock 2002-05-20 11:28:22 +0000
  • 71bb9dcb7e don't give an error or warning with gcc 3.2 (current gcc main branch) Jens Maurer 2002-05-20 10:53:04 +0000
  • c039069703 add comment for BOOST_BIG_ENDIAN etc. Jens Maurer 2002-05-20 10:50:04 +0000
  • a10341d270 Added new config options - not yet quite finished - test cases to come. John Maddock 2002-05-18 11:31:51 +0000
  • b6045d7e4a 1.29.0 Beman Dawes 2002-05-16 18:07:26 +0000
  • d8cfcaf517 Merged from RC_1_28_0 Dave Abrahams 2002-05-16 00:56:42 +0000
  • b44b6d5082 Removed reference to BOOST_HAS_LONG_LONG (doesn't work yet). John Maddock 2002-05-11 10:58:12 +0000
  • 8dfc8e3813 Removed tabs, fixed end of files. John Maddock 2002-05-10 11:35:38 +0000
  • d1c3bf73de Added user-config macro BOOST_DISABLE_WIN32 (also set in the compiler 's strict mode). Modified Boost source not to use Win32 specific extentions in the presence of BOOST_DISABLE_WIN32. John Maddock 2002-05-09 11:40:52 +0000
  • 697f09e480 Moved config_info.cpp and the config docs into synch. John Maddock 2002-05-07 11:40:13 +0000
  • 9e02db296c Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type. Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64 where appropriate to do so. John Maddock 2002-05-07 11:24:29 +0000
  • 6b5a580456 Patched so that the code now compilers with VC6 John Maddock 2002-05-05 11:00:28 +0000
  • 33badb1465 Borland C++ Builder 6 fixes John Maddock 2002-05-04 10:55:15 +0000
  • 40652fd38b Como on linux fix - sets BOOST_NO_STDC_NAMESPACE John Maddock 2002-05-04 10:51:33 +0000
  • 8b19f71d8b Added some more fixes for calling config script from an alien directory John Maddock 2002-04-25 11:57:48 +0000
  • 529cd10632 Added --with-boost=DIR option John Maddock 2002-04-24 11:31:31 +0000
  • 9bbd6ebd4e SunCC <= 5.2 does not do partial specialization sufficiently well Jens Maurer 2002-04-23 19:55:47 +0000
  • 86fdd6b8b7 Fixes for Comeau strict mode on Windows Peter Dimov 2002-04-22 21:17:42 +0000
  • 125d0a3960 Preliminary 7.01 support Peter Dimov 2002-04-22 09:36:25 +0000
  • 2b3a97d877 tweeks for C++ Builder 6 John Maddock 2002-04-14 11:41:54 +0000
  • 1c7875b8f3 Replace BOOST_NO_EXCEPTIONS support which had got lost in the last checkin. John Maddock 2002-04-03 10:29:32 +0000
  • f60564c3fc BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when BOOST_NO_LIMITS is defined Jens Maurer 2002-04-01 18:57:43 +0000
  • e9a05a8e99 Added BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS workaround. John Maddock 2002-03-28 12:45:03 +0000
  • 77408f35fa Added new amiga config. John Maddock 2002-03-28 12:44:12 +0000
  • 6c739c164c Added amiga config. John Maddock 2002-03-28 12:43:38 +0000
  • 9689b13885 Fixes for use with older dinkum libraries Dave Abrahams 2002-03-14 05:08:55 +0000
  • 32b9a941eb Fix copyright message Beman Dawes 2002-03-13 01:34:11 +0000
  • 98c7b04e09 fixed incorrect #warning directive Aleksey Gurtovoy 2002-03-11 01:23:15 +0000
  • 8e4cc7303b Updated description John Maddock 2002-03-03 11:38:18 +0000
  • 70bbd4f23e Updated BOOST_NO_USING_TEMPLATE docs. John Maddock 2002-03-03 11:36:31 +0000
  • 6018d270bc Fixed selection of BOOST_NO_STDC_NAMESPACE on bcb6 John Maddock 2002-03-03 11:33:14 +0000
  • 7e7c15a4cc add "long double" overloads of min/max for MSVC to avoid choosing the "long" overloads for floating-point numbers Jens Maurer 2002-03-03 10:03:00 +0000
  • 69ad1282a3 Added some RT and thread API selection options which otherwise auto-detected. John Maddock 2002-03-01 12:24:20 +0000
  • a62b71e0f7 Turned on threading support. John Maddock 2002-03-01 12:23:40 +0000
  • e21b6658c9 Applying Patch from "Ed James-Beckham" <edjboost@yahoo.com> Dave Abrahams 2002-02-26 13:10:28 +0000
  • bd52ac9181 #undef min/max for MinGW if neccessary Dave Abrahams 2002-02-24 02:35:55 +0000
  • 57743254f6 Moved como entry up the list so that como+borland works now. John Maddock 2002-02-23 12:57:54 +0000
  • 8d9d0c50da Defined BOOST_NO_STDC_NAMESPACE for VC6 (or compatible) compiler with updated Dinkumware lib. John Maddock 2002-02-21 11:34:11 +0000
  • 10f4ccdeb5 Added more (and better) docs for BOOST_NO_EXCEPTIONS John Maddock 2002-02-13 12:29:31 +0000
  • 2e8d7faec6 OST_NO_INCLASS_MEMBER_INITIALIZATION Lie-Quan Lee 2002-02-12 22:34:28 +0000
  • 43130a3d85 FreeBSD 3.x has pthreads support, but _POSIX_THREADS isn't defined by <unistd.h> Douglas Gregor 2002-02-09 15:02:48 +0000
  • 77c2b1f807 FreeBSD 3.x has <hl_types.h> Douglas Gregor 2002-02-09 14:55:37 +0000
  • bdf2ddfb26 Added support for BOOST_NO_EXCEPTIONS John Maddock 2002-02-08 12:42:59 +0000
  • 4091f8c54f Added BOOST_NO_EXCEPTIONS support John Maddock 2002-02-08 12:39:21 +0000
  • a42bc25797 1.27.0 runup Beman Dawes 2002-02-05 18:37:22 +0000
  • 95579505ba Linux has pthread_mutexattr_settype with _XOPEN_VERSION == 500 Douglas Gregor 2002-02-05 15:59:48 +0000
  • dfdd6c27c0 Regenerated Douglas Gregor 2002-02-03 15:12:29 +0000
  • 466f871557 Fix small HTML problems. Darin Adler 2002-02-02 19:05:15 +0000
  • 577d925828 New smart pointer documentation. Related clean-up of the smart pointer library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates. Darin Adler 2002-02-02 18:36:12 +0000
  • d4cb507015 Undone previous mistaken fix. John Maddock 2002-02-02 12:16:25 +0000
  • 82c4ce106f Added BOOST_NO_VOID_RETURNS to ensure bind/function code works. John Maddock 2002-02-02 11:56:07 +0000
  • c556aa4e2d Improved GCC 2.95 compatibility. Now works with MinGW 1.1 Dave Abrahams 2002-01-30 20:02:44 +0000
  • b73d7be5f1 boost_no_priv_aggregate.cxx: - Make dummy function uncallable (added to silence GCC warning) Douglas Gregor 2002-01-29 13:48:02 +0000
  • ed54a93299 Added BOOST_NO_CTYPE_FUNCTIONS fix for gcc 3.x John Maddock 2002-01-29 12:56:11 +0000
  • 0483b05a98 Silence a warning from GCC Douglas Gregor 2002-01-27 18:00:20 +0000
  • b9cd52c6a2 Added Mac Carbon implementation to Boost.Threads. William E. Kempf 2002-01-24 16:32:23 +0000
  • 78793dd2ba update version comment Douglas Gregor 2002-01-24 13:33:11 +0000
  • 810fea3ae9 gcc.hpp: - Bump GCC version accepted to 3.1 Douglas Gregor 2002-01-24 13:31:39 +0000
  • 3cc12ab7e0 smart_ptr.hpp less<> fixed, partial specialization enabled on Sun 5.3 Peter Dimov 2002-01-17 12:46:45 +0000
  • 5dcc786a6d Stripped tabs from source files John Maddock 2002-01-17 12:46:26 +0000
  • ae5fdbe5f4 7.1 Beman Dawes 2001-12-24 14:40:17 +0000
  • 1a8c1dda68 void returns not supported on EDG <= 2.40 (Ralf W. Grosse-Kunstleve) Jens Maurer 2001-12-16 16:31:20 +0000
  • 2a53a7458e backout #define BOOST_NO_STRINGSTREAM - later versions of 2.9x supply it Beman Dawes 2001-12-13 16:24:31 +0000
  • cf0493ff14 add BOOST_NO_STRINGSTREAM Beman Dawes 2001-12-12 02:14:12 +0000
  • 6a41c69ad6 Fixed locale support macro definitions Dave Abrahams 2001-12-03 14:35:11 +0000
  • cdd885bc28 avoid "unused variable" warnings Jens Maurer 2001-12-02 19:58:06 +0000
  • 63dc3c2a64 Metrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex regex test Jamfile updates so that some tests will actually run warning suppression for condition.cpp Dave Abrahams 2001-12-02 17:43:45 +0000
  • ebc6c751ac Defined BOOST_NO_VOID_RETURNS in MSVC 6 mode. Peter Dimov 2001-12-01 13:19:05 +0000
  • 5435b76457 release Beman Dawes 2001-11-30 18:03:58 +0000
  • 3b5fa98ad0 print BOOST_NO_DEPENDENT_NESTED_DERIVATIONS Jens Maurer 2001-11-22 22:16:11 +0000
  • 59dd992f5f better adjustment of compiler workarounds Jens Maurer 2001-11-22 22:07:47 +0000
  • 84c8b8180f print BOOST_NESTED_TEMPLATE Jens Maurer 2001-11-22 21:53:47 +0000
  • 906226607b adjust for version A.03.33 Jens Maurer 2001-11-22 21:45:17 +0000
  • 7b623f0998 change tabs to spaces Jens Maurer 2001-11-19 22:13:04 +0000
  • 5390cbc736 Updated to prevent failures on Metrowerks compiler. John Maddock 2001-11-11 11:55:51 +0000
  • 279fff7821 Updated to prevent warnings when BOOST_HAS_WINTHREADS is defined. John Maddock 2001-11-10 12:14:59 +0000
  • 96026e7152 Remove assumption that the compiler is always in multithreaded mode. Instead, figure out when the library is in multithreaded mode, by looking at _MWMT. Darin Adler 2001-11-08 16:17:28 +0000
  • 0a31cf05f6 Indicate the CodeWarrior is always in "multi-threaded mode". Darin Adler 2001-11-08 06:21:39 +0000
  • cdb0120c91 Added explicit qualifiers to mem_fun calls, as workaround for broken std libs that don't put code in namespace std. John Maddock 2001-11-07 12:36:55 +0000
  • 817241d9c9 changed ordering to get VC++ pragma's (truncation) before <utility> gets included (in select_stdlib_config.hpp) Jeremy Siek 2001-11-06 16:56:22 +0000
  • ec39a3ca36 removed define of BOOST_NO_INCLASS_MEMBER_INITIALIZATION (tipped by Jens Maurer) Toon Knapen 2001-11-06 12:06:58 +0000