index
:
delta/boost.git
circle2
danieljames-patch-1
danieljames-patch-2
danieljames-patch-3
develop
doxygen1.8.15
feature/add-histogram
feature/add-outcome
feature/arch-and-model
feature/bcp-namespace
feature/boost-install-reqs
feature/boostcpp-py
feature/ci-changes
feature/cmake-config
feature/docutils
feature/fix-status-tools
feature/gha
feature/install-cmake-config
feature/install-cmake-config-2
feature/pkgconfig
feature/remove-travis-packages
feature/reorder-gitmodules
feature/travis-cmake
feature/travis-cmake-2
feature/travis-submodules-j3
feature/travis-xenial
grafikrobot-patch-1
master
pdimov-patch-1
pdimov-patch-2
pdimov-patch-3
pdimov-patch-4
pr-asciidoctor
pr-asciidoctor-gem-3
pr/add-quickbook-to-status
pr/bootstrap-bat-specified-toolset
pr/normalize-submodule-names
pr/remove-boostcpp-py
pr/remove-root-targets
pr/remove-unversioned-targets
pr/remove-wave-special-case
pr/rvm-2.3.3
regression/reporting
github.com: boostorg/boost.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
foreach
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel compiler on linux doesn't do const rvalue detection
Eric Niebler
2007-02-26
1
-0
/
+0
*
Remove obsolete Boost.Build v1 files.
Rene Rivera
2006-11-06
1
-0
/
+0
*
change hello world example to not use iteration over string literal
Eric Niebler
2006-09-19
1
-0
/
+0
*
copyright and license
Eric Niebler
2006-08-06
1
-0
/
+0
*
patch abstract bug in other location just for good measure
Eric Niebler
2006-05-02
1
-0
/
+0
*
make foreach work with collection types that are abstract
Eric Niebler
2006-05-02
1
-0
/
+0
*
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21
1
-0
/
+0
*
work-around for vc7/7
Eric Niebler
2006-02-12
1
-0
/
+0
*
fixes a typo in the BCC workaround
Tobias Schwinger
2006-02-09
1
-0
/
+0
*
try to make gcc 2.95 happy
Eric Niebler
2006-02-08
1
-0
/
+0
*
add acknowledgements
Eric Niebler
2006-02-08
1
-0
/
+0
*
verify that we're getting the right answers for is_lightweight_proxy
Eric Niebler
2006-02-08
1
-0
/
+0
*
eliminate unnecessary elipses to make Borland happy
Eric Niebler
2006-02-08
1
-0
/
+0
*
update Extensibility section to reflect current practice wrt extending Boost....
Eric Niebler
2006-01-15
1
-0
/
+0
*
switch to quickbook 1.3
Eric Niebler
2006-01-13
1
-0
/
+0
*
fix reported name conflict on eVC4
Eric Niebler
2006-01-03
1
-0
/
+0
*
don't use 'foreach' in BOOST_FOREACH macro, as it may be #def'ed to BOOST_FOR...
Eric Niebler
2005-12-30
1
-0
/
+0
*
misc clean-up and bug fixing
Eric Niebler
2005-12-27
1
-0
/
+0
*
simplify implementation
Eric Niebler
2005-12-25
1
-0
/
+0
*
latest docs
Eric Niebler
2005-12-24
1
-0
/
+0
*
gcc 3.3 cannot handle compile-time const-rvalue detection
Eric Niebler
2005-12-24
1
-0
/
+0
*
add customization point for noncopyable collection types
Eric Niebler
2005-12-22
1
-0
/
+0
*
use compile-time const rvalue detection on msvc and gcc
Eric Niebler
2005-12-22
1
-0
/
+0
*
metrowerks, it seems, cannot handle const rvalues after all
Eric Niebler
2005-12-08
1
-0
/
+0
*
turn off cheap_copy optimization for types derived from std::pair, boost::ite...
Eric Niebler
2005-12-05
1
-0
/
+0
*
improved cheap_copy customization point
Eric Niebler
2005-12-03
1
-0
/
+0
*
make cheap_copy an ADL customization point, rename to boost_foreach_has_cheap...
Eric Niebler
2005-12-03
1
-0
/
+0
*
disable const rvalue detection for Intel Win 8.1, enable it for MetroWerks 9.4
Eric Niebler
2005-12-03
1
-0
/
+0
*
enable const rvalue detection for intel-win 8.1 and 9.0 on the suggestion of ...
Eric Niebler
2005-11-21
1
-0
/
+0
*
fix broken link ids
Eric Niebler
2005-10-04
1
-0
/
+0
*
define NO_RVALUE_DETECTION for sunpro 5_8
Eric Niebler
2005-09-03
1
-0
/
+0
*
try using new (undocumented) boost_range_begin/end hooks
Eric Niebler
2005-09-01
1
-0
/
+0
*
work-around sunpro bug wrt array types and addressof
Eric Niebler
2005-09-01
1
-0
/
+0
*
test a possible fix to a sunpro bug wrt addressof
Eric Niebler
2005-08-31
1
-0
/
+0
*
disable rvalue support for tru64cxx
Eric Niebler
2005-08-31
1
-0
/
+0
*
attempt to fix DigitalMars by defining BOOST_FOREACH_NO_CONST_RVALUE_DETECTION
Eric Niebler
2005-08-31
1
-0
/
+0
*
attempt to fix metrowerks by defining BOOST_FOREACH_NO_CONST_RVALUE_DETECTION
Eric Niebler
2005-08-31
1
-0
/
+0
*
attempt to fix gcc-3_3-darwin by defining BOOST_FOREACH_NO_CONST_RVALUE_DETEC...
Eric Niebler
2005-08-31
1
-0
/
+0
*
EDG is not removing cv qualifications on array types so help it along with re...
Eric Niebler
2005-08-29
1
-0
/
+0
*
work-around VC6/VC7 issue with const-qualified collection types (thx to Dave A.)
Eric Niebler
2005-08-29
1
-0
/
+0
*
sunpro cannot handle const rvalues
Eric Niebler
2005-08-28
1
-0
/
+0
*
eliminate overloads possibly confusing metrowerks
Eric Niebler
2005-08-28
1
-0
/
+0
*
vacpp is level 1 compliant with foreach
Eric Niebler
2005-08-28
1
-0
/
+0
*
work around name collision problem with gcc-2.95-linux
Eric Niebler
2005-08-28
1
-0
/
+0
*
BOOST_NO_SFINAE implies BOOST_FOREACH_NO_CONST_RVALUES
Eric Niebler
2005-08-28
1
-0
/
+0
*
add test for FOREACH with dependent types
Eric Niebler
2005-08-26
1
-0
/
+0
*
simplier test framework
Eric Niebler
2005-08-26
1
-0
/
+0
*
BOOST_FOREACH
Eric Niebler
2005-08-26
1
-0
/
+0