The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / tools @ e851fef6

Name Size
  blog
  closure_linter
  doc
  gyp
  mdb
  msvs
  osx-pkg.pmdoc
  pkgsrc
  wrk
build-changelog.sh 702 Bytes
changelog-head.sh 268 Bytes
check-imports.sh 463 Bytes
cpplint.py 120 KB
email-footer.md 918 Bytes
genv8constants.py 2.73 KB
getnextnodeversion.py 443 Bytes
getnodeisrelease.py 261 Bytes
getnodeversion.py 434 Bytes
getprevnodeversion.py 443 Bytes
gyp_node 1.71 KB
install.py 5.17 KB
js2c.py 10.5 KB
license2rtf.js 8.27 KB
osx-codesign.sh 245 Bytes
osx-pkg-postinstall.sh 171 Bytes
osx-productsign.sh 197 Bytes
run-valgrind.py 32 Bytes
test.py 41.6 KB
updateAuthors.awk 242 Bytes
utils.py 3.06 KB

Latest revisions

# Date Author Comment
e851fef6 08/05/2013 05:19 PM Timothy J Fontaine

build: embed the mdb_v8.so into the binary

This builds and includes the mdb_v8.so in the binary of node so mdb
can be sure to always use the latest version

847c6d98 07/31/2013 04:34 PM Ben Noordhuis

tools: cpplint: fix up build/include_order rule

Change the build/include_order rule to match our preference:
project headers before system headers.

The rationale is that system headers before project headers makes it
easy to slip in bugs where a project header that requires a definition...

3c6b5d5d 07/31/2013 02:12 PM Fedor Indutny

cpplint: make lint rules closer to node's source

  • Support C-style header guards (/* comments */)
  • Support `class NODE_EXTERN something`
  • Support `} // extern "C"` closures
  • Ignore header order
  • Ignore `long/short` usage (because of OpenSSL's API)
457d5292 07/24/2013 03:49 PM Ben Noordhuis

tools: fix js2c macro expansion bug

If the same macro was used twice in close proximity, the second one
didn't get expanded.

2b7d86ec 07/19/2013 04:56 PM Ben Noordhuis

tools: make check-imports.sh work on bsd-likes

48c542db 07/12/2013 04:26 PM Timothy J Fontaine

Merge remote-tracking branch 'upstream/v0.10'

Conflicts:
AUTHORS
ChangeLog
deps/npm/Makefile
deps/npm/doc/api/npm-commands.md
deps/npm/doc/api/npm-deprecate.md
deps/npm/doc/api/npm-init.md
deps/npm/doc/api/npm-owner.md
deps/npm/doc/api/npm-publish.md...

b3b8e74d 07/09/2013 06:58 PM isaacs

tools: Add next/prev version scripts

d2d07421 07/06/2013 11:44 AM Ben Noordhuis

tools: add check-imports.sh script

Checks that `using` statements in src/*.cc are properly sorted and
actually used.

adf9b67e 06/25/2013 02:12 PM isaacs

Merge remote-tracking branch 'ry/v0.10' into master

Conflicts:
ChangeLog
deps/uv/ChangeLog
deps/uv/src/unix/stream.c
deps/uv/src/version.c
deps/v8/build/common.gypi
deps/v8/src/frames.h
deps/v8/src/runtime.cc
deps/v8/test/mjsunit/debug-set-variable-value.js...

f1b878ca 06/06/2013 06:35 PM Timothy J Fontaine

build: add pkgsrc rule

View revisions

Also available in: Atom