summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-ios-v3.0.1'Justin R. Miller2015-12-071-1/+1
|\
| * bump build for ios-v3.0.1 (no symbols)ios-v3.0.1Justin R. Miller2015-12-071-1/+1
| * fixes #3113: bring in MGLMapView via +load for Interface BuilderJustin R. Miller2015-12-032-3/+10
| * bump iOS version to 3.0.1-pre.1ios-v3.0.1-pre.1Justin R. Miller2015-12-031-1/+1
| * [ios] fix CoreTelephony crash (by removing it)Jason Wray2015-12-031-45/+0
| * refs #3112: cleanups around Core Telephony runtimeJustin R. Miller2015-12-031-6/+7
| * Attach compass gesture recognizer to compass viewMinh Nguyễn2015-11-241-1/+2
* | record app fg/bg/inactive state in telemetryJustin R. Miller2015-12-041-1/+38
* | fixes #3113: bring in MGLMapView via +load for Interface BuilderJustin R. Miller2015-12-032-3/+10
* | [android] #2805 - Updating Tilt API to support animation duration timeBrad Leege2015-12-031-3/+3
* | [android] #2805 - Basic wiring up of Android Tilt methods to Core GL Pitch me...Brad Leege2015-12-031-0/+16
* | [core] throw values, catch referencesKonstantin Käfer2015-12-032-5/+6
* | [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-032-4/+2
* | [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* | [core] add namespace comment to closing braceKonstantin Käfer2015-12-0310-17/+17
* | [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-033-4/+4
* | [ios] fix CoreTelephony crash (by removing it)Jason Wray2015-12-021-45/+0
* | refs #3112: cleanups around Core Telephony runtimeJustin R. Miller2015-12-021-6/+7
* | [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-013-9/+9
* | [glfw] No longer necessary to wait for style load to add default markerJohn Firebaugh2015-12-011-7/+1
* | [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-013-19/+95
* | [core] Removed libuv dependency from AssetZipContextThiago Marcos P. Santos2015-12-013-435/+217
* | [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-011-146/+159
* | [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-012-68/+125
* | [core] Port uv::tls to pthreadsThiago Marcos P. Santos2015-12-011-2/+8
* | [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-012-7/+17
* | [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-013-4/+2
* | [android] Removed libuv dependency from HTTPAndroid*Thiago Marcos P. Santos2015-12-011-8/+6
* | [osx] Removed libuv dependency from HTTPNSUrl*Bruno de Oliveira Abinader2015-12-011-8/+5
* | [curl] Make curl request less dependent on libuvThiago Marcos P. Santos2015-12-011-27/+18
* | [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-011-1/+0
* | [core] Introduce Timer abstractionThiago Marcos P. Santos2015-12-011-0/+40
* | [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-012-11/+11
* | [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-013-2/+85
* | [core] Introduce the AsyncTaskThiago Marcos P. Santos2015-12-011-0/+53
* | [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-301-1/+8
* | Merge branch 'release-ios-v3.0.0'Justin R. Miller2015-11-301-1/+1
|\ \ | |/
| * bump podspec to 3.0.0 final (no symbols)ios-v3.0.0Justin R. Miller2015-11-231-1/+1
| * bump iOS version to 3.0.0-rc.1ios-v3.0.0-rc.1Justin R. Miller2015-11-231-1/+1
| * bump version to ios-v3.0.0-pre.10ios-v3.0.0-pre.10Justin R. Miller2015-11-201-1/+1
| * [iOS] Set application root as asset rootMinh Nguyễn2015-11-202-14/+3
| * bump version to ios-v3.0.0-pre.9ios-v3.0.0-pre.9Justin R. Miller2015-11-181-1/+1
| * refs #2922: update display link in all common modes (inc. scrolling)Justin R. Miller2015-11-181-1/+1
| * Ensure proper will/is/didChange for resetNorthMinh Nguyễn2015-11-181-3/+11
| * more clearly indicate Foundation imports to avoid recursionJustin R. Miller2015-11-175-1/+11
| * bump version to ios-v3.0.0-pre.8ios-v3.0.0-pre.8Justin R. Miller2015-11-161-1/+1
| * bump version to ios-v3.0.0-pre.7ios-v3.0.0-pre.7Justin R. Miller2015-11-161-1/+1
| * provide resource bundle search for premade frameworksJustin R. Miller2015-11-161-1/+14
* | [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-273-33/+6
* | [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-274-12/+17