summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fully delete test/suite submoduleJohn Firebaugh2015-09-171-0/+0
|
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-161-3/+0
| | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67.
* back to right submodules versionsAntonio Zugaldia2015-09-161-0/+0
|
* merge with masterAntonio Zugaldia2015-09-161-0/+27
|
* Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-151-0/+3
| | | | | Conflicts: src/mbgl/util/geojsonvt
* merge from masterAntonio Zugaldia2015-09-151-0/+0
|
* Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-156-49/+29
|\
| * Increased timeout for rotation animationMinh Nguyễn2015-09-151-2/+2
| |
| * Upgraded to iOS Simulator 9.0, KIF 3.3.0Minh Nguyễn2015-09-155-47/+27
| | | | | | | | Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528.
* | Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-1469-536/+1877
|\ \ | |/ | | | | | | Conflicts: android/java/MapboxGLAndroidSDKTestApp/build.gradle
| * fixes #1675: abstract annotation tile refresh check/render; trigger ↵Justin R. Miller2015-09-081-0/+4
| | | | | | | | post-sprite/sprite store load
| * Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-047-208/+4
| |
| * fix circles at very high zoom levelsAnsis Brammanis2015-09-021-0/+0
| | | | | | | | https://github.com/mapbox/mapbox-gl-js/commit/5c8be4b8487a230a32684737a1e81c8a0b2a4396
| * Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-021-1/+1
| |
| * Merge branch 'master' into nodeJohn Firebaugh2015-08-315-11/+49
| |\
| | * Disabled iOS metrics testsMinh Nguyễn2015-08-311-4/+10
| | | | | | | | | | | | ref #1887
| | * Update test-suiteJohn Firebaugh2015-08-311-0/+0
| | |
| | * #2063 - Fixing test/suite stomping from mergeBrad Leege2015-08-311-0/+0
| | |
| | * #2063 - MergingBrad Leege2015-08-311-0/+0
| | |\
| | * | update test suite to disable failing testAnsis Brammanis2015-08-281-0/+0
| | | |
| | * | add Point <--> LatLng conversion testsAnsis Brammanis2015-08-271-0/+32
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into perspective-without-y-flipJason Wray2015-08-262-7/+7
| | |\ \
| | | * | Bump metrics tests timeouts EVERYWHEREJason Wray2015-08-251-5/+5
| | | | |
| | | * | Fix testUserTrackingModeFollow test to accept location permissions askJason Wray2015-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | I thought that the tests were bypassing the permissions dialog, but it turns out that was only half correct: we were not actually asking for `always` location permission in MBGL.
| | * | | make fill-image tests less sensitiveAnsis Brammanis2015-08-241-0/+0
| | |/ /
| * | | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+2
| |/ / | | | | | | | | | | | | To be able to resize the framebuffer on the map thread in HeadlessView.
| * | Fixed missing labels and iconsLucas Wojciechowski2015-08-241-0/+1
| | |
| * | Merge branch 'v8'John Firebaugh2015-08-2423-21/+128
| |\ \
| | * | Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-4/+12
| | | |
| | * | Update test suiteJohn Firebaugh2015-08-201-0/+0
| | | |
| | * | Update styles and test-suiteJohn Firebaugh2015-08-201-0/+0
| | | |
| | * | Support new glyph URL syntaxLucas Wojciechowski2015-08-201-2/+1
| | | |
| | * | Add circle render typeBruno de Oliveira Abinader2015-08-209-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As specified in: https://github.com/mapbox/mapbox-gl-style-spec/blob/v8-circle/reference/v8.json Part of #1740.
| | * | Font stacks as arraysTom MacWright2015-08-202-3/+3
| | | |
| | * | Update test-suite and test fixtures for v8John Firebaugh2015-08-2014-13/+13
| | |/
| * | GL is the library, SDK is the productJustin R. Miller2015-08-216-13/+13
| | |
| * | Increased timeouts for failing metrics testsMinh Nguyễn2015-08-211-5/+5
| |/ | | | | | | ref #1887
| * Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-6/+6
| |
| * Adding special case for non-fontstack "glyph" resource URLsjakepruitt2015-07-271-0/+1
| | | | | | | | | | | | | | - does not prepend /v4/ to api endpoints like /fonts/v1/ - only prepends it to things starting with /fontstack - solves the problem in #1918 - refs mapbox/mapbox-gl-style-spec#309
| * Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-172-3/+9
| | | | | | | | | | | | | | This will make the code a lot more clear and it will also move how parsing is initiated to the GlyphPBF class, to be initiated after the request, like we do for other resources.
| * Remove hacks because of Glyph requests could not be canceledThiago Marcos P. Santos2015-07-161-5/+0
| |
| * Add GlyphStore unit testsThiago Marcos P. Santos2015-07-162-0/+226
| |
| * Added unit tests for the WorkQueueThiago Marcos P. Santos2015-07-162-0/+64
| |
| * Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-1/+8
| | | | | | | | | | | | | | | | | | | | | | Relevant changes: - Added 'defaultFadeDuration' and 'defaultTransitionDelay' to MapData; - Painter & StyleParser now receives a reference to MapData; - As previously seen on the code: 300ms is the default fade duration and 0ms is the default transition duration; - We no longer pass the current time point to Style, since it now uses MapData.animationTime, which gets updated in MapContext::update(). - Updated StyleParser check to use a mock MapData;
| * Mark overridesThiago Marcos P. Santos2015-07-111-3/+3
| | | | | | | | Detected by clang++-3.6
| * Add unit tests for addPointAnnotations()Thiago Marcos P. Santos2015-07-102-0/+37
| | | | | | | | This test would have caught #1874
| * Move MockFileSource to fixturesThiago Marcos P. Santos2015-07-106-6/+6
| | | | | | | | | | It is going to be used by another test that needs to emulate asynchronous requests.
| * Merge pull request #1840 from mapbox/repeat-distanceNicki Dlugash2015-07-101-0/+0
| |\ | | | | | | Updates to labels along lines
| | * update test-suiteAnsis Brammanis2015-07-101-0/+0
| | |
| * | Add unit tests for the Sprite classThiago Marcos P. Santos2015-07-103-1/+181
| | |