summaryrefslogtreecommitdiffstats
path: root/src/common/concepts.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move to Clang Format 15Levi Behunin2023-01-301-3/+3
* concepts: Use the std::contiguous_iterator conceptMorph2022-10-261-13/+3
* fixed_point: Use variable templates and concepts where applicableLioncash2022-10-181-0/+8
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* k_priority_queue: Fix concepts usecomex2020-12-291-0/+4
* common/concepts: Move <type_traits> include out of the Common namespaceLioncash2020-08-181-2/+2
* common/concepts: Rename IsBaseOf to DerivedFromLioncash2020-08-071-4/+6
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-0/+32