summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* build: allow to specify custom tagsMaciej MaƂecki2012-12-261-0/+1
* build: set `process.platform` to "sunos" on SunOSNathan Rajlich2012-08-291-0/+8
* always link sunos builds with libumemTrent Mick2012-07-271-0/+1
* build: link with -rdynamic, not -Wl,--export-dynamicBen Noordhuis2012-07-191-1/+0
* build: fix add-on loading on freebsdBen Noordhuis2012-07-131-2/+3
* build: fix --shared-v8 optionBen Noordhuis2012-06-271-6/+1
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-211-1/+1
* Rename GYP variable node_use_system_openssl to be consistentRyan Dahl2012-06-201-2/+2
* Windows: Enable ETW events.Igor Zinkovsky2012-06-131-3/+31
* Move resource files to src/res.Bert Belder2012-06-131-1/+1
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-0/+3
* process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-151-0/+1
* Fix 64-bit SmartOS buildDave Pacheco2012-04-171-1/+1
* Domain featureisaacs2012-04-171-0/+1
* build: add support for DTrace and postmortemDave Pacheco2012-04-011-6/+95
* core: add reusable slab allocatorBen Noordhuis2012-03-301-0/+2
* node.gyp: include the config.gypi file in the js2c inputs listNathan Rajlich2012-03-151-3/+3
* build: remove unnecessary link flags from node.gypBen Noordhuis2012-03-051-6/+0
* build: support shared zlibT.C. Hollingsworth2012-02-271-1/+5
* build: use else instead of node_shared_v8==falseT.C. Hollingsworth2012-02-261-3/+1
* Default node_shared_v8 to false.Nathan Rajlich2012-02-231-0/+1
* Revert "Revert "build: support shared V8 properly""isaacs2012-02-231-3/+15
* Revert "build: support shared V8 properly"isaacs2012-02-231-15/+3
* build: support shared V8 properlyT.C. Hollingsworth2012-02-221-3/+15
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-02-181-0/+1
|\
| * Windows: another attempt to support unicode argvBert Belder2012-02-161-0/+1
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-02-121-1/+0
|\ \ | |/
| * enable x64 windows buildIgor Zinkovsky2012-02-071-1/+0
* | Revert support for isolates.Ben Noordhuis2012-02-061-12/+0
* | fix windows buildIgor Zinkovsky2012-01-161-0/+2
* | build: remove the old -DPLATFORM="mac" defineNathan Rajlich2012-01-121-0/+3
* | build: set `process.platform` to "darwin" on OS XNathan Rajlich2012-01-121-0/+4
* | Merge remote branch 'origin/v0.6'Ryan Dahl2012-01-091-1/+1
|\ \ | |/
| * support nosnapshot in vcbuild.batRyan Dahl2012-01-061-1/+1
* | build: move internals to separate header fileBen Noordhuis2011-12-291-0/+1
* | build: add --without-isolates configure switchBen Noordhuis2011-12-291-0/+6
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-0/+2
* | Remove unnecessary stuff from node.gypRyan Dahl2011-12-201-3/+0
* | Remove platform files, and use uv platform apiIgor Zinkovsky2011-12-151-8/+0
* | Begin moving static vars into struct for isolates.Ryan Dahl2011-12-071-0/+2
* | build: always compile with large file supportBen Noordhuis2011-11-301-2/+0
* | build: remove v8-node.gypBen Noordhuis2011-11-171-1/+1
|/
* Add node.rc with a version resourceIgor Zinkovsky2011-11-101-0/+1
* Add common.gypi to gyp outputBert Belder2011-10-291-0/+2
* Revert "remove node_io_watcher"Igor Zinkovsky2011-10-281-0/+1
* remove node_io_watcherIgor Zinkovsky2011-10-271-1/+0
* Don't compile in node_dtrace.cc when not supportedRyan Dahl2011-10-261-3/+5
* build: fix sunos gyp build, include platform fileBen Noordhuis2011-10-261-0/+6
* Add cluster.js to node.gypRyan Dahl2011-10-121-0/+1
* Fix windows buildRyan Dahl2011-10-111-1/+0