Commit Graph

  • df9d96054c correct error for intel compiler Robert Ramey 2004-07-22 15:50:16 +00:00
  • 40a44d6810 cleanup and improved portability Robert Ramey 2004-07-20 20:41:19 +00:00
  • b6dee6532e Fixed postfix increment for incrementable and single-pass iterator facade Dave Abrahams 2004-07-12 03:18:49 +00:00
  • 700efc2873 initial checkin Robert Ramey 2004-07-11 01:26:33 +00:00
  • ec1d526862 stricter check in is_partial_std_allocator Joaquín M. López Muñoz 2004-06-09 13:58:56 +00:00
  • f20d50a741 renamed to allocator_utilities.hpp Joaquín M. López Muñoz 2004-06-09 10:18:28 +00:00
  • 165c7e29fa was allocator.hpp Joaquín M. López Muñoz 2004-06-09 10:17:41 +00:00
  • acea9bf9fa fixed include guard clash with boost/regex/config/allocator.hpp Joaquín M. López Muñoz 2004-06-02 15:54:10 +00:00
  • fc82a4b926 moved from boost/multi_index/detail Joaquín M. López Muñoz 2004-06-02 14:35:30 +00:00
  • fefc312df8 Moved detail/allocator.hpp into regex directory. John Maddock 2004-05-28 12:21:44 +00:00
  • 42bfb20e4b new license reference Gennaro Prota 2004-05-16 09:17:55 +00:00
  • 19cd8815b6 added Borland workaround Gennaro Prota 2004-05-09 08:58:03 +00:00
  • a00196977f initial commit Joaquín M. López Muñoz 2004-05-07 10:44:23 +00:00
  • 5f07eb294f new file (needed by dynamic_bitset) Gennaro Prota 2004-04-18 09:15:08 +00:00
  • 11f2862f05 This commit was manufactured by cvs2svn to create branch 'function_signature_patches_1_31'. svn-branches/function_signature_patches_1_31 nobody 2004-04-13 12:19:16 +00:00
  • d5eea558c0 This commit was manufactured by cvs2svn to create tag 'minmax'. svn-tags/minmax nobody 2004-02-26 10:35:28 +00:00
  • 09cd98ec0c This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_31_0'. svn-tags/merged_to_RC_1_31_0 nobody 2004-02-23 07:33:35 +00:00
  • 9725c1beab This commit was manufactured by cvs2svn to create tag 'Version_1_31_0'. boost-1.31.0 nobody 2004-02-04 15:24:32 +00:00
  • 706d654ebc This commit was manufactured by cvs2svn to create branch 'mplbook'. svn-branches/mplbook nobody 2004-01-19 20:45:34 +00:00
  • 642baa6780 merged from trunk svn-branches/RC_1_31_0 Dave Abrahams 2004-01-13 19:19:35 +00:00
  • 2fe7fd95d2 Kill off outer cv-stripping of Dereferenceable Dave Abrahams 2004-01-13 19:18:42 +00:00
  • b1861b8798 merged from trunk Dave Abrahams 2004-01-11 00:35:03 +00:00
  • 0096bf2291 Updated pointee and indirect_reference so that pointee represents the immutability of the pointed-to type via const qualification. The pointee of a proxy-based iterator will be const qualified unless a mutable reference to the value_type can be bound to the returned proxy. Dave Abrahams 2004-01-11 00:03:09 +00:00
  • a83263748d This commit was manufactured by cvs2svn to create branch 'RC_1_31_0'. nobody 2004-01-06 17:35:37 +00:00
  • 9ab05a600a Added traits: Dave Abrahams 2004-01-06 17:35:36 +00:00
  • d63a8f0f54 This commit was manufactured by cvs2svn to create branch 'RC_1_31_0'. nobody 2003-12-30 12:10:04 +00:00
  • 1fbad0fe2c Added missing <assert.h> include. John Maddock 2003-12-29 13:42:25 +00:00
  • 1fa91744d4 _MSC_VER use clarified. Peter Dimov 2003-11-28 15:35:21 +00:00
  • 8715141657 Renamed boost::empty to boost::blank. Eric Friedman 2003-11-05 02:35:12 +00:00
  • d562044910 Handle non-lvalue iterators properly Dave Abrahams 2003-11-02 05:37:38 +00:00
  • 187c393d0c Updated licence John Maddock 2003-10-09 10:18:17 +00:00
  • 61ab827c49 Boost.Signals now uses the official Boost license Douglas Gregor 2003-10-01 04:34:38 +00:00
  • 9223a385a6 Bugfix from Thorsten Ottosen <nesotto-at-cs.auc.dk> Dave Abrahams 2003-09-25 19:30:53 +00:00
  • f7d6abb21e Removed unnecessary workaround. Eric Friedman 2003-09-14 20:39:21 +00:00
  • b2de7f6888 Minor fix. Eric Friedman 2003-09-13 21:01:44 +00:00
  • 5d116e0057 Change license message to reference Boost Software License Beman Dawes 2003-09-12 17:09:29 +00:00
  • d536934458 Added nested typedefs in iterator_traits<int> for ETI cutoff Dave Abrahams 2003-09-04 21:14:27 +00:00
  • 4cbe12240a Removed inappropriate has_nothrow_constructor specialization. Eric Friedman 2003-09-01 07:52:51 +00:00
  • 190b0bf58b Added type_traits specializations. Eric Friedman 2003-09-01 07:51:13 +00:00
  • 463f382482 Moved reference_content to boost/detail from variant/detail. Eric Friedman 2003-08-31 01:59:15 +00:00
  • b3edcaebb3 Remove flotsam #includes Dave Abrahams 2003-08-29 12:12:08 +00:00
  • 665f18d2b7 Removed code-breaking change from boost/detail/iterator.hpp and corresponding workarounds from tests. Dave Abrahams 2003-08-28 20:18:51 +00:00
  • 092c5f5b52 Moved to much cleaner system of using BOOST_TT_BROKEN_COMPILER_SPEC for handling vc6/7 deficiencies with iterator_traits. Dave Abrahams 2003-08-28 16:52:02 +00:00
  • f01d63f8f7 This commit was manufactured by cvs2svn to create tag 'Version_1_30_2'. boost-1.30.2 nobody 2003-08-18 18:40:31 +00:00
  • c713481fcf This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_30_0'. svn-tags/merged_to_RC_1_30_0 nobody 2003-08-16 01:05:44 +00:00
  • c37ba154be This commit was manufactured by cvs2svn to create tag 'Version_1_30_1'. boost-1.30.1 nobody 2003-08-04 17:55:29 +00:00
  • e7570a1aa0 This commit was manufactured by cvs2svn to create tag 'RC_1_30_2'. boost-1.30.2-rc1 nobody 2003-08-04 17:55:28 +00:00
  • f980329354 Use BOOST_NO_STD_LOCALE to detect when needed. Eric Friedman 2003-07-28 14:22:47 +00:00
  • ac460707c9 Added BOOST_TEMPLATED_STREAM_* helper macros. Eric Friedman 2003-07-26 04:26:58 +00:00
  • 7e4ad9c654 added needed include of <new> John Maddock 2003-07-06 10:52:06 +00:00
  • 11adf72ff6 -Wundef fixes. Peter Dimov 2003-06-12 17:09:24 +00:00
  • 8f3f021132 This commit was manufactured by cvs2svn to create branch 'mpl_v2_2'. svn-branches/mpl_v2_2 nobody 2003-06-05 05:15:05 +00:00
  • 7a092ba5f9 Added tentative fix for sunpro John Maddock 2003-05-29 11:18:35 +00:00
  • ab34b61206 removed superfluous spaces Gennaro Prota 2003-04-16 22:55:23 +00:00
  • b0b37ef724 "envelope" for non-type template parameters (useful to workaround compiler bugs) Gennaro Prota 2003-04-16 22:51:39 +00:00
  • 69c7068028 Small changes to support new iterator adaptors in sandbox Dave Abrahams 2003-04-09 11:57:59 +00:00
  • a8ba4779cc This commit was manufactured by cvs2svn to create tag 'Version_1_30_0'. boost-1.30.0 nobody 2003-03-20 02:53:48 +00:00
  • 1cadc9c575 This commit was manufactured by cvs2svn to create branch 'RC_1_30_0'. svn-branches/RC_1_30_0 nobody 2003-03-01 19:43:06 +00:00
  • 124be84389 Fixes for Comeau with Borland as backend. Peter Dimov 2003-02-22 13:40:23 +00:00
  • 0caf4bb53e Made the default page size 512 (g++ 2.96 on Red Hat 7.2 dislikes 496.) Peter Dimov 2003-02-07 19:06:28 +00:00
  • 7f668adbcd Added BOOST_QA_PAGE_SIZE. Peter Dimov 2003-02-07 18:43:48 +00:00
  • d6fbac9ba7 Quick_allocator updates. Peter Dimov 2003-02-07 15:08:52 +00:00
  • 8f71074339 Dave's quick_allocator added, #define BOOST_SP_USE_QUICK_ALLOCATOR to make shared_ptr use it. Peter Dimov 2003-01-30 14:20:22 +00:00
  • 1f52127735 Fixed macro usage John Maddock 2003-01-05 12:12:39 +00:00
  • 48507564a9 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +00:00
  • 8d549f45fd Workarounds for broken RogueWave lib that comes with Sun Dave Abrahams 2002-12-04 15:52:33 +00:00
  • c1f144e5d4 Major changes to shared_ptr and weak_ptr Peter Dimov 2002-11-18 14:37:02 +00:00
  • 53ba30e0c9 add missing #include Dave Abrahams 2002-11-09 02:39:38 +00:00
  • 9aead1823b More fixes, better error messages, etc. Dave Abrahams 2002-11-09 02:37:54 +00:00
  • c14ee17601 Final patches for MSVC6 Dave Abrahams 2002-11-08 17:23:06 +00:00
  • 2bca71488b Works with MSVC and Intel5 now. Thanks, Aleksey!! Dave Abrahams 2002-11-08 17:08:17 +00:00
  • 1f335d30ba Cleanups on boost::iterator_traits<> Broke MSVC though :( Dave Abrahams 2002-11-08 06:57:31 +00:00
  • 6cb9175369 This commit was manufactured by cvs2svn to create tag 'Version_1_29_0'. boost-1.29.0 nobody 2002-10-11 15:17:55 +00:00
  • 2fc7724335 This commit was manufactured by cvs2svn to create tag 'boost_python_llnl_'. svn-tags/boost_python_llnl_ nobody 2002-09-28 13:27:01 +00:00
  • 44f298c283 This commit was manufactured by cvs2svn to create branch 'RC_1_29_0'. svn-branches/RC_1_29_0 nobody 2002-09-19 20:49:39 +00:00
  • a38297a6cc Borland fix Aleksey Gurtovoy 2002-09-16 04:10:29 +00:00
  • 72ca3d7d9f Switched to <boost/detail/lightweight_test.hpp> for testing. Peter Dimov 2002-08-16 16:41:16 +00:00
  • 2ed4dafddc This commit was manufactured by cvs2svn to create branch 'python-v2-dev'. svn-branches/python-v2-dev nobody 2002-08-12 13:35:54 +00:00
  • 28432648e0 Fix unversioned VC++ checks Dave Abrahams 2002-07-13 12:26:19 +00:00
  • e69140d3f3 Workaround BOOST_MSVC_STD_ITERATOR misconfiguration; add MSVC6 specificity Dave Abrahams 2002-05-28 20:25:51 +00:00
  • 00f6a9751a Fixed buggy variable usage. John Maddock 2002-05-23 11:41:44 +00:00
  • 9663499093 Added Boost.Signals library Douglas Gregor 2002-05-17 15:28:22 +00:00
  • e7c3036c12 This commit was manufactured by cvs2svn to create tag 'Version_1_28_0'. boost-1.28.0 nobody 2002-05-16 13:26:18 +00:00
  • c41e4a9894 This commit was manufactured by cvs2svn to create branch 'RC_1_28_0'. svn-branches/RC_1_28_0 nobody 2002-05-10 04:34:27 +00:00
  • d9d6a970cf add BOOST_NO_CPP_MAIN_SUCCESS_MESSAGE Beman Dawes 2002-05-07 15:15:30 +00:00
  • 5efbcbea28 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 +00:00
  • 01448d3373 Added missing include guards. John Maddock 2002-04-01 11:47:54 +00:00
  • c533e9e42a This commit was manufactured by cvs2svn to create branch 'compiler_supported_error_messages'. svn-branches/compiler_supported_error_messages nobody 2002-03-22 12:16:42 +00:00
  • 764b7fe548 This commit was manufactured by cvs2svn to create tag 'perforce_2_4_merge_1'. svn-tags/perforce_2_4_merge_1 nobody 2002-03-06 14:13:30 +00:00
  • 15a5375b14 Added support for compilers with no exception handling support. John Maddock 2002-02-08 12:44:43 +00:00
  • 5cddd719ec This commit was manufactured by cvs2svn to create tag 'Version_1_27_0'. boost-1.27.0 nobody 2002-02-07 13:33:59 +00:00
  • fccbb47f11 This commit was manufactured by cvs2svn to create branch 'RC_1_27_0'. svn-branches/RC_1_27_0 nobody 2002-02-06 03:32:50 +00:00
  • 09e0b2e072 inserted: missing typename (EDG 245 diagnostics) Ralf W. Grosse-Kunstleve 2002-01-22 00:35:37 +00:00
  • 08e37c5ccc initial checkin Dave Abrahams 2002-01-21 00:49:14 +00:00
  • 19201a4bb9 Cleared out bogus flotsam Dave Abrahams 2002-01-19 02:21:24 +00:00
  • ee15899592 This commit was manufactured by cvs2svn to create tag 'Version_1_26_0'. boost-1.26.0 nobody 2001-11-30 18:24:42 +00:00
  • 528fb22617 * Changed BOOST_RE_THREADS to BOOST_HAS_THREADS, * Updated allocator code to use SGI node based allocator when available. John Maddock 2001-11-30 11:58:04 +00:00
  • a37b1b4516 This commit was manufactured by cvs2svn to create tag 'Version_1_25_1_BGL'. boost-1.25.1-bgl nobody 2001-11-08 17:13:50 +00:00
  • 2c8603f8ca This commit was manufactured by cvs2svn to create tag 'Version_1_25_1'. boost-1.25.1 nobody 2001-11-07 10:35:13 +00:00
  • 71790af7f6 Changed name of "bind" to "select" to avoid problems with MSVC. Dave Abrahams 2001-10-04 19:56:07 +00:00