summaryrefslogtreecommitdiff
path: root/lib/query
AgeCommit message (Collapse)Author
2020-11-04lib/query: refactor & reworkDirk-Jan C. Binnema
- Move the lib/query/ stuff up a level into lib/ - Associate directly with the Query object - Rework the Query object to be C++ rather than mixed with C - Update all dependencies, tests
2020-07-25fix compilation error / clang warningsDirk-Jan C. Binnema
2020-03-31mu: ensure some struct members are initializedDirk-Jan C. Binnema
2020-03-02make OP_WILDCARD non-conditionalDirk-Jan C. Binnema
Since we require Xapian 1.4 anyway, there's no need to make OP_WILDCARD conditional.
2020-02-20lib/parser -> lib/queryDirk-Jan C. Binnema
And update the names to follow the mu- convention.