summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [android] #2805 - Adding processing of target, zoom, and bearing in animateCa...Brad Leege2015-12-033-1/+25
* | [android] #2805 - CameraUpdate and animateCamera() APIBrad Leege2015-12-034-2/+73
* | [android] #2805 - Adding Toolbar to TiltActivity for consistent navigationBrad Leege2015-12-032-6/+35
* | [android] #2805 - add sample tilt activity to test appAntonio Zugaldia2015-12-036-0/+113
* | [android] #2805 - Implementing Parcelable and adding BuilderBrad Leege2015-12-031-1/+112
* | [android] #2805 - Initial CameraPosition APIBrad Leege2015-12-031-0/+53
* | Update test suiteJohn Firebaugh2015-12-031-1/+1
* | [core] Remove unused headerJohn Firebaugh2015-12-031-1/+0
* | [core] Clean up PainterJohn Firebaugh2015-12-032-83/+30
* | [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-0313-14/+61
* | [core] throw values, catch referencesKonstantin Käfer2015-12-035-11/+12
* | [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-038-14/+11
* | [core] add std::move to constructorsKonstantin Käfer2015-12-0312-12/+23
* | [core] add namespace comment to closing braceKonstantin Käfer2015-12-03239-310/+313
* | [core] fix various errors reported by clang-tidyKonstantin Käfer2015-12-032-4/+5
* | [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-0310-14/+14
* | [build] Add clang-tidy to TravisKonstantin Käfer2015-12-034-1/+29
* | [build] refactor Docker scripts + add clang-tidy scriptKonstantin Käfer2015-12-0311-10/+140
* | [build] add make target "tidy" for running clang-tidyKonstantin Käfer2015-12-034-3/+32
* | [build] add ninja + compilation database supportKonstantin Käfer2015-12-034-1/+23
* | [ios] fix CoreTelephony crash (by removing it)Jason Wray2015-12-023-46/+1
* | refs #3112: cleanups around Core Telephony runtimeJustin R. Miller2015-12-021-6/+7
* | [android] #3151 - Added sample `InfoWindowConcurrentActivity` to illustrate t...Antonio Zugaldia2015-12-026-13/+149
* | [core] Only android needs libzipJohn Firebaugh2015-12-012-2/+0
* | [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-017-61/+61
* | [tests] Update test-suiteJohn Firebaugh2015-12-011-1/+1
* | [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-0112-50/+44
* | [core] Remove mutex from StyleJohn Firebaugh2015-12-012-4/+0
* | [core] Privatize layers and sourcesJohn Firebaugh2015-12-015-124/+130
* | [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-0111-78/+81
* | [core] Don't share Style& across threadsJohn Firebaugh2015-12-014-18/+26
* | [node] simpler PACKAGE_JSON_VERSIONMike Morris2015-12-013-8/+1
* | [glfw] No longer necessary to wait for style load to add default markerJohn Firebaugh2015-12-012-9/+1
* | [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-0114-27/+69
* | [core] Move MapData storage to MapContextJohn Firebaugh2015-12-015-8/+16
* | [core] Introduce StyleUpdateParametersJohn Firebaugh2015-12-016-44/+91
* | Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-019-38/+22
* | Improve quickzooming on AndroidBraden Ewing2015-12-011-6/+8
* | [render] Add a RunLoop to `render` main threadThiago Marcos P. Santos2015-12-011-26/+10
* | [core] Don't link with libuv on components not using it directlyThiago Marcos P. Santos2015-12-019-66/+0
* | [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-015-434/+95
* | [tests] Fix/improve Asset utestsThiago Marcos P. Santos2015-12-016-27/+116
* | [core] Removed libuv dependency from AssetZipContextThiago Marcos P. Santos2015-12-014-436/+217
* | [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-013-148/+161
* | [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-013-68/+139
* | [core] Do not use uv::rwlock on StyleThiago Marcos P. Santos2015-12-012-3/+3
* | [tests] Add utests for ThreadLocalThiago Marcos P. Santos2015-12-012-0/+96
* | [core] Port uv::tls to pthreadsThiago Marcos P. Santos2015-12-015-71/+152
* | [core] Privatize internal headersJohn Firebaugh2015-12-013-0/+0
* | [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-014-24/+26