Commit Graph

  • 95ba7a4381 Use the import rule Dave Abrahams 2003-09-08 17:38:49 +0000
  • e92213431e Removed tie_example.cpp per Daniel's request Aleksey Gurtovoy 2003-09-03 05:24:48 +0000
  • 7dd7daee1b Removed obsolete references to utility/tie Daniel Frey 2003-09-01 21:04:26 +0000
  • 953cc46220 Removed code-breaking change from boost/detail/iterator.hpp and corresponding workarounds from tests. Dave Abrahams 2003-08-28 20:18:51 +0000
  • b5ae0ad86b 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 +0000
  • c86fcbf456 Fix for Metrowerks CW Daniel Frey 2003-08-16 01:05:43 +0000
  • 6ded8b9ad6 Initial revision. Ronald Garcia 2003-08-11 19:24:03 +0000
  • bb6a6272e1 Updated shared_container_iterator to use the new iterator adaptors library. Updated the documentation and examples as well to reflect the changes. Ronald Garcia 2003-08-11 16:29:47 +0000
  • 242634b3fc Added safe_bool_testable_test Daniel Frey 2003-07-30 21:33:37 +0000
  • 662cf14bf6 Initial version Daniel Frey 2003-07-30 21:32:19 +0000
  • fe3aaf62cd Undo overeager workarounding and safe_bool. Dave Abrahams 2003-07-30 12:41:10 +0000
  • cb189bd6be operators.hpp, operators_test.cpp - workaround for compilers not supporting the PP lib, many workarounds for another problem which may be our bug. Dave Abrahams 2003-07-30 01:11:14 +0000
  • f57c914b8f Preparation for delivering nicely-formatted error messages in Boost.Python. The major change is that, instead of being boost::function2<PyObject*,PyObject*,PyObject*>, py_function is now a runtime-polymorphic wrapper for compile-time polymorphic behavior (just like function) of our own which carries more information/behaviors. In particular, you can retrieve an array of c-strings describing the types in the function signature. Additionally, the minimum and maximum arity are stored in the py_function object instead of in the 'function' object which wraps it. Dave Abrahams 2003-07-22 00:06:41 +0000
  • 7cec198e14 Added missing algorithm include. Thomas Witt 2003-07-20 19:17:18 +0000
  • 52d3120528 Borland workaround Dave Abrahams 2003-07-16 19:10:34 +0000
  • f1aff5670c strict 2-phase ADL fixes. Dave Abrahams 2003-07-16 15:16:21 +0000
  • 632f682292 Satisfy assignable requirement for output iterators. Dave Abrahams 2003-07-16 14:30:47 +0000
  • d1d0d6b788 Fixed Intel 7 issue (reported by Daniel Frey) Peter Dimov 2003-07-16 10:53:06 +0000
  • 3bd833c8ff avoid default parameters for function templates, they confuse SunCC Jens Maurer 2003-07-13 18:59:08 +0000
  • 1ef77b0853 fix cut-and-paste problem with subproject path Jens Maurer 2003-07-12 09:37:36 +0000
  • 074007ab8c Get examples working, mostly. Some interface expansion for a few of the adaptors, allowing default construction of UnaryFunction and Predicate arguments when they are class types. Dave Abrahams 2003-07-12 04:15:13 +0000
  • c4b7aaf281 Move to new iterator adaptors Dave Abrahams 2003-07-11 22:18:58 +0000
  • 22b8494e9a Factored out separate utility/test Jamfile Dave Abrahams 2003-07-11 17:24:18 +0000
  • c1c8329403 Expanded base-from-member constructors to 10 arguments; did minor tweaks Daryle Walker 2003-06-15 01:16:49 +0000
  • 20a89040e1 -Wundef fixes. Peter Dimov 2003-06-12 17:09:24 +0000
  • 1c7a2a1476 IBM C++ support added. Peter Dimov 2003-05-28 13:45:58 +0000
  • 7c40cc0b63 Fixed bool_testable for compilers with BOOST_NO_OPERATORS_IN_NAMESPACE Daniel Frey 2003-05-23 23:09:21 +0000
  • 73a9e0d351 Intel support. Peter Dimov 2003-05-23 22:30:23 +0000
  • dc9856744a Fixed tests for bool_testable Daniel Frey 2003-05-23 00:18:57 +0000
  • 88f4e47550 Added bool_testable by Sam Partington Daniel Frey 2003-05-15 22:40:33 +0000
  • 1be04eeec5 Fix a bug in preprocessor usage Dave Abrahams 2003-04-11 06:56:52 +0000
  • 56acf9c325 Fixed shift-operators to respect BOOST_FORCE_SYMMETRIC_OPERATORS Daniel Frey 2003-02-26 21:26:57 +0000
  • c6e3957efc MPL names/directory structure refactoring Aleksey Gurtovoy 2003-02-25 23:11:41 +0000
  • 25e8284950 Qualified checked_delete calls to prevent ADL (reported by Daniel Frey) Peter Dimov 2003-02-25 13:00:22 +0000
  • 37a6537a5b fix metafunctions for MPL Dave Abrahams 2003-02-25 00:57:33 +0000
  • 80df1d8f12 split utility.hpp header Aleksey Gurtovoy 2003-02-17 06:20:57 +0000
  • 75afed7f17 Made operator()s const. Peter Dimov 2003-02-14 16:20:01 +0000
  • 1d7066aee1 __func__ is a predefined identifier, not a macro. Peter Dimov 2003-02-10 16:25:41 +0000
  • 12272a38d4 Initial Commit (was left out when the Optional Library was commited) Fernando Cacciola 2003-02-04 15:29:12 +0000
  • 04f901e52e fixed some typos Jeremy Siek 2003-01-27 19:14:18 +0000
  • fabfb31bf6 add value_init Beman Dawes 2003-01-09 13:26:13 +0000
  • 683701cd07 fix invalid bookmarks Beman Dawes 2003-01-09 13:03:37 +0000
  • 119c64be0b Workaround VC7 bug which strips const from nested classes Dave Abrahams 2003-01-08 17:21:10 +0000
  • d429c9a7d8 minor cleanup Beman Dawes 2002-12-27 16:58:27 +0000
  • 1e8216431b add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +0000
  • e45b2e2136 Doc link updated. Peter Dimov 2002-12-24 12:34:42 +0000
  • 9e6951009b Add /libs/lib-name to comment Beman Dawes 2002-12-23 02:43:12 +0000
  • a009a209f1 Use BOOST_WORKAROUND Dave Abrahams 2002-12-20 00:03:04 +0000
  • 97605056ed Added a note that throw_exception must not return (Beman Dawes) Peter Dimov 2002-12-02 12:12:42 +0000
  • 8fcfa33d33 Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1. Peter Dimov 2002-11-28 13:32:44 +0000
  • aa65e3da3b sort_by_value(std::list<std::string>& l) is not declared inline anymore to make it compile with vacpp Toon Knapen 2002-11-25 15:54:37 +0000
  • b4cfadb4d5 Metrowerks support (Bertolt Mildner) Peter Dimov 2002-11-15 19:44:18 +0000
  • 45a6249668 New BOOST_ASSERT, including documentation. Peter Dimov 2002-11-14 16:09:29 +0000
  • 1d601aef4d boost::throw_exception documentation added. Peter Dimov 2002-11-14 15:13:59 +0000
  • 32fb45eba9 checked_delete.hpp documentation added. Peter Dimov 2002-11-14 14:53:32 +0000
  • 2b7d10aceb BOOST_CURRENT_FUNCTION documentation added. Peter Dimov 2002-11-14 14:41:25 +0000
  • 5dc62711e1 Fix from Yitzhak Sapir <yitzhaks@actimize.com> Dave Abrahams 2002-11-11 19:50:05 +0000
  • 252c02aca0 Works with MSVC and Intel5 now. Thanks, Aleksey!! Dave Abrahams 2002-11-08 17:08:17 +0000
  • 9655beb7ba Cleanups on boost::iterator_traits<> Broke MSVC though :( Dave Abrahams 2002-11-08 06:57:31 +0000
  • f0ea53e77e rip out illegal semicolons Dave Abrahams 2002-11-06 18:20:38 +0000
  • 4755b42909 Daniel Frey's NRVO patches Dave Abrahams 2002-11-04 01:59:32 +0000
  • ef9af03c6c Changed typename to class; some libraries helpfully #define typename Peter Dimov 2002-10-23 13:55:18 +0000
  • 7439073cbf Merged from branch to trunk Björn Karlsson 2002-09-30 16:54:26 +0000
  • aff985a563 explicit "private" inheritance to avoid compiler warnings (MIPSpro) Ralf W. Grosse-Kunstleve 2002-09-17 21:06:32 +0000
  • db425222d5 mpl_v2 branch checkin Dave Abrahams 2002-09-11 05:35:41 +0000
  • e20af510f7 Initial Revision Ronald Garcia 2002-09-10 16:13:08 +0000
  • d8230c6a73 Added Shared Container Iterator adaptor to iterator adaptor library. Ronald Garcia 2002-09-05 14:05:29 +0000
  • f5690787bf Distinguish between VC++ versions Beman Dawes 2002-09-01 14:57:40 +0000
  • a4fd7b32dd Misc Kylix fixes John Maddock 2002-08-25 11:57:37 +0000
  • f4336ec693 fixed typo. Ronald Garcia 2002-08-12 20:47:54 +0000
  • 03d906976b Reduced probes from 10,000 to 1,000 to speed regression tests Beman Dawes 2002-08-12 15:05:23 +0000
  • 4ba6a96822 fix test_main signature Beman Dawes 2002-08-12 13:22:40 +0000
  • 1ea4140d56 Added tests for BOOST_NO_STD_ITERATOR_TRAITS John Maddock 2002-07-31 11:25:25 +0000
  • 351d4ecb15 Document policies() member of iterator_adaptor Douglas Gregor 2002-07-26 00:03:24 +0000
  • 7fbf84dcc6 BaseType -> Base in one more place Beman Dawes 2002-07-25 19:10:05 +0000
  • 3ff49b272d fixup Dave Abrahams 2002-07-25 14:16:54 +0000
  • 5b52e3d418 Fix doc based on Beman's feedback Dave Abrahams 2002-07-25 13:52:48 +0000
  • 8c0eb498d3 Fix unversioned VC++ checks Dave Abrahams 2002-07-13 12:26:19 +0000
  • 48a81ef7ea VC++ fixes Dave Abrahams 2002-07-13 12:22:51 +0000
  • f7610c9b26 fix link Dave Abrahams 2002-07-05 23:51:20 +0000
  • 1755eaf019 Merged from RC_1_28_0 Dave Abrahams 2002-05-16 00:56:42 +0000
  • 6b8b218efb Removed tabs, fixed end of files. John Maddock 2002-05-10 11:35:38 +0000
  • 333d79b345 Add index.html so automatic tools work correctly Beman Dawes 2002-05-07 19:23:05 +0000
  • f0fa436fe4 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
  • 13e6d78fa8 Fixes for Borland C++ Builder 6 John Maddock 2002-05-04 11:03:42 +0000
  • 7126ea2685 Borland C++ Builder 6 fixes John Maddock 2002-05-04 10:55:15 +0000
  • a37518cb4a Fixed broken links. John Maddock 2002-04-27 11:05:49 +0000
  • 64b3e8c3bd add missing #include <iterator> Jens Maurer 2002-04-23 19:52:11 +0000
  • 339937380e MSVC fixes. Peter Dimov 2002-04-13 13:19:57 +0000
  • 6156f0d302 Roll addressof() patch back in! Dave Abrahams 2002-04-10 17:01:35 +0000
  • 00560e8e17 addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers Douglas Gregor 2002-04-10 14:47:32 +0000
  • 029ff9828f Roll back addressof() patch temporarily Dave Abrahams 2002-04-10 09:48:30 +0000
  • ec188c7c3e Make local classes nonlocal to silence annoying warnings from Borland C++ Douglas Gregor 2002-04-10 04:00:22 +0000
  • 0a0296a5d0 ref.hpp: - Use addressof() instead of & operator Douglas Gregor 2002-04-10 03:36:17 +0000
  • 6e26a5bbe7 boost/utility.hpp: - Include boost/utility/addressof.hpp Douglas Gregor 2002-04-10 03:31:18 +0000
  • dc1b6246a0 boost/ref.hpp: - Added get_pointer method to return a pointer (instead of a reference) Douglas Gregor 2002-03-31 00:24:00 +0000
  • 15f69eaf14 Fixed new problem with Borland compile - code clashes with some new type traits workarounds for some reason. John Maddock 2002-03-19 11:33:00 +0000
  • 4774a0d325 Added Copyright Dave Abrahams 2002-03-09 20:34:06 +0000
  • be78ab72c9 update expected failures for Sun CC Jens Maurer 2002-03-05 20:41:37 +0000
  • 0bc4a1b20d Warning suppressioni from Craig Rodrigues Dave Abrahams 2002-03-05 18:55:49 +0000