<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_build_kati/symtab.h, 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++] Speed up set&lt;Symbol&gt; by using integer value of Symbol</title>
<updated>2015-10-03T01:57:31+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-10-03T01:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=675ecf36bf43f8743705af7d12dbc3d315462a06'/>
<id>675ecf36bf43f8743705af7d12dbc3d315462a06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ordered containers to prevent changes to ninja files</title>
<updated>2015-10-01T23:12:36+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2015-10-01T23:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=b248caabf20589d5f5a3adbb1e88d2c286eaa466'/>
<id>b248caabf20589d5f5a3adbb1e88d2c286eaa466</id>
<content type='text'>
When using --gen_all_targets / --gen_all_phony_targets, we're changing
the selected targets using unordered containers. This causes trivial
changes to the makefiles to trigger large changes to the generated ninja
files. Switch to using ordered containers so that the order is the same
every time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using --gen_all_targets / --gen_all_phony_targets, we're changing
the selected targets using unordered containers. This causes trivial
changes to the makefiles to trigger large changes to the generated ninja
files. Switch to using ordered containers so that the order is the same
every time.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Correct the implementation of $*</title>
<updated>2015-09-11T07:33:16+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-09-11T07:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=a7984ad9b84f94b50454ad7acd20d5dcacdd6b12'/>
<id>a7984ad9b84f94b50454ad7acd20d5dcacdd6b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "[C++] Fix Symtab on MacOSX""</title>
<updated>2015-07-16T20:55:49+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-16T20:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=ba2ccdb7c84374e2f61e43d531a8f96da92da5ed'/>
<id>ba2ccdb7c84374e2f61e43d531a8f96da92da5ed</id>
<content type='text'>
This reverts commit 312e2d27378c47c263e83f0993f1cf67ef4c4235.

I have accidentally reverted the change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 312e2d27378c47c263e83f0993f1cf67ef4c4235.

I have accidentally reverted the change
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[C++] Fix Symtab on MacOSX"</title>
<updated>2015-07-16T18:32:38+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-16T18:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=ddf796b2b505618f79d78b3be27dff6bd386b3d4'/>
<id>ddf796b2b505618f79d78b3be27dff6bd386b3d4</id>
<content type='text'>
This reverts commit 6ab9d4614dcf692d378492e5cad1e2799d288d2e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6ab9d4614dcf692d378492e5cad1e2799d288d2e.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Fix Symtab on MacOSX</title>
<updated>2015-07-16T18:30:50+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-16T18:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=f77417eb42dcf73badb47580ae3e1afc80de2820'/>
<id>f77417eb42dcf73badb47580ae3e1afc80de2820</id>
<content type='text'>
On MacOSX string objects will be copied when vector&lt;string&gt;
grows and this invalidates StringPiece objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On MacOSX string objects will be copied when vector&lt;string&gt;
grows and this invalidates StringPiece objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Have all phony targets in build.ninja</title>
<updated>2015-07-15T16:37:16+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-10T22:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=43defe0dbd728b6297b87edf0f183b8af345bd44'/>
<id>43defe0dbd728b6297b87edf0f183b8af345bd44</id>
<content type='text'>
Also specify the default target not to build all phony targets
by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also specify the default target not to build all phony targets
by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Fix shell_var.mk</title>
<updated>2015-07-04T20:32:25+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-04T20:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=94d6f2a2843a3da25498e2692b137e1f222931c8'/>
<id>94d6f2a2843a3da25498e2692b137e1f222931c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Introduce Symbol</title>
<updated>2015-06-29T11:49:28+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-06-29T09:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=e7992752dbfe23d0a88312b4279531c39512b9a6'/>
<id>e7992752dbfe23d0a88312b4279531c39512b9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
