summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__split_buffer
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-161-2/+2
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-181-6/+6
* [libc++] Rename __to_raw_pointer to __to_address.Eric Fiselier2019-11-161-12/+12
* Improve codegen for deque.Eric Fiselier2019-08-121-19/+26
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-3/+6
* Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier2017-04-191-16/+10
* Fix most failures caused by r300140Eric Fiselier2017-04-131-1/+1
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-5/+10
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-20/+1
* G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant2013-10-041-9/+9
* Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant2013-06-231-6/+6
* Revert accidental check-in. These changes are probably good, but premature a...Howard Hinnant2013-02-071-2/+2
* Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant2013-02-071-2/+2
* Implement a few optimizations for vector push_back and insert. Fixes r10828365.Howard Hinnant2012-02-151-4/+6
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-7/+7
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-2/+2
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant2011-09-021-2/+2
* __split_buffer should only require default constructible. Bug found and fixe...Howard Hinnant2011-08-281-1/+1
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-57/+57
* After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant2011-06-031-1/+3
* I've become quite disatsified with the lack of noexcept specifications on con...Howard Hinnant2011-06-021-21/+50
* Reverting an old optimization that conflicts with the new allocator model, an...Howard Hinnant2011-01-041-39/+0
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-2/+4
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-191-4/+4
* visibility-decoration.Howard Hinnant2010-09-211-0/+6
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-10/+14
* Fixing whitespace problemsHoward Hinnant2010-08-221-8/+8
* First loop test passed. The data structure and search algorithm is still cru...Howard Hinnant2010-07-071-3/+3
* [rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant2010-05-111-2/+0
* libcxx initial importHoward Hinnant2010-05-111-0/+646
OpenPOWER on IntegriCloud