summaryrefslogtreecommitdiff
path: root/platform/node
Commit message (Expand)AuthorAgeFilesLines
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-7/+6
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-15/+31
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-252-3/+6
* [node] publish Bitrise tag buildsMike Morris2016-10-221-6/+33
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-201-3/+1
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-204-7/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-207-8/+86
* [node] Added set{Bearing,Center} + updated -test-suiteBruno de Oliveira Abinader2016-10-113-0/+46
* [node] fix bad conditional, actually run testsMike Morris2016-09-231-3/+2
* node-v3.3.3node-v3.3.3Mike Morris2016-09-061-0/+6
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-067-15/+82
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-22/+22
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-2/+0
* [node][tests] Add a test for making sure the map object throws on invalid styleThiago Marcos P. Santos2016-08-251-1/+18
* [node] Throw on invalid style JSONThiago Marcos P. Santos2016-08-251-0/+6
* [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
* 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
* 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
* [node] move memory growth test into separate npm scriptMike Morris2016-07-141-12/+14
* [node] enter new v8::Context to avoid leaking v8::FunctionTemplate in NodeMap...Mike Morris2016-07-141-1/+6
* [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
* [node] Also Update::Classes when setting a paint propertyThiago Marcos P. Santos2016-07-081-1/+1
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-062-4/+5
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style Sp...Minh Nguyễn2016-07-041-1/+1
* [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
* [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
* [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