summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting& nitupstream/expession-filterLucas Wojciechowski2018-03-071-1/+1
* Implement `NSPredicate *operator()(mbgl::style::ExpressionFilter filter)`Lucas Wojciechowski2018-03-071-1/+3
* Addressed PR feedbackLucas Wojciechowski2018-03-073-6/+10
* Add expression filter testsLucas Wojciechowski2018-03-071-0/+10
* Ensure the map zoom is passed into filtering operations wherever applicableLucas Wojciechowski2018-03-076-6/+6
* Remove bool Filter::operator()(const GeometryTileFeature&) constLucas Wojciechowski2018-03-079-84/+60
* In src/mbgl/style/conversion/filter.cpp, add a port of isExpressionFilter and...Lucas Wojciechowski2018-03-071-6/+55
* Shot in the dark to fix CI (part 3)Lucas Wojciechowski2018-03-071-1/+1
* Shot in the dark to fix CI (part 2)Lucas Wojciechowski2018-03-071-1/+1
* Shot in the dark to fix CILucas Wojciechowski2018-03-071-5/+5
* Fix benchmark compilationLucas Wojciechowski2018-03-071-7/+3
* Switch back to a shared_ptr per chat with @anandthakkerLucas Wojciechowski2018-03-073-4/+4
* Fix failing testsLucas Wojciechowski2018-03-071-1/+1
* Fill in implementation of `void operator()(const ExpressionFilter&)`Lucas Wojciechowski2018-03-071-2/+2
* Replace `shared_ptr` with &referenceLucas Wojciechowski2018-03-072-2/+2
* Hook up expression filter evaluatorLucas Wojciechowski2018-03-071-1/+6
* WIPLucas Wojciechowski2018-03-075-11/+18
* WIPLucas Wojciechowski2018-03-072-54/+54
* WIPLucas Wojciechowski2018-03-076-173/+200
* WIPLucas Wojciechowski2018-03-071-25/+25
* Remove Filter::operator()(const Feature&)Lucas Wojciechowski2018-03-073-27/+11
* WIPLucas Wojciechowski2018-03-074-8/+10
* WIPLucas Wojciechowski2018-03-074-6/+8
* WIPLucas Wojciechowski2018-03-074-1/+24
* Update README.md (#11408)Cameron Mace2018-03-071-1/+1
* [qt] Fix Qt build on MinGWThiago Marcos P. Santos2018-03-071-1/+1
* Android readme snapshot dependency line cleanup (#11071)Langston Smith2018-03-061-5/+4
* [Qt] Added QMapboxGL::MapLoadingFailure enumBruno de Oliveira Abinader2018-03-054-5/+53
* [Qt] Expose mapLoadingFailed signalBruno de Oliveira Abinader2018-03-054-1/+9
* [android] fix CameraAnimatorActivity home button (#11383)Łukasz Paczos2018-03-051-3/+6
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-027-533/+550
* [core] refactor SQLite error/status codesKonstantin Käfer2018-03-024-18/+51
* [core] improve SQLite error loggingKonstantin Käfer2018-03-021-6/+76
* [android] updated changelog to reflect 6.0.0-beta.3 changesŁukasz Paczos2018-03-021-4/+23
* [test] Update Map.PrefetchTilesBruno de Oliveira Abinader2018-02-287-61/+75
* [doc] Updated link to NativeScript pluginMinh Nguyễn2018-02-271-1/+1
* [android ] - new gestures library (#11221)Łukasz Paczos2018-02-2717-1604/+981
* [qt] Rename Qt SDK to 'Mapbox Maps SDK for Qt'Bruno de Oliveira Abinader2018-02-276-14/+14
* [core] Add space in OfflineDatabase::updateMetadata SQL queryBruno de Oliveira Abinader2018-02-271-1/+1
* [core, node] Hold on to map handle during NodeMap::request.Chris Loer2018-02-261-0/+4
* [core] Don't reuse heatmap render texture on viewport resize.Chris Loer2018-02-261-1/+1
* [ios, macos] add tileset encoding option to darwin sources (#11274)Molly Lloyd2018-02-266-0/+68
* [core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation.Chris Loer2018-02-261-1/+1
* [tests] Added a test for getting resources from the databaseThiago Marcos P. Santos2018-02-263-1/+37
* [qt] Fix issue if resources not being found on the databaseThiago Marcos P. Santos2018-02-261-7/+2
* [core] Fix build with Qt + Android + GCC 4.9Thiago Marcos P. Santos2018-02-261-1/+1
* [qt] Fix wrong signal being emittedThiago Marcos P. Santos2018-02-261-1/+1
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-232-10/+16
* [android] custom layer example - remove dependencies on mbgl logging and stri...Ivo van Dongen2018-02-231-22/+24
* [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-02-231-28/+142