summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__functional_03
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-161-4/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] func.wrap.func.con: Unset function before destroying anythingVolodymyr Sapsai2018-04-251-20/+36
* Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow2017-06-141-4/+4
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-4/+4
* Fix PR31489 - std::function self-swap segfaultsEric Fiselier2016-12-291-0/+8
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-12/+4
* [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...Eric Fiselier2015-08-181-80/+8
* Merge C++03 and C++11 implementations of mem_fn and __mem_fn.Eric Fiselier2015-07-221-179/+0
* Cleanup <__functional_03>Eric Fiselier2015-07-221-303/+1
* [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-101-2/+4
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-141-12/+20
* Add missing return statements in C++03 std::functionEric Fiselier2015-06-021-0/+4
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-071-28/+4
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-101-4/+8
* Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...Marshall Clow2014-06-301-4/+9
* Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...Marshall Clow2014-06-241-4/+4
* Const qualify __mem_fn call operatorPeter Collingbourne2014-01-221-4/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-7/+7
* Add some missing cv-qualifiers.Richard Smith2013-07-231-24/+24
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-7/+7
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-610/+610
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-26/+26
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-33/+69
* Fixing whitespace problemsHoward Hinnant2010-08-221-39/+38
* Installed allocator into std::functionHoward Hinnant2010-08-201-50/+243
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+64
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1836
OpenPOWER on IntegriCloud