summaryrefslogtreecommitdiff
path: root/test/style/filter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-31/+6
|
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+2
|
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-051-0/+22
|
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-041-7/+10
| | | | Previous implementation was assigning a temporary to FilterEvaluator<T>::extractor.
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-0/+113