-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #18260 Reviewed-By: James M Snell <[email protected]>
- Loading branch information
Showing
56 changed files
with
1,086 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -321,3 +321,7 @@ Pekka Nikander <[email protected]> | |
Ed Schouten <[email protected]> | ||
Xu Meng <[email protected]> | ||
Matt Harrison <[email protected]> | ||
Anna Henningsen <[email protected]> | ||
Jérémy Lal <[email protected]> | ||
Ben Wijen <[email protected]> | ||
elephantp <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ libuv_la_SOURCES = src/fs-poll.c \ | |
src/inet.c \ | ||
src/queue.h \ | ||
src/threadpool.c \ | ||
src/uv-data-getter-setters.c \ | ||
src/uv-common.c \ | ||
src/uv-common.h \ | ||
src/version.c | ||
|
@@ -158,6 +159,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ | |
test/test-close-fd.c \ | ||
test/test-close-order.c \ | ||
test/test-condvar.c \ | ||
test/test-connect-unspecified.c \ | ||
test/test-connection-fail.c \ | ||
test/test-cwd-and-chdir.c \ | ||
test/test-default-loop-close.c \ | ||
|
@@ -174,6 +176,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ | |
test/test-fs-poll.c \ | ||
test/test-fs.c \ | ||
test/test-fork.c \ | ||
test/test-getters-setters.c \ | ||
test/test-get-currentexe.c \ | ||
test/test-get-loadavg.c \ | ||
test/test-get-memory.c \ | ||
|
@@ -220,6 +223,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ | |
test/test-poll-closesocket.c \ | ||
test/test-poll-oob.c \ | ||
test/test-process-title.c \ | ||
test/test-process-title-threadsafe.c \ | ||
test/test-queue-foreach-delete.c \ | ||
test/test-ref.c \ | ||
test/test-run-nowait.c \ | ||
|
@@ -455,13 +459,10 @@ libuv_la_CFLAGS += -D_UNIX03_THREADS \ | |
-qFLOAT=IEEE | ||
libuv_la_LDFLAGS += -qXPLINK | ||
libuv_la_SOURCES += src/unix/pthread-fixes.c \ | ||
src/unix/no-fsevents.c \ | ||
src/unix/os390.c \ | ||
src/unix/os390-syscalls.c \ | ||
src/unix/proctitle.c | ||
endif | ||
|
||
if HAVE_PKG_CONFIG | ||
pkgconfigdir = $(libdir)/pkgconfig | ||
pkgconfig_DATA = @[email protected] | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.