summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/dynarray
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Remove dynarrayLouis Dionne2018-11-281-305/+0
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-251-3/+3
* Revert "Fix use of __libcpp_deallocate in dynarray"Eric Christopher2018-10-251-1/+1
* Fix use of __libcpp_deallocate in dynarrayEric Fiselier2018-10-251-1/+1
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-1/+1
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-1/+1
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-1/+1
* Fix dynarray test failures after changing __libcpp_allocate/deallocateEric Fiselier2018-03-221-7/+8
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+5
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-1/+1
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-8/+5
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-2/+2
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-25/+6
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-5/+10
* Fix initialzation order in dynarrayEric Fiselier2015-10-011-1/+1
* Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool2015-02-131-0/+2
* Update the synopsis and comments with the results of LWG #2255. No code to ba...Marshall Clow2014-07-231-13/+13
* Use __builtin_operator_new/__builtin_operator_delete when available. ThisRichard Smith2014-06-041-2/+2
* Move <dynarray> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-131-0/+314
OpenPOWER on IntegriCloud