summaryrefslogtreecommitdiff
path: root/platform/node
Commit message (Collapse)AuthorAgeFilesLines
* [node] add docs on publishing releasesMike Morris2016-08-061-0/+18
|
* [core] Updated clang-tidy fixesBruno de Oliveira Abinader2016-08-054-6/+6
|
* [build] switch to CMakeKonstantin Käfer2016-08-053-106/+1
| | | | This is very much a work in progress.
* Update CHANGELOG.mdMike Morris2016-08-011-1/+1
|
* node-v3.3.2node-v3.3.2Mike Morris2016-08-011-0/+4
|
* [node] build and publish Node.js binaries with BUILDTYPE=ReleaseBruno de Oliveira Abinader2016-08-011-12/+14
| | | | Skip tests when publishing binaries and skip publishing render test results when those tests don't run.
* node-v3.3.1node-v3.3.1Mike Morris2016-07-291-2/+4
|
* fixes #5771: adds dates to releases in changelogsJustin R. Miller2016-07-271-25/+24
|
* [node] Fix integer conversion of filter valuesCarol Hansen2016-07-221-2/+2
|
* [ios,macos,node] Updated changelog about debug options no-ops in release modeBruno de Oliveira Abinader2016-07-201-0/+4
|
* node-v3.3.0node-v3.3.0Mike Morris2016-07-141-0/+6
|
* [node] NodeRequest inherits from Nan::AsyncWorkerMike Morris2016-07-147-156/+153
| | | | | | | | drop NodeRequest::Create, move MakeCallback to NodeRequest::Execute rework Respond -> HandleCallback modern NAN style updates
* [node] move memory growth test into separate npm scriptMike Morris2016-07-141-12/+14
| | | | webp support in memory test
* [node] enter new v8::Context to avoid leaking v8::FunctionTemplate in ↵Mike Morris2016-07-141-1/+6
| | | | NodeMap::request
* [node] Added memory testThiago Marcos P. Santos2016-07-141-0/+106
|
* Update README.mdjingsam2016-07-131-2/+14
|
* [node] Added 'removeLayer' bindingBruno de Oliveira Abinader2016-07-132-0/+20
|
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-5/+5
| | | | | char* increases the risk of pointing to a invalid reference. Qt had to use a static variable as retainer to workaround.
* [node] Also Update::Classes when setting a paint propertyThiago Marcos P. Santos2016-07-081-1/+1
| | | | | Otherwise it has no effect. Tests might be working because a Update::Classes is also scheduled when adding a new layer.
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-062-4/+5
| | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵Minh Nguyễn2016-07-041-1/+1
| | | | Specification” (#5553)
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-243-0/+42
|
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-246-301/+117
|
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-215-0/+97
|
* [node] Support setLayoutProperty(..., "visibility", ...)John Firebaugh2016-06-213-0/+22
|
* [core] Use mbgl::style::conversion in node bindingsJohn Firebaugh2016-06-216-124/+114
|
* [node] Read 'options.showOverdrawInspector'Bruno de Oliveira Abinader2016-06-202-1/+7
|
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-182-4/+4
|
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-161-2/+12
|
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-152-0/+11
| | | | | | | | | | * Add support for icon-text-fit * Port unit tests for getIconQuads() from js => cpp * Add support for padding in all 4 directions. * Update all hashes post-merge
* [node] Narrow conversion (double → float) caught by GCCBruno de Oliveira Abinader2016-06-151-1/+1
|
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-142-3/+3
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [node] Partial implementation of runtime styling API for node bindingsJohn Firebaugh2016-06-136-8/+391
|
* [core] Eliminate some redundant NodeMap membersJohn Firebaugh2016-06-132-21/+9
|
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-2/+4
| | | | | | Rewrite enum.hpp in such a way that parseConstant can be defined generically for all enumerated types. While there, properly validated enumerated property values.
* node-v3.2.1node-v3.2.1Mike Morris2016-06-071-0/+4
|
* node-v3.2.0node-v3.2.0Mike Morris2016-06-031-0/+4
|
* [node] Fix typoJohn Firebaugh2016-06-031-1/+1
|
* [docs] Remove references to manual submodule initializationJohn Firebaugh2016-06-031-2/+2
|
* Updated readme with clear instructions that this requires Node v4.x and v5+ ↵timrobertson1002016-06-031-1/+1
| | | | has issuess. See https://github.com/mapbox/mapbox-gl-native/issues/5144 (#5222)
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-1/+1
|
* node-v3.1.3node-v3.1.3Mike Morris2016-05-271-0/+5
|
* [node] don't fire callback for canceled AsyncRequestKonstantin Käfer2016-05-264-4/+67
|
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-1/+0
|
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-1/+1
|
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-6/+7
|
* [core] Update to geometry.hpp 0.5.0John Firebaugh2016-05-131-0/+5
|
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+4
|
* [node] Fix conversion of geometry collections to GeoJSONJohn Firebaugh2016-05-061-3/+9
| | | | They should have a "geometries" member, not a "coordinates" member.
* [core] Update geometry to 0.3.0John Firebaugh2016-05-061-18/+3
|