0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/tools
Fedor Indutny 3d67f89552 dtrace: fix generation of v8 constants on freebsd
Every constant is certainly 4 bytes now, but freebsd's objdump utility
prints out odd byte sequences (5-bytes, 6-bytes and even 9-bytes long)
for v8's data section. We can safely ignore all upper bytes, because all
constants that we're using are just `int`s. Since on all supported
platforms `int` is 32bit long (and anyway v8's constants are 32bit too),
we ignore all higher bits if they were read.
2013-01-21 12:46:27 +04:00
..
blog blog: Don't filter out non-latest release notes 2012-11-23 12:54:33 -08:00
closure_linter Import Google's closure_linter 2010-12-01 16:42:26 -08:00
doc Colorize API stabilitity index headers in docs 2012-12-27 18:38:56 -08:00
gyp tools: fix platform detection on freebsd, sunos 2012-12-02 03:01:20 +01:00
msvs windows: add support for '_Total' perf counters 2013-01-11 22:24:48 +01:00
osx-pkg.pmdoc Mac installer shows license 2012-04-02 16:49:03 -07:00
build-changelog.sh Fix #3089 Build changelog.html for website 2012-04-10 18:35:01 -07:00
changelog-head.sh 2012.01.09, Version 0.8.17 (Stable) 2013-01-09 16:55:12 -08:00
cpplint.py Import cpplint.py 2010-12-01 17:01:25 -08:00
email-footer.md email-footer: update the binary package links to x86/x64 2012-08-15 18:05:33 -07:00
genv8constants.py dtrace: fix generation of v8 constants on freebsd 2013-01-21 12:46:27 +04:00
getnodeisrelease.py Makefile: add a better check to ensure a node "release" 2012-08-09 17:11:41 -07:00
getnodeversion.py Remove str.format to support python2.5. 2011-11-14 17:09:44 -08:00
gyp_node build: add configure option to build with ninja 2012-09-04 16:04:01 +02:00
install.py Merge remote-tracking branch 'ry/v0.8' into master 2013-01-18 12:58:16 -08:00
js2c.py js2c: raise proper Exception, not a string 2012-11-24 01:14:09 +01:00
license2rtf.js license2rtf: collapse whitespace 2012-06-14 18:36:49 +02:00
osx-codesign.sh build: Sign pkg installer for OS X 2012-08-02 13:56:50 -07:00
osx-pkg-postinstall.sh Include NPM, update .pkg to install it. 2011-11-21 10:50:52 -08:00
osx-productsign.sh build: Sign pkg installer for OS X 2012-08-02 13:56:50 -07:00
run-valgrind.py Use v8's test runner 2009-06-22 14:08:42 +02:00
test.py test: run tests in alphabetical order 2013-01-10 01:58:30 +01:00
updateAuthors.awk Bump version to v0.3.5 2011-01-16 15:12:28 -08:00