summaryrefslogtreecommitdiff
path: root/include/__bit_reference
AgeCommit message (Expand)Author
2018-08-17Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as http...Marshall Clow
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-01-06Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier
2016-12-24fix sign comparison warningsEric Fiselier
2015-02-05Get tests running with warnings. Fix warnings in headers and testsEric Fiselier
2014-12-22Fix PR22000. __bit_iterator::move_backwards. Also make a note that __bit_iter...Marshall Clow
2014-05-06Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...Marshall Clow
2013-10-21Patch by GM: Adding MSVC support to __bit_referenceMarshall Clow
2013-10-04G 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-07N3644 support for vector<bool>Marshall Clow
2013-08-07Correct 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-05std::equal operating on non-const __bit_iterators was not working. This fixe...Howard Hinnant
2012-07-07Apply constexpr to <bitset>.Howard Hinnant
2012-05-31Fix 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-01Quash 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-22More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-07-02http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-27noexcept for <bitset>.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant