summaryrefslogtreecommitdiff
path: root/include/__functional_base_03
AgeCommit message (Expand)Author
2015-08-26[libcxx] Rewrite C++03 __invoke.Eric Fiselier
2015-07-28Cleanup C++03 __invoke for Bullets 3 and 4.Eric Fiselier
2015-07-28Get C++03 __invoke working for bullet 5 of INVOKE.Eric Fiselier
2015-07-22Remove almost everything in <__functional_base_03>Eric Fiselier
2015-07-22Remove more commented out code. That is what version control is for.Eric Fiselier
2015-02-10[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier
2014-08-04Fix a problem with reference_wrapper in C++03 that was causing counting predi...Marshall Clow
2014-01-06Rename several internal templates to get rid of ___ (triple underscores) or w...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-10-03Tweak to make clang blocks work with std::functional (very fragile)Howard Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant