<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_rs/tests, branch cm-13.0</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/LineageOS/android_frameworks_rs/'/>
<entry>
<title>Remove platform stlport from frameworks/rs.</title>
<updated>2014-11-16T01:49:02+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2014-11-16T01:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=fbb6938c9735b34168d8a7844038cb76a23321f9'/>
<id>fbb6938c9735b34168d8a7844038cb76a23321f9</id>
<content type='text'>
The platform libRScpp tests should have been moved over when I moved
the library.

The HelloComputeNDK test should have always been built with the NDK,
since it is testing the NDK library.

Bug: 15193147
Change-Id: I419837505b9ead3c24b5674ea73e52da7739e162
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The platform libRScpp tests should have been moved over when I moved
the library.

The HelloComputeNDK test should have always been built with the NDK,
since it is testing the NDK library.

Bug: 15193147
Change-Id: I419837505b9ead3c24b5674ea73e52da7739e162
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up makefile cruft.</title>
<updated>2014-09-12T02:17:38+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2014-09-12T02:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=d1cfb510bcae2ed7cf735c9937b5050ae1043c85'/>
<id>d1cfb510bcae2ed7cf735c9937b5050ae1043c85</id>
<content type='text'>
Don't manually include/link stlport, don't include private bionic
headers.

Change-Id: I9479b7799a0d031eeec0c374b4497744beee8965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't manually include/link stlport, don't include private bionic
headers.

Change-Id: I9479b7799a0d031eeec0c374b4497744beee8965
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace NULL macros with nullptr literals.</title>
<updated>2014-08-21T01:14:27+00:00</updated>
<author>
<name>Chris Wailes</name>
<email>chriswailes@google.com</email>
</author>
<published>2014-08-12T20:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=44bef6fba6244292b751387f3d6c31cca96c28ad'/>
<id>44bef6fba6244292b751387f3d6c31cca96c28ad</id>
<content type='text'>
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated test files to use the RS_KERNEL macro.</title>
<updated>2014-05-22T23:28:59+00:00</updated>
<author>
<name>Chris Wailes</name>
<email>chriswailes@google.com</email>
</author>
<published>2014-05-22T23:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=025b5f82971c431eb22df3c9d0f00b3cbe426bdb'/>
<id>025b5f82971c431eb22df3c9d0f00b3cbe426bdb</id>
<content type='text'>
Change-Id: Ifa00819d09a1cc8229ac5d693d49e3a228cfc2dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifa00819d09a1cc8229ac5d693d49e3a228cfc2dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect dependence on the system-built liblog.</title>
<updated>2014-04-29T01:32:56+00:00</updated>
<author>
<name>Stephen Hines</name>
<email>srhines@google.com</email>
</author>
<published>2014-04-29T01:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=be78fa9882ff9596034a16afa4cde7c0e55add49'/>
<id>be78fa9882ff9596034a16afa4cde7c0e55add49</id>
<content type='text'>
Our previous Android.mk was incorrectly pulling in the latest liblog,
instead of linking dynamically against the older prebuilt liblog. This
causes problems due to the latest liblog using __android_fatal(), which
is a new function in bionic.

This change also updates our tests to use the checked-in prebuilt liblog.so
instead of the system-built liblog.

Change-Id: I211ef3a31f033e66d46c619d89d507ea65ec3731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our previous Android.mk was incorrectly pulling in the latest liblog,
instead of linking dynamically against the older prebuilt liblog. This
causes problems due to the latest liblog using __android_fatal(), which
is a new function in bionic.

This change also updates our tests to use the checked-in prebuilt liblog.so
instead of the system-built liblog.

Change-Id: I211ef3a31f033e66d46c619d89d507ea65ec3731
</pre>
</div>
</content>
</entry>
<entry>
<title>Add getPointer for USAGE_SHARED allocations.</title>
<updated>2014-02-26T20:56:38+00:00</updated>
<author>
<name>Jason Sams</name>
<email>jsams@google.com</email>
</author>
<published>2014-02-25T01:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=b8a94e26c0a5e8f58d5b6ed04e46b411e95b77a4'/>
<id>b8a94e26c0a5e8f58d5b6ed04e46b411e95b77a4</id>
<content type='text'>
Change-Id: I13a2af09bbbeec6cc6131b935979ac21c02820be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I13a2af09bbbeec6cc6131b935979ac21c02820be
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix C++ tests to work with NDK build.</title>
<updated>2014-01-16T00:22:46+00:00</updated>
<author>
<name>Stephen Hines</name>
<email>srhines@google.com</email>
</author>
<published>2014-01-15T23:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=00db019ba61601b679aaea5a40cf0f84715d890d'/>
<id>00db019ba61601b679aaea5a40cf0f84715d890d</id>
<content type='text'>
This change fixes some errors with stlport linking, as well as making most
of the apps static. We keep one copy of cppbasic-shared using the normal
build system (instead of using the NDK targeting API 8).

Change-Id: Iecc13e7d627e144120eec9b120663ec644917606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change fixes some errors with stlport linking, as well as making most
of the apps static. We keep one copy of cppbasic-shared using the normal
build system (instead of using the NDK targeting API 8).

Change-Id: Iecc13e7d627e144120eec9b120663ec644917606
</pre>
</div>
</content>
</entry>
<entry>
<title>Add user-defined cache path.</title>
<updated>2013-12-19T01:09:27+00:00</updated>
<author>
<name>Tim Murray</name>
<email>timmurray@google.com</email>
</author>
<published>2013-12-13T20:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=caf4126512b2152ea5f6573ce5d9ca29767b9678'/>
<id>caf4126512b2152ea5f6573ce5d9ca29767b9678</id>
<content type='text'>
Change-Id: I7374d8e84d8dc6e74a6faa526c6e68ae11da6500
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7374d8e84d8dc6e74a6faa526c6e68ae11da6500
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems with NDK Sampler implementation.</title>
<updated>2013-11-27T00:56:30+00:00</updated>
<author>
<name>Stephen Hines</name>
<email>srhines@google.com</email>
</author>
<published>2013-11-26T23:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=8a588bd9d34088ed89ef2c192c32ea2301e601bc'/>
<id>8a588bd9d34088ed89ef2c192c32ea2301e601bc</id>
<content type='text'>
Creation methods should be static and we need to use the proper Context
pointer for the dispatch methods.

Change-Id: I43c25a7348c9a9aa9a2a82e184d4ac644625800b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creation methods should be static and we need to use the proper Context
pointer for the dispatch methods.

Change-Id: I43c25a7348c9a9aa9a2a82e184d4ac644625800b
</pre>
</div>
</content>
</entry>
<entry>
<title>RS native tests should be built with clang.</title>
<updated>2013-11-27T00:51:26+00:00</updated>
<author>
<name>Stephen Hines</name>
<email>srhines@google.com</email>
</author>
<published>2013-10-16T00:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=b98626d1da831c5ced7d74d374a3242cbb82c3a5'/>
<id>b98626d1da831c5ced7d74d374a3242cbb82c3a5</id>
<content type='text'>
Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
</pre>
</div>
</content>
</entry>
</feed>
