aboutsummaryrefslogtreecommitdiff
path: root/src/builtins.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop args.hxx dependencyAqua-sama2020-11-191-28/+0
| | | | Replace args.hxx with QCommandLineParser.
* staging: smolblokAqua-sama2020-05-301-0/+1
| | | | | | | | | | | | | smolblok is a replacement for the current lib/urlfilter AdBlockPlus and hostlist format filter parser. It is a library that uses plugins to provide support for different filter formats. staging/adblock: AdBlockPlus parser plugin plugins/smolblok_hostlist: hostlist format parser plugin Headers will be installed to include/smolbote/ Remove lib/urlfilter
* CleanupAqua-sama2020-04-291-1/+0
| | | | | | | - Don't run configuration fuzzer as test - Remove plugins/ConfigurationEditor - Move exported interfaces to include/smolbote - Install plugin interfaces
* Add bookmarks subcommandAqua-sama2020-01-171-0/+2
|
* Add configuration subcommandAqua-sama2019-11-091-1/+6
| | | | --dump: Write current configuration to stdout and exit
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-221-5/+0
| | | | - This adds 3rd-party/args/args.git subrepository
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-4/+4
| | | | | - 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-1/+2
|
* Add builtins::version, ::build and ::helpAqua-sama2018-12-051-0/+25