]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/bit
[vxworks] add aarch64 to vxworks-dummy.h set
[thirdparty/gcc.git] / libstdc++-v3 / include / std / bit
2025-06-03  Jonathan Wakelylibstdc++: Use explicit cast to unsigned in std::rotr...
2025-04-29  Jonathan Wakelylibstdc++: Use constexpr-if for C++11 and C++14
2025-02-20  Jonathan Wakelylibstdc++: Use new type-generic built-ins in <bit>...
2025-01-02  Jakub JelinekUpdate copyright years.
2024-09-25  Jason Merrilllibstdc++: #ifdef out #pragma GCC system_header
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-01  Jason Merrillc++: mangle function template constraints
2023-09-15  Patrick Palkalibstdc++: Use C++20 constraints in <bit>
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-04-28  Jonathan Wakelylibstdc++: Minor fixes to doxygen comments
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-25  Jonathan Wakelylibstdc++: Change return type of std::bit_width to...
2022-09-16  Jonathan Wakelylibstdc++: Add preprocessor conditions for freestanding...
2022-03-25  Jonathan Wakelylibstdc++: Add more doxygen comments in <bit>
2022-03-23  Jonathan Wakelylibstdc++: Add missing constraints to std::bit_cast...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Jonathan Wakelylibstdc++: Define std::__is_constant_evaluated() for...
2021-11-30  Jakub Jelineklibstdc++: Add [[nodiscard]] to std::byteswap
2021-11-28  Jakub Jelineklibstdc++: Implement std::byteswap for C++23
2021-04-13  Jonathan Wakelylibstdc++: Fix <bit> to work freestanding [PR 100060]
2021-04-06  Jonathan Wakelylibstdc++: Add nodiscard attribute to cast-like functions
2021-03-06  Jakub Jelineklibstdc++: Improve std::rot[lr] [PR99396]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-10  Jonathan Wakelylibstdc++: Remove redundant branches in countl_one...
2020-12-03  Jonathan Wakelylibstdc++: Add std::bit_cast for C++20 [PR 93121]
2020-11-09  Jonathan Wakelylibstdc++: Remove redundant check for zero in std:...
2020-07-07  Jonathan Wakelylibstdc++: Replace __int_limits with __numeric_traits_i...
2020-02-17  Jonathan Wakelylibstdc++ P1956R1 On the names of low-level bit manipul...
2020-02-17  Jonathan Wakelylibstdc++: Add lightweight replacement for std::numeric...
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...