summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove unusedJohn Firebaugh2015-04-012-10/+3
| | * Eliminate StyleLayerGroupJohn Firebaugh2015-04-0115-170/+63
| |/
| * Merge pull request #1172 from mapbox/1172-no-stringstreamKonstantin Käfer2015-04-011-22/+24
| |\
| | * use hashes instead of string keysKonstantin Käfer2015-04-011-22/+24
| |/
| * Merge pull request #1171 from mapbox/1171-autoKonstantin Käfer2015-04-0122-55/+55
| |\
| | * replace iterator variable types with autoKonstantin Käfer2015-04-0122-55/+55
| |/
| * Merge pull request #1170 from mapbox/1170-no-stringstream-for-hashingKonstantin Käfer2015-04-012-13/+16
| |\
| | * use cumulative hash instead of string for linedash lookupKonstantin Käfer2015-04-012-13/+16
| |/
| * Merge pull request #1164 from mapbox/1164-parsing-speed-regressionKonstantin Käfer2015-04-012-25/+25
| |\
| | * Parse VT tags lazilyJohn Firebaugh2015-04-012-25/+25
| |/
| * Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-3110-107/+76
| * Merge pull request #1167 from mapbox/style-url-testsJustin R. Miller2015-03-311-0/+5
| |\
| | * add style URL testsJustin R. Miller2015-03-311-0/+5
| * | Remove unusedJohn Firebaugh2015-03-313-17/+1
| |/
| * Merge pull request #1165 from mapbox/1162-app-bundleBrad Leege2015-03-311-2/+4
| |\
| | * #1162 - Adding appBundleId as an event attributeBrad Leege2015-03-311-2/+4
| |/
| * Merge pull request #1163 from mapbox/cocoa-map-id-apiJustin R. Miller2015-03-302-6/+30
| |\
| | * expose style URL settingJustin R. Miller2015-03-301-0/+4
| | * move to actual NSURL typeJustin R. Miller2015-03-301-7/+7
| | * refs #892: Cocoa support for map ID style URLsJustin R. Miller2015-03-302-0/+20
| |/
| * Remove unused variableJohn Firebaugh2015-03-301-10/+2
| * Merge pull request #1161 from mapbox/mapbox-style-urlsJustin R. Miller2015-03-304-9/+31
| |\
| | * fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-304-9/+31
| |/
| * Merge pull request #1149 from mapbox/1ec5-subviewMinh Nguyễn2015-03-301-1/+1
| |\
| | * Child GLKView should be bottommost childMinh Nguyễn2015-03-271-1/+1
| * | Merge pull request #1156 from mapbox/1156-normalize-fontstackKonstantin Käfer2015-03-301-1/+21
| |\ \
| | * | normalize font stackKonstantin Käfer2015-03-301-1/+21
| |/ /
| * | Merge pull request #1137 from mapbox/clang-3.5Thiago Marcos P. Santos2015-03-301-0/+1
| |\ \
| | * | Fix build failure when using clang-3.5 on LinuxThiago Marcos P. Santos2015-03-271-0/+1
| * | | Merge pull request #1148 from mapbox/1ec5-osx-testMinh Nguyễn2015-03-271-0/+1
| |\ \ \
| | * | | Fixed test breakage from 501f9701cd25c004b496dbdf96c8ac45845718beMinh Nguyễn2015-03-271-0/+1
| | | |/ | | |/|
| * | | Merge pull request #1151 from mapbox/1125-improvementsios-v0.2.5ios-beta-preview-sirius-0.0.6Justin R. Miller2015-03-271-13/+47
| |\ \ \
| | * | | refs #1125: user dot improvementsJustin R. Miller2015-03-271-13/+47
| |/ / /
| * | | Merge pull request #1150 from mapbox/1134-remove-mail-metricBrad Leege2015-03-273-29/+1
| |\ \ \ | | |/ / | |/| |
| | * | #1134 - Removing enabled.email metric and supporting infrastructureBrad Leege2015-03-273-29/+1
| |/ /
| * | Merge pull request #1146 from mapbox/1144-back-to-booleanBrad Leege2015-03-271-16/+0
| |\ \
| | * | #1144 - Removing conversion of (char)0 and (char)1 to false and true stringsBrad Leege2015-03-271-16/+0
| |/ /
| * | Merge pull request #1141 from mapbox/tighten-gesturesJustin R. Miller2015-03-271-98/+101
| |\ \
| | * | only recognize the end state of single tapsJustin R. Miller2015-03-271-86/+89
| | * | track metrics for gestures once upon beginJustin R. Miller2015-03-271-12/+12
| |/ /
| * | Merge pull request #1138 from mapbox/1124-both-ids-take-2Brad Leege2015-03-271-7/+7
| |\ \
| | * | #1124 - Resplitting anonid into advertiserId and vendorIdBrad Leege2015-03-271-7/+7
| | |/
| * | Merge pull request #1135 from mapbox/1128-convert-booleansJustin R. Miller2015-03-273-16/+31
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into 1128-convert-booleansJustin R. Miller2015-03-276-74/+148
| | |\ \ | | | |/
| | * | convert metrics BOOLs to strings internallyJustin R. Miller2015-03-273-16/+31
| * | | Merge pull request #1104 from mapbox/1104-worker-dispatch-crashKonstantin Käfer2015-03-271-1/+8
| |\ \ \
| | * | | Disable all Sources when terminatingKonstantin Käfer2015-03-271-1/+8
| |/ / /
| * | | Merge pull request #1136 from mapbox/1069-annotations-threadsafe-followupKonstantin Käfer2015-03-271-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | make sure the map terminatesKonstantin Käfer2015-03-271-1/+1
| |/ /
| * | Merge pull request #1069 from mapbox/1069-annotations-threadsafeKonstantin Käfer2015-03-272-20/+82
| |\ \