aboutsummaryrefslogtreecommitdiff
path: root/src/builtins.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration subcommandAqua-sama2019-11-091-11/+30
| | | | --dump: Write current configuration to stdout and exit
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-221-27/+0
| | | | - This adds 3rd-party/args/args.git subrepository
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-3/+3
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Add translations meson option to build and install translationsAqua-sama2018-12-131-12/+17
|
* Add builtins::version, ::build and ::helpAqua-sama2018-12-051-0/+58