summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [android] Move unused icon burning script to Android folder (#6310)Jason Wray2016-09-161-2/+2
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-163-15/+15
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-164-42/+41
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-168-59/+97
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-167-9/+9
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-1516-54/+160
* [android] - disable closable strictmode (#6327)Tobrun2016-09-151-1/+0
* [build] add specific .clang-tidy file for things that use RapidJSON writersKonstantin Käfer2016-09-151-0/+2
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-156-20/+21
* [test] use recursive wrapper for recursive variant typesKonstantin Käfer2016-09-151-6/+10
* [core] add explicit std::hash<mbgl::style::ClassID> implementation to appease...Konstantin Käfer2016-09-151-0/+17
* [core] #3980 - Putting friend class SymbolLayout backBrad Leege2016-09-141-0/+1
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-1411-27/+60
* [core] Avoid gratuitous SymbolBucket creationJohn Firebaugh2016-09-142-4/+5
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-1417-871/+908
* [core] Remove schema v4 migration pathJason Wray2016-09-142-7/+6
* [tests] Add v3 & v4 database migration testsJason Wray2016-09-145-0/+58
* [ios, macos] Remove changelog lines for WAL db changeJason Wray2016-09-142-2/+0
* [core] Revert SQLite WAL journalingJason Wray2016-09-143-10/+18
* [core] Another band-aid (#6322) (#6333)John Firebaugh2016-09-141-1/+1
* [ios] Use content inset to calculate edge padding (#6313)Jesse Bounds2016-09-131-4/+6
* [core] Band-aid to prevent GeometryTile::redoLayout race condition from causi...John Firebaugh2016-09-131-0/+6
* [android] #6321 - New Staging Server PK Access Token (#6323)Brad Leege2016-09-131-2/+2
* [android] #6317 - avoids NullPointerException when checking mMapboxMap.getUiS...Antonio Zugaldia2016-09-131-5/+8
* [android] HttpFileSource - rate limitIvo van Dongen2016-09-133-4/+28
* [linux] HTTPFileSource - rate limitIvo van Dongen2016-09-131-0/+12
* [qt] HttpFileSource - rate limitIvo van Dongen2016-09-131-0/+12
* [darwin] HttpFileSource - rate limitIvo van Dongen2016-09-131-0/+17
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-1315-29/+213
* [qt] Fix bug in fromQStringListBruno de Oliveira Abinader2016-09-131-2/+3
* [qt] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-133-22/+26
* [ios, macos] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-1/+2
* [glfw] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-2/+3
* [test] Added Map class accessors testsBruno de Oliveira Abinader2016-09-131-0/+34
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-134-22/+46
* [core] Check if style exists prior to accessing via Map functionsBruno de Oliveira Abinader2016-09-131-20/+58
* [core] - move wrap test (#6311)Tobrun2016-09-122-0/+1
* [macos] Updated reference to MGLFilterTestsMinh Nguyễn2016-09-091-2/+2
* [core] Move SQLite logging setup to before database initializationJason Wray2016-09-092-8/+10
* [core] Don't use std::move on forwarding referencesJohn Firebaugh2016-09-082-14/+17
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-089-43/+60
* [core] Extract WorkTaskImpl from run_loop.hppJohn Firebaugh2016-09-084-83/+106
* 6277 disable leak canary during instrumenation tests (#6294)Tobrun2016-09-081-5/+3
* [android] - ensure access token is set when trying to load a style (#6280)Tobrun2016-09-081-0/+6
* [core] - add unit test for wrap (#6289)Tobrun2016-09-081-0/+26
* [android] - run ndk-stack as part of the build (#6288)Tobrun2016-09-081-6/+11
* [android] - throw concrete exception when generated test cases fail to read t...Tobrun2016-09-081-7/+16
* [core] Implement SQLite error logging (#6291)Jason Wray2016-09-082-0/+14
* [ios, macos] Put MGLStyleLayer inits in respective classesJesse Bounds2016-09-0827-38/+215
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-077-54/+69