summaryrefslogtreecommitdiff
path: root/test/addons
Commit message (Expand)AuthorAgeFilesLines
* node,async-wrap: verify domain enter/exit are setTrevor Norris2014-09-023-0/+119
* src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis2014-03-142-5/+10
* addons: build and test examplesFedor Indutny2014-01-225-19/+29
* test: modify async native test.js to test for #4820Nathan Rajlich2013-02-211-1/+9
* test: add an "async-hello-world" native addon testNathan Rajlich2013-02-213-0/+80
* addon: Pass module object to NODE_MODULE init functionisaacs2013-01-253-0/+27
* test: update addons .gitignoreBen Noordhuis2012-05-241-1/+1
* addon: add AtExit() functionBen Noordhuis2012-05-033-0/+52
* test: Fix path to require hello-world moduleShigeki Ohtsu2012-03-141-1/+1
* Use NODE_MODULE in the hello-world addon example.Nathan Rajlich2012-02-271-4/+2
* Revert support for isolates.Ben Noordhuis2012-02-063-82/+0
* move isolate V8 functions out of node.ccRyan Dahl2011-12-291-1/+2
* Add shared-buffer isolate addon testRyan Dahl2011-12-293-0/+81
* Add gitignore file for addon testsRyan Dahl2011-12-211-0/+5
* Support addons with gypRyan Dahl2011-12-203-0/+29