summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* #1134 - Removing enabled.email metric and supporting infrastructureBrad Leege2015-03-271-1/+0
* Merge remote-tracking branch 'origin/master' into 1128-convert-booleansJustin R. Miller2015-03-272-13/+32
|\
| * dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-271-2/+13
| * more metrics magic strings removalsJustin R. Miller2015-03-261-11/+19
* | convert metrics BOOLs to strings internallyJustin R. Miller2015-03-271-1/+1
|/
* fixes #1116: metrics stability & performance refactorJustin R. Miller2015-03-263-37/+41
* Merge branch 'ios-unused'Minh Nguyễn2015-03-266-68/+0
|\
| * Delete unused codeJohn Firebaugh2015-03-195-65/+0
* | closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-255-0/+89
* | refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-243-8/+89
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-244-46/+35
|\ \
| * | annotations perf improvements & iOS app testingJustin R. Miller2015-03-232-4/+12
| * | Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-235-20/+132
| |\ \
| * | | make more things const and refs, and add mutexesKonstantin Käfer2015-03-203-44/+25
* | | | #1033 - Flush all events to server when app enters backgroundBrad Leege2015-03-241-0/+2
* | | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-235-19/+131
|\ \ \ \ | | |/ / | |/| |
| * | | move style classes to MapData object and make thread safeKonstantin Käfer2015-03-231-2/+1
| * | | move accessToken to MapDataKonstantin Käfer2015-03-231-2/+1
| * | | move defaultTransitionDuration to MapDataKonstantin Käfer2015-03-231-5/+4
| * | | move animationTime to MapData storeKonstantin Käfer2015-03-231-3/+1
| * | | make the debug flag atomic and move to MapDataKonstantin Käfer2015-03-231-1/+1
| * | | make style updates a little more threadsafeKonstantin Käfer2015-03-231-5/+20
| * | | fixes #1053: umbrella Cocoa headerJustin R. Miller2015-03-221-0/+7
| * | | Cocoa annotations APIJustin R. Miller2015-03-223-1/+94
| * | | coalesce buffer deletions and run them in bulk during renderingKonstantin Käfer2015-03-201-4/+6
| |/ /
* | | #1033 - Removing BackgroundStatus analyticBrad Leege2015-03-201-2/+0
* | | #1033 - Integrating MapboxEvents class.Brad Leege2015-03-201-0/+24
* | | #1033 - Renaming MBLocationManager to MGLMetricsLocationManager to better com...Brad Leege2015-03-201-1/+1
* | | #1033 - Moving MBLocationManager to Core GL from app specific instance.Brad Leege2015-03-201-0/+24
|/ /
* | Merge pull request #1020 from mapbox/init-bundled-styleMinh Nguyễn2015-03-191-1/+8
|\ \ | |/ |/|
| * Added API for initializing with bundled styleMinh Nguyễn2015-03-191-1/+8
* | Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-1/+1
* | Scope the Map thread to an EnvironmentThiago Marcos P. Santos2015-03-181-3/+0
* | refs #893 #992: point annotations APIJustin R. Miller2015-03-174-1/+104
|/
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-2/+2
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-0/+14
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-14/+0
* fix rare issue that had the notify and cancel callbacks called in the wrong o...Konstantin Käfer2015-03-131-4/+6
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-124-84/+21
|\
| * Update the FixtureLogThiago Marcos P. Santos2015-03-121-0/+12
| * Make the logging system staticThiago Marcos P. Santos2015-03-124-81/+10
| * Simplify the logging mechanismThiago Marcos P. Santos2015-03-123-10/+6
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-125-47/+36
|/
* remove unused enumKonstantin Käfer2015-03-061-1/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-065-29/+57
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+1
* use a reinterpret_cast to return the correct typeKonstantin Käfer2015-03-061-1/+1
* fix ambiguous name (gcc)Konstantin Käfer2015-03-061-1/+1
* throw exception when shader compilation failsKonstantin Käfer2015-03-061-0/+27
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-062-4/+2