Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-30SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant
2013-09-12A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant
2013-09-11LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow
2013-08-22Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant
2013-08-14Second half (map/multimap) of N3657Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-05Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant
2013-07-05Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant
2013-07-04Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant
2013-06-20Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-05-26The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant
2011-12-12Fix 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-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-08-13Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-20More fixes: One of my fixes to type_traits earlier today was incorrect, so t...Howard Hinnant
2011-06-14Provide names for template and function parameters in forward declarations. ...Howard Hinnant
2011-06-04noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant
2011-06-04noexcept for <map>.Howard Hinnant
2011-04-11http://llvm.org/bugs/show_bug.cgi?id=9672Howard Hinnant
2011-02-27Fixed two problems found by Chris Jefferson: Made operator>> for char consis...Howard Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2011-02-02Qualify calls to addressof with std::. Bug 9106Howard Hinnant
2011-01-04Marshall Clow's fix for Bug 8421.Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-09-05Fix whitespaceHoward Hinnant
2010-09-05Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant