isaacs
851b3970e7
Fix include logic was replacing https include with http
13 years ago
isaacs
33f9074a62
Mention marked, and add license to doc generator
13 years ago
isaacs
f1742c93d7
doc: Don't prune Stability indicators
13 years ago
isaacs
4ca3fd0a01
Handle miscs better
13 years ago
isaacs
17db291b5c
'Events' is a module, not an event named 's'
13 years ago
isaacs
ffcdcc7ff0
Use new doc generation tool
Conflicts:
Makefile
13 years ago
isaacs
217bb47b02
New documentation generation tool
13 years ago
Igor Zinkovsky
0a347559bf
enable x64 windows build
use "vcbuild x64" to do x64 build of node.exe
13 years ago
isaacs
5937d02aed
msi: npm bash shim fixes
13 years ago
isaacs
30fd2f7bb2
Add npm msysgit bash shim to msi installer
13 years ago
isaacs
6768d2fc93
doc: Pixel-nudging
13 years ago
isaacs
5d7577c71a
doctool: correct improperly nested ul/li handling
13 years ago
Ryan Dahl
290bc0c067
Use .jpg instead of .bmp for .msi
smaller.
13 years ago
Igor Zinkovsky
8e2c014e43
Fix MSI generation on VC Express
13 years ago
Ryan Dahl
429efdd974
Change artwork in msi
13 years ago
Igor Zinkovsky
b24cdb3d36
Enable upgrades in MSI.
Fixes #2228 .
13 years ago
isaacs
db273818f6
s/NPM/npm/
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
13 years ago
isaacs
0f6d3e22d9
Remove duplicate npmrc file
13 years ago
Igor Zinkovsky
3e7f4b0f82
npm msi changes
13 years ago
isaacs
d5f401147a
Re #2207 Add default npmrc for MSI install
13 years ago
Ben Noordhuis
a5c51b4858
docs: add rel="canonical" link to latest API docs
13 years ago
Ryan Dahl
b906e85996
Fixes #2076 . Add logos to MSI
13 years ago
Ryan Dahl
e5cf3f9751
Fixes #2083 . Support installing npm in the .msi
13 years ago
Ryan Dahl
38c49fbc4a
Fix broken commit 2cd5adc
13 years ago
Ryan Dahl
2cd5adc28b
Install npm with 'make install'
13 years ago
Ryan Dahl
b488be127a
Include NPM, update .pkg to install it.
.msi update coming soon.
13 years ago
Ryan Dahl
9d1bdbcf05
Fixes #2084 . Makeify tools/osx-dist.sh
13 years ago
Ryan Dahl
4b0241d589
Remove str.format to support python2.5.
Fixes #2077
Fixes #2108
Thanks to David Keegan for debugging and the patch.
13 years ago
Ryan Dahl
d214576d2b
Be consistent with v before version in packages
13 years ago
Igor Zinkovsky
2095eea3da
msi changes
- remove license from MSI
- adjust path on install
- add message to the end
13 years ago
Ryan Dahl
895fa3a56b
Simplify and move getnodeversion.py
13 years ago
Ryan Dahl
dc39ab3bbf
Improve OSX installer
13 years ago
Igor Zinkovsky
ec90ede1cf
fix msi builder
13 years ago
Igor Zinkovsky
09329e7833
Add node.rc with a version resource
Fixes #2059
13 years ago
Ryan Dahl
850609ea2d
Remove separation of libuv tests
13 years ago
Ben Noordhuis
d7dff34bad
gyp: support older bash versions
Older bash versions in `sh -c` mode don't parse `export FOO=42` constructs,
they bail out with a "FOO is not an identifier" error message.
This was fixed somewhere between bash 4.1.0 and 4.1.5 but let's support the
older versions anyway.
13 years ago
Ben Noordhuis
3c3ec7b2d7
gyp: upgrade to r1081
13 years ago
Ryan Dahl
dbfc8198a6
Upgrade GYP to r1078
13 years ago
Tomasz Janczuk
6fadbec797
wix project to create msi installer for windows
Fixes #1706 .
13 years ago
Ben Noordhuis
6b9f559984
gyp: work around sunos python flock() bug
flock(LOCK_EX) always fails with EBADF, use fcntl(F_SETLK) instead.
13 years ago
Vitor Balocco
97d355c273
docs: Add anchor links next to each function
Modify doctool.js to automatically create anchor links for
every function, for easy linking.
Include support for functions that have a <h4> level
Fixes : #1718 .
13 years ago
Ben Noordhuis
0f077a78ad
gyp: add freebsd support
14 years ago
Ben Noordhuis
1e7a0aa883
gyp: revive sunos support, lost in 6b98a63
13 years ago
Ryan Dahl
100fc27ebb
Upgrade gyp to r1046
13 years ago
Ben Noordhuis
fe7e00d51a
gyp: add sunos support
14 years ago
Ryan Dahl
ee2c12d48e
Upgrade GYP to r1034
13 years ago
Ryan Dahl
48918f5503
Reapply Peter Bright's fixes for GYP on MSVS
Originally 71333b3f5b
14 years ago
Ryan Dahl
06428d853c
tools/test.py to support marking files a libuv-broken
Use
export NODE_USE_UV=1
python tools/test.py --libuv simple pummel
To run the equivalent of "make test-uv".
14 years ago
Ryan Dahl
4fa13152af
Support MSVS build directories in tools/test.py
14 years ago
Ryan Dahl
a7300c8297
WAF builds in out/ instead of build/
14 years ago