summaryrefslogtreecommitdiffstats
path: root/libcxx/include/unordered_set
Commit message (Expand)AuthorAgeFilesLines
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-161-0/+10
* [libc++] Implement deduction guides for <unordered_set>Louis Dionne2019-07-111-6/+116
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-6/+6
* [libc++] Make sure we don't eagerly diagnose non-const comparators for contai...Louis Dionne2019-04-111-4/+10
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-141-0/+21
* [libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne2018-12-061-0/+2
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-311-0/+97
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* First half of C++17's splicing maps and setsErik Pilkington2018-08-011-0/+84
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-2/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...Eric Fiselier2017-04-181-84/+46
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-2/+2
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-9/+18
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-10/+6
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+2
* NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier2014-08-101-0/+2
* Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow2013-09-301-0/+77
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-2/+2
* Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant2013-07-231-2/+160
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-2/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+28
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-011-2/+12
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-19/+19
* noexcept for <unordered_set>.Howard Hinnant2011-06-041-78/+136
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration sweep completed.Howard Hinnant2010-09-231-15/+105
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-25/+25
* Fixing whitespace problemsHoward Hinnant2010-08-221-11/+11
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+956
OpenPOWER on IntegriCloud