summaryrefslogtreecommitdiff
path: root/src/common/concepts.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move to Clang Format 15Gravatar Levi Behunin2023-01-291-3/+3
* concepts: Use the std::contiguous_iterator conceptGravatar Morph2022-10-261-13/+3
* fixed_point: Use variable templates and concepts where applicableGravatar Lioncash2022-10-181-0/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* k_priority_queue: Fix concepts useGravatar comex2020-12-291-0/+4
* common/concepts: Move <type_traits> include out of the Common namespaceGravatar Lioncash2020-08-181-2/+2
* common/concepts: Rename IsBaseOf to DerivedFromGravatar Lioncash2020-08-071-4/+6
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...Gravatar David2020-08-031-0/+32