summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* gyp: update to bebdceagyp-updateTimothy J Fontaine2013-11-101-2/+2
* build: fix test-gc weakref build ruleBen Noordhuis2013-10-241-3/+3
* build: use separate env vars for signingTimothy J Fontaine2013-07-091-2/+2
* build: add pkgsrc ruleTimothy J Fontaine2013-06-061-1/+20
* build: only use DESTDIR instead of PREFIX for pkgTimothy J Fontaine2013-05-061-4/+4
* build: define nightly tag external to build systemTimothy J Fontaine2013-03-051-3/+3
* build: automatically add tag for nightly buildsTimothy J Fontaine2013-02-261-4/+8
* bench: Add bench-cryptoisaacs2013-02-191-0/+3
* bench: Only run http,net,fs,tls by defaultisaacs2013-02-191-2/+4
* bench: Use wrk for http benchmarkingisaacs2013-02-191-1/+5
* tools: Add wrk for benchmarking http serversisaacs2013-02-191-0/+4
* make: Add benchmark make targetsisaacs2013-02-191-1/+27
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-01-111-1/+1
|\
| * make binary: allow custom config flagsNathan Rajlich2013-01-101-1/+1
* | build: support ARM in makefile target 'binary'Adam Malcontenti-Wilson2012-11-271-0/+4
* | build: add $(PYTHON) when calling configureMichael Axiak2012-11-271-4/+4
* | build: add ninja support to MakefileBen Noordhuis2012-09-041-7/+20
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-09-041-2/+2
|\ \ | |/
| * build: fix `make -j' fails after `make clean'Bearice Ren2012-08-281-2/+2
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-08-171-24/+57
|\ \ | |/
| * website: download pageGolo Roden2012-08-151-1/+2
| * Makefile: add a better check to ensure a node "release"Nathan Rajlich2012-08-091-8/+10
| * Makefile: move the release verification logic into a `make release-only` targetNathan Rajlich2012-08-061-24/+26
| * Makefile: properly set the ARCH variable when forcing a DESTCPUNathan Rajlich2012-08-061-0/+8
| * Makefile: allow the dest-cpu to be specified for `make binary`Nathan Rajlich2012-08-061-1/+1
| * Makefile: add `make binary` helper targetNathan Rajlich2012-08-061-1/+3
| * Makefile: add `make tar` helper targetNathan Rajlich2012-08-061-1/+3
| * Makefile: add target for precompiled binary tarballsNathan Rajlich2012-08-061-0/+16
* | Makefile: DRY js lintBen Noordhuis2012-08-051-1/+1
|/
* Merge branch 'v0.8.5-release' into v0.8isaacs2012-08-021-1/+4
|\
| * build: Sign pkg installer for OS Xisaacs2012-08-021-1/+4
* | installer: fix cross-compile installsBen Noordhuis2012-08-021-2/+2
|/
* Merge branch 'v0.8.4-release' into v0.8isaacs2012-07-251-0/+3
|\
| * Build: add jslintfixisaacs2012-07-241-0/+3
* | Fix #3761 build: Default to V=1isaacs2012-07-251-5/+10
|/
* build: Regenerate docs for tarball and releasesisaacs2012-07-101-7/+7
* build: use proper python interpreterBen Noordhuis2012-06-281-1/+1
* blog: Generate RSS feedsisaacs2012-06-221-1/+1
* Generate static HTML blog content out of markdownisaacs2012-06-211-2/+11
* Makefile: Refuse to build release from unclean repoisaacs2012-06-161-0/+11
* test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich2012-06-141-7/+6
* Remove dep symlinks from tarballisaacs2012-06-111-0/+1
* build: Prevent duplication of doc/api folderisaacs2012-06-061-2/+2
* test: make the node-weak install build agaist this repoNathan Rajlich2012-06-051-0/+1
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-1/+1
|\
| * Escape leading # signs in 'make email.md'isaacs2012-05-141-1/+1
| * test: No need for weak in 'make test'isaacs2012-05-041-1/+1
* | test: No need for weak in 'make test'isaacs2012-05-041-1/+1
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-041-1/+2
|\ \ | |/
| * test: Run weak install with --unsafe-permisaacs2012-05-041-1/+2