Commit Graph

15 Commits

Author SHA1 Message Date
681474c83d parse/enum: use references for range binding iteration to avoid copies 2022-07-25 11:57:53 +10:00
4e4e731cb7 parse/enum: workaround fmtlib#1824 warnings in clang 2022-01-25 15:55:18 +10:00
462776dafa format: remove in favour of libfmt 2021-04-14 10:23:33 +10:00
0977fb89b3 debug/assert: don't use iostream 2021-04-12 16:56:06 +10:00
dd1e9bbbd7 build: use more explicit headers 2021-01-20 14:19:33 +10:00
04de102789 introspection: split the header into functional groups 2020-09-24 15:42:14 +10:00
62660f1146 parse/enum: add is_registered test 2020-04-23 07:57:38 +10:00
1e1aa33b75 parse/enum: detect types with underlying_type members 2019-08-29 14:05:39 +10:00
458654c9a3 parse/enum: add lookup-by-function 2019-08-29 13:33:18 +10:00
e4c224ceaa parse/enum: we don't need to strictly enforce 'enumness' 2019-08-29 13:18:13 +10:00
e6bd571fd5 parse/enum: add some descriptive comments 2019-08-29 13:09:54 +10:00
ad92254554 parse/enum: add support fro enum classes 2019-08-26 12:18:37 +10:00
822243f86d parse/enum: return a cookie we could use for cleanup on setup 2019-06-01 10:06:15 +10:00
cc7d4eb0a9 parse/enum: allow translation of enum string to integer with typeidx 2019-05-30 12:33:28 +10:00
5e3af7f8fb parse/enum: add basic typeid enum parsing 2019-05-30 11:54:56 +10:00