summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* merge platform/node/scripts/* into scripts/node/run.shMike Morris2015-08-273-38/+0
* drop faucet from test-suiteMike Morris2015-08-271-1/+1
* more logging, don't respond to cancelled requestsMike Morris2015-08-272-4/+11
* add request/respond loggingMike Morris2015-08-272-4/+10
* allow test suite failuresMike Morris2015-08-261-1/+1
* glfw_ldflagsMike Morris2015-08-261-1/+1
* use mapbox-gl-test-suite submodule, bump node depsMike Morris2015-08-262-8/+7
* npm install --build-from-sourceMike Morris2015-08-261-1/+1
* add FLAVOR=node to build matrixMike Morris2015-08-251-31/+0
* update npm testMike Morris2015-08-251-4/+3
* migrate style test fixture to v8, handle errors more gracefully in render testMike Morris2015-08-252-25/+31
* update mbgl::ResourceMike Morris2015-08-251-2/+4
* Merge branch 'before-render' into nodeMike Morris2015-08-255-18/+37
|\
| * View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-253-7/+25
| * update iOS first steps guide URLJustin R. Miller2015-08-241-1/+1
| * iOS app/framework fixes for v8Justin R. Miller2015-08-241-4/+5
| * Merge branch 'v8'John Firebaugh2015-08-242-6/+6
| |\
| | * Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-1/+1
| | * Update stylesJohn Firebaugh2015-08-201-5/+5
* | | 'make node' compiles!Mike Morris2015-08-251-3/+6
* | | Revert "PLATFORM=node make node"Mike Morris2015-08-241-0/+79
* | | PLATFORM=node make nodeMike Morris2015-08-211-79/+0
* | | Merge branch 'master' into nodeMike Morris2015-08-2173-0/+10111
|\ \ \ | |/ /
| * | GL is the library, SDK is the productJustin R. Miller2015-08-213-5/+5
| |/
| * Avoid deprecated CLLocationManagerDelegate methodMinh Nguyễn2015-08-181-9/+6
| * fixes #1907: skip MGLPolyline/MGLPolygons with zero pointsJustin R. Miller2015-08-171-2/+4
| * MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-143-7/+19
| * Use uv::async in HTTPAndroidRequest to ensure the correct thread deletes requ...Leith Bade2015-08-141-67/+38
| * fixes #2044: add -showAnnotations:animated:Justin R. Miller2015-08-121-0/+23
| * Merge branch 'android-okhttp'Leith Bade2015-08-122-109/+399
| |\
| | * Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-112-109/+399
| * | fixes #1951: check for support of title before queryingJustin R. Miller2015-08-111-1/+3
| * | query the monitor's resolution instead of forcing 1024x768Konstantin Käfer2015-08-111-0/+3
| * | add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-11/+23
| |/
| * Improve accuracy ring update checksJason Wray2015-08-101-8/+2
| * Refactor user location annotationJason Wray2015-08-102-102/+231
| * set thread priority on LinuxKonstantin Käfer2015-08-101-3/+15
| * Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-052-13/+4
| * Added Update::RepaintBruno de Oliveira Abinader2015-08-051-1/+1
| * Removed debug leftoverThiago Marcos P. Santos2015-08-051-1/+0
| * manually premultiply the image if libpng can't do itKonstantin Käfer2015-08-041-2/+15
| * don't require PNG_ALPHA_PREMULTIPLIED to support older versions of libpngKonstantin Käfer2015-08-041-0/+5
| * support cURL versions older than 7.21.6Konstantin Käfer2015-08-041-0/+4
| * don't use certain STL functionsKonstantin Käfer2015-08-044-4/+9
| * Ignore redundant initial reachability notification on iOS 9Minh Nguyễn2015-07-281-1/+8
| * s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-282-6/+6
| * s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-282-8/+8
| * Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-284-6/+6
| * Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-282-46/+45
| * Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-282-50/+2