Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-10-26 | concepts: Use the std::contiguous_iterator concept | Morph | 1 | -13/+3 |
2022-10-18 | fixed_point: Use variable templates and concepts where applicable | Lioncash | 1 | -0/+8 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2020-12-29 | k_priority_queue: Fix concepts use | comex | 1 | -0/+4 |
2020-08-18 | common/concepts: Move <type_traits> include out of the Common namespace | Lioncash | 1 | -2/+2 |
2020-08-07 | common/concepts: Rename IsBaseOf to DerivedFrom | Lioncash | 1 | -4/+6 |
2020-08-03 | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 1 | -0/+32 |