summaryrefslogtreecommitdiff
path: root/libs/foreach
Commit message (Expand)AuthorAgeFilesLines
...
* copyright and licenseEric Niebler2006-08-061-0/+0
* patch abstract bug in other location just for good measureEric Niebler2006-05-021-0/+0
* make foreach work with collection types that are abstractEric Niebler2006-05-021-0/+0
* This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.nobody2006-03-211-0/+0
* work-around for vc7/7Eric Niebler2006-02-121-0/+0
* fixes a typo in the BCC workaroundTobias Schwinger2006-02-091-0/+0
* try to make gcc 2.95 happyEric Niebler2006-02-081-0/+0
* add acknowledgementsEric Niebler2006-02-081-0/+0
* verify that we're getting the right answers for is_lightweight_proxyEric Niebler2006-02-081-0/+0
* eliminate unnecessary elipses to make Borland happyEric Niebler2006-02-081-0/+0
* update Extensibility section to reflect current practice wrt extending Boost....Eric Niebler2006-01-151-0/+0
* switch to quickbook 1.3Eric Niebler2006-01-131-0/+0
* fix reported name conflict on eVC4Eric Niebler2006-01-031-0/+0
* don't use 'foreach' in BOOST_FOREACH macro, as it may be #def'ed to BOOST_FOR...Eric Niebler2005-12-301-0/+0
* misc clean-up and bug fixingEric Niebler2005-12-271-0/+0
* simplify implementationEric Niebler2005-12-251-0/+0
* latest docsEric Niebler2005-12-241-0/+0
* gcc 3.3 cannot handle compile-time const-rvalue detectionEric Niebler2005-12-241-0/+0
* add customization point for noncopyable collection typesEric Niebler2005-12-221-0/+0
* use compile-time const rvalue detection on msvc and gccEric Niebler2005-12-221-0/+0
* metrowerks, it seems, cannot handle const rvalues after allEric Niebler2005-12-081-0/+0
* turn off cheap_copy optimization for types derived from std::pair, boost::ite...Eric Niebler2005-12-051-0/+0
* improved cheap_copy customization pointEric Niebler2005-12-031-0/+0
* make cheap_copy an ADL customization point, rename to boost_foreach_has_cheap...Eric Niebler2005-12-031-0/+0
* disable const rvalue detection for Intel Win 8.1, enable it for MetroWerks 9.4Eric Niebler2005-12-031-0/+0
* enable const rvalue detection for intel-win 8.1 and 9.0 on the suggestion of ...Eric Niebler2005-11-211-0/+0
* fix broken link idsEric Niebler2005-10-041-0/+0
* define NO_RVALUE_DETECTION for sunpro 5_8Eric Niebler2005-09-031-0/+0
* try using new (undocumented) boost_range_begin/end hooksEric Niebler2005-09-011-0/+0
* work-around sunpro bug wrt array types and addressofEric Niebler2005-09-011-0/+0
* test a possible fix to a sunpro bug wrt addressofEric Niebler2005-08-311-0/+0
* disable rvalue support for tru64cxxEric Niebler2005-08-311-0/+0
* attempt to fix DigitalMars by defining BOOST_FOREACH_NO_CONST_RVALUE_DETECTIONEric Niebler2005-08-311-0/+0
* attempt to fix metrowerks by defining BOOST_FOREACH_NO_CONST_RVALUE_DETECTIONEric Niebler2005-08-311-0/+0
* attempt to fix gcc-3_3-darwin by defining BOOST_FOREACH_NO_CONST_RVALUE_DETEC...Eric Niebler2005-08-311-0/+0
* EDG is not removing cv qualifications on array types so help it along with re...Eric Niebler2005-08-291-0/+0
* work-around VC6/VC7 issue with const-qualified collection types (thx to Dave A.)Eric Niebler2005-08-291-0/+0
* sunpro cannot handle const rvaluesEric Niebler2005-08-281-0/+0
* eliminate overloads possibly confusing metrowerksEric Niebler2005-08-281-0/+0
* vacpp is level 1 compliant with foreachEric Niebler2005-08-281-0/+0
* work around name collision problem with gcc-2.95-linuxEric Niebler2005-08-281-0/+0
* BOOST_NO_SFINAE implies BOOST_FOREACH_NO_CONST_RVALUESEric Niebler2005-08-281-0/+0
* add test for FOREACH with dependent typesEric Niebler2005-08-261-0/+0
* simplier test frameworkEric Niebler2005-08-261-0/+0
* BOOST_FOREACHEric Niebler2005-08-261-0/+0