summaryrefslogtreecommitdiff
path: root/include/valarray
AgeCommit message (Expand)Author
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier
2017-01-07[libc++] Tolerate presence of __deallocate macroEric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-09-16Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to support attribut...Eric Fiselier
2015-12-15Mark declarations of externally instantiated functions as inline so GCC doesn...Eric Fiselier
2015-11-07Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-02-13Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool
2014-08-12Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier
2014-06-04Use __builtin_operator_new/__builtin_operator_delete when available. ThisRichard Smith
2013-09-13G M: Make valarray a little more forgiving to compilers not quite so gifted....Howard Hinnant
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-11-06Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-21noexcept applied to <valarray>.Howard Hinnant
2012-05-19Revert my _LIBCPP_INLINE_VISIBILITY changes, r157097 and r157107Douglas Gregor
2012-05-19valarray resize should not be _LIBCPP_INLINE_VISIBILITYDouglas Gregor
2012-05-19Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of memberDouglas Gregor
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-27Optimizing valarray::operator=(some-valarray-expression)Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration sweep completed.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...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