summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier2017-05-102-2/+2
* Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier2017-04-191-3/+3
* Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool2017-02-062-2/+2
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-043-27/+27
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-222-4/+8
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-101-1/+1
* Use __rebind_pointer to avoid #ifdef blockEric Fiselier2015-12-301-16/+4
* Fix warnings about pessimizing return moves for C++11 and higherDimitry Andric2015-08-191-1/+1
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-131-8/+7
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-071-14/+2
* Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne2014-03-061-2/+91
* [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.Peter Collingbourne2014-03-031-2/+2
* Don't use T as template argument, it is part of the applicationJoerg Sonnenberger2013-11-251-1/+1
* G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant2013-10-042-2/+10
* Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant2013-08-221-1/+1
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-123-18/+18
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-063-18/+18
* Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant2012-11-061-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.Howard Hinnant2011-12-111-2/+10
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-5/+5
* Revert r136547, r136545, and r136542 by removing slist.Chandler Carruth2011-07-301-126/+0
* Add the missing default argument for the allocator and use a cleanerAlexis Hunt2011-07-301-13/+7
* Oops. That last commit was from an earlier revision of the file and wasAlexis Hunt2011-07-301-11/+15
* Include an "implementation" if SGI's slist. This was quickly hackedAlexis Hunt2011-07-291-0/+128
* Add a new hash class in __gnu_ext for the extension containers. ThereAlexis Hunt2011-07-293-1/+49
* Add two missing members from the extension hash containers. The first isAlexis Hunt2011-07-292-0/+10
* http://llvm.org/bugs/show_bug.cgi?id=10469Howard Hinnant2011-07-242-0/+4
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-302-11/+11
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-4/+4
* license changeHoward Hinnant2010-11-162-4/+4
* visibility-decoration.Howard Hinnant2010-09-212-50/+180
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-3/+3
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+3
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-112-2/+2
* libcxx initial importHoward Hinnant2010-05-112-0/+1506
OpenPOWER on IntegriCloud