<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/tau, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/tau: move from testing</title>
<updated>2020-03-02T04:28:40+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-03-01T22:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=059c7adfc2311f98b138e8b0a45244228a79fb26'/>
<id>059c7adfc2311f98b138e8b0a45244228a79fb26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/*: make CMake and meson respect our C{,PP,XX}FLAGS</title>
<updated>2020-02-21T17:12:22+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-02-20T17:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=539c11eaf78c3222296d07f8ef36572563ffd918'/>
<id>539c11eaf78c3222296d07f8ef36572563ffd918</id>
<content type='text'>
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/various: enable stackprotector</title>
<updated>2020-02-14T21:37:33+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2020-02-08T21:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3b688d6457197778ccafda14cdd203d1362cca03'/>
<id>3b688d6457197778ccafda14cdd203d1362cca03</id>
<content type='text'>
On x86, the stack protector was disabled by addinsg
`-fno-stack-protector` to CFLAGS. This was due to rust not passing
`-lssp_nonshared` to the linker, causing build errors while linking.

Rust has been patched to fix this issue, so now we can enable stack
protection again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On x86, the stack protector was disabled by addinsg
`-fno-stack-protector` to CFLAGS. This was due to rust not passing
`-lssp_nonshared` to the linker, causing build errors while linking.

Rust has been patched to fix this issue, so now we can enable stack
protection again.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tau: upgrade to 0.10.2</title>
<updated>2020-01-20T20:16:26+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-01-20T17:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7f1ad7b9bc365962924b72eeb74741474e969448'/>
<id>7f1ad7b9bc365962924b72eeb74741474e969448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tree-wide: use --buildtype=debugoptimized for meson packages</title>
<updated>2020-01-07T09:13:47+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-12-30T13:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=78d37d9942be8548da47259a8b0f5ea584ed1f16'/>
<id>78d37d9942be8548da47259a8b0f5ea584ed1f16</id>
<content type='text'>
As of now we're using the buildttype 'release', which produces optimized builds
but without any usable debugging info, which makes debugging crashes impossible,
even if a -dbg subpackage exists. As such we should build in the buildmode
'debugoptimized' to offer proper debug symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of now we're using the buildttype 'release', which produces optimized builds
but without any usable debugging info, which makes debugging crashes impossible,
even if a -dbg subpackage exists. As such we should build in the buildmode
'debugoptimized' to offer proper debug symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tau: upgrade to 0.10.1</title>
<updated>2019-12-22T23:30:59+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-12-21T15:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=825a87dc31b97d2224529b61ffe0d5685fc0bf3e'/>
<id>825a87dc31b97d2224529b61ffe0d5685fc0bf3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tau: upgrade to 0.9.3</title>
<updated>2019-10-06T11:16:10+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-10-06T10:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a531a35114c13f7d6345d8f9ef33ff2cb00f7dfd'/>
<id>a531a35114c13f7d6345d8f9ef33ff2cb00f7dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tau: disable stack protector on x86</title>
<updated>2019-08-31T07:14:36+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-08-31T07:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=19a7a447874e970e1b89a90b529df34c7e9c717b'/>
<id>19a7a447874e970e1b89a90b529df34c7e9c717b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tau: upgrade to 0.9.2</title>
<updated>2019-08-30T21:29:47+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-08-30T19:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=661fec13dc7c89656e1fae9ac58130f492b95fac'/>
<id>661fec13dc7c89656e1fae9ac58130f492b95fac</id>
<content type='text'>
* Enable on more arches
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enable on more arches
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tau: new aport</title>
<updated>2019-08-15T21:23:33+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-08-13T20:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=205db9b58d01646946ba47429996e3bb19c429ef'/>
<id>205db9b58d01646946ba47429996e3bb19c429ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
