summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-02-14build: don't rebuild test/gc add-on unnecessarilyBen Noordhuis
2017-02-13build: add node-inspect integration testJan Krems
2017-02-11test: remove dependency on node-weakBen Noordhuis
2017-02-10build: clear stalled jobs on POSIX CI hostsRich Trott
2017-02-03doc: clarify msg when doc/api/cli.md not updatedStewart X Addison
2017-01-25tools,doc: add Google Analytics tracking.Phillip Johnsen
2016-12-07build: fix node_g targetDaniel Bevenius
2016-12-05build: Don't regenerate node symlinksxa555
2016-12-01test: run cpplint on files in test/cctestBen Noordhuis
2016-11-17tools: improve docopen target in MakefileSakthipriyan Vairamani (thefourtheye)
2016-11-09test: move tick-processor tests to own directoryRich Trott
2016-11-09v8: update make-v8.sh to use gitJaideep Bajwa
2016-11-07build: add MAKEFLAGS="-j1" to node-gypDaniel Bevenius
2016-11-07build: reduce noise from doc targetDaniel Bevenius
2016-11-05build: start comments at beginning of lineSakthipriyan Vairamani (thefourtheye)
2016-11-02build: make node-gyp output silentSakthipriyan Vairamani (thefourtheye)
2016-10-14build: fix config.gypi targetDaniel Bevenius
2016-10-06build: make addons build dep. on node_version.hAnna Henningsen
2016-10-03build: run cctests as part of test-ci targetBen Noordhuis
2016-09-22build: do not clean V8 gtest directoryMichaël Zasso
2016-09-22build: update V8 gypfile pathsMichaël Zasso
2016-09-20build: run `npm install` for doc builds in tarballAnna Henningsen
2016-09-19inspector: introduce a smoke testEugene Ostroukhov
2016-09-01build: don't require processing docs for nightliesJohan Bergström
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-30tools: enable caching for jslint taskRich Trott
2016-08-29build: fix dependencies on AIXMichael Dawson
2016-08-18build: do not lint src dir for JS errorsRich Trott
2016-08-09tools: update to ESLint 3.2.2Rich Trott
2016-08-01build: adding config.gypi dep to addons/.buildstampDaniel Bevenius
2016-07-26benchmark: move cli parts of common.js into run.jsAndreas Madsen
2016-07-26benchmark: remove unused filesAndreas Madsen
2016-07-20build: add conflict marker check during CI lintBrian White
2016-07-13tools: increase lint coverageRich Trott
2016-07-10build: use BUILDTYPE when building V8 in MakefileMichaël Zasso
2016-07-10build: add v8 requirement to test-v8* in MakefileMichaël Zasso
2016-07-05test: really run addon tests on `make test`Anna Henningsen
2016-07-02build: split CI rules in MakefileJoão Reis
2016-06-29tools: explicit path for V8 test tap outputMyles Borins
2016-06-28src: lint v8abbr.hBen Noordhuis
2016-06-28src: lint node_lttng_tp.hBen Noordhuis
2016-06-28src: lint node_win32_perfctr_provider.ccBen Noordhuis
2016-06-28build: remove unused files from CPPLINT_FILESBen Noordhuis
2016-06-13src: fix erroneous fallthrough in ParseEncoding()Ben Noordhuis
2016-06-13test: rebuild add-ons when their sources changeBen Noordhuis
2016-06-06build: add REPLACEME tag for version info in docsBen Noordhuis
2016-06-01test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel
2016-05-23doc: make doc-only -> fallback to user binaryRobert Jefe Lindstaedt
2016-05-20build: update build-addons when node-gyp changesLance Ball
2016-05-13tools: do not build addons during compilationMyles Borins