summaryrefslogtreecommitdiffstats
path: root/include/valarray
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-2/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-18/+18
* Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to support attribut...Eric Fiselier2016-09-161-3/+3
* Mark declarations of externally instantiated functions as inline so GCC doesn...Eric Fiselier2015-12-151-2/+2
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-106/+204
* Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool2015-02-131-0/+1
* Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier2014-08-121-0/+2
* Use __builtin_operator_new/__builtin_operator_delete when available. ThisRichard Smith2014-06-041-18/+19
* G M: Make valarray a little more forgiving to compilers not quite so gifted....Howard Hinnant2013-09-131-1/+1
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-22/+22
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-20/+20
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-3/+3
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-6/+10
* noexcept applied to <valarray>.Howard Hinnant2012-07-211-11/+11
* Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107Douglas Gregor2012-05-191-222/+129
* valarray resize should not be _LIBCPP_INLINE_VISIBILITYDouglas Gregor2012-05-191-1/+0
* Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of memberDouglas Gregor2012-05-191-129/+223
* 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-7/+7
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-4/+16
* Optimizing valarray::operator=(some-valarray-expression)Howard Hinnant2011-07-271-0/+17
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-9/+9
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration sweep completed.Howard Hinnant2010-09-231-290/+294
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-28/+28
* Fixing whitespace problemsHoward Hinnant2010-08-221-34/+34
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+4738