<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_build_kati/Makefile, branch master</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>Switch to a golang-based test runner</title>
<updated>2020-06-29T22:02:56+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2020-06-28T02:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=17da7996059f08407cc206e703ec88d4facf0dc8'/>
<id>17da7996059f08407cc206e703ec88d4facf0dc8</id>
<content type='text'>
This adds a few features:
* Parallel execution (and all other golang test runner features)
* Colored diffs of output
* Make and kati run in subdirs, all output is preserved
* Full logs saved of raw and normalized output per-testcase
* TODO(c/&lt;testcase&gt;) support to mark individual testcases as expected
  failures, instead of the full test.

Removed support for the [go]kati serialization tests

Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a few features:
* Parallel execution (and all other golang test runner features)
* Colored diffs of output
* Make and kati run in subdirs, all output is preserved
* Full logs saved of raw and normalized output per-testcase
* TODO(c/&lt;testcase&gt;) support to mark individual testcases as expected
  failures, instead of the full test.

Removed support for the [go]kati serialization tests

Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'append final' assignment.</title>
<updated>2018-08-23T18:24:49+00:00</updated>
<author>
<name>Sasha Smundak</name>
<email>asmundak@google.com</email>
</author>
<published>2018-08-23T18:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=b4482cbfa20612b8d9fc27f33c1160088f773834'/>
<id>b4482cbfa20612b8d9fc27f33c1160088f773834</id>
<content type='text'>
* Fix the code, add the test.
* Add a quiet mode for running the tests (only the failing tests will be
shown).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the code, add the test.
* Add a quiet mode for running the tests (only the failing tests will be
shown).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Go related targets from test and clean</title>
<updated>2016-04-27T07:58:58+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-04-27T07:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=a8fafa4ed7a5dad4d0819790f10fdb8056490a49'/>
<id>a8fafa4ed7a5dad4d0819790f10fdb8056490a49</id>
<content type='text'>
Also run the test for ckati by "make test". This should
mitigate issue #59.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also run the test for ckati by "make test". This should
mitigate issue #59.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove kati target from default targets</title>
<updated>2016-02-26T06:14:36+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-02-26T06:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=3388e696c2c5ec81deb478e446f48b5dc1da2200'/>
<id>3388e696c2c5ec81deb478e446f48b5dc1da2200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A typo fix in new Makefile</title>
<updated>2015-07-22T01:31:13+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-22T01:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=9862d9585be4b8fc60dd8995d700b6b419838d25'/>
<id>9862d9585be4b8fc60dd8995d700b6b419838d25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split makefiles for C++ and Go versions</title>
<updated>2015-07-21T21:35:33+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2015-07-21T21:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=43767ff623cdbea24d46763ac694eaf8693b178f'/>
<id>43767ff623cdbea24d46763ac694eaf8693b178f</id>
<content type='text'>
Split the makefiles so that the Android build can depend on C++
without pulling in the Go rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split the makefiles so that the Android build can depend on C++
without pulling in the Go rules.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix version.cc for go build</title>
<updated>2015-07-14T08:09:09+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-14T08:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=af3582643a4511f086a697a4a6d2183cc97083ea'/>
<id>af3582643a4511f086a697a4a6d2183cc97083ea</id>
<content type='text'>
if it doesn't have "// +build ignore",
go build will fail with

can't build package github.com/google/kati because it contains C++ files
(version.cc) but it's not using cgo nor SWIG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if it doesn't have "// +build ignore",
go build will fail with

can't build package github.com/google/kati because it contains C++ files
(version.cc) but it's not using cgo nor SWIG
</pre>
</div>
</content>
</entry>
<entry>
<title>[go] backport [C++] Record kati's version in ninja file</title>
<updated>2015-07-14T04:39:31+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-14T04:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=9dd48a99a4a89ca47dd366d9c01df9b64ed81fc7'/>
<id>9dd48a99a4a89ca47dd366d9c01df9b64ed81fc7</id>
<content type='text'>
commit f0d9b1d2380ba55618950b5d5f945838938309c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit f0d9b1d2380ba55618950b5d5f945838938309c6
</pre>
</div>
</content>
</entry>
<entry>
<title>[C++] Record kati's version in ninja file</title>
<updated>2015-07-13T19:03:27+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-07-13T19:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=d821f6de119f8b1b68b47b67d39376523be65088'/>
<id>d821f6de119f8b1b68b47b67d39376523be65088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix go_test if github.com/golang/glog doesn't exist in GOPATH</title>
<updated>2015-07-10T07:37:30+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-10T07:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=491df3379c939420581744def3ebcada6bca69c6'/>
<id>491df3379c939420581744def3ebcada6bca69c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
