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-11-15This is a followup to r194536, which changed the pair copy constructor to beHoward Hinnant
2013-11-13This fixes a very subtle ABI problem concerning the copy constructor ofHoward Hinnant
2013-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-17Make std::get constexprMarshall Clow
2013-07-16Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...Marshall Clow
2013-07-16Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14Marshall Clow
2013-07-13Implement n3584 - Addressing Tuples by TypeMarshall Clow
2013-07-09War on tabs.Howard Hinnant
2013-07-09Implement n3668 - std::exchangeMarshall Clow
2013-07-03Commit patch for integer sequences. Suggested by Richard, reworked by Howard,...Marshall Clow
2013-07-01Implement n3658 - Compile-time integer sequencesMarshall Clow
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-07Enable the tuple interface of pair in C++03 mode.Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-06-10Revert pair constructors back to using is_convertible instead of is_construct...Howard Hinnant
2012-04-04Put std::piecewise_construct_t back into the dylib for ABI stability. When c...Howard Hinnant
2012-04-04constexpr support for <utility>. Patch contributed by Jonathan Sauer.Howard Hinnant
2011-12-19Fix http://llvm.org/bugs/show_bug.cgi?id=11616Howard 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-07-27Fix PR10509: http://llvm.org/bugs/show_bug.cgi?id=10509Howard Hinnant
2011-07-02Changed constraints on pair and tuple constructors from is_convertible to is_...Howard 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-01Experimental support for a meaningful __is_swappable<T>::value. This does no...Howard Hinnant
2011-05-27noexcept for <tuple>. And in the process learned that I had done it wrong fo...Howard Hinnant
2011-05-27noexcept for <utility>. This included a little repair on pair, and some noex...Howard Hinnant
2011-04-29Correction to set of overloaded pair constructors for C++0xHoward Hinnant
2011-01-13Add attribute to inlined member.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-11-17LWG 1191Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-11-17I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant
2010-09-23visibility-decoration sweep completed.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-08-19GB 85, GB 87Howard Hinnant
2010-08-11patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant