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-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-06-24Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant
2013-02-07Revert accidental check-in. These changes are probably good, but premature a...Howard Hinnant
2013-02-07Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant
2012-02-15Implement a few optimizations for vector push_back and insert. Fixes r10828365.Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-03Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant
2011-08-28__split_buffer should only require default constructible. Bug found and fixe...Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-03After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant
2011-06-03I've become quite disatsified with the lack of noexcept specifications on con...Howard Hinnant
2011-01-04Reverting an old optimization that conflicts with the new allocator model, an...Howard Hinnant
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer
2010-11-20N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant
2010-09-22visibility-decoration.Howard 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-07-07First loop test passed. The data structure and search algorithm is still cru...Howard Hinnant
2010-05-12[rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant