Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-10-11gyp: work around sunos python flock() bugBen Noordhuis
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-13gyp: add sunos supportBen Noordhuis
2011-09-08Upgrade GYP to r1034Ryan Dahl
2011-08-25Reapply Peter Bright's fixes for GYP on MSVSRyan Dahl
2011-08-24tools/test.py to support marking files a libuv-brokenRyan Dahl
2011-08-24Support MSVS build directories in tools/test.pyRyan Dahl
2011-08-24WAF builds in out/ instead of build/Ryan Dahl
2011-08-24Have WAF variants match GYP configuration namesRyan Dahl
2011-08-23Upgrade GYP to r1010Ryan Dahl
2011-08-16Complete GYP support for Python 2.5.2Ryan Dahl
2011-08-16GYP Support python 2.5.2Ryan Dahl
2011-08-16Upgrade GYP to r999Ryan Dahl
2011-08-16Upgrade GYP to r995Ryan Dahl
2011-08-14Rename gyp files to produce useful solution names.Peter Bright
2011-08-11Fix MSVS building.Peter Bright
2011-08-09Tests should point at the build directory until GYP is defaultRyan Dahl
2011-08-09Revert "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-08Disable optimization in debug builds.Peter Bright
2011-08-08Silence VC++ warnings about use of badly-designed parts of the C library.Peter Bright
2011-08-08Fix bad platform name.Peter Bright
2011-08-07Make MSVS build.Peter Bright
2011-08-07Modify 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-03http: 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-28Remove pkg-conf fileRyan Dahl
2011-07-15Addons should not -DEV_MULTIPLICITY=0Brian White
2011-07-04Fix 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-09Add string class that uses ExternalAsciiStringResource.Tom Hughes
2011-02-17Fix test runner bug on windowsBert Belder
2011-01-17Bump version to v0.3.5v0.3.5Ryan Dahl
2010-12-21`make test` somewhat worksBert Belder
2010-12-21Better way of getting rid of symlinksBert Belder
2010-12-21Wafadmin: don't even think about using msvcBert Belder
2010-12-02Import cpplint.pyRyan Dahl
2010-12-02Import Google's closure_linterRyan Dahl
2010-11-30win: Symlink to jsmin.py doesn't work on windowsBert Belder
2010-11-23Add cmake build support.Tom Hughes
2010-11-18Generate Table of Contents at compile time.Micheil Smith
2010-11-16Build API page into build/doc; simplify doctool.Micheil Smith