summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: use $(RM) in Makefile for consistencyGibson Fahnestock2017-04-241-38/+38
* tools,doc: add Google Analytics tracking.Phillip Johnsen2017-03-081-2/+8
* doc: clarify msg when doc/api/cli.md not updatedStewart X Addison2017-03-081-1/+1
* build: fix newlines in addon build outputBrian White2017-03-081-1/+1
* build: fail on CI if leftover processesRich Trott2017-03-081-0/+10
* build: add rule to clean addon tests buildJoyee Cheung2017-03-081-6/+13
* build: fix node_g targetDaniel Bevenius2017-03-081-2/+2
* build: Don't regenerate node symlinksxa5552017-03-081-2/+7
* build: add MAKEFLAGS="-j1" to node-gypDaniel Bevenius2016-12-211-3/+4
* test: run cpplint on files in test/cctestBen Noordhuis2016-12-201-0/+2
* tools: improve docopen target in MakefileSakthipriyan Vairamani (thefourtheye)2016-12-131-6/+5
* test: move tick-processor tests to own directoryRich Trott2016-12-131-0/+3
* build: start comments at beginning of lineSakthipriyan Vairamani (thefourtheye)2016-11-221-5/+5
* build: reduce noise from doc targetDaniel Bevenius2016-11-221-2/+2
* build: make node-gyp output silentSakthipriyan Vairamani (thefourtheye)2016-11-221-1/+5
* build: fix config.gypi targetDaniel Bevenius2016-11-111-5/+1
* v8: update make-v8.sh to use gitJaideep Bajwa2016-11-101-1/+1
* build: make addons build dep. on node_version.hAnna Henningsen2016-10-111-1/+1
* build: run cctests as part of test-ci targetBen Noordhuis2016-10-111-0/+1
* build: run `npm install` for doc builds in tarballAnna Henningsen2016-10-111-0/+15
* inspector: introduce a smoke testEugene Ostroukhov2016-09-301-2/+5
* build: don't require processing docs for nightliesJohan Bergström2016-09-091-1/+2
* tools: enable caching for jslint taskRich Trott2016-09-091-1/+2
* build: fix dependencies on AIXMichael Dawson2016-09-091-2/+9
* build: do not lint src dir for JS errorsRich Trott2016-08-241-2/+2
* tools: update to ESLint 3.2.2Rich Trott2016-08-101-1/+1
* build: adding config.gypi dep to addons/.buildstampDaniel Bevenius2016-08-101-1/+2
* src: fix erroneous fallthrough in ParseEncoding()Ben Noordhuis2016-08-081-1/+1
* build: add conflict marker check during CI lintBrian White2016-07-211-0/+9
* tools: increase lint coverageRich Trott2016-07-201-4/+2
* build: use BUILDTYPE when building V8 in MakefileMichaël Zasso2016-07-131-1/+1
* build: add v8 requirement to test-v8* in MakefileMichaël Zasso2016-07-131-3/+3
* test: really run addon tests on `make test`Anna Henningsen2016-07-061-1/+1
* build: split CI rules in MakefileJoão Reis2016-07-051-4/+20
* tools: explicit path for V8 test tap outputMyles Borins2016-07-051-3/+3
* src: lint v8abbr.hBen Noordhuis2016-07-051-1/+0
* src: lint node_lttng_tp.hBen Noordhuis2016-07-051-2/+0
* src: lint node_win32_perfctr_provider.ccBen Noordhuis2016-07-051-1/+0
* build: remove unused files from CPPLINT_FILESBen Noordhuis2016-07-051-2/+0
* test: rebuild add-ons when their sources changeBen Noordhuis2016-06-151-1/+5
* build: add REPLACEME tag for version info in docsBen Noordhuis2016-06-151-0/+4
* test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel2016-06-021-2/+3
* doc: make doc-only -> fallback to user binaryRobert Jefe Lindstaedt2016-06-021-2/+6
* build: update build-addons when node-gyp changesLance Ball2016-06-021-2/+5
* test: pass python path to node-gyphefangshi2016-05-171-0/+2
* test: run known_issues tests in CIRich Trott2016-05-171-3/+3
* build: add Make `doc-only` targetJesse McCarthy2016-05-171-6/+8
* build,test: fix build-addons dependency chainBen Noordhuis2016-05-171-3/+3
* tools: do not build addons during compilationMyles Borins2016-05-171-1/+3
* build: fix DESTCPU detection for binary targetRichard Lau2016-05-171-1/+30