46 Commits (f21c2b9d3b4595d63e7f9ebd88b9d5fc964131fb)

Author SHA1 Message Date
Ben Noordhuis 3cefd65e90 build: export openssl symbols on windows 9 years ago
Ben Noordhuis 686d7b329c test: build addons with V8_DEPRECATION_WARNINGS=1 9 years ago
Ben Noordhuis 4748bed736 src: fix readability/namespace cpplint warnings 8 years ago
Alexis Campailla e544b1c40c test,win: skip addons/load-long-path on WOW64 8 years ago
Trevor Norris 1186b7a401 test: add addons test for MakeCallback 9 years ago
Jeremiah Senkpiel 4067cde7ee test: abstract skip functionality to common 9 years ago
Ali Ijaz Sheikh 7b60b8f8e9 test: fix flakiness of stringbytes-external 9 years ago
Rich Trott 2f4538ddda test: remove unused vars 9 years ago
Rich Trott dffe83ccd6 test: remove unused modules 9 years ago
Rich Trott e70c88df56 test: remove unused assert module imports 9 years ago
Rich Trott 32801de4ef tools: Use `throw new Error()` consistently 9 years ago
Michael Cornacchia c5eb09d9ac test: fix path to module for repl test on Windows 9 years ago
Ben Noordhuis 3f62952d42 test: add node::MakeCallback() test coverage 9 years ago
Junliang Yan 39ff44e94f test: fix heap-profiler link error LNK1194 on win 9 years ago
Junliang Yan a2786dd408 test: fix missing unistd.h on windows 9 years ago
Fedor Indutny b3cbd13340 buffer: fix assertion error in WeakCallback 9 years ago
Rich Trott 2d0fe4c657 test: linting for buffer-free-callback test 9 years ago
Fedor Indutny 660f7591c8 buffer: FreeCallback should be tied to ArrayBuffer 9 years ago
Rich Trott b7179562aa test: load common.js in all tests 9 years ago
Justin Chase 74f443583c module: use UNC paths when loading native addons 9 years ago
Michaël Zasso 7ce749d722 src: replace usage of v8::Handle with v8::Local 9 years ago
Ben Noordhuis 1aa9d3a2ab build: make ci test addons in test/addons 9 years ago
Ben Noordhuis 71119284f9 test: drop Isolate::GetCurrent() from addon tests 9 years ago
Ben Noordhuis 8f4022e44b test: lint addon tests 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Ben Noordhuis e0e96acc6f test: remove smalloc add-on test 10 years ago
Ben Noordhuis 4e90c82cdb test: add heap profiler add-on regression test 10 years ago
Ben Noordhuis 280fb01daf test: fix deprecation warning in addons test 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Trevor Norris 26ebe9805e smalloc: extend user API 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris 81a9739108 node,async-wrap: verify domain enter/exit are set 10 years ago
Ben Noordhuis 1f17f88071 src, test: fix up ObjectWrap, `make test-addons` 11 years ago
Fedor Indutny 1442c1c6de addons: build and test examples 11 years ago
Nathan Rajlich 50c88e0ff2 test: modify async native test.js to test for #4820 12 years ago
Nathan Rajlich 4b61522f16 test: add an "async-hello-world" native addon test 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Ben Noordhuis 078763a94c test: update addons .gitignore 13 years ago
Ben Noordhuis e4a8d2617b addon: add AtExit() function 13 years ago
Shigeki Ohtsu d2fba2bf35 test: Fix path to require hello-world module 13 years ago
Nathan Rajlich aa35564ca1 Use NODE_MODULE in the hello-world addon example. 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 40c98a977b Add shared-buffer isolate addon test 13 years ago
Ryan Dahl 533a455274 move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 02f24f54ba Add shared-buffer isolate addon test 13 years ago
Ryan Dahl 6ac22bfb04 Add gitignore file for addon tests 13 years ago
Ryan Dahl 18b92201be Support addons with gyp 13 years ago