Jonathan Müller
|
a3393ed0fa
|
Fix formatting of cpp_dependent_type
Note that `cpp_dependent_type` is currently never generated, so it is
not tested.
Fixes #148.
|
2022-10-22 11:42:31 +02:00 |
|
waitingtocompile
|
a937efbcbc
|
Add basic concept support (#144)
|
2022-09-03 21:22:59 +02:00 |
|
Jonathan Müller
|
62e571a4d6
|
Update copyright notices
|
2022-02-07 20:43:22 +01:00 |
|
Jonathan Müller
|
ade719651f
|
Copyright year update
|
2019-02-01 14:14:36 +01:00 |
|
Jonathan Müller
|
9f18b7f4d8
|
Update clang-format
|
2018-09-20 19:57:03 +02:00 |
|
Jonathan Müller
|
56d4964b61
|
[breaking] Turn macro parameters into propert entities
|
2018-06-20 09:54:16 +02:00 |
|
Jonathan Müller
|
4c78c69da0
|
Update copyright year
|
2018-01-26 08:39:09 +01:00 |
|
Jonathan Müller
|
6c27481fa7
|
Allow exclude of template parameters in generation
|
2018-01-09 20:38:37 +01:00 |
|
Jonathan Müller
|
0b71d7d3b4
|
Add enum category example
|
2017-11-10 11:54:21 +01:00 |
|
Jonathan Müller
|
9329fc75ec
|
Add serialization example
|
2017-10-31 19:35:33 +01:00 |
|
Jonathan Müller
|
0c4de49234
|
Pass current access specifier to code generator
|
2017-07-18 23:08:53 +02:00 |
|
Jonathan Müller
|
93d2c58f7f
|
Add signature() to cpp_function_base
|
2017-07-10 19:26:55 +02:00 |
|
Jonathan Müller
|
bb3253220b
|
Add formatting options to code generation
|
2017-05-27 11:11:54 +02:00 |
|
Jonathan Müller
|
4db09778b5
|
Add and parse cpp_static_assert
|
2017-04-11 20:37:24 +02:00 |
|
Jonathan Müller
|
88af191c70
|
Clean kind check functions
|
2017-04-07 19:06:45 +02:00 |
|
Jonathan Müller
|
d18070a799
|
Implement code generation
|
2017-03-29 19:51:02 +02:00 |
|
Jonathan Müller
|
c44e0b512e
|
Use enum for builtin types
|
2017-03-27 22:19:25 +02:00 |
|
Jonathan Müller
|
dc290415f1
|
Remove is_valid() for types
Not complete and not really necessary.
|
2017-03-27 21:38:56 +02:00 |
|
Jonathan Müller
|
6f050bac66
|
Add and parse cpp_decltype_type
|
2017-03-27 21:36:55 +02:00 |
|
Jonathan Müller
|
acb2f06bfd
|
Add and parse cpp_auto_type
|
2017-03-27 12:10:40 +02:00 |
|
Jonathan Müller
|
23a7248964
|
Add support for member pointer types
|
2017-02-23 15:39:12 +01:00 |
|
Jonathan Müller
|
a9bc9a1c9b
|
Add cpp_dependent_type
|
2017-02-05 21:48:55 +01:00 |
|
Jonathan Müller
|
853a132425
|
Add cpp_template_instantiation_type
|
2017-02-05 21:35:39 +01:00 |
|
Jonathan Müller
|
65eb2f58b5
|
Rename cpp_function_types.hpp -> cpp_function_type.hpp
Only plural header, consistency.
|
2017-02-05 21:29:56 +01:00 |
|
Jonathan Müller
|
edb132981a
|
Add cpp_template_template_parameter
|
2017-02-01 21:04:53 +01:00 |
|
Jonathan Müller
|
ddadcfe88c
|
Add cpp_function
|
2017-01-22 22:01:40 +01:00 |
|
Jonathan Müller
|
87aba96c5b
|
Rename cpp_entity_type -> cpp_entity_kind
|
2017-01-22 12:29:24 +01:00 |
|
Jonathan Müller
|
36425c096b
|
Add is_valid() check for types
|
2017-01-21 22:04:00 +01:00 |
|
Jonathan Müller
|
ebfa75aa8b
|
Add first cpp_type infrastructure
|
2017-01-21 20:54:10 +01:00 |
|