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
Paddy Byers
4f8d6d0834
build: fix gyp xcode project generator
Only attempt to generate FrameworkPhase output for code targets.
13 years ago
Ryan Dahl
14b04b06b4
Remove SCONS deprecate WAF
We keep around WAF for node-waf only.
We need great diligence by people over the next couple weeks to work out all
the kinks in the GYP build system. We realize that it is currently several
times slower than the WAF build. Please lend a hand.
Fixes #1504
Fixes #1500
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
Ryan Dahl
879eb16280
Have WAF variants match GYP configuration names
14 years ago
Ryan Dahl
80dd818290
Upgrade GYP to r1010
14 years ago
Ryan Dahl
72246d97a2
Complete GYP support for Python 2.5.2
14 years ago
Ryan Dahl
e57ed540e6
GYP Support python 2.5.2
14 years ago
Ryan Dahl
721f26520d
Upgrade GYP to r999
To fix osx/make build http://codereview.chromium.org/7618052
14 years ago
Ryan Dahl
66f77963a3
Upgrade GYP to r995
14 years ago
Peter Bright
16788f461a
Rename gyp files to produce useful solution names.
Hoist common settings into common.gypi.
Restrict v8's common.gypi to v8 projects.
Ensure v8 doesn't use /MP in debug builds.
Add basic settings for other platforms.
Make uv import common.gypi properly.
Remove LTCG warning.
14 years ago
Peter Bright
b9d777734d
Fix MSVS building.
14 years ago
Ryan Dahl
f145e35a93
Tests should point at the build directory until GYP is default
14 years ago
Ryan Dahl
c110fbcc99
Revert "Remove scons"
This reverts commit bd270b48a7
.
14 years ago
Ryan Dahl
d53fccbce5
Fix MSVS build
14 years ago
Ryan Dahl
db1bf679d8
Move GYP file to the project root
14 years ago
Ryan Dahl
f57d70d3c9
sketch out configure support
14 years ago
Peter Bright
e38fc6cc84
Disable optimization in debug builds.
Enable full optimization in release builds.
14 years ago
Peter Bright
588ef72ce0
Silence VC++ warnings about use of badly-designed parts of the C library.
14 years ago
Peter Bright
79d9f62946
Fix bad platform name.
14 years ago
Peter Bright
6ac8c55989
Make MSVS build.
MSVS settings don't actually need to be guarded by conditions. gyp will do
the right thing.
14 years ago
Peter Bright
71333b3f5b
Modify GYP scripts for VC build
14 years ago
Ryan Dahl
bd270b48a7
Remove scons
14 years ago
Ryan Dahl
bef9f56cac
Bring gyp into the tools directory; handwritten makefile
14 years ago
Ryan Dahl
43d7cfca18
gyp: fix test runner
14 years ago
Ben Noordhuis
38f948a373
http: make http2 the default, legacy backend is available with --use-http1
Fixes #1441 .
14 years ago
Ben Noordhuis
e1bb241b51
test: add targets `test-http2` and `test-all-http2`
Passes `--use-http2` to node. Fixes #1430 .
14 years ago