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
2018-07-18Update the synopsis for <chrono> for C++20. No functional change.Marshall Clow
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow
2017-08-09Change the way the literal operators are defined - now w/o a seperating space...Marshall Clow
2017-06-01[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-03-21Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow
2017-01-05[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-05Implement P0505: 'Wording for GB 50'Marshall Clow
2016-11-18Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONSEric Fiselier
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2015-11-30Last bit of P0006; mark it as completeMarshall Clow
2015-11-05Implement P0092R1 for C++1zMarshall Clow
2014-09-03Partially address a FIXME in steady_clock::now()Jonathan Roelofs
2013-10-06Mark namespaces for user defined literals as 'inline'Marshall Clow
2013-08-31SFINAE out duration converting constructor if the constructor would otherwise...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-07War on tabsHoward Hinnant
2013-07-31Backwards!Marshall Clow
2013-07-31Implement n3469 - constexpr for chronoMarshall Clow
2013-07-25literal suffixes for std::chronoMarshall Clow
2013-07-09War on tabs.Howard Hinnant
2013-06-28Dimitry Andric: Add const to constexpr member functions in order to cope wit...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-10-13Don't neglect to "return *this".Argyrios Kyrtzidis
2012-07-13Applied constexpr to <chrono>.Howard Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-28noexcept for <chrono>.Howard Hinnant
2010-11-20N3191: C++ Timeout SpecificationHoward Hinnant
2010-11-17license changeHoward Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-05-18[rand.dist.norm.f]Howard Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant