index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-2
/
+1
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-1
/
+2
*
[libc++] Add C++17 deduction guides for std::function
Louis Dionne
2019-07-18
1
-0
/
+54
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
1
-3
/
+3
*
Apply [[nodebug]] to typedefs throughout the STL.
Eric Fiselier
2019-06-12
1
-3
/
+3
*
Substantially reduce instantiations and debug size of std::function
Eric Fiselier
2019-06-08
1
-19
/
+87
*
[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03
1
-2
/
+6
*
[libc++] Fix Windows build error in <functional>
Thomas Anderson
2019-01-29
1
-5
/
+6
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-1
/
+1
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+12
*
Add a version of std::function that includes a few optimizations in ABI V2.
Eric Fiselier
2018-12-11
1
-0
/
+303
*
Refactor std::function to more easily support alternative implementations.
Eric Fiselier
2018-12-10
1
-200
/
+310
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
1
-0
/
+13
*
[libc++] Add deprecated attributes to many deprecated components
Louis Dionne
2018-09-23
1
-32
/
+41
*
[NFC][libcxx] Rename helpers with 4 underscores to something more reasonable
Louis Dionne
2018-09-23
1
-14
/
+14
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-2
/
+1
*
[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03
1
-4
/
+4
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
1
-2
/
+2
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-1
/
+1
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-1
/
+1
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-1
/
+1
*
[libcxx] func.wrap.func.con: Unset function before destroying anything
Volodymyr Sapsai
2018-04-25
1
-9
/
+6
*
Put type attributes after class keyword
Dimitry Andric
2018-02-13
1
-2
/
+1
*
More constexpr algorithms from P0202. search/search_n
Marshall Clow
2018-01-16
1
-1
/
+1
*
Add the C++17 extensions to std::search. Include the default searcher, but no...
Marshall Clow
2018-01-08
1
-0
/
+112
*
Un-inline a few more variables that are exported from the dylib.
Marshall Clow
2018-01-02
1
-10
/
+10
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-14
/
+14
*
Fix PR34298 - Allow std::function with an incomplete return type.
Eric Fiselier
2017-09-10
1
-22
/
+14
*
Revert "Fix PR34298 - Allow std::function with an incomplete return type."
Eric Fiselier
2017-09-10
1
-14
/
+22
*
Fix PR34298 - Allow std::function with an incomplete return type.
Eric Fiselier
2017-09-10
1
-22
/
+14
*
Add some const_casts in places where we were implicitly casting away constnes...
Marshall Clow
2017-06-14
1
-3
/
+3
*
Qualify calls to __invoke, __apply_fuctor, and __mu
Eric Fiselier
2017-05-03
1
-3
/
+3
*
Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in the functional ...
Eric Fiselier
2017-04-19
1
-5
/
+5
*
Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769
Marshall Clow
2017-04-13
1
-24
/
+26
*
[libc++] Add a key function for bad_function_call
Shoaib Meenai
2017-03-28
1
-0
/
+6
*
Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until ...
Marshall Clow
2017-03-23
1
-0
/
+1
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-241
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-78
/
+78
*
Fix PR31489 - std::function self-swap segfaults
Eric Fiselier
2016-12-29
1
-0
/
+2
*
Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
Eric Fiselier
2016-11-18
1
-55
/
+0
*
Add void_t and invoke feature test macros
Eric Fiselier
2016-10-14
1
-0
/
+2
*
Implement http://wg21.link/p0302r1: Removing Allocator Support in std::functi...
Marshall Clow
2016-10-13
1
-5
/
+13
*
Add whitespace to make not_fn_impl more clear. NFC.
Marshall Clow
2016-10-10
1
-8
/
+8
*
Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...
Marshall Clow
2016-09-22
1
-0
/
+17
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-3
/
+11
*
Implement LWG 2148: Make non-enum default hash specialization well-formed
Eric Fiselier
2016-08-10
1
-4
/
+14
*
Move std::function constructor SFINAE into template parameter list. Fixes PR2...
Eric Fiselier
2016-07-20
1
-19
/
+10
*
Implement P0358r1. Fixes for not_fn.
Eric Fiselier
2016-06-27
1
-2
/
+17
*
Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier
2016-06-26
1
-10
/
+23
[next]