summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__functional_base
Commit message (Expand)AuthorAgeFilesLines
* Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow2016-09-221-0/+5
* Fix most GCC attribute ignored warningsEric Fiselier2016-04-211-2/+0
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-201-81/+3
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-181-4/+22
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-141-51/+0
* [libcxx] Rewrite C++03 __invoke.Eric Fiselier2015-08-261-28/+100
* Remove almost everything in <__functional_base_03>Eric Fiselier2015-07-221-10/+94
* Remove constexpr support for std::apply because it introduces regressions.Eric Fiselier2015-04-191-5/+5
* [libcxx] Add <experimental/tuple> header for LFTS.Eric Fiselier2015-03-171-5/+5
* Add trailing return types (and noexcept specifications) to the 'diamond opera...Marshall Clow2015-02-251-1/+3
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-101-0/+20
* Rename several internal templates to get rid of ___ (triple underscores) or w...Marshall Clow2014-01-061-3/+3
* Implement n3789; constexpr support in named function objectsMarshall Clow2013-09-281-2/+4
* Implement uses-allocator constructionMarshall Clow2013-09-121-0/+92
* First half of support for N3657; heterogenous lookups for set/multisetMarshall Clow2013-08-131-0/+15
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-6/+6
* My previous reorganization of addressof broke -std=c++03. Thanks much to Arn...Howard Hinnant2013-08-081-1/+52
* Revert r187927.Arnold Schwaighofer2013-08-081-52/+1
* Zhihao Yuan: Replace operator& with addressof in reference_wrapper constructor.Howard Hinnant2013-08-071-1/+52
* Implement N3421; comparison predicates<void>Marshall Clow2013-07-291-0/+14
* Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...Howard Hinnant2013-05-071-4/+8
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-5/+5
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-3/+3
* Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant2012-02-211-0/+7
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-4/+4
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-90/+90
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-12/+12
* noexcept for <functional>.Howard Hinnant2011-05-281-7/+7
* This is a simplified (and superior) implementation of __invoke, __invokable a...Howard Hinnant2011-05-201-145/+31
* I had a giant misunderstanding of what 'synchronizes with' meant in [futures....Howard Hinnant2011-05-191-2/+2
* Spit 5th bullet __invoke into function pointers and everything else because r...Howard Hinnant2011-05-161-0/+8
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-4/+5
* Fix const bug in functionHoward Hinnant2010-09-111-3/+3
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-5/+15
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+523
OpenPOWER on IntegriCloud