summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't do things that set -e in Travis's shellJohn Firebaugh2015-05-1311-14/+23
* Remove unnecessary use of shared_from_this()John Firebaugh2015-05-132-13/+6
* Use uv::asyncJohn Firebaugh2015-05-132-33/+9
* Remove unusedJohn Firebaugh2015-05-138-78/+1
* Merge pull request #1547 from mapbox/1ec5-ib-nilJustin R. Miller2015-05-132-2/+2
|\
| * Return nil for IB designables agentMinh Nguyễn2015-05-132-2/+2
* | Merge pull request #1523 from mapbox/1523-fix-still-image-renderingKonstantin Käfer2015-05-132-1/+12
|\ \
| * | abort rendering early when we don't need toKonstantin Käfer2015-05-131-1/+6
| * | allow passing --debug to view tile boundaries in mbgl-renderKonstantin Käfer2015-05-131-0/+6
|/ /
* | Merge pull request #1532 from mapbox/1465-text_collisionKonstantin Käfer2015-05-1311-40/+82
|\ \ | |/ |/|
| * Stop processing SymbolBuckets at the first incomplete bucketThiago Marcos P. Santos2015-05-131-0/+4
| * Move the Collision object from TileParser to VectorTileDataThiago Marcos P. Santos2015-05-134-9/+22
| * Make the state attribute privateThiago Marcos P. Santos2015-05-139-31/+56
|/
* add BinPack testKonstantin Käfer2015-05-124-1/+62
* don't implicitly cast to bool since this will make comparisons failsKonstantin Käfer2015-05-124-6/+6
* add mobile badgekarenzshea2015-05-121-0/+1
* compile OS X with --std=c++1yMike Morris2015-05-121-1/+1
* Merge pull request #1491 from mapbox/1ec5-metrics-opt-way-outJustin R. Miller2015-05-1212-341/+347
|\
| * fix dispatch-thread patternJustin R. Miller2015-05-122-33/+32
| * patch up test projectJustin R. Miller2015-05-122-0/+14
| * add header docs for new MGLAccountManager; reorgJustin R. Miller2015-05-121-4/+23
| * fix spacing, ordering, importsJustin R. Miller2015-05-122-2/+4
| * Cleaned up in-app opt-out propertyMinh Nguyễn2015-05-122-6/+5
| * Merge branch '1ec5-metrics-determinism' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-121-21/+28
| |\
| | * Enable Metrics by default default defaultMinh Nguyễn2015-05-121-12/+23
| * | Merge branch 'master' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-12263-90/+21690
| |\ \ | | |/
| * | Consolidated logic for pausing/resuming MGLMapboxEventsMinh Nguyễn2015-05-123-20/+48
| * | Respond to opt-out setting change immediatelyMinh Nguyễn2015-05-121-4/+24
| * | More cleanup and sanitizationMinh Nguyễn2015-05-121-18/+12
| * | Folded MGLMetricsLocationManager into MGLMapboxEventsMinh Nguyễn2015-05-124-122/+73
| * | Resume iff Metrics is enabledMinh Nguyễn2015-05-121-1/+1
| * | Refactored MGLMapboxEvents for better data managementMinh Nguyễn2015-05-128-155/+130
| * | Objective-C method naming conventionMinh Nguyễn2015-05-121-15/+15
| * | Predicate MGLMapboxEvents initialization on user opt-outMinh Nguyễn2015-05-121-6/+1
| * | Register default user defaults on class initializationMinh Nguyễn2015-05-121-9/+13
* | | Remove currently unsupported styles from defaultStylesJohn Firebaugh2015-05-121-5/+1
| |/ |/|
* | Merge pull request #1517 from mapbox/metrics-testsJustin R. Miller2015-05-12236-0/+21587
|\ \
| * | update test app to use fake in-app settingsJustin R. Miller2015-05-121-0/+3
| * | iOS metrics testsJustin R. Miller2015-05-12235-0/+21584
|/ /
* | Merge pull request #1530 from mapbox/1ec5-metrics-assertMinh Nguyễn2015-05-121-1/+1
|\ \
| * | Acknowledge the existence of other Mapbox GL classesMinh Nguyễn2015-05-121-1/+1
| * | Corrected Settings.bundle assertion messageMinh Nguyễn2015-05-121-1/+1
|/ /
* | Merge pull request #1527 from mapbox/travis-setupJohn Firebaugh2015-05-1212-51/+41
|\ \
| * | source install.sh to export mason on PATHMike Morris2015-05-121-1/+1
| * | Revert "Revert "Merge pull request #1429 from mapbox/travis-setup""Mike Morris2015-05-1212-50/+40
* | | Merge pull request #1528 from mapbox/1516-getterMinh Nguyễn2015-05-122-1/+2
|\ \ \
| * | | #1516 - Adding public setter method to MGLAccountManager.h. Fixing example s...Brad Leege2015-05-122-1/+2
|/ / /
* | | Merge pull request #1520 from mapbox/1516-opt-out-checkingBrad Leege2015-05-125-6/+24
|\ \ \ | |/ / |/| |
| * | #1516 - Renaming setShowsOptOutInApp to setMapboxMetricsEnabledSettingShownIn...Brad Leege2015-05-123-10/+6
| * | #1516 - Adding explicit checks for developer implementation of user Opt Out f...Brad Leege2015-05-114-6/+28