summaryrefslogtreecommitdiff
path: root/test/addons
Commit message (Expand)AuthorAgeFilesLines
* test: remove unused varsRich Trott2016-01-051-1/+1
* test: remove unused modulesRich Trott2016-01-011-1/+1
* test: remove unused assert module importsRich Trott2015-12-301-1/+0
* test: fix path to module for repl test on WindowsMichael Cornacchia2015-11-151-2/+6
* tools: Use `throw new Error()` consistentlyRich Trott2015-11-101-2/+2
* buffer: neuter external `nullptr` buffersFedor Indutny2015-11-023-0/+55
* test: fix heap-profiler link error LNK1194 on winJunliang Yan2015-10-281-1/+2
* test: fix missing unistd.h on windowsJunliang Yan2015-10-281-2/+13
* test: add node::MakeCallback() test coverageBen Noordhuis2015-10-233-0/+109
* buffer: fix assertion error in WeakCallbackFedor Indutny2015-10-122-5/+18
* test: linting for buffer-free-callback testRich Trott2015-10-061-0/+1
* buffer: FreeCallback should be tied to ArrayBufferFedor Indutny2015-10-063-0/+53
* test: load common.js in all testsRich Trott2015-10-066-0/+7
* module: use UNC paths when loading native addonsJustin Chase2015-10-053-0/+50
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-065-8/+7
* build: make ci test addons in test/addonsBen Noordhuis2015-08-251-0/+2
* test: drop Isolate::GetCurrent() from addon testsBen Noordhuis2015-08-184-9/+9
* test: lint addon testsBen Noordhuis2015-08-184-33/+27
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-1/+1
* test: remove smalloc add-on testBen Noordhuis2015-06-013-48/+0
* test: add heap profiler add-on regression testBen Noordhuis2015-05-283-0/+47
* test: fix deprecation warning in addons testBen Noordhuis2015-05-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-196-3/+9
* smalloc: extend user APITrevor Norris2015-02-203-0/+47
* Remove excessive copyright/license boilerplateisaacs2015-01-122-42/+0
* 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