summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix formattingJustin R. Miller2015-06-071-1/+1
|
* Add documentation for TileData::StateThiago Marcos P. Santos2015-06-051-1/+34
|
* Remove unused overscaling variablesJohn Firebaugh2015-06-045-10/+3
|
* [publish ios-v0.3.4]Justin R. Miller2015-06-040-0/+0
|
* going back to b1 styles pin to avoid other complications for nowios-v0.3.4Justin R. Miller2015-06-041-0/+0
|
* [publish ios-v0.3.4]Justin R. Miller2015-06-040-0/+0
|
* bump podspec to 0.3.4Justin R. Miller2015-06-041-1/+1
|
* bump/correct styles pinJustin R. Miller2015-06-041-0/+0
|
* Test Map object destruction with pending requestsThiago Marcos P. Santos2015-06-044-34/+188
| | | | | | | | | | | Test whenever destroying a Map object with requests pending works and is done quickly. The test injects artificial delays in selected requests and tries to destroy the Map object afterwards. Currently glyph requests are skipped because there is a bug being worked on in a different issue.
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-044-0/+9
| | | | | | | | | | The util::Thread will call the stop() method of the MapContext's RunLoop which will wait for the pending tasks tied to it to complete. If we have a request that is timeout'ing, this could mean a really long wait. Instead, we now send a cleanup message that will reset all the attributes first (canceling the pending requests) so the the MapContext gets destructed quickly.
* Fix race condition on error notificationThiago Marcos P. Santos2015-06-043-0/+12
| | | | | | | | | We start loading the resources at the moment we set the style, but we set the callback for error notification at renderStill(), which happen afterwards. If some error occurs in this short window, it was never being notified. Now we save the last error and we check after we set the callback.
* [publish ios-v0.3.3]Justin R. Miller2015-06-030-0/+0
|
* bump podspec to 0.3.3ios-v0.3.3Justin R. Miller2015-06-031-1/+1
|
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-0329-464/+347
|\ | | | | | | | | Conflicts: src/mbgl/renderer/painter_fill.cpp
| * Adding iOS Testing Header To Draw AttentionBrad Leege2015-06-031-0/+1
| |
| * fix typoJustin R. Miller2015-06-031-1/+1
| |
| * point to better appledoc install methodJustin R. Miller2015-06-032-2/+2
| |
| * Do not call update() asynchronously on the test caseThiago Marcos P. Santos2015-06-021-6/+2
| | | | | | | | | | | | We need to call it before checking if the tiles are loaded to give the Source a chance to request for more tiles if it is needed.
| * Rebase the resource loading testsThiago Marcos P. Santos2015-06-025-45/+26
| | | | | | | | | | Update the ResourceLoader tests to reflect the changes after we merged ResourceLoader with Style.
| * Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-023-4/+4
| | | | | | | | ResourceLoader got merged with Style.
| * .zip != .tgzJustin R. Miller2015-06-011-1/+1
| |
| * appledoc download is a redirectJustin R. Miller2015-06-011-1/+1
| |
| * wget -> curl since wget itself is a brew installJustin R. Miller2015-06-011-1/+1
| |
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-06-0113-388/+251
| |\
| | * Remove unused; fix naming styleJohn Firebaugh2015-06-012-9/+5
| | |
| | * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-0113-387/+254
| | |
| * | #1659 - Converting true to YES, false to NO to match Objective C standardsBrad Leege2015-06-011-4/+4
| | |
| * | #1659 - Converting usingTestServer to atomic propertyBrad Leege2015-06-011-3/+6
| |/
| * Require appledoc v2.2-963 exactlyJohn Firebaugh2015-05-292-6/+13
| |
| * Latest homebrew appledoc should be goodJohn Firebaugh2015-05-292-1/+8
| |
| * Opt-in to Travis Xcode 6.3 betaJohn Firebaugh2015-05-291-0/+2
| | | | | | | | http://blog.travis-ci.com/2015-05-26-xcode-63-beta-general-availability/
| * Fixed ios-bench buildMinh Nguyễn2015-05-291-1/+1
| | | | | | | | `accessToken` parameter was removed in #1553.
| * Update mason to use soft float on Android ARMLeith Bade2015-05-291-0/+0
| |
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-05-282-15/+15
| |\
| | * Adapt metrics tests to constant flush timerJason Wray2015-05-282-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | Disables three tests: - testTimerFiresFlush: passes but takes 60 seconds (full MGLFlushInterval) - testFlushPostsEvents: fails - testPostEventsNetworkRequest: fails
| * | #1659 - Adding tile stream certificate and ssl pin check for test server.Brad Leege2015-05-282-0/+23
| |/
* | fix collision box clippingAnsis Brammanis2015-06-034-16/+18
| | | | | | | | and name parameters when it's not clear from their type
* | fix hangs caused by redoPlacementAnsis Brammanis2015-06-024-13/+8
| | | | | | | | | | | | | | | | | | After parsing a tile, it redoes placement for that tile if the angle has changed since it started parsing. These redo calls were accidentally done from the worker thread. Assigning the new work to `workRequest` caused it to cancel itself. Fix the problem by calling redoPlacement from the map thread.
* | fix android compile errorsAnsis Brammanis2015-06-022-4/+5
| | | | | | | | | | - explicitly mark override - re-add fix from 74604af that was lost in a merge
* | use source zoom level for tile loading errorsAnsis Brammanis2015-06-021-1/+1
| |
* | update test suiteAnsis Brammanis2015-06-021-1/+0
| |
* | re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2
| | | | | | | | | | It got missed in a merge. https://github.com/mapbox/mapbox-gl-native/commit/03d5e2da80111e225c2478286b60dd4e9b7ec527
* | fix assertion. only include glyphs with metricsAnsis Brammanis2015-06-021-1/+1
| | | | | | | | | | fixes bug caught by this assertion: https://github.com/mapbox/mapbox-gl-native/blob/de3fd89b2cb259c965629aa9aea17729511229f7/src/mbgl/text/font_stack.cpp#L124
* | sort overlapping symbols in the y directionAnsis Brammanis2015-06-023-27/+72
| | | | | | | | | | | | | | fixes #333 fixes #988 -js: 6514de77be2ff3df4267785f42f5e53c63233cac
* | use floats when resampling lines to match -jsAnsis Brammanis2015-05-292-3/+3
| | | | | | | | This fixes many small render test and collision differences.
* | Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-28113-1154/+2096
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mbgl/map/source.cpp src/mbgl/map/source.hpp src/mbgl/map/tile_data.cpp src/mbgl/map/tile_parser.cpp src/mbgl/map/vector_tile_data.cpp src/mbgl/renderer/painter.cpp src/mbgl/renderer/symbol_bucket.cpp src/mbgl/text/glyph.hpp src/mbgl/text/glyph_store.cpp src/mbgl/text/placement.cpp test/suite
| * Remove boost install instructions; now installed via masonJohn Firebaugh2015-05-281-12/+1
| |
| * added link with clang-3.5+ linux installMike Morris2015-05-281-1/+1
| |
| * Linux build instruction updatesAJ Ashton2015-05-281-3/+4
| | | | | | | | [skip ci]
| * Merge pull request #1632 from mapbox/1632-handle_currupt_dataThiago Marcos P. Santos2015-05-2813-65/+182
| |\ | | | | | | Corrupt data not handled properly