Commit Graph

33 Commits

Author SHA1 Message Date
Dylan Cali
60d621c607 gitignore: root test ignores at /test 2014-02-03 20:49:38 +04:00
Steven Kabbes
4a7a72fb32 build: ignore generated makefiles on android
gyp currently doesn't support the --generator-output option for android,
this is the best way to ignore generated files for projects using libuv
as a dependency.
2013-12-18 17:56:22 +04:00
Ben Noordhuis
9342ef7155 Merge remote-tracking branch 'origin/v0.10'
Conflicts:
	src/unix/udp.c
2013-11-27 17:35:57 +01:00
Marc Schlaich
c3e05bafa5 gitignore: ignore *.pyc files
The gyp build on Windows produces a *.pyc file as of commit 991409e.
2013-11-25 16:27:28 +01:00
Reini Urban
b0bb8deb17 .gitignore: fix .deps/, add .dirstamp 2013-10-09 18:02:11 +02:00
Ben Noordhuis
c82cea1ec5 build: enable AM_INIT_AUTOMAKE([subdir-objects])
Squelches (justified) warnings with automake 1.14.

Object files are built in subdirectories now so fix up the dtrace
postprocessing step to scan for *.lo files in said subdirectories.

Fixes #866.
2013-07-29 00:36:49 +02:00
Timothy J Fontaine
2f3124a8c1 build: add DTrace detection for autotools 2013-07-03 16:04:01 -07:00
Ben Noordhuis
ddd7e04fd6 build: switch to autotools
Switch to the build tool everyone loves to hate.  The Makefile has
served us well over the years but it's been acquiring more and more
features that autotools gives us for free, like easy static+shared
library building, sane install targets, and so on.

This commit drops MinGW support.  If there is demand for it, we'll
re-add it.
2013-07-02 01:21:16 +02:00
Ben Noordhuis
bad707db3f gitigore: ignore auto-generated uv-dtrace.h header 2013-04-10 14:23:55 +02: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
Ben Noordhuis
df1399fa75 Remove *.mk and *.Makefile from .gitignore list
The *.mk and *.Makefile files generated by gyp are stored in $TOPLEVEL/out now.

Fixes #636.
2012-11-28 21:32:43 +01:00
Ben Noordhuis
62332ea090 build: fix make test on darwin and sunos 2012-11-10 01:43:42 +01:00
Ben Noordhuis
43d52c77ba test: make make test link against .so 2012-11-08 18:28:57 +01:00
Ben Noordhuis
8f716a9348 .gitignore gyp build artifacts 2012-02-23 01:11:17 +01:00
Ben Noordhuis
9fe9e233cf .gitignore core and vgcore files. 2011-12-12 02:15:22 +01:00
Bert Belder
b13f46f6cb Add msvs build products to .gitignore 2011-08-12 02:43:58 +02:00
Peter Bright
54a6c6fee0 Ignore VC++ files. 2011-08-09 14:37:02 -07:00
Ryan Dahl
75c109055d Bring back standalone makefiles for a better transition 2011-08-08 13:42:01 -07:00
Ryan Dahl
a30a7336f0 Build with gyp 2011-08-06 02:17:56 -07:00
Ryan Dahl
49a2ed6120 c-ares unix 2011-06-15 14:23:46 +02:00
Bert Belder
50dbf654b9 Add mingw build results to .gitignore 2011-05-09 05:41:12 +02:00
Bert Belder
d217a6c848 Update .gitignore 2011-05-08 04:45:56 +02:00
Ryan Dahl
70236f2075 Mac ignores 2011-05-07 19:15:22 -07:00
Bert Belder
75a3944841 Move visual studio solution/projects away from root
Closes #37
2011-05-07 04:14:20 +02:00
Bert Belder
5275b036b0 Benchmark runner 2011-04-19 04:47:21 +02:00
Ryan Dahl
e55a84de36 put test/runner in gitignore 2011-04-18 13:02:30 -07:00
Ryan Dahl
769948a5ad test-runner compiles 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
Bert Belder
6fc7bfd19e .gitignore 2011-03-30 03:10:57 +02:00
Ryan Dahl
77bc96b75b More gitignore 2011-03-29 15:29:54 -07:00
Ryan Dahl
510a5e4a2b add gitignore 2011-03-29 10:11:46 -07:00