summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-11-10Improve OSX installerRyan Dahl
2011-11-10fix msi builderIgor Zinkovsky
2011-11-10Add node.rc with a version resourceIgor Zinkovsky
2011-11-02Remove separation of libuv testsRyan Dahl
2011-10-26gyp: support older bash versionsBen Noordhuis
2011-10-21Merge remote branch 'origin/v0.4'Ryan Dahl
2011-10-21gyp: upgrade to r1081Ben Noordhuis
2011-10-18Upgrade GYP to r1078Ryan Dahl
2011-10-11wix project to create msi installer for windowsTomasz Janczuk
2011-10-10gyp: work around sunos python flock() bugBen Noordhuis
2011-09-21docs: Add anchor links next to each functionVitor Balocco
2011-08-17gyp: add freebsd supportBen Noordhuis
2011-08-17gyp: revive sunos support, lost in 6b98a63Ben Noordhuis
2011-09-18Upgrade gyp to r1046Ryan Dahl
2011-09-12gyp: add sunos supportBen Noordhuis
2011-09-08Upgrade GYP to r1034Ryan Dahl
2011-08-24Reapply Peter Bright's fixes for GYP on MSVSRyan Dahl
2011-08-23tools/test.py to support marking files a libuv-brokenRyan Dahl
2011-08-23Support MSVS build directories in tools/test.pyRyan Dahl
2011-08-23WAF builds in out/ instead of build/Ryan Dahl
2011-08-23Have WAF variants match GYP configuration namesRyan Dahl
2011-08-22Upgrade GYP to r1010Ryan Dahl
2011-08-15Complete GYP support for Python 2.5.2Ryan Dahl
2011-08-15GYP Support python 2.5.2Ryan Dahl
2011-08-15Upgrade GYP to r999Ryan Dahl
2011-08-15Upgrade GYP to r995Ryan Dahl
2011-08-13Rename gyp files to produce useful solution names.Peter Bright
2011-08-11Fix MSVS building.Peter Bright
2011-08-08Tests should point at the build directory until GYP is defaultRyan Dahl
2011-08-08Revert "Remove scons"Ryan Dahl
2011-08-08Fix MSVS buildRyan Dahl
2011-08-08Move GYP file to the project rootRyan Dahl
2011-08-08sketch out configure supportRyan Dahl
2011-08-07Disable optimization in debug builds.Peter Bright
2011-08-07Silence VC++ warnings about use of badly-designed parts of the C library.Peter Bright
2011-08-07Fix bad platform name.Peter Bright
2011-08-06Make MSVS build.Peter Bright
2011-08-06Modify GYP scripts for VC buildPeter Bright
2011-08-06Remove sconsRyan Dahl
2011-08-06Bring gyp into the tools directory; handwritten makefileRyan Dahl
2011-08-06gyp: fix test runnerRyan Dahl
2011-08-02http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis
2011-08-02test: add targets `test-http2` and `test-all-http2`Ben Noordhuis
2011-07-27Remove pkg-conf fileRyan Dahl
2011-07-14Addons should not -DEV_MULTIPLICITY=0Brian White
2011-07-04Fix doctool uses RegExp object as a Functionkoichik
2011-07-03Fix doctool uses RegExp object as a Functionkoichik
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl
2011-04-15Add covhtml.js toolRyan Dahl
2011-03-08Add string class that uses ExternalAsciiStringResource.Tom Hughes