aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/bit
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-18libstdc++: Fix some -Wsystem-headers warningsJonathan Wakely1-1/+3
2019-10-30Fix some missing/incorrect feature test macrosJonathan Wakely1-0/+2
2019-07-31Add Doxygen comments to <bit> headerJonathan Wakely1-0/+28
2019-07-26Define __cpp_lib_endian feature test macroJonathan Wakely1-0/+2
2019-07-25Relocate std::endian from <type_traits> to <bit>Jonathan Wakely1-0/+7
2019-07-22Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely1-15/+23
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely1-3/+21
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely1-59/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely1-2/+4
2018-07-24Minor refactoring in <bit> headerJonathan Wakely1-45/+44
2018-07-04Fix std::__rotl and std::__rotrJonathan Wakely1-2/+2
2018-07-04Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely1-7/+3
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely1-0/+359