summaryrefslogtreecommitdiff
path: root/include/bitset
AgeCommit message (Expand)Author
2017-11-27Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-09-02Avoid narrowing warnings in __bitset constructorDimitry Andric
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-04-21Fix most GCC attribute ignored warningsEric Fiselier
2015-12-09Add 3 more missing inline/visibility attributes.Evgeniy Stepanov
2015-11-07Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2014-06-04Make locales (and transitively, std::endl) work reliably with gcc.Nico Weber
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
2013-03-06Correct silly type-o. Thanks Richard.Howard Hinnant
2013-03-06The bitset(unsigned long long) constructor was broken by the constexpr additi...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-08-17Consistently label __bit_array as a struct, not a class.Howard Hinnant
2012-07-07Apply constexpr to <bitset>.Howard Hinnant
2012-05-07SFINAE __bit_iterator such that it will only get instantiated with a containe...Howard Hinnant
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-07-18http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant
2011-07-02http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-27noexcept for <bitset>.Howard Hinnant
2010-11-17LWG 1325Howard Hinnant
2010-11-16license changeHoward 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