95ba7a4381Use the import rule
Dave Abrahams
2003-09-08 17:38:49 +0000
e92213431eRemoved tie_example.cpp per Daniel's request
Aleksey Gurtovoy
2003-09-03 05:24:48 +0000
7dd7daee1bRemoved obsolete references to utility/tie
Daniel Frey
2003-09-01 21:04:26 +0000
953cc46220Removed code-breaking change from boost/detail/iterator.hpp and corresponding workarounds from tests.
Dave Abrahams
2003-08-28 20:18:51 +0000
b5ae0ad86bMoved 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
c86fcbf456Fix for Metrowerks CW
Daniel Frey
2003-08-16 01:05:43 +0000
6ded8b9ad6Initial revision.
Ronald Garcia
2003-08-11 19:24:03 +0000
bb6a6272e1Updated 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
242634b3fcAdded safe_bool_testable_test
Daniel Frey
2003-07-30 21:33:37 +0000
662cf14bf6Initial version
Daniel Frey
2003-07-30 21:32:19 +0000
fe3aaf62cdUndo overeager workarounding and safe_bool.
Dave Abrahams
2003-07-30 12:41:10 +0000
cb189bd6beoperators.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
f57c914b8fPreparation 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
7cec198e14Added missing algorithm include.
Thomas Witt
2003-07-20 19:17:18 +0000
52d3120528Borland workaround
Dave Abrahams
2003-07-16 19:10:34 +0000
f1aff5670cstrict 2-phase ADL fixes.
Dave Abrahams
2003-07-16 15:16:21 +0000
632f682292Satisfy assignable requirement for output iterators.
Dave Abrahams
2003-07-16 14:30:47 +0000
d1d0d6b788Fixed Intel 7 issue (reported by Daniel Frey)
Peter Dimov
2003-07-16 10:53:06 +0000
3bd833c8ffavoid default parameters for function templates, they confuse SunCC
Jens Maurer
2003-07-13 18:59:08 +0000
1ef77b0853fix cut-and-paste problem with subproject path
Jens Maurer
2003-07-12 09:37:36 +0000
074007ab8cGet 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
c4b7aaf281Move to new iterator adaptors
Dave Abrahams
2003-07-11 22:18:58 +0000
22b8494e9aFactored out separate utility/test Jamfile
Dave Abrahams
2003-07-11 17:24:18 +0000
c1c8329403Expanded 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
1c7a2a1476IBM C++ support added.
Peter Dimov
2003-05-28 13:45:58 +0000
7c40cc0b63Fixed bool_testable for compilers with BOOST_NO_OPERATORS_IN_NAMESPACE
Daniel Frey
2003-05-23 23:09:21 +0000
73a9e0d351Intel support.
Peter Dimov
2003-05-23 22:30:23 +0000
dc9856744aFixed tests for bool_testable
Daniel Frey
2003-05-23 00:18:57 +0000
88f4e47550Added bool_testable by Sam Partington
Daniel Frey
2003-05-15 22:40:33 +0000
1be04eeec5Fix a bug in preprocessor usage
Dave Abrahams
2003-04-11 06:56:52 +0000
56acf9c325Fixed shift-operators to respect BOOST_FORCE_SYMMETRIC_OPERATORS
Daniel Frey
2003-02-26 21:26:57 +0000
1ea4140d56Added tests for BOOST_NO_STD_ITERATOR_TRAITS
John Maddock
2002-07-31 11:25:25 +0000
351d4ecb15Document policies() member of iterator_adaptor
Douglas Gregor
2002-07-26 00:03:24 +0000
7fbf84dcc6BaseType -> Base in one more place
Beman Dawes
2002-07-25 19:10:05 +0000
3ff49b272dfixup
Dave Abrahams
2002-07-25 14:16:54 +0000
5b52e3d418Fix doc based on Beman's feedback
Dave Abrahams
2002-07-25 13:52:48 +0000
8c0eb498d3Fix unversioned VC++ checks
Dave Abrahams
2002-07-13 12:26:19 +0000
48a81ef7eaVC++ fixes
Dave Abrahams
2002-07-13 12:22:51 +0000
f7610c9b26fix link
Dave Abrahams
2002-07-05 23:51:20 +0000
1755eaf019Merged from RC_1_28_0
Dave Abrahams
2002-05-16 00:56:42 +0000
6b8b218efbRemoved tabs, fixed end of files.
John Maddock
2002-05-10 11:35:38 +0000
333d79b345Add index.html so automatic tools work correctly
Beman Dawes
2002-05-07 19:23:05 +0000
f0fa436fe4Added 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
13e6d78fa8Fixes for Borland C++ Builder 6
John Maddock
2002-05-04 11:03:42 +0000
7126ea2685Borland C++ Builder 6 fixes
John Maddock
2002-05-04 10:55:15 +0000
a37518cb4aFixed broken links.
John Maddock
2002-04-27 11:05:49 +0000
339937380eMSVC fixes.
Peter Dimov
2002-04-13 13:19:57 +0000
6156f0d302Roll addressof() patch back in!
Dave Abrahams
2002-04-10 17:01:35 +0000
00560e8e17addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers
Douglas Gregor
2002-04-10 14:47:32 +0000
029ff9828fRoll back addressof() patch temporarily
Dave Abrahams
2002-04-10 09:48:30 +0000
ec188c7c3eMake local classes nonlocal to silence annoying warnings from Borland C++
Douglas Gregor
2002-04-10 04:00:22 +0000
0a0296a5d0ref.hpp: - Use addressof() instead of & operator
Douglas Gregor
2002-04-10 03:36:17 +0000
6e26a5bbe7boost/utility.hpp: - Include boost/utility/addressof.hpp
Douglas Gregor
2002-04-10 03:31:18 +0000
dc1b6246a0boost/ref.hpp: - Added get_pointer method to return a pointer (instead of a reference)
Douglas Gregor
2002-03-31 00:24:00 +0000
15f69eaf14Fixed 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
4774a0d325Added Copyright
Dave Abrahams
2002-03-09 20:34:06 +0000
be78ab72c9update expected failures for Sun CC
Jens Maurer
2002-03-05 20:41:37 +0000
0bc4a1b20dWarning suppressioni from Craig Rodrigues
Dave Abrahams
2002-03-05 18:55:49 +0000