summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
2016-04-06test: fix another flaky stringbytes testAli Ijaz Sheikh
2016-04-05test: fix flakiness of stringbytes-externalAli Ijaz Sheikh
2016-03-19test: add buffer alignment regression testsAnna Henningsen
2016-02-12test: add addons test for MakeCallbackTrevor Norris
2016-01-05test: remove unused varsRich Trott
2016-01-01test: remove unused modulesRich Trott
2015-12-30test: remove unused assert module importsRich Trott
2015-11-15test: fix path to module for repl test on WindowsMichael Cornacchia
2015-11-10tools: Use `throw new Error()` consistentlyRich Trott
2015-11-02buffer: neuter external `nullptr` buffersFedor Indutny
2015-10-28test: fix heap-profiler link error LNK1194 on winJunliang Yan
2015-10-28test: fix missing unistd.h on windowsJunliang Yan
2015-10-23test: add node::MakeCallback() test coverageBen Noordhuis
2015-10-12buffer: fix assertion error in WeakCallbackFedor Indutny
2015-10-06test: linting for buffer-free-callback testRich Trott
2015-10-06buffer: FreeCallback should be tied to ArrayBufferFedor Indutny
2015-10-06test: load common.js in all testsRich Trott
2015-10-05module: use UNC paths when loading native addonsJustin Chase
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-25build: make ci test addons in test/addonsBen Noordhuis
2015-08-18test: drop Isolate::GetCurrent() from addon testsBen Noordhuis
2015-08-18test: lint addon testsBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-06-01test: remove smalloc add-on testBen Noordhuis
2015-05-28test: add heap profiler add-on regression testBen Noordhuis
2015-05-26test: fix deprecation warning in addons testBen Noordhuis
2015-05-19test: enable linting for testsRoman Reiss
2015-02-20smalloc: extend user APITrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-09-02node,async-wrap: verify domain enter/exit are setTrevor Norris
2014-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-01-22addons: build and test examplesFedor Indutny
2013-02-21test: modify async native test.js to test for #4820Nathan Rajlich
2013-02-21test: add an "async-hello-world" native addon testNathan Rajlich
2013-01-25addon: Pass module object to NODE_MODULE init functionisaacs
2012-05-24test: update addons .gitignoreBen Noordhuis
2012-05-03addon: add AtExit() functionBen Noordhuis
2012-03-14test: Fix path to require hello-world moduleShigeki Ohtsu
2012-02-27Use NODE_MODULE in the hello-world addon example.Nathan Rajlich
2012-02-06Revert support for isolates.Ben Noordhuis
2011-12-29move isolate V8 functions out of node.ccRyan Dahl
2011-12-29Add shared-buffer isolate addon testRyan Dahl
2011-12-21Add gitignore file for addon testsRyan Dahl
2011-12-20Support addons with gypRyan Dahl