summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)AuthorFilesLines
2012-08-29build: set `process.platform` to "sunos" on SunOSNathan Rajlich1-0/+8
2012-07-27always link sunos builds with libumemTrent Mick1-0/+1
2012-07-19build: link with -rdynamic, not -Wl,--export-dynamicBen Noordhuis1-1/+0
2012-07-13build: fix add-on loading on freebsdBen Noordhuis1-2/+3
2012-06-27build: fix --shared-v8 optionBen Noordhuis1-6/+1
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis1-1/+1
2012-06-20Rename GYP variable node_use_system_openssl to be consistentRyan Dahl1-2/+2
2012-06-13Windows: Enable ETW events.Igor Zinkovsky1-3/+31
2012-06-13Move resource files to src/res.Bert Belder1-1/+1
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny1-0/+3
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis1-0/+1
2012-04-17Fix 64-bit SmartOS buildDave Pacheco1-1/+1
2012-04-17Domain featureisaacs1-0/+1
2012-04-01build: add support for DTrace and postmortemDave Pacheco1-6/+95
2012-03-30core: add reusable slab allocatorBen Noordhuis1-0/+2
2012-03-15node.gyp: include the config.gypi file in the js2c inputs listNathan Rajlich1-3/+3
2012-03-05build: remove unnecessary link flags from node.gypBen Noordhuis1-6/+0
2012-02-27build: support shared zlibT.C. Hollingsworth1-1/+5
2012-02-26build: use else instead of node_shared_v8==falseT.C. Hollingsworth1-3/+1
2012-02-23Default node_shared_v8 to false.Nathan Rajlich1-0/+1
2012-02-23Revert "Revert "build: support shared V8 properly""isaacs1-3/+15
2012-02-23Revert "build: support shared V8 properly"isaacs1-15/+3
2012-02-22build: support shared V8 properlyT.C. Hollingsworth1-3/+15
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs1-0/+1
2012-02-16Windows: another attempt to support unicode argvBert Belder1-0/+1
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis1-1/+0
2012-02-07enable x64 windows buildIgor Zinkovsky1-1/+0
2012-02-06Revert support for isolates.Ben Noordhuis1-12/+0
2012-01-16fix windows buildIgor Zinkovsky1-0/+2
2012-01-12build: remove the old -DPLATFORM="mac" defineNathan Rajlich1-0/+3
2012-01-12build: set `process.platform` to "darwin" on OS XNathan Rajlich1-0/+4
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl1-1/+1
2012-01-06support nosnapshot in vcbuild.batRyan Dahl1-1/+1
2011-12-29build: move internals to separate header fileBen Noordhuis1-0/+1
2011-12-29build: add --without-isolates configure switchBen Noordhuis1-0/+6
2011-12-29isolates: isolate-ify the main loopBen Noordhuis1-0/+2
2011-12-20Remove unnecessary stuff from node.gypRyan Dahl1-3/+0
2011-12-15Remove platform files, and use uv platform apiIgor Zinkovsky1-8/+0
2011-12-07Begin moving static vars into struct for isolates.Ryan Dahl1-0/+2
2011-11-30build: always compile with large file supportBen Noordhuis1-2/+0
2011-11-17build: remove v8-node.gypBen Noordhuis1-1/+1
2011-11-10Add node.rc with a version resourceIgor Zinkovsky1-0/+1
2011-10-29Add common.gypi to gyp outputBert Belder1-0/+2
2011-10-28Revert "remove node_io_watcher"Igor Zinkovsky1-0/+1
2011-10-27remove node_io_watcherIgor Zinkovsky1-1/+0
2011-10-26Don't compile in node_dtrace.cc when not supportedRyan Dahl1-3/+5
2011-10-26build: fix sunos gyp build, include platform fileBen Noordhuis1-0/+6
2011-10-12Add cluster.js to node.gypRyan Dahl1-0/+1
2011-10-11Fix windows buildRyan Dahl1-1/+0
2011-10-11Remove tty_legacyRyan Dahl1-7/+1