You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mathias Küsel
668bde8ac0
win,msi: broadcast WM_SETTINGCHANGE after install
In theory the msi should broadcast a 'WM_SETTINGCHANGE' message to all
windows after modifying the PATH environment variable. This ensures that
the new PATH is visible to other processes without restarting windows
(although it's still necessary to close and reopen active console
windows).
Unfortunately, the broadcast doesn't always happen, for unknown reasons.
That's why this patch adds a custom action that unconditionally
broadcasts a WM_SETTINGCHANGE message.
Bug: https://github.com/iojs/io.js/issues/603
PR: https://github.com/iojs/io.js/pull/613
Reviewed-by: Bert Belder <bertbelder@gmail.com>
10 years ago
..
closure_linter
tools: update closure linter to 2.3.17
10 years ago
configure.d
build: i18n: add icu config options
10 years ago
doc
Remove excessive copyright/license boilerplate
10 years ago
gflags
tools: add python-gflags module
10 years ago
gyp
gyp: fix build with python 2.6
11 years ago
icu
build: i18n: add icu config options
10 years ago
mdb
build: embed the mdb_v8.so into the binary
12 years ago
msvs
win,msi: broadcast WM_SETTINGCHANGE after install
10 years ago
osx-pkg.pmdoc
build: add new installer config for OS X
10 years ago
pkgsrc
build: add pkgsrc rule
12 years ago
rpm
build: rename rpmbuild .spec file
10 years ago
wrk
wrk: compile on sunos
11 years ago
Makefile
timers: backport f8193ab
11 years ago
build-changelog.sh
build: rename ChangeLog to CHANGELOG.md in build
10 years ago
certdata.txt
tools: update certdata.txt
10 years ago
changelog-head.sh
build: rename ChangeLog to CHANGELOG.md in build
10 years ago
check-imports.sh
tools: make check-imports.sh work on bsd-likes
12 years ago
cpplint.py
test: create test-ci, modify test-all, fix cpplint
10 years ago
email-footer.md
email-footer: update the binary package links to x86/x64
13 years ago
genv8constants.py
Revert "sunos: unbreak build after v8 downgrade"
12 years ago
getnextnodeversion.py
tools: Add next/prev version scripts
12 years ago
getnodeisrelease.py
Makefile: add a better check to ensure a node "release"
13 years ago
getnodeversion.py
Remove str.format to support python2.5.
13 years ago
getprevnodeversion.py
tools: Add next/prev version scripts
12 years ago
getstability.py
tools: script to report [un]stable build
12 years ago
gyp_node.py
gyp: update to bebdcea
11 years ago
install.py
install: install iojs -> node compat symlink
10 years ago
js2c.py
tools: fix js2c macro expansion bug
12 years ago
license2rtf.js
license2rtf: collapse whitespace
13 years ago
mk-ca-bundle.pl
tools: customize mk-ca-bundle.pl
11 years ago
node-release-post-build.sh
Now working on 0.10.31
11 years ago
osx-codesign.sh
build: Sign pkg installer for OS X
13 years ago
osx-pkg-postinstall.sh
Include NPM, update .pkg to install it.
13 years ago
osx-productsign.sh
build: Sign pkg installer for OS X
13 years ago
run-valgrind.py
Use v8's test runner
16 years ago
specialize_node_d.py
gyp: specialize node.d for freebsd
11 years ago
test.py
test: create test-ci, modify test-all, fix cpplint
10 years ago
update-authors.sh
doc: update AUTHORS, .mailmap, add authors tool
10 years ago
upgrade-npm.sh
deps: upgrade npm to 2.0.0
10 years ago
utils.py
tools: fix test.py after v8 upgrade
12 years ago