summaryrefslogtreecommitdiff
path: root/gyp
Commit message (Expand)AuthorAgeFilesLines
...
| * make implementation files private headersKonstantin Käfer2015-04-134-0/+4
| * OS X needs -framework Foundation for CURL testsKonstantin Käfer2015-04-101-0/+1
* | define MACOSX_DEPLOYMENT_TARGET in common.gypiMike Morris2015-04-131-0/+1
|/
* Made lat/lon/zoom inspectableMinh Nguyễn2015-04-031-0/+1
* Made MGLMapView designable in IBMinh Nguyễn2015-04-031-0/+2
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-031-0/+3
* Fixed test breakage from 501f9701cd25c004b496dbdf96c8ac45845718beMinh Nguyễn2015-03-271-0/+1
* Merge branch 'ios-unused'Minh Nguyễn2015-03-261-9/+0
|\
| * Delete unused codeJohn Firebaugh2015-03-191-10/+0
* | Merge pull request #1105 from mapbox/1099-gyp-depsMinh Nguyễn2015-03-262-6/+3
|\ \
| * | Enabled modules in iOS demo appMinh Nguyễn2015-03-252-6/+3
* | | closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-0/+5
|/ /
* | refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-0/+3
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-231-0/+2
|\ \
| * | fixes #1053: umbrella Cocoa headerJustin R. Miller2015-03-221-0/+1
| * | Cocoa annotations APIJustin R. Miller2015-03-221-0/+1
| |/
* | #1033 - Adding CoreTelephony dependency and fixing access token setting metho...Brad Leege2015-03-201-0/+1
* | #1033 - Integrating MapboxEvents class.Brad Leege2015-03-201-2/+4
* | #1033 - Renaming MBLocationManager to MGLMetricsLocationManager to better com...Brad Leege2015-03-201-2/+2
* | #1033 - Moving MBLocationManager to Core GL from app specific instance.Brad Leege2015-03-201-0/+2
|/
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-2/+1
* scripts for running linux tests with dockerKonstantin Käfer2015-03-133-0/+11
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-1/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-062-13/+40
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-10/+18
* update uv_zip and add testsKonstantin Käfer2015-02-162-0/+34
* Add assetRoot for AndroidLeith Bade2015-02-101-0/+1
* chmod +x python builds scripts, run directly instead of with python gyp varMike Morris2015-02-102-2/+2
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-093-43/+63
* cleanup makefilesKonstantin Käfer2015-02-049-9/+15
* don't drop -L flagsMike Morris2015-02-041-0/+2
* make different abis for androidKonstantin Käfer2015-02-041-34/+39
* fix install scriptKonstantin Käfer2015-02-043-70/+43
* fix install.gypi depsMike Morris2015-02-041-6/+6
* refactor makefileKonstantin Käfer2015-02-0420-179/+346
* use fake linker for merging the standalone static libraryKonstantin Käfer2015-02-044-53/+58
* rework linux gyp filesKonstantin Käfer2015-02-044-26/+14
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-2/+15
* move variables to their own fileKonstantin Käfer2015-02-042-28/+35
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-0410-111/+295
* move ios-specific configuration to common.gypiKonstantin Käfer2015-02-042-26/+22
* make ios compileKonstantin Käfer2015-02-043-5/+2
* add symbols to Release builds for easier debuggingKonstantin Käfer2015-02-041-2/+2
* rearrange tests and add storage testsKonstantin Käfer2015-02-043-4/+4
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-041-1/+1
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-042-3/+9
* Fix -W flags for boostLeith Bade2015-02-031-6/+1
* Adapt to https://github.com/mapbox/mason/commit/c104c2f9721b793535e4ec658afe2...Dane Springmeyer2015-02-022-0/+4
* Remove program binary cachingLeith Bade2015-01-274-4/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-152-1/+12
|\