summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Reserve space for index/vertex items when possibleupstream/index-vertex-vector-reserveBruno de Oliveira Abinader2017-06-286-0/+19
* [android] remove tile cache size customizationIvo van Dongen2017-06-273-52/+5
* [ios] remove tile cache size customizationIvo van Dongen2017-06-271-40/+0
* [macos] remove tile cache size customizationIvo van Dongen2017-06-271-21/+0
* [core] remove tile cache size setterIvo van Dongen2017-06-2714-42/+0
* [darwin] Assign threads more specific namesJason Wray2017-06-271-1/+2
* [core] fix render doesn’t flag style mutationIvo van Dongen2017-06-262-2/+28
* [core] Don't transition new layers on a setStyle operationJohn Firebaugh2017-06-269-22/+48
* [core] Removed unused methodsThiago Marcos P. Santos2017-06-263-56/+0
* [darwin] Use ResourceTransform for setting URL transform callbacksThiago Marcos P. Santos2017-06-261-3/+13
* [android] Use ResourceTransform for setting URL transform callbacksThiago Marcos P. Santos2017-06-262-11/+19
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-265-30/+67
* [core] Store pointer instead of referect to the Object in ActorRefThiago Marcos P. Santos2017-06-261-3/+3
* [core] Introduce the ResourceTransformThiago Marcos P. Santos2017-06-263-0/+41
* [core] Make the mbgl/actor headers publicThiago Marcos P. Santos2017-06-264-3/+3
* remove bitrise config file (#9356)Pablo Guardiola2017-06-231-235/+0
* [android] - build release package once during ci build (#9351)Tobrun2017-06-231-18/+0
* [build] Switch from Travis CI to CircleCIBruno de Oliveira Abinader2017-06-227-395/+415
* [build] Updated valgrind suppressionsBruno de Oliveira Abinader2017-06-221-0/+9
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-2225-207/+219
* [all] Promote Style to public APIJohn Firebaugh2017-06-2242-647/+726
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-2210-85/+70
* [tests] Add tests for MapObserver::on{WillStart,DidFinish}LoadingMapJohn Firebaugh2017-06-221-0/+50
* [core] document lifetimes of GeometryTileFeaturesKonstantin Käfer2017-06-211-0/+7
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-215-14/+21
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-219-52/+78
* [core] switch to vector-tile library for decoding Mapbox vector tilesKonstantin Käfer2017-06-216-252/+65
* [core] shared feature data for GeoJSONTileData objectsKonstantin Käfer2017-06-211-5/+11
* [core] shared data among AnnotationTileFeature objectsKonstantin Käfer2017-06-215-30/+82
* [core] add benchmark for vector tile parsingKonstantin Käfer2017-06-217-298/+366
* [core] add MBGL_CHECK_ERROR to some locations where it was missingKonstantin Käfer2017-06-212-6/+6
* [build] Unbreak TravisJohn Firebaugh2017-06-211-0/+2
* [android] annotate Mapbox class with @UiThread to make clear that it is requi...Pablo Guardiola2017-06-211-0/+1
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-2116-67/+67
* [core] Remove util::ThreadThiago Marcos P. Santos2017-06-218-510/+1
* [tests] Port the ThreadLocalStorage test to the actor modelThiago Marcos P. Santos2017-06-211-16/+29
* [tests] Port the AsyncTask test to the actor modelThiago Marcos P. Santos2017-06-211-30/+29
* [android] Replace util::Thread with util::ThreadedObjectThiago Marcos P. Santos2017-06-214-18/+26
* [core] Convert LocalFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-212-7/+15
* [core] Convert AssetFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-213-26/+23
* [core] Convert DefaultFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-212-36/+31
* [tests] Added tests for ThreadedObjectThiago Marcos P. Santos2017-06-212-0/+278
* [core] Added the ThreadedObjectThiago Marcos P. Santos2017-06-214-0/+234
* [ios] Update SMCalloutView to fix iOS 10 build warningsMinh Nguyễn2017-06-201-0/+0
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-1933-80/+338
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-194-3/+5
* Update changelogs and iOS/macOS style guide for ImageSource bindingsAsheem Mamoowala2017-06-195-4/+21
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-1924-164/+172
* [android] Add ImageSource bindingsAsheem Mamoowala2017-06-1918-29/+528
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-1940-39/+788