summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node-v3.3.4-pre.1node-v3.3.4-pre.1Mike Morris2016-09-211-1/+1
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-219-0/+245
* [core] Make sure textures have a scaling filter set after uploadKonstantin Käfer2016-09-212-13/+20
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-2115-35/+43
* [core] Allow retrieving texture ID and sizeKonstantin Käfer2016-09-212-3/+17
* [test] Show error message when expected file does not existKonstantin Käfer2016-09-211-2/+15
* [core] store viewport and FBO bindingKonstantin Käfer2016-09-217-4/+89
* [ios, macos] Clarify MGLGeoJSONSource option units in API docs (#6411)Jesse Bounds2016-09-211-9/+9
* [android] enable RELRO (#6419)Ivo van Dongen2016-09-212-0/+1
* [ios, macos] Add more predicate operator to mbgl filter translationsJesse Bounds2016-09-213-20/+113
* [core] check GL errors in loopMike Morris2016-09-212-18/+53
* [core] add GL_CONTEXT_LOST case to checkErrorMike Morris2016-09-211-4/+7
* [android] Sources: peer model, mutability (#6054)Ivo van Dongen2016-09-2124-87/+886
* [ios, macos] Ignore progress updates after suspendingMinh Nguyễn2016-09-204-11/+23
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-205-19/+31
* [android] - increase timeout to 15 minutes (#6399)Tobrun2016-09-201-1/+1
* [build] use Mason's sqlite when linking Qt tests (#6395)Konstantin Käfer2016-09-201-0/+2
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-205-0/+51
* [android] update mas dependency (#6398)Ivo van Dongen2016-09-201-1/+1
* [core] Fix ThreadPool race condition (#6388)John Firebaugh2016-09-202-7/+13
* [core] Allow queryRenderedFeatures prior to symbol placement (#6376)John Firebaugh2016-09-201-2/+5
* [build] upgrade dependenciesKonstantin Käfer2016-09-203-10/+10
* [android] - optimise execution time of Android CI integration (#6283)Tobrun2016-09-201-1/+1
* [android] fire onMapReady only after style is loaded (#6046)Ivo van Dongen2016-09-201-2/+13
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-205-4/+80
* [tests] Remove memory fragmentation test (#6226)Thiago Marcos P. Santos2016-09-201-62/+0
* [core] MapChangeDidFinishLoadingStyle - Ensure style is loaded (#6392)Ivo van Dongen2016-09-201-3/+2
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-205-0/+29
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-2010-933/+946
* [android] - do not update marker while creating (#6314)Tobrun2016-09-198-18/+239
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-1916-26/+36
* Adjust logging level for failed OkHttp requests (#6378)Antonio Zugaldia2016-09-192-4/+12
* [ios] add OS_ACTIVITY_MODE=disable for Xcode 8 spew (#6382)Justin R. Miller2016-09-191-0/+7
* [ios] Don't specify Swift version for jazzy doc generation (#6377)Jason Wray2016-09-191-3/+0
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-1921-231/+177
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-1921-619/+507
* [build] Upgrade GLFW to 3.2.1, SQLite to 3.14.2 and libwebp to 0.5.1Konstantin Käfer2016-09-195-7/+9
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-162-6/+42
* fixed readme image and links in contributing file (#6357)Cameron Mace2016-09-162-3/+3
* [core] Document the ActorRef<O> argument passed to O's constructorJohn Firebaugh2016-09-161-6/+7
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-1641-818/+1191
* [ios] fixes #6248: properly handle all NSNumber types in filters (#6290)Justin R. Miller2016-09-164-7/+236
* [core] Correct evaluation of interval functionsclydebarrow2016-09-162-2/+13
* [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