Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-21Patch by GM: Adding MSVC support to __bit_referenceMarshall Clow
2013-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-08N3644 support for vector<bool>Marshall Clow
2013-08-08Correct logic bug in find optimization for vector<bool>. This fixes http://l...Howard Hinnant
2013-06-27Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant
2013-03-26Need one more swap overload for swapping two lvalue vector<bool>::reference's.Howard Hinnant
2012-08-06std::equal operating on non-const __bit_iterators was not working. This fixe...Howard Hinnant
2012-07-07Apply constexpr to <bitset>.Howard Hinnant
2012-06-01Fix dangling else clause. Bug found and fixed by Dimitry Andric.Howard Hinnant
2012-05-10Fix several bugs in find/count specialized for bits.Howard Hinnant
2012-05-10Add friends __count_bool_true and __count_bool_false to __bit_iterator.Howard Hinnant
2012-05-07SFINAE __bit_iterator such that it will only get instantiated with a containe...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-23More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-07-03http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-28noexcept for <bitset>.Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant