<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/Makefile, branch move-debugger-tests</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>test: move debugger repl into own section</title>
<updated>2014-01-14T01:35:41+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-01-14T01:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=dcd5224e1f28a18d9bb29f2a50e7ba82c73cbe05'/>
<id>dcd5224e1f28a18d9bb29f2a50e7ba82c73cbe05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/v0.10'</title>
<updated>2013-11-18T21:41:17+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2013-11-18T21:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=2329a254b480a5a0bbe13079dd4bed6b38dfc126'/>
<id>2329a254b480a5a0bbe13079dd4bed6b38dfc126</id>
<content type='text'>
Conflicts:
	AUTHORS
	ChangeLog
	deps/uv/AUTHORS
	deps/uv/ChangeLog
	deps/uv/README.md
	deps/uv/build.mk
	deps/uv/src/unix/core.c
	deps/uv/src/unix/darwin-proctitle.c
	deps/uv/src/unix/darwin.c
	deps/uv/src/unix/fsevents.c
	deps/uv/src/unix/udp.c
	deps/uv/src/version.c
	deps/v8/src/platform-solaris.cc
	deps/v8/test/cctest/test-api.cc
	lib/tls.js
	src/node.h
	src/node_version.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	AUTHORS
	ChangeLog
	deps/uv/AUTHORS
	deps/uv/ChangeLog
	deps/uv/README.md
	deps/uv/build.mk
	deps/uv/src/unix/core.c
	deps/uv/src/unix/darwin-proctitle.c
	deps/uv/src/unix/darwin.c
	deps/uv/src/unix/fsevents.c
	deps/uv/src/unix/udp.c
	deps/uv/src/version.c
	deps/v8/src/platform-solaris.cc
	deps/v8/test/cctest/test-api.cc
	lib/tls.js
	src/node.h
	src/node_version.h
</pre>
</div>
</content>
</entry>
<entry>
<title>gyp: update to bebdcea</title>
<updated>2013-11-10T23:15:34+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2013-11-10T23:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=201098535443ef6588b0fd176a425fdf3213ee70'/>
<id>201098535443ef6588b0fd176a425fdf3213ee70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix test-gc weakref build rule</title>
<updated>2013-10-24T14:31:31+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-10-23T11:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=808a968409b6c6cc305506efd3caa4477a376125'/>
<id>808a968409b6c6cc305506efd3caa4477a376125</id>
<content type='text'>
Make the build rule depend on the build artifact (weakref.node) itself
rather than the directory it's built in.  Depending on the directory
means that a build failure won't trigger a rebuild on the next
invocation because the directory's timestamp has been updated.

This is a back-port of commit 1189571 from the master branch that
hopefully fixes the following CI error:

    executing:  make test/gc/node_modules/weak/build/
    make: *** No rule to make target `test/gc/node_modules/weak/build/'.
    Command exited with non-zero: make test/gc/node_modules/weak/build/
    Build step 'Execute NodeJS script' marked build as failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the build rule depend on the build artifact (weakref.node) itself
rather than the directory it's built in.  Depending on the directory
means that a build failure won't trigger a rebuild on the next
invocation because the directory's timestamp has been updated.

This is a back-port of commit 1189571 from the master branch that
hopefully fixes the following CI error:

    executing:  make test/gc/node_modules/weak/build/
    make: *** No rule to make target `test/gc/node_modules/weak/build/'.
    Command exited with non-zero: make test/gc/node_modules/weak/build/
    Build step 'Execute NodeJS script' marked build as failure
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix test-gc weakref build rule</title>
<updated>2013-10-23T16:17:32+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-10-23T11:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=118957174497c67f51f951088dd88a45e97636de'/>
<id>118957174497c67f51f951088dd88a45e97636de</id>
<content type='text'>
Make the build rule depend on the build artifact (weakref.node) itself
rather than the directory it's built in.  Depending on the directory
means that a build failure won't trigger a rebuild on the next
invocation because the directory's timestamp has been updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the build rule depend on the build artifact (weakref.node) itself
rather than the directory it's built in.  Depending on the directory
means that a build failure won't trigger a rebuild on the next
invocation because the directory's timestamp has been updated.
</pre>
</div>
</content>
</entry>
<entry>
<title> build: make ninja build respect V=</title>
<updated>2013-08-10T11:18:07+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-08-10T11:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=d046e9d033071e3a5474510f983f83cc526cded9'/>
<id>d046e9d033071e3a5474510f983f83cc526cded9</id>
<content type='text'>
 Compiling with `make V=1` (which is the default) now runs ninja in
 verbose mode. To disable, run `make V=`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Compiling with `make V=1` (which is the default) now runs ninja in
 verbose mode. To disable, run `make V=`.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: don't auto-destroy existing configuration</title>
<updated>2013-08-10T11:13:46+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-08-10T11:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c75251ced210a3d82b6222388dee08704edd658e'/>
<id>c75251ced210a3d82b6222388dee08704edd658e</id>
<content type='text'>
Don't run configure when the configure script has been touched. Doing so
would be okay if the Makefile passed the original arguments to configure
but it doesn't - it runs configure without any arguments, effectively
destroying the current configuration.

Remove this misfeature and instead print an error message telling the
user to (re-)run configure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't run configure when the configure script has been touched. Doing so
would be okay if the Makefile passed the original arguments to configure
but it doesn't - it runs configure without any arguments, effectively
destroying the current configuration.

Remove this misfeature and instead print an error message telling the
user to (re-)run configure.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpplint: exclude src/node_win32_perfctr_provider.cc</title>
<updated>2013-08-01T10:33:35+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-08-01T10:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=a622bde9e62aec58793f08d804783515cb5e735e'/>
<id>a622bde9e62aec58793f08d804783515cb5e735e</id>
<content type='text'>
It's forced to violate the build/include_order rule because it includes
a header file generated with ctrpp.exe that doesn't include perflib.h
itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's forced to violate the build/include_order rule because it includes
a header file generated with ctrpp.exe that doesn't include perflib.h
itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: add `cpplint` to `test` target</title>
<updated>2013-07-31T18:12:06+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-07-31T10:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=ccf8f3eebc1dce961105523207b38f4bd78b768b'/>
<id>ccf8f3eebc1dce961105523207b38f4bd78b768b</id>
<content type='text'>
Also, exclude some C-headers, machine generated headers and tweaked
sources from cpplint file list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, exclude some C-headers, machine generated headers and tweaked
sources from cpplint file list.
</pre>
</div>
</content>
</entry>
<entry>
<title>src: update v8 build requirements</title>
<updated>2013-07-22T22:53:43+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2013-07-22T22:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=dfb1191f2273589c159f0ebcc602559cba8608b4'/>
<id>dfb1191f2273589c159f0ebcc602559cba8608b4</id>
<content type='text'>
In v8 3.20.4 build/common.gypi was moved to build/toolchain.gypi and
build/features.gypi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In v8 3.20.4 build/common.gypi was moved to build/toolchain.gypi and
build/features.gypi.
</pre>
</div>
</content>
</entry>
</feed>
