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
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
1
-1
/
+1
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-1
/
+1
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
1
-1
/
+1
*
Apply [[nodebug]] to typedefs throughout the STL.
Eric Fiselier
2019-06-12
1
-5
/
+5
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-1
/
+1
*
[libc++] Add deprecated attributes to many deprecated components
Louis Dionne
2018-09-23
1
-3
/
+3
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
1
-1
/
+1
*
Remove unused code from __functional_base. NFC.
Eric Fiselier
2018-06-06
1
-10
/
+0
*
Un-inline a few more variables that are exported from the dylib.
Marshall Clow
2018-01-02
1
-1
/
+1
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-2
/
+2
*
Fix bug 33389 - __is_transparent check requires too much
Marshall Clow
2017-06-13
1
-10
/
+7
*
Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in the functional ...
Eric Fiselier
2017-04-19
1
-13
/
+9
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-7
/
+1
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
1
-15
/
+2
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-7
/
+7
*
[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...
Eric Fiselier
2016-12-14
1
-1
/
+5
*
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
[next]