| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: remove unneeded x86-specific header | 2022-08-16 | 1 | -1/+0 | |
| | | |||||
| * | Revert Coretiming PRs 8531 and 7454 (#8591) | 2022-07-27 | 1 | -5/+0 | |
| | | |||||
| * | Common: improve native clock. | 2022-06-28 | 1 | -0/+5 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | 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. | ||||
| * | general: Fix clang/gcc build errors | 2022-03-20 | 1 | -0/+1 | |
| | | |||||
| * | common: Reduce unused includes | 2022-03-19 | 1 | -1/+0 | |
| | | |||||
| * | common: wall_clock: Fix integer overflow with StandardWallClock. | 2021-02-19 | 1 | -0/+20 | |
| | | | | | | - 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. | ||||
| * | common: Merge uint128 to a single header file with inlines. | 2021-02-15 | 1 | -5/+84 | |
| | | |||||
| * | common: Make use of [[nodiscard]] where applicable | 2020-08-15 | 1 | -3/+3 | |
| | | | | | | | 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. | ||||
| * | Common: Refactor & Document Wall clock. | 2020-06-18 | 1 | -0/+3 | |
| | | |||||
| * | common/uint128: Add missing header guard | 2019-03-20 | 1 | -0/+2 | |
| | | |||||
| * | common/uint128: Add missing top-file source text | 2019-03-20 | 1 | -0/+3 | |
| | | |||||
| * | Corrections, documenting and fixes. | 2019-02-16 | 1 | -4/+5 | |
| | | |||||
| * | Use u128 on Clock Cycles calculation. | 2019-02-15 | 1 | -20/+3 | |
| | | |||||
| * | Implement 128 bits Unsigned Integer Multiplication and Division. | 2019-02-15 | 1 | -0/+30 | |