summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1411 from mapbox/1410-one-kilometerBrad Leege2015-05-041-1/+1
|\
| * #1410 - Switching Metrics Location Manager's desiredAccuracy to 1 Kilometer f...Brad Leege2015-05-041-1/+1
* | Merge pull request #1400 from mapbox/1ec5-disable-events-163Minh Nguyễn2015-05-041-8/+3
|\ \ | |/ |/|
| * Avoid creating MGLMapboxEvents when Metrics is disabledMinh Nguyễn2015-05-011-8/+3
* | lower thread priority of worker threadsKonstantin Käfer2015-05-043-1/+25
* | only update GL state when it actually changedKonstantin Käfer2015-05-041-11/+25
* | add gl::groups back for easier debugging in XcodeKonstantin Käfer2015-05-041-0/+6
* | Fix CURL handle leak (fixes #1394)John Firebaugh2015-05-011-0/+5
* | More bandaids to avoid #1309John Firebaugh2015-05-011-1/+1
|/
* Fixed build errors from mergeMinh Nguyễn2015-05-011-2/+2
* Merge branch 'master' into 1266-slippyJustin R. Miller2015-05-0120-747/+881
|\
| * fixes #1102: implement reference-counted shared file cache vendorJustin R. Miller2015-04-303-19/+97
| * Merge pull request #1386 from mapbox/1103-no-clobber-pointersJustin R. Miller2015-04-301-106/+106
| |\
| | * fixes #1103: allow multiple maps by not using global pointersJustin R. Miller2015-04-301-106/+106
| * | Fixed iOS 7 test breakage and crash from #1382Minh Nguyễn2015-04-301-2/+8
| * | Merge pull request #1370 from mapbox/compass-1xJason Wray2015-04-301-0/+0
| |\ \
| | * | Antialias compass N text, shifted down 1pxJason Wray2015-04-291-0/+0
| | * | Antialias compass N textJason Wray2015-04-291-0/+0
| * | | Merge pull request #1382 from mapbox/1ec5-events-nitsMinh Nguyễn2015-04-304-47/+62
| |\ \ \
| | * | | Pause collection when tearing down MGLMapboxEvents for whatever reasonMinh Nguyễn2015-04-301-0/+4
| | * | | Tied NSURLSession lifetime to metrics collectionMinh Nguyễn2015-04-301-3/+5
| | * | | Turned class methods into instance methodsMinh Nguyễn2015-04-302-31/+37
| | * | | Objective-C nicetiesMinh Nguyễn2015-04-303-17/+20
| | | |/ | | |/|
| * | | Merge branch '1368-http-request-crash'John Firebaugh2015-04-301-46/+12
| |\ \ \
| | * | | Introduce and use uv::timerJohn Firebaugh2015-04-301-34/+10
| | * | | Use uv::asyncJohn Firebaugh2015-04-301-14/+4
| | |/ /
| * | | #1381 - Setting desiredAccuracy to 3KMBrad Leege2015-04-301-0/+1
| |/ /
| * | Merge pull request #1065 from mapbox/1065-separate-ui-from-map-threadJohn Firebaugh2015-04-309-393/+278
| |\ \
| | * | Restructure *Request and ContextJohn Firebaugh2015-04-284-311/+224
| | * | Remove unused includesJohn Firebaugh2015-04-281-0/+1
| | * | Resize view from map threadJohn Firebaugh2015-04-281-4/+4
| | * | Remove Map::start/stopJohn Firebaugh2015-04-282-35/+23
| | * | Following kkaefer's view changesJohn Firebaugh2015-04-283-28/+11
| | * | Provide Thread objects with access to loopJohn Firebaugh2015-04-282-2/+4
| | * | Fix buildJohn Firebaugh2015-04-281-2/+3
| | * | remove some unused includesKonstantin Käfer2015-04-281-0/+2
| | * | move most private Map code to MapContextKonstantin Käfer2015-04-283-11/+6
| | * | move Transform into MapData and make source unaware of the Map objectKonstantin Käfer2015-04-281-2/+2
| * | | Merge pull request #1296 from mapbox/1258-deadpanJustin R. Miller2015-04-291-0/+9
| |\ \ \ | | |_|/ | |/| |
| | * | Cancel animations on touch downMinh Nguyễn2015-04-181-0/+9
| * | | fixes #1363: centrally & better address GL demo/third-party resource bundle i...Justin R. Miller2015-04-284-13/+30
| | |/ | |/|
| * | Remove RequestBase::startJohn Firebaugh2015-04-284-78/+49
| * | Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-284-37/+13
| * | Privatize SharedRequestBase::sourceJohn Firebaugh2015-04-282-6/+8
| * | pointer ⇢ referenceJohn Firebaugh2015-04-284-7/+6
| * | Remove unnecessary moves / castsJohn Firebaugh2015-04-281-2/+2
| * | build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-282-2/+2
| * | Merge pull request #1357 from mapbox/1ec5-view-controllerMinh Nguyễn2015-04-271-19/+23
| |\ \
| | * | Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-19/+23
| * | | Merge pull request #1356 from mapbox/1352-visitsBrad Leege2015-04-272-0/+40
| |\ \ \