summaryrefslogtreecommitdiffstats
path: root/libcxx/include/array
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix recursive instantiation in std::array.Eric Fiselier2020-06-261-1/+1
* [libc++] Declare std::tuple_element as struct instead of classLouis Dionne2019-04-011-3/+2
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-191-8/+8
* Add noexcept to operator[] for array and deque. This is an extension. We alre...Marshall Clow2019-03-141-4/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-111-2/+2
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* Implement P1023: constexpr comparison operators for std::arrayMarshall Clow2018-08-021-6/+6
* Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-181-1/+12
* Fix size and alignment of array<T, 0>.Eric Fiselier2018-02-071-2/+3
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-071-20/+147
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-061-70/+17
* Fix initialization of array<const T, 0> with GCC.Eric Fiselier2018-02-041-8/+6
* Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-041-10/+21
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-041-16/+60
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-1/+1
* [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow2017-06-121-0/+1
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+2
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>Eric Fiselier2017-04-161-2/+2
* Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow2017-01-161-5/+9
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow2017-01-041-14/+14
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-13/+3
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-4/+12
* non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow2016-03-071-1/+1
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-181-0/+10
* Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-...Marshall Clow2015-11-191-5/+5
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-171-11/+0
* G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant2013-10-041-10/+10
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-5/+5
* Make std::get constexprMarshall Clow2013-07-171-17/+18
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-5/+5
* Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...Marshall Clow2012-12-181-0/+3
* constexpr applied to <array>.Howard Hinnant2012-07-201-4/+4
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-5/+5
* Experimental support for a meaningful __is_swappable<T>::value. This does no...Howard Hinnant2011-06-011-1/+5
* noexcept for <array>.Howard Hinnant2011-05-311-45/+64
* LWG 1191Howard Hinnant2010-11-171-0/+13
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-7/+11
* Fixing whitespace problemsHoward Hinnant2010-08-221-90/+90
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+296
OpenPOWER on IntegriCloud