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_base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...
Marshall Clow
2016-09-22
1
-0
/
+5
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
1
-2
/
+0
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
1
-81
/
+3
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
1
-4
/
+22
*
Fix a corner case that involved calling rethrow_if_nested with a type that ha...
Marshall Clow
2015-12-14
1
-51
/
+0
*
[libcxx] Rewrite C++03 __invoke.
Eric Fiselier
2015-08-26
1
-28
/
+100
*
Remove almost everything in <__functional_base_03>
Eric Fiselier
2015-07-22
1
-10
/
+94
*
Remove constexpr support for std::apply because it introduces regressions.
Eric Fiselier
2015-04-19
1
-5
/
+5
*
[libcxx] Add <experimental/tuple> header for LFTS.
Eric Fiselier
2015-03-17
1
-5
/
+5
*
Add trailing return types (and noexcept specifications) to the 'diamond opera...
Marshall Clow
2015-02-25
1
-1
/
+3
*
[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...
Eric Fiselier
2015-02-10
1
-0
/
+20
*
Rename several internal templates to get rid of ___ (triple underscores) or w...
Marshall Clow
2014-01-06
1
-3
/
+3
*
Implement n3789; constexpr support in named function objects
Marshall Clow
2013-09-28
1
-2
/
+4
*
Implement uses-allocator construction
Marshall Clow
2013-09-12
1
-0
/
+92
*
First half of support for N3657; heterogenous lookups for set/multiset
Marshall Clow
2013-08-13
1
-0
/
+15
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-6
/
+6
*
My previous reorganization of addressof broke -std=c++03. Thanks much to Arn...
Howard Hinnant
2013-08-08
1
-1
/
+52
*
Revert r187927.
Arnold Schwaighofer
2013-08-08
1
-52
/
+1
*
Zhihao Yuan: Replace operator& with addressof in reference_wrapper constructor.
Howard Hinnant
2013-08-07
1
-1
/
+52
*
Implement N3421; comparison predicates<void>
Marshall Clow
2013-07-29
1
-0
/
+14
*
Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...
Howard Hinnant
2013-05-07
1
-4
/
+8
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-5
/
+5
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-3
/
+3
*
Modernize relational operators for shared_ptr and unique_ptr. This includes ...
Howard Hinnant
2012-02-21
1
-0
/
+7
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-4
/
+4
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-90
/
+90
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-12
/
+12
*
noexcept for <functional>.
Howard Hinnant
2011-05-28
1
-7
/
+7
*
This is a simplified (and superior) implementation of __invoke, __invokable a...
Howard Hinnant
2011-05-20
1
-145
/
+31
*
I had a giant misunderstanding of what 'synchronizes with' meant in [futures....
Howard Hinnant
2011-05-19
1
-2
/
+2
*
Spit 5th bullet __invoke into function pointers and everything else because r...
Howard Hinnant
2011-05-16
1
-0
/
+8
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-4
/
+5
*
Fix const bug in function
Howard Hinnant
2010-09-11
1
-3
/
+3
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-5
/
+15
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-1
/
+1
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+523