summaryrefslogtreecommitdiffstats
path: root/libcxx/include/set
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Use _EnableIf instead of std::enable_if in deduction guides for map ...Louis Dionne2019-07-191-12/+12
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-161-3/+16
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-111-2/+58
* [libc++] Make sure we don't eagerly diagnose non-const comparators for contai...Louis Dionne2019-04-111-2/+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/+20
* [libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne2018-12-061-0/+2
* [libcxx] Fix usage of _C2, which is a "nasty macro" in some environmentsLouis Dionne2018-11-011-20/+20
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-311-0/+95
* 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/+81
* Use multi-key tree search for {map, set}::{count, equal_range}Eric Fiselier2018-02-101-3/+3
* Mark the transparent version set::count() as const. Thanks to Ivan Matek for ...Marshall Clow2018-01-071-1/+1
* 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> for std::set and std::multisetEric Fiselier2017-04-181-49/+42
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-2/+2
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier2016-12-091-1/+1
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+6
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+2
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-241-0/+12
* Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the ...Marshall Clow2014-04-161-2/+0
* Fix bug I introduced (enabling implicit conversions from compare function to ...Marshall Clow2014-03-101-2/+20
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-051-4/+4
* LWG Issue #2210 Part 4 - map/multimapMarshall Clow2013-09-111-0/+36
* First half of support for N3657; heterogenous lookups for set/multisetMarshall Clow2013-08-131-0/+128
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-2/+2
* 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/+8
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-011-0/+14
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-24/+24
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-041-80/+139
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-16/+120
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-26/+26
* Fixing whitespace problemsHoward Hinnant2010-08-221-15/+12
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+841
OpenPOWER on IntegriCloud