| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Tests can be called using CTest now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added the corresponding benchmarks too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It doesn't work with the unary minus currently (as is reflected in the
tests), it should have a higher precedence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will allow to merge the scripts for the two CIs in the future,
hopefully.
|
|
|
|
|
|
|
|
|
|
Some std::string_view::string_view couldn't be resolved.
Additionally, couldn't construct std::string_view from an initializer
list sometimes, similar to the infamous std::vector constructor woes.
|