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-09-09Update synopsis for list/forward_list/deque to match the allocator style of e...Marshall Clow
2013-09-07LWG Issue 2210 (Part #1): dequeMarshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-06Implement NULL iterators for <forward_list> and <deque> re: N3644Marshall Clow
2013-06-24Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-07-09Change emplace for vector and deque to create the temporary (when necessary) ...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-13Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-03noexcept for <list>.Howard Hinnant
2011-06-03noexcept for <forward_list>.Howard Hinnant
2011-06-03After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant
2011-06-03Second try at getting noexcept on move and swap for deque. I changed std::al...Howard Hinnant
2011-06-03I've become quite disatsified with the lack of noexcept specifications on con...Howard Hinnant
2011-06-02noexcept for deque.Howard Hinnant
2011-04-29Qualify calls to std::next(), to avoid conflicts withDouglas Gregor
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
2010-11-17license changeHoward 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-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant