-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Comparing changes
Open a pull request
base repository: nodejs/node
base: b5c9dcb6d73d
head repository: nodejs/node
compare: 72f1b348b021
- 8 commits
- 8 files changed
- 1 contributor
Commits on Jan 8, 2015
-
build: don't run make recursively
For targets that need the binary: don't invoke `make all` as part of the recipe, just depend on the $(NODE_EXE) target. PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3f8610 - Browse repository at this point
Copy the full SHA e3f8610View commit details -
build: remove upload targets from makefile
The targets upload to nodejs.org but that is the joyent/node website. PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73b9323 - Browse repository at this point
Copy the full SHA 73b9323View commit details -
PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f8b76e - Browse repository at this point
Copy the full SHA 3f8b76eView commit details -
The binary is about to be renamed from `node` to `iojs`; preemptively update the man page. PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62bd711 - Browse repository at this point
Copy the full SHA 62bd711View commit details -
doc: update v8 options in man page
Update the outdated list of V8 options in the man page. PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57a2cab - Browse repository at this point
Copy the full SHA 57a2cabView commit details -
test: remove --use-http1 test runner flag
The flag was used for a short while during the v0.5 development cycle, four years ago. Remove it, it's long overdue. PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e7a25d - Browse repository at this point
Copy the full SHA 3e7a25dView commit details -
build: rename binary from node to iojs
* rename the build targets * update the test runner to use `out/{Debug,Release}/iojs` * update the installer to install the iojs binary * update one test that explicitly checks for the binary name PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>Configuration menu - View commit details
-
Copy full SHA for f17f473 - Browse repository at this point
Copy the full SHA f17f473View commit details -
install: install iojs -> node compat symlink
Install a symlink for compatibility with scripts that expect a binary called `node` or have a /path/to/node shebang. Only done on UNIX platforms because symlinks on Windows require elevated privileges. PR-URL: #262 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72f1b34 - Browse repository at this point
Copy the full SHA 72f1b34View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b5c9dcb6d73d...72f1b348b021