summaryrefslogtreecommitdiff
path: root/include/__split_buffer
AgeCommit message (Expand)Author
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-04-19Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier
2017-04-13Fix most failures caused by r300140Eric Fiselier
2015-11-07Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2013-10-04G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-06-23Implement 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-01Quash 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-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-02Fix 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-06-30_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-02I'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-19N3142. Many of these traits are just placeholders with medium quality emulat...Howard 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-07-07First loop test passed. The data structure and search algorithm is still cru...Howard Hinnant
2010-05-11[rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant