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-04Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...Marshall Clow
2013-11-04Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catchMarshall Clow
2013-11-03Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-10-13LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow
2013-09-21Apply LWG 2021. This is only a documentation change. Also bringing c++1y st...Howard Hinnant
2013-09-14Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-08My previous reorganization of addressof broke -std=c++03. Thanks much to Arn...Howard Hinnant
2013-07-02Constrain launch ~ operator to defined bits.Howard Hinnant
2013-06-29Add operators to make launch a bitmask type. Searched all of the standard, a...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2013-01-21Donated anonymously: This enables GCC 4.8.0 to build libc++.Howard Hinnant
2013-01-15Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-10-13Don't neglect to "return *this".Argyrios Kyrtzidis
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-21Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...Howard Hinnant
2012-07-21noexcept applied to <future>.Howard Hinnant
2012-05-25Fix memory corruption bug found and fixed by Andrew C. Morrow.Howard Hinnant
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard 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-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant
2011-07-08Fixing up some ABI issuesHoward Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-14Provide names for template and function parameters in forward declarations. ...Howard Hinnant
2011-05-28noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant
2011-05-19I had a giant misunderstanding of what 'synchronizes with' meant in [futures....Howard Hinnant
2011-05-16Supply missing std::qualifier to call.Howard Hinnant
2010-12-02N3189 Observers for the three handler functionsHoward Hinnant
2010-11-30Implemented N3194Howard Hinnant
2010-11-23N3188 - Revision to N3113: Async Launch Policies (CH 36)Howard Hinnant
2010-11-20N3191: C++ Timeout SpecificationHoward Hinnant
2010-11-17license changeHoward Hinnant
2010-10-14Convert __thread_local_data to the singleton patternHoward 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-09-04[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant
2010-09-03[futures.shared_future]Howard Hinnant
2010-08-30[futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant
2010-08-29[futures.promise]. Depends on rvalue-ref support to work 100%.Howard Hinnant
2010-08-28future continues ...Howard Hinnant
2010-08-25Getting started on <future>Howard Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant