Commit Graph

43 Commits

Author SHA1 Message Date
Ryan Dahl
f60cf1d233 Dont build tests on 'make all' 2011-10-06 14:53:52 -07:00
Ben Noordhuis
27262134cd bench: add batched TCP writes benchmark
Times how long it takes to queue and write out 1,000,000 short strings.
2011-10-06 03:31:58 +02:00
Luis Lavena
30ca028196 Fix MinGW build
Allow `make all` work under MinGW. Remove references to eio for MinGW.

Fixes #170
Fixes #171
2011-09-02 09:25:40 -07:00
Ryan Dahl
b47c474cfd Move private headers into include/uv-private 2011-08-31 00:43:55 -07:00
Ben Noordhuis
358d89aa79 build: fix build on systems where ld --as-needed is the default
Fixes unresolved symbol linker errors from -lm and -lrt.
2011-08-15 20:41:57 +02:00
Ryan Dahl
75c109055d Bring back standalone makefiles for a better transition 2011-08-08 13:42:01 -07:00
Ben Noordhuis
58dd01ab58 build: add debug target to Makefile 2011-08-08 16:07:27 +02:00
Ryan Dahl
a30a7336f0 Build with gyp 2011-08-06 02:17:56 -07:00
Ben Noordhuis
86341f8e02 Makefile: disable test-% and bench-% targets
Targets bench-% and test-% mess up dependency resolution, disable for now.
2011-07-14 03:32:19 +02:00
Ben Noordhuis
a29b2099ac Make it possible to run individual tests.
Fixes #100.
2011-07-14 02:19:36 +02:00
Robert Mustacchi
786789490e Clean target missing prefix for object files 2011-07-07 21:39:07 -07:00
Ryan Dahl
ce8ff3031c src/ and include/ directories
Helps #71 but does not update the MSVC files.
2011-07-07 07:52:57 -07:00
Ryan Dahl
daa499c567 unix: Remove c-ares and libev configure scripts
Instead let's be a bit more clever.
2011-06-27 18:29:35 +02:00
Henry Rawas
4aeee38484 c-ares integration on windows 2011-06-22 15:21:01 +02:00
Ryan Dahl
d85168b299 Makefile munging
Add EV_MULTIPLICITY=0 (until we add threads)
2011-05-12 18:35:05 -07:00
Ryan Dahl
2ef3c6c632 oio -> uv 2011-05-11 20:21:49 -07:00
Bert Belder
0144ab9ca7 Fix the makefile for mingw32 2011-05-08 15:12:20 +02:00
Ryan Dahl
e88c63fd75 Clean up the clean, distclean makefile stuff 2011-05-07 21:45:06 -07:00
Ryan Dahl
db2189f3b9 Fixes #38. Use Luis's PREFIX trick. 2011-05-07 21:40:52 -07:00
Ryan Dahl
dd1c0af7b1 Makefile to work with mingw 2011-05-07 21:28:07 -07:00
Ryan Dahl
d640c0651d use gnu89 instead of ansi for mingw compat 2011-05-07 20:42:37 -07:00
Ryan Dahl
5591ed9d74 Replace dummy benchmark with sizeof(oio_handle) 2011-05-07 19:32:51 -07:00
Ryan Dahl
c1c57f3df2 Fix missing stddup def on unix 2011-04-30 13:28:14 -07:00
Ryan Dahl
b4836377f9 unix runner: implement timeout on process_wait 2011-04-25 21:54:17 -07:00
Ryan Dahl
1a99dcc980 Add ping-pong benchmark
On Linux I'm getting

    ping_pongs: 22807 pings
2011-04-18 23:51:53 -07:00
Ryan Dahl
2cbcbdd1a4 Update Makefile for benchmark runner. 2011-04-18 23:05:47 -07:00
Ryan Dahl
cf4fbc0925 Add copyright headers, license file.
closes #17.
2011-04-18 11:11:30 -07:00
Bert Belder
a3be5339e2 Rename test-runner to just runner
And a minor fix to the VS solution.
2011-04-18 14:44:01 +02:00
Ryan Dahl
42cefd934e linux: ping-pong test passes. 2011-04-17 19:15:08 -07:00
Ryan Dahl
2414d7e728 Fix close_cb_stack 2011-04-15 11:05:15 -07:00
Bert Belder
aec5eac8bc Add oio_timeout test 2011-04-15 19:32:28 +02:00
Ryan Dahl
a2c24c67d6 unix: echo-server works 2011-04-15 01:11:27 -07:00
Ryan Dahl
769948a5ad test-runner compiles 2011-04-14 12:58:24 -07:00
Ryan Dahl
01cd1c5b17 oio.a compiles - totally broken 2011-04-14 12:58:24 -07:00
Bert Belder
39d31a100f ol -> oio 2011-04-07 11:12:18 +02:00
Ryan Dahl
42d96dc3ca Add ping-pong test - not yet working on unix 2011-03-31 00:21:15 -07:00
Ryan Dahl
5304a18002 Change around names in test directory - sorry bert 2011-03-30 22:42:02 -07:00
Ryan Dahl
311fbe3f8f Compile with -ansi 2011-03-29 16:42:13 -07:00
Ryan Dahl
4fdf0276b3 ... 2011-03-29 10:08:45 -07:00
Ryan Dahl
b17dcd55d7 compiles - obviously doesn't work 2011-03-28 03:54:18 -07:00
Ryan Dahl
668c0c6b27 Improve makefile 2011-03-28 03:32:02 -07:00
Ryan Dahl
6b0d4fa372 Mostly compiling 2011-03-28 03:26:00 -07:00
Ryan Dahl
151e2a8f0d Add libev, more changes 2011-03-28 03:17:52 -07:00