Commit Graph

11 Commits

Author SHA1 Message Date
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
a59f6ffc69 build: remove explicit constexpr instantiations
GCC7 no longer requires these instantiations, and in fact produces a
warning/error in these cases. So we remove them.
2017-06-08 15:49:25 +10:00
cc4f91f393 introspection: add filesystem::path type_name specialisation 2017-01-31 20:30:16 +11:00
9116404f30 introspection: work around clang static constexpr arrays 2016-12-21 16:46:16 +11:00
a10c091114 introspection: use pointers over arrays for type_name
It's too hard to diagnose undefined symbol issues under clang so we use
pointers for the time being.
2016-11-17 18:38:09 +11:00
25a9c6fafc introspection: rename type_string to type_name 2016-07-28 13:45:09 +10:00
b1eb9982d1 introspection: add more types to type_string 2016-04-27 16:05:16 +10:00
2786b88bd1 introspection: type_string specialisations for strings 2016-03-14 22:33:22 +11:00
76179f264b introspection: add fundamental types for type_string 2016-03-11 13:15:50 +11:00
faaa49c7e9 introspection: add type_string and enum_values 2016-03-11 13:02:52 +11:00
199be3213a introspection: add simple static introspection types 2015-04-20 17:51:00 +10:00