summaryrefslogtreecommitdiff
path: root/libcxx/include/bitset
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove <cstdlib> includesNikolas Klauser2023-04-091-0/+1
* [libc++] Granularize <type_traits> includesNikolas Klauser2023-03-081-0/+1
* [libc++] Enable radability-identifier-naming for local variables and fix any ...Nikolas Klauser2023-02-111-8/+8
* [libc++] Granularize <concept> includesNikolas Klauser2022-11-051-0/+4
* [libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser2022-09-271-0/+2
* [libc++][NFC] Rename the constexpr macrosNikolas Klauser2022-08-191-120/+120
* [libc++] Implement P2417R2 (A more constexpr bitset)Nikolas Klauser2022-08-141-115/+155
* [libc++] Granularize the rest of type_traitsNikolas Klauser2022-08-141-0/+1
* [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser2022-08-131-2/+2
* [libc++] Complete the implementation of N4190Nikolas Klauser2022-06-221-1/+1
* [libc++] Mark standard-mandated includes as suchNikolas Klauser2022-06-171-2/+4
* [libc++] Granularize __stringNikolas Klauser2022-06-091-0/+1
* [libc++] `bitset::operator[] const` should return boolNikolas Klauser2022-04-131-3/+6
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne2022-03-151-1/+1
* [libc++] Granularize algorithm includesNikolas Klauser2022-02-161-0/+2
* [libc++] Remove __functional_baseNikolas Klauser2022-02-111-1/+0
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer2022-01-101-1/+1
* [libc++] Add the version header to all headers.Mark de Wever2022-01-041-0/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++][NFC] Rename _EnableIf to __enable_if_t for consistencyLouis Dionne2021-09-081-1/+1
* [libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer2021-05-291-4/+4
* [libc++] Remove if-else to make branch predictor happyShu Tian2021-04-241-8/+2
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-3/+3
* [libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.Arthur O'Dwyer2021-01-061-1/+1
* [libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer2020-12-011-1/+1
* [libc++] Replace several uses of 0 by nullptrBruce Mitchener2020-11-271-4/+4
* Ensure bitset's string constructor doesn't poison the overload set.Eric Fiselier2019-07-011-2/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Call __count_bool_true for bitset countAdhemerval Zanella2019-01-111-1/+1
* [NFC][libc++] Consistently use spaces to indentLouis Dionne2018-08-031-6/+6
* Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow2017-11-271-3/+13
* Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow2017-11-271-1/+4
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-5/+9
* Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier2017-04-191-8/+8
* [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