Ben Noordhuis
ebdeaed2e3
Merge remote-tracking branch 'origin/v0.10'
...
Conflicts:
ChangeLog
src/version.c
2013-05-02 09:22:39 +02:00
Fedor Indutny
ac4e7e7ff2
stream: fix small nit in select hack, add test
2013-04-27 18:50:55 +02:00
Elliot Saba
d67d713fac
build: make make clean remove test/runner.o
2013-04-08 00:00:17 +02:00
Ben Noordhuis
a9740c9bc4
build: rename OS to PLATFORM
...
Rename the OS make variable to PLATFORM, it conflicts with the OS env
var. That is, running `make` when the OS env var is set, may cause
spurious build breakage.
Fixes #737 .
2013-03-17 00:12:43 +01:00
Ben Noordhuis
dd20025207
build: make clean target remove all build artifacts
2013-02-27 22:09:11 +01:00
Saúl Ibarra Corretgé
bb3d1e24da
unix, windows: add uv_stop, stop running event loop
2013-02-25 16:21:37 +01:00
Ben Noordhuis
75dea933eb
build: support out of tree builds
...
Invoking make with builddir_name=/path/to/dir builds libuv in the
designated directory.
2013-01-29 17:07:25 +01:00