summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wire in some freetype nonsenseupstream/harfbuzzMike Morris2016-04-134-164/+135
|
* everything is wrong but harfbuzz output is being consumedMike Morris2016-04-123-18/+39
|
* minor cleanupMike Morris2016-04-121-6/+1
|
* first draft of mbgl::Font harfbuzz label shapingMike Morris2016-04-125-117/+241
|
* add freetypeMike Morris2016-04-117-3/+11
|
* initial integration of harfbuzzMike Morris2016-04-116-0/+126
|
* [osx] Print crash diagnosticsJohn Firebaugh2016-04-111-1/+1
|
* [ios] Fixed style count assertionMinh Nguyễn2016-04-111-1/+1
|
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-1121-94/+181
|
* node-v3.1.0node-v3.1.0Mike Morris2016-04-112-7/+17
| | | | update deps in package.json
* [build] run-*glfw-app should depend on glfw-appBruno de Oliveira Abinader2016-04-111-2/+2
|
* [build] Add some dependencies to the MakefileJohn Firebaugh2016-04-081-2/+2
|
* [node] clean up README.md [skip ci]Mike Morris2016-04-081-92/+10
|
* [android] #4635 - fix rotate disabled with location trackingTobrun2016-04-084-38/+189
|
* [android] - fallback using to meta-data tag in Manifest or ↵Tobrun2016-04-082-14/+107
| | | | mapbox_access_token when using a MapFragment or SupportMapFragment
* [android] - supportMapFragment: Check KEY_META_DATAVacxe2016-04-081-1/+23
|
* [android] - Marker test coverageTobrun2016-04-084-6/+78
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-0794-3094/+1684
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [node] clarify API documentation [skip ci]Mike Morris2016-04-071-5/+24
| | | | map.render returns raw pixel buffer and map.release can safely be called earlier
* [node] don't dispose parent module in NodeLog destructorMike Morris2016-04-073-2/+2
|
* [ios] Add script to automate s3 build and publish processJesse Bounds2016-04-071-0/+84
| | | | | | | | | | A large part of the iOS SDK deploy process is creating the various binary flavors, uploading them to s3, and then testing that those uploads worked by downloading them from s3 before uploading and attaching them to the github release. This script automates that build, upload, download, upload and attach process and can be run after `mbx auth`.
* [android] #4636 - Updating Gradle Wrapper to 2.12Brad Leege2016-04-072-4/+4
|
* [android] #4636 - Updating to Android Gradle Build tools to 2.0.0Brad Leege2016-04-071-2/+3
|
* [android] #3643 - improved android touch target when calling ↵Tobrun2016-04-071-278/+286
| | | | getAnnotationsInBounds
* Merge branch 'syntaxSugar' of git://github.com/vacxe/mapbox-gl-native into ↵Brad Leege2016-04-071-1/+1
|\ | | | | | | vacxe-syntaxSugar
| * MapboxEventManager: operator size optimizedVacxe2016-04-071-1/+1
| |
* | [android] #4629 - Moving event queue clearing to finally block to better ↵Brad Leege2016-04-071-3/+4
| | | | | | | | protect against HTTP errors
* | [android] #4629 - Increasing event flush to 3 minutes to mirror iOS and ↵Brad Leege2016-04-071-2/+5
| | | | | | | | clearing events when connectivity check fails
* | [build] Fix libuv usage in OS XBruno de Oliveira Abinader2016-04-071-0/+8
| |
* | [ios] Converted MBXViewController to Objective-CMinh Nguyễn2016-04-072-18/+57
|/ | | | Converted MBXViewController from Objective-C++ to Objective-C. In the process, the dependency on default_styles.hpp was replaced by a hardcoded list of style URLs along with runtime assertions that the list of styles is the right length.
* Updated jazzy config flags for jazzy 0.6.0Minh Nguyễn2016-04-061-4/+4
| | | | Fixes #4620.
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-0614-6/+35
|
* [core] disable stencil test for rastersKonstantin Käfer2016-04-061-2/+1
|
* [core] only compute ClipIDs for Vector/GeoJSON/Annotation tilesKonstantin Käfer2016-04-061-1/+4
|
* [core] only render tiles that have dataKonstantin Käfer2016-04-066-2/+17
|
* [core] do not paint empty debug bucketsKonstantin Käfer2016-04-061-4/+8
| | | | this removes "Buffer doesn't contain elements" messages when debug painting is enabled
* [android] #4619 - Creating standalone CustomLayerActivity exampleBrad Leege2016-04-068-5/+202
|
* [ios] Onward to 3.3.0!Minh Nguyễn2016-04-061-0/+2
|
* ios-v3.2.0Jesse Bounds2016-04-062-2/+2
| | | | Update podspec files for version 3.2.0
* ios-v3.2.0-rc.1Minh Nguyễn2016-04-062-1/+29
| | | | Switched away from the -symbols build but added a new podspec that still uses it.
* [android] #4609 - Restoring name of BulkMarkerActivityBrad Leege2016-04-064-12/+12
|
* [android] Do not use libuvThiago Marcos P. Santos2016-04-063-2/+9
| | | | Build using Looper instead, provided by the NDK.
* [android] Attach thread on the RunLoopThiago Marcos P. Santos2016-04-062-0/+12
| | | | | Needed because Looper could be used by Java and it would crash complaining that we didn't detach otherwise.
* [android] Introduce RunLoop based on LooperThiago Marcos P. Santos2016-04-065-1/+325
| | | | Also implement a Timer and AsyncTask based on Android's Looper.
* [ios] Fix make ipackageJohn Firebaugh2016-04-051-2/+10
|
* add pitch to bin/render.cppMike Morris2016-04-051-0/+3
|
* [node] Properly inherit from EventEmitterVladimir Kurchatkin2016-04-051-6/+9
| | | | | `process.EventEmitter` is deprecated, so we should use `require('events')` instead.
* [ios, osx] Compile http_request_nsurl.mm with ARCJohn Firebaugh2016-04-052-27/+3
|
* [android] #4365 - Mirroring descriptive subpackage names with categories in ↵Brad Leege2016-04-052-10/+14
| | | | the app UI
* [android] #4365 - Moving example activities to more descriptive subpackage ↵Brad Leege2016-04-0511-19/+19
| | | | names for easier discovery