summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* make Map::resize() privateKonstantin Käfer2015-03-063-16/+22
| | | | they can only be called by View::resize
* Merge pull request #950 from friedbunny/3x-assetsJustin R. Miller2015-03-051-0/+0
|\ | | | | Add optimized 3x assets
| * Add optimized 3x assetsJason Wray2015-03-051-0/+0
| |
* | refs #950: add 3x Mapbox wordmarkJustin R. Miller2015-03-051-0/+0
|/
* #869 - Configuring cache.db to live in /Library/Caches for iOSBrad Leege2015-03-041-1/+1
|
* update default iOS style shown v6 -> v7Justin R. Miller2015-03-031-1/+1
|
* Fixed new clang errors in Xcode 6.3b2Minh Nguyễn2015-02-231-1/+1
|
* update uv_zipKonstantin Käfer2015-02-171-0/+2
|
* wrong symbol nameKonstantin Käfer2015-02-171-1/+1
|
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-4/+118
|
* update uv_zip and add testsKonstantin Käfer2015-02-163-22/+45
|
* add libzip fixKonstantin Käfer2015-02-161-2/+39
|
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-31/+60
|
* Revert "put cache.db in the caches folder"Justin R. Miller2015-02-121-1/+1
|
* put cache.db in the caches folderJay Mooney2015-02-121-1/+1
|
* Add assetRoot for AndroidLeith Bade2015-02-101-0/+16
|
* Merge pull request #845 from mapbox/scale-factor-3Justin R. Miller2015-02-101-0/+3
|\ | | | | fixes #621: better performance for iPhone 6 Plus through smaller render buffer
| * fixes #621: better performance for iPhone 6 Plus through smaller renderbufferJustin R. Miller2015-02-101-0/+3
| |
* | Merge pull request #840 from mapbox/glx-cleanupMike Morris2015-02-102-3/+9
|\ \ | |/ |/| forward declare GLX typedefs to limit conflicts from glx.h
| * forward declare GLX typedefs to limit conflicts from glx.hMike Morris2015-02-102-3/+9
| |
* | fixes #839: add isPackedDepthStencilSupported & isDepth24Supported for iOSJustin R. Miller2015-02-101-0/+8
| |
* | fixes #764: cyclical iOS referenceJustin R. Miller2015-02-101-6/+4
|/
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-0912-4/+2008
|
* guard boost include with pragma ignoresKonstantin Käfer2015-02-042-0/+13
|
* refactor makefileKonstantin Käfer2015-02-0410-454/+609
|
* add missing headersKonstantin Käfer2015-02-041-0/+1
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-046-0/+880
|
* execute the correct server path and use the exepath for application root ↵Konstantin Käfer2015-02-041-2/+16
| | | | rather than the cwd
* make ios compileKonstantin Käfer2015-02-044-27/+17
|
* fixes for linuxKonstantin Käfer2015-02-042-5/+9
|
* cancel the backoff timer when the request is canceledKonstantin Käfer2015-02-041-0/+15
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-042-44/+0
|
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-043-47/+73
|
* do not leak string handlesKonstantin Käfer2015-02-041-4/+10
|
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-046-911/+1149
|
* Use std::chronoLeith Bade2015-02-042-5/+5
|
* Remove program binary cachingLeith Bade2015-01-275-90/+0
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-1/+8
|\ | | | | | | | | Conflicts: src/mbgl/map/map.cpp
| * Merge pull request #757 from mapbox/move-terminateLeith Bade2015-01-161-0/+3
| |\ | | | | | | Move terminate() call to GLFWView to avoid problems with node
| | * Move terminate() call to GLFWView to avoid problems with nodeLeith Bade2015-01-161-0/+3
| | |
| * | Move class state to mapJohn Firebaugh2015-01-141-1/+5
| |/ | | | | https://github.com/mapbox/mapbox-gl-js/pull/936
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-131-11/+5
|\ \ | |/
| * Merge pull request #748 from mapbox/fix-swapLeith Bade2015-01-131-7/+4
| |\ | | | | | | Correctly handle swapping
| | * Correctly handle swapping. Fixes #666Leith Bade2015-01-121-7/+4
| | |
| * | Correctly call resize with width and height. Fixes #746Leith Bade2015-01-121-4/+1
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-091-1/+2
|\ \ | |/
| * Merge branch 'master' into shader-performanceJohn Firebaugh2015-01-076-216/+407
| |\
| * | use correct enumKonstantin Käfer2014-12-121-1/+2
| | |
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-233-131/+128
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: platform/default/glfw_view.cpp platform/default/headless_view.cpp src/mbgl/map/map.cpp
| * | Rename View functions to match conventions. Also tidy up view classes and ↵Leith Bade2014-12-233-130/+128
| | | | | | | | | | | | remove C style casts. Closes #656