summaryrefslogtreecommitdiffstats
path: root/include/bitset
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* Avoid narrowing warnings in __bitset constructorDimitry Andric2016-09-021-1/+1
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-48/+18
* Fix most GCC attribute ignored warningsEric Fiselier2016-04-211-1/+1
* Add 3 more missing inline/visibility attributes.Evgeniy Stepanov2015-12-091-0/+1
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-41/+82
* Make locales (and transitively, std::endl) work reliably with gcc.Nico Weber2014-06-041-2/+2
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-4/+4
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-4/+4
* Correct silly type-o. Thanks Richard.Howard Hinnant2013-03-061-1/+1
* The bitset(unsigned long long) constructor was broken by the constexpr additi...Howard Hinnant2013-03-061-0/+7
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-1/+1
* Consistently label __bit_array as a struct, not a class.Howard Hinnant2012-08-171-2/+2
* Apply constexpr to <bitset>.Howard Hinnant2012-07-071-13/+37
* SFINAE __bit_iterator such that it will only get instantiated with a containe...Howard Hinnant2012-05-071-3/+3
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-5/+5
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-6/+6
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant2011-07-181-0/+8
* http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant2011-07-021-0/+9
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-22/+22
* noexcept for <bitset>.Howard Hinnant2011-05-271-132/+132
* LWG 1325Howard Hinnant2010-11-171-12/+17
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-2/+4
* Fixing whitespace problemsHoward Hinnant2010-08-221-43/+43
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1022