summaryrefslogtreecommitdiff
path: root/platform/node/src/node_mapbox_gl_native.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-201-1/+1
|
* [node] NodeRequest inherits from Nan::AsyncWorkerMike Morris2016-07-141-4/+8
| | | | | | | | drop NodeRequest::Create, move MakeCallback to NodeRequest::Execute rework Respond -> HandleCallback modern NAN style updates
* [core] Render from the main threadJohn Firebaugh2016-04-141-11/+4
| | | | Do not create a thread for the MapContext anymore.
* [node] don't dispose parent module in NodeLog destructorMike Morris2016-04-071-1/+1
|
* [node] Properly inherit from EventEmitterVladimir Kurchatkin2016-04-051-6/+9
| | | | | `process.EventEmitter` is deprecated, so we should use `require('events')` instead.
* Revert "[node] Destroy the RunLoop with the last Map object"Thiago Marcos P. Santos2016-02-241-10/+8
| | | | This reverts commit 3633fd7ebdb2f406f17cf05320f9480a73455e09.
* [node] Destroy the RunLoop with the last Map objectThiago Marcos P. Santos2016-02-201-8/+10
| | | | | | | | | | | The last map object to get destroyed will also destroy the RunLoop (which will also destroy the AsyncTask). This will clear any reference to the Node default main loop and let it close. Downside is that we need to make sure we are always calling `map.release()`.
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-1/+1
|
* [node] Fix build on GCC 4.9.2Thiago Marcos P. Santos2015-11-261-1/+0
|
* [node] Need to have a singleton RunLoop instanceJohn Firebaugh2015-11-161-0/+15
|
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-051-0/+1
| | | | | Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
* add io.js v3.x supportMike Morris2015-09-091-1/+1
|
* Nan 2.0John Firebaugh2015-09-091-22/+49
|
* update mbgl::ResourceMike Morris2015-08-251-2/+4
|
* move node-mbgl to platform/node/ directoryMike Morris2015-08-211-0/+36