summaryrefslogtreecommitdiff
path: root/libs/foreach
Commit message (Collapse)AuthorAgeFilesLines
...
* copyright and licenseEric Niebler2006-08-061-0/+0
| | | | [SVN r34828]
* patch abstract bug in other location just for good measureEric Niebler2006-05-021-0/+0
| | | | [SVN r33907]
* make foreach work with collection types that are abstractEric Niebler2006-05-021-0/+0
| | | | [SVN r33906]
* This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.nobody2006-03-211-0/+0
| | | | [SVN r33417]
* work-around for vc7/7Eric Niebler2006-02-121-0/+0
| | | | [SVN r32859]
* fixes a typo in the BCC workaroundTobias Schwinger2006-02-091-0/+0
| | | | [SVN r32788]
* try to make gcc 2.95 happyEric Niebler2006-02-081-0/+0
| | | | [SVN r32744]
* add acknowledgementsEric Niebler2006-02-081-0/+0
| | | | [SVN r32718]
* verify that we're getting the right answers for is_lightweight_proxyEric Niebler2006-02-081-0/+0
| | | | [SVN r32717]
* eliminate unnecessary elipses to make Borland happyEric Niebler2006-02-081-0/+0
| | | | [SVN r32716]
* update Extensibility section to reflect current practice wrt extending ↵Eric Niebler2006-01-151-0/+0
| | | | | | Boost.Range [SVN r32330]
* switch to quickbook 1.3Eric Niebler2006-01-131-0/+0
| | | | [SVN r32310]
* fix reported name conflict on eVC4Eric Niebler2006-01-031-0/+0
| | | | [SVN r32214]
* don't use 'foreach' in BOOST_FOREACH macro, as it may be #def'ed to ↵Eric Niebler2005-12-301-0/+0
| | | | | | BOOST_FOREACH [SVN r32190]
* misc clean-up and bug fixingEric Niebler2005-12-271-0/+0
| | | | [SVN r32170]
* simplify implementationEric Niebler2005-12-251-0/+0
| | | | [SVN r32163]
* latest docsEric Niebler2005-12-241-0/+0
| | | | [SVN r32162]
* gcc 3.3 cannot handle compile-time const-rvalue detectionEric Niebler2005-12-241-0/+0
| | | | [SVN r32145]
* add customization point for noncopyable collection typesEric Niebler2005-12-221-0/+0
| | | | [SVN r32140]
* use compile-time const rvalue detection on msvc and gccEric Niebler2005-12-221-0/+0
| | | | [SVN r32132]
* metrowerks, it seems, cannot handle const rvalues after allEric Niebler2005-12-081-0/+0
| | | | [SVN r31951]
* turn off cheap_copy optimization for types derived from std::pair, ↵Eric Niebler2005-12-051-0/+0
| | | | | | boost::iterator_range, boost::sub_range, add has_cheap_copy<> trait as additional customization point on modern compilers [SVN r31922]
* improved cheap_copy customization pointEric Niebler2005-12-031-0/+0
| | | | [SVN r31896]
* make cheap_copy an ADL customization point, rename to ↵Eric Niebler2005-12-031-0/+0
| | | | | | boost_foreach_has_cheap_copy [SVN r31892]
* disable const rvalue detection for Intel Win 8.1, enable it for MetroWerks 9.4Eric Niebler2005-12-031-0/+0
| | | | [SVN r31891]
* enable const rvalue detection for intel-win 8.1 and 9.0 on the suggestion of ↵Eric Niebler2005-11-211-0/+0
| | | | | | Stefan Slapeta [SVN r31724]
* fix broken link idsEric Niebler2005-10-041-0/+0
| | | | [SVN r31195]
* define NO_RVALUE_DETECTION for sunpro 5_8Eric Niebler2005-09-031-0/+0
| | | | [SVN r30794]
* try using new (undocumented) boost_range_begin/end hooksEric Niebler2005-09-011-0/+0
| | | | [SVN r30778]
* work-around sunpro bug wrt array types and addressofEric Niebler2005-09-011-0/+0
| | | | [SVN r30776]
* test a possible fix to a sunpro bug wrt addressofEric Niebler2005-08-311-0/+0
| | | | [SVN r30756]
* disable rvalue support for tru64cxxEric Niebler2005-08-311-0/+0
| | | | [SVN r30754]
* attempt to fix DigitalMars by defining BOOST_FOREACH_NO_CONST_RVALUE_DETECTIONEric Niebler2005-08-311-0/+0
| | | | [SVN r30743]
* attempt to fix metrowerks by defining BOOST_FOREACH_NO_CONST_RVALUE_DETECTIONEric Niebler2005-08-311-0/+0
| | | | [SVN r30741]
* attempt to fix gcc-3_3-darwin by defining ↵Eric Niebler2005-08-311-0/+0
| | | | | | BOOST_FOREACH_NO_CONST_RVALUE_DETECTION [SVN r30739]
* EDG is not removing cv qualifications on array types so help it along with ↵Eric Niebler2005-08-291-0/+0
| | | | | | remove_const [SVN r30726]
* work-around VC6/VC7 issue with const-qualified collection types (thx to Dave A.)Eric Niebler2005-08-291-0/+0
| | | | [SVN r30717]
* sunpro cannot handle const rvaluesEric Niebler2005-08-281-0/+0
| | | | [SVN r30715]
* eliminate overloads possibly confusing metrowerksEric Niebler2005-08-281-0/+0
| | | | [SVN r30712]
* vacpp is level 1 compliant with foreachEric Niebler2005-08-281-0/+0
| | | | [SVN r30709]
* work around name collision problem with gcc-2.95-linuxEric Niebler2005-08-281-0/+0
| | | | [SVN r30705]
* BOOST_NO_SFINAE implies BOOST_FOREACH_NO_CONST_RVALUESEric Niebler2005-08-281-0/+0
| | | | [SVN r30704]
* add test for FOREACH with dependent typesEric Niebler2005-08-261-0/+0
| | | | [SVN r30691]
* simplier test frameworkEric Niebler2005-08-261-0/+0
| | | | [SVN r30688]
* BOOST_FOREACHEric Niebler2005-08-261-0/+0
[SVN r30683]