Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-16 | common: remove unneeded x86-specific header | liushuyu | |
2022-07-27 | Revert Coretiming PRs 8531 and 7454 (#8591) | Maide | |
2022-06-28 | Common: improve native clock. | Fernando Sahmkow | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-03-20 | general: Fix clang/gcc build errors | ameerj | |
2022-03-19 | common: Reduce unused includes | ameerj | |
2021-02-19 | common: wall_clock: Fix integer overflow with StandardWallClock. | bunnei | |
- Previous optimized impl. resulted in an integer overflow, so revert. - This is our slow/fallback path that should never be really be used, so the optimization in unimportant. | |||
2021-02-15 | common: Merge uint128 to a single header file with inlines. | bunnei | |
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | |
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||
2020-06-18 | Common: Refactor & Document Wall clock. | Fernando Sahmkow | |
2019-03-20 | common/uint128: Add missing header guard | Lioncash | |
2019-03-20 | common/uint128: Add missing top-file source text | Lioncash | |
2019-02-16 | Corrections, documenting and fixes. | Fernando Sahmkow | |
2019-02-15 | Use u128 on Clock Cycles calculation. | Fernando Sahmkow | |
2019-02-15 | Implement 128 bits Unsigned Integer Multiplication and Division. | Fernando Sahmkow | |