~roguescholar/boost/+git/range:svn-branches/quickbook-filenames

Last commit made on 2011-01-21
Get this branch:
git clone -b svn-branches/quickbook-filenames https://git.launchpad.net/~roguescholar/boost/+git/range

Branch merges

Branch information

Name:
svn-branches/quickbook-filenames
Repository:
lp:~roguescholar/boost/+git/range

Recent commits

b6b2e94... by Daniel James <email address hidden>

Branch to work on filename handling without disturbing trunk.

[SVN r68345]

96c7812... by Neil Groves

[boost][range] - Fixed erroneous change by 'Wash' the size() function is intended to be for Random Access Ranges only to be in keeping with the other Boost.Range size() functions.

[SVN r68177]

868858b... by Bryce Adelstein-Lelbach <email address hidden>

Fixed ambiguity issues when compiling with C++0x support enabled.

[SVN r68155]

367582d... by Bryce Adelstein-Lelbach <email address hidden>

Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable,
implemented a version of the algorithm as a replacement,

[SVN r68144]

2da424d... by Neil Groves

[boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage.

[SVN r67602]

a5d94bb... by Neil Groves

[boost][range] - Make the type_erased adaptor test compatible with more compilers and reduce the time of test compilation/execution to avoid timeouts on the Intel compilers.

[SVN r67601]

716cf77... by Neil Groves

[boost][range] - Fixed defect where BOOST_TEST_MESSAGE was being undefined as a side-effect by the boost/range/detail/any_iterator_buffer.hpp header file

[SVN r67542]

55fd3ca... by Neil Groves

[boost][range] - Updated begin/end to be protected against accidental ADL to improve compatibility with C++0x. Added any_range which adds type erasure support. Added a type_erased adaptor to utilise the any_range. Implemented the any_iterator using a small buffer optimization to avoid heap usage.

[SVN r67541]

c506d25... by Neil Groves

[boost][range] - Trac item 4226 - Implemented a safe_bool utility class that is intended to be refactored into a core area. Integrated this into iterator_range.

[SVN r67463]

efb7b50... by Neil Groves

[boost][range] - Improved the implementation of strided range to eliminate requirements for boost::size(rng) to be a valid expression. Each traversal category of strided_iterator is now individually implemented.

[SVN r67461]