| Commit message (Expand) | Author | Age | Files | Lines |
* | Update integer, random, utility, functional, config, array, type_traits, iter... | Automated Commit | 2016-10-08 | 1 | -0/+0 |
* | Update geometry, foreach from develop. | Automated Commit | 2015-01-22 | 1 | -0/+0 |
* | Update tti, preprocessor, mpl, accumulators, foreach, proto, xpressive, any, ... | Automated Commit | 2014-08-18 | 1 | -0/+0 |
* | Update foreach. | Automated Commit | 2014-01-11 | 1 | -0/+0 |
* | Foreach: Remove use of obsolete GCC version check. | Stephen Kelly | 2013-09-30 | 1 | -0/+0 |
* | Foreach: Remove obsolete MSVC version checks. | Stephen Kelly | 2013-09-30 | 1 | -0/+0 |
* | Remove obsolete MSVC check from pragma guard | Stephen Kelly | 2013-09-26 | 1 | -0/+0 |
* | Removed missed usage of deprecated macros in Boost.Foreach | Marshall Clow | 2012-11-26 | 1 | -0/+0 |
* | comment typo, refs #7486 | Eric Niebler | 2012-11-02 | 1 | -0/+0 |
* | fix typo, thanks Marshall | Eric Niebler | 2012-10-04 | 1 | -0/+0 |
* | foreach: describe perils of #define-ing foreach to BOOST_FOREACH | Eric Niebler | 2012-10-03 | 1 | -0/+0 |
* | only use derefof as a Borland workaround. Eliminates warning on gcc | Eric Niebler | 2012-09-25 | 1 | -0/+0 |
* | reverting [75540] which seemed to make things worse | Eric Niebler | 2012-03-19 | 1 | -0/+0 |
* | attempting to address #6131 | Eric Niebler | 2011-11-18 | 1 | -0/+0 |
* | revert all recent changes to boost.foreach | Eric Niebler | 2011-10-21 | 1 | -0/+0 |
* | yet another tweak for gcc | Eric Niebler | 2011-10-18 | 1 | -0/+0 |
* | a different fix for gcc-4.4 | Eric Niebler | 2011-10-16 | 1 | -0/+0 |
* | fix regression on gcc-4.4 | Eric Niebler | 2011-10-16 | 1 | -0/+0 |
* | support for noncopyable rvalue ranges using C++0x | Eric Niebler | 2011-09-26 | 1 | -0/+0 |
* | use rvalue refs on supporting compilers for const rvalue detection | Eric Niebler | 2011-03-13 | 1 | -0/+0 |
* | Link fixes. | Daniel James | 2010-10-30 | 1 | -0/+0 |
* | make auto_any ctor explicit | Eric Niebler | 2010-09-21 | 1 | -0/+0 |
* | Stop gcc-specific hack applying to clang | Christopher Jefferson | 2010-07-28 | 1 | -0/+0 |
* | Detab some jamfiles. | Daniel James | 2010-06-26 | 1 | -0/+0 |
* | Update various libraries' documentation build. | Daniel James | 2010-06-20 | 1 | -0/+0 |
* | add foreach_fwd.hpp for forward declarations of foreach's customization point... | Eric Niebler | 2010-06-09 | 1 | -0/+0 |
* | remove out-of-date work-arounds for sun compilers, fixes #4306 | Eric Niebler | 2010-06-09 | 1 | -0/+0 |
* | Default-initialized const objects of class type are ill-formed of the class d... | Douglas Gregor | 2010-04-21 | 1 | -0/+0 |
* | Fix links from foreach to range documentation. | Daniel James | 2010-04-18 | 1 | -0/+0 |
* | actually test the documented extension interface | Eric Niebler | 2010-04-14 | 1 | -0/+0 |
* | Suppress msvc warnings. | John Maddock | 2009-11-28 | 1 | -0/+0 |
* | rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the ... | Troy D. Straszheim | 2009-10-17 | 1 | -0/+0 |
* | escape quickbook special character | Eric Niebler | 2009-08-22 | 1 | -0/+0 |
* | Copyrights on CMakeLists.txt to keep them from clogging up the inspect | Troy D. Straszheim | 2009-07-26 | 1 | -0/+0 |
* | work around conflict with python headers, fixes #3000 | Eric Niebler | 2009-05-07 | 1 | -0/+0 |
* | Intel-Win can't seem to handle const rvalues in the ternary conditional opera... | Eric Niebler | 2009-03-13 | 1 | -0/+0 |
* | Intel-Win can't seem to handle const rvalues in the ternary conditional opera... | Eric Niebler | 2009-03-13 | 1 | -0/+0 |
* | Add PDF generation options to fix external links to point to the web site. | John Maddock | 2009-02-17 | 1 | -0/+0 |
* | eliminate shadow warnings on gcc for nested FOREACH loops | Eric Niebler | 2009-02-10 | 1 | -0/+0 |
* | Updating dependency information for modularized libraries. | Michael A. Jackson | 2008-11-07 | 1 | -0/+0 |
* | Updating CMake files to latest trunk. Added dependency information for regres... | Michael A. Jackson | 2008-11-07 | 1 | -0/+0 |
* | Continuing merge of CMake build system files into trunk with the encouragemen... | Michael A. Jackson | 2008-11-01 | 1 | -0/+0 |
* | improve support for the latest CodeGear (formerly Borland) compiler, from nmu... | Eric Niebler | 2008-09-28 | 1 | -0/+0 |
* | Fix for Tru64 CXX 7.1 which is able to correctly handle rvalues. | Markus Schöpflin | 2008-06-02 | 1 | -0/+0 |
* | fix oops | Eric Niebler | 2008-03-07 | 1 | -0/+0 |
* | use a __pragma to disable a msvc warning, fixes #1672 | Eric Niebler | 2008-03-07 | 1 | -0/+0 |
* | fix warnings | Eric Niebler | 2008-03-06 | 1 | -0/+0 |
* | fix bug iterating over abstract base | Eric Niebler | 2008-03-05 | 1 | -0/+0 |
* | add BOOST_REVERSE_FOREACH, fixes #1071 | Eric Niebler | 2008-03-05 | 1 | -0/+0 |
* | work around msvc bug 331418, fixes #1652 | Eric Niebler | 2008-03-04 | 1 | -0/+0 |