]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/bit
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / bit
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-18  Jonathan Wakelylibstdc++: Fix some -Wsystem-headers warnings
2019-10-30  Jonathan WakelyFix some missing/incorrect feature test macros
2019-07-31  Jonathan WakelyAdd Doxygen comments to <bit> header
2019-07-26  Jonathan WakelyDefine __cpp_lib_endian feature test macro
2019-07-25  Jonathan WakelyRelocate std::endian from <type_traits> to <bit>
2019-07-22  Jonathan WakelyAdjust std::rotl, std::rotr etc to match final P0553R4...
2019-07-22  Jonathan WakelyChange std::ceil2 to be undefined if the result can...
2019-06-26  Jonathan WakelyAdd new helper traits for signed/unsigned integer types
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-30  Jonathan WakelyAvoid undefined shifts in ceil2 operations
2018-07-24  Jonathan WakelyMinor refactoring in <bit> header
2018-07-04  Jonathan WakelyFix std::__rotl and std::__rotr
2018-07-04  Jonathan WakelyOptimize std::rotl and std::rotr, add test for std...
2018-07-03  Jonathan WakelyP0556R3 Integral power-of-2 operations, P0553R2 Bit...