summaryrefslogtreecommitdiff
path: root/include/ext
AgeCommit message (Expand)Author
2017-05-10Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier
2017-04-19Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier
2017-02-06Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2016-02-10Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier
2015-12-30Use __rebind_pointer to avoid #ifdef blockEric Fiselier
2015-08-19Fix warnings about pessimizing return moves for C++11 and higherDimitry Andric
2015-06-13[libcxx] Fix detection of __is_final.Eric Fiselier
2015-04-07In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow
2014-03-06Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne
2014-03-03[libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.Peter Collingbourne
2013-11-25Don't use T as template argument, it is part of the applicationJoerg Sonnenberger
2013-10-04G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant
2013-08-22Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-06Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant
2011-12-11Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.Howard Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-07-30Revert r136547, r136545, and r136542 by removing slist.Chandler Carruth
2011-07-30Add the missing default argument for the allocator and use a cleanerSean Hunt
2011-07-30Oops. That last commit was from an earlier revision of the file and wasSean Hunt
2011-07-29Include an "implementation" if SGI's slist. This was quickly hackedSean Hunt
2011-07-29Add a new hash class in __gnu_ext for the extension containers. ThereSean Hunt
2011-07-29Add two missing members from the extension hash containers. The first isSean Hunt
2011-07-24http://llvm.org/bugs/show_bug.cgi?id=10469Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-02-02Qualify calls to addressof with std::. Bug 9106Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...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