Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2018-07-29 | Quote regexes in test headers | Josh Hejna | |
When using test-one.sh, unquoted wildcards are expanded by the shell, resulting in failing tests. | |||
2017-06-20 | Simplify is_constified_enum_module | Travis Finkenauer | |
Used suggested code from @emilio and also added a test for an alias to an anonymous enum. | |||
2017-06-18 | Fix recursive aliases to const module enum | Travis Finkenauer | |
Item::is_constified_enum_module() only returns true for the base type, not for "layers" of aliases. Added a "simple alias" test and added content to the types test. | |||
2017-06-16 | Refactor namespace code and test | Travis Finkenauer | |
2017-06-16 | Add constified module enum template test | Travis Finkenauer | |
2017-06-16 | Add more constified module enum tests | Travis Finkenauer | |