summaryrefslogtreecommitdiffstats
path: root/libcxx/include/unordered_set
Commit message (Expand)AuthorAgeFilesLines
* 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