summaryrefslogtreecommitdiff
path: root/platform/node
Commit message (Collapse)AuthorAgeFilesLines
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-1/+1
| | | | | | | | | | | This adds a `convertJSON` template, to be used like: Error error optional<Foo> foo = convertJSON<Foo>(string, error); Internally, it parses the string with RapidJSON and then calls `convert<Foo>(parsed, error)`. While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
* [node] bump version, add changelog entry (#8924)node-v3.5.1Bobby Sudekum2017-05-081-0/+5
|
* [node] start publishing both release+debug builds (#8865)Dane Springmeyer2017-05-041-4/+3
|
* Add support for node v6 (#8884)Bobby Sudekum2017-05-041-4/+11
|
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-022-3/+5
| | | | | Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-2/+2
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* Release node v3.5.0 (#8785)node-v3.5.0Bobby Sudekum2017-04-241-0/+5
|
* [node] Add test for request not foundThiago Marcos P. Santos2017-04-201-0/+74
|
* [node] Add map.cancel()Thiago Marcos P. Santos2017-04-205-11/+167
| | | | Cancels an ongoing rendering.
* [node] Benchmark/stress testThiago Marcos P. Santos2017-04-201-0/+104
| | | | Tries to simulate the workload from api-gl.
* [node] Add request failure testsThiago Marcos P. Santos2017-04-201-0/+59
| | | | Test for timeout and when the request fails.
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-201-0/+2
|
* [node] Calculate image buffer and length once (#8673)Bobby Sudekum2017-04-071-3/+6
|
* [node] fix node bindings :bug:Molly Lloyd2017-03-281-1/+1
|
* [node] Fix mistaken .cpp includeJohn Firebaugh2017-03-281-1/+1
|
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+2
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-232-15/+20
|
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+8
|
* Bump version, add changelog entry (#8421)node-v3.4.7Bobby Sudekum2017-03-151-0/+4
|
* [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-1/+1
|
* [node] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-8/+14
|
* [node] bump version number; changelog entry (#8408)node-v3.4.6Bobby Sudekum2017-03-141-1/+6
|
* [node] Cleanup bitrise.yml; split test/publish workflows (#8407)Bobby Sudekum2017-03-141-41/+38
|
* [node] Specify build type (#8406)Bobby Sudekum2017-03-141-1/+1
|
* [node] bump version, add changelog entry (#8401)node-v3.4.5Bobby Sudekum2017-03-141-0/+4
|
* [node] Fix memory test hanging after GlyphAtlas refactoring (#8394)Thiago Marcos P. Santos2017-03-144-37/+73
| | | Replies are assumed to be asynchronous after e3500c1f791be82.
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-102-14/+2
|
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-101-18/+1
|
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
|
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-042-3/+40
|
* [core] private OffscreenView implementationKonstantin Käfer2017-02-271-1/+1
|
* [node] adhere to node module naming requirementsKonstantin Käfer2017-02-232-2/+2
| | | | https://nodejs.org/api/addons.html#addons_building specifies that "The module_name must match the filename of the final binary (excluding the .node suffix).". While the mismatch between `mapbox-gl-native` and `mapbox_gl_native` hasn't caused issues so far, we should play by the book.
* [build] Satisfy 'brew link node@4' conditionBruno de Oliveira Abinader2017-02-011-1/+1
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-21/+21
|
* Update version number and changelog (#7662)node-v3.4.4Bobby Sudekum2017-01-101-0/+4
|
* [build] Use test-suite integration tests from mapbox-gl-jsJohn Firebaugh2017-01-094-4/+4
|
* Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3Bobby Sudekum2017-01-091-0/+4
|
* Add addImage, removeImage API (#7610)Bobby Sudekum2017-01-094-0/+254
|
* [node] Fix array/object distinctionJohn Firebaugh2017-01-041-1/+1
| | | | Only affects tests.
* [tests] Fix variable reference in test-suite harnessJohn Firebaugh2016-12-141-4/+4
|
* [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-143-4/+46
| | | | | | Zoom must be set first, to avoid center potentially getting constrained. Fixes #7351
* [tests] Implement "wait" command with Map#renderJohn Firebaugh2016-12-121-8/+3
| | | | This ensures that a "wait" command will always fully flush pending update flags. This was not the case with the prior conditional map.loaded() logic.
* [other] fix spelling on month in node.js changelogChris Voll2016-12-061-3/+3
|
* [node] Update brew package nameJohn Firebaugh2016-12-051-2/+3
|
* [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
|
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-222-3/+3
|
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-174-0/+44
|
* [node] Revert semantics of Map#renderJohn Firebaugh2016-11-172-30/+40
|
* node-v3.4.2node-v3.4.2Mike Morris2016-11-151-0/+4
|
* [node] publish Node.js Linux binaries with GLXMike Morris2016-11-153-15/+20
| | | | run test suite with OSMesa in Debug