<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_build_kati/main.cc, branch nougat-mr1-flounder-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/'/>
<entry>
<title>[C++] Associate global variables with Symbols directly</title>
<updated>2016-02-22T07:19:42+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-02-18T09:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=c9b9e5eea8b477a103cdec951ef2a299f9cd49ba'/>
<id>c9b9e5eea8b477a103cdec951ef2a299f9cd49ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Set CPU affinity</title>
<updated>2016-02-16T04:56:27+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-02-16T04:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=1a444a870705b263cb4ee080ddfafde42c0f5563'/>
<id>1a444a870705b263cb4ee080ddfafde42c0f5563</id>
<content type='text'>
Sticking to a single processor improves the performance while
we are running only a single thread.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sticking to a single processor improves the performance while
we are running only a single thread.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Report no-need-to-regen message to stderr</title>
<updated>2016-02-09T07:24:11+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-02-09T07:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=ac50ff4d3826924532f0a6180efe39a40860db55'/>
<id>ac50ff4d3826924532f0a6180efe39a40860db55</id>
<content type='text'>
For consistency with regen.cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency with regen.cc
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Do not delete Var twice</title>
<updated>2016-02-08T09:16:17+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-02-08T09:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=e100d2eb75ebbc08aac2df599ad5feba8211ba25'/>
<id>e100d2eb75ebbc08aac2df599ad5feba8211ba25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Remove Evaluator::in_vars_</title>
<updated>2016-02-05T06:00:27+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-02-05T06:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=220cdefa62d109814823c0305d5bb23fa86dc68e'/>
<id>220cdefa62d109814823c0305d5bb23fa86dc68e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Move NeedsRegen from ninja.cc to regen.cc</title>
<updated>2016-01-20T09:13:23+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-01-19T09:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=8ef0ce5e83861a67b4c02b4545b36fb39322b57f'/>
<id>8ef0ce5e83861a67b4c02b4545b36fb39322b57f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Never specify non-positive -j value</title>
<updated>2015-12-05T02:05:00+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-12-05T02:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=9dce444568beabcedabd42cd00df8eb53cc3649d'/>
<id>9dce444568beabcedabd42cd00df8eb53cc3649d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Stop using realpath(1) to handle $(realpath) in recipe</title>
<updated>2015-10-08T09:00:07+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-10-08T09:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=71cf60b7609a2fb3f4dc4112061cd32b05c09657'/>
<id>71cf60b7609a2fb3f4dc4112061cd32b05c09657</id>
<content type='text'>
This should fix $(realpath) on Mac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix $(realpath) on Mac.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Do not find first Makefile when -f is specified</title>
<updated>2015-10-08T07:42:05+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-10-05T06:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=34556cc6d82dfc1b4f8c2c482817e48b1aa7a2ba'/>
<id>34556cc6d82dfc1b4f8c2c482817e48b1aa7a2ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Always emit default statement in ninja</title>
<updated>2015-09-29T04:26:45+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-09-29T04:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=9c5e60c3efd3198ad803c83cc6d6e2391d38edd6'/>
<id>9c5e60c3efd3198ad803c83cc6d6e2391d38edd6</id>
<content type='text'>
Otherwise, build.ninja generated with --gen_all_(phony_|)targets
runs unnecessary build targets if no target is specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, build.ninja generated with --gen_all_(phony_|)targets
runs unnecessary build targets if no target is specified.
</pre>
</div>
</content>
</entry>
</feed>
