<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/m4, branch 1.1.16</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...</title>
<updated>2008-11-20T19:56:19+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@civ.zcu.cz</email>
</author>
<published>2008-11-20T19:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ea2b5508e35f5125fd65730822b30bb8895ad87d'/>
<id>ea2b5508e35f5125fd65730822b30bb8895ad87d</id>
<content type='text'>
Add warning flags to the DEBUG_CFLAGS too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add warning flags to the DEBUG_CFLAGS too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable basic warnings even when optimisations are disabled.</title>
<updated>2008-11-19T01:59:39+00:00</updated>
<author>
<name>Diego E. 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-11-19T01:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8ddba5b2d16ccf1505eb332717b02f5c5793802f'/>
<id>8ddba5b2d16ccf1505eb332717b02f5c5793802f</id>
<content type='text'>
We don't want to have warnings conditional to extreme optimisations:
if the compiler supports them, they should be enabled.

The reason why they were conditional is that the code testing for GCC
presence enabled both warnings and optimisations, and the warnings
were carried over when the optimisations were made optional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't want to have warnings conditional to extreme optimisations:
if the compiler supports them, they should be enabled.

The reason why they were conditional is that the code testing for GCC
presence enabled both warnings and optimisations, and the warnings
were carried over when the optimisations were made optional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gcc version test when the CC variable needs not be quoted.</title>
<updated>2008-11-19T01:47:24+00:00</updated>
<author>
<name>Diego E. 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-11-19T01:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7df47df662414abf58b25d872c8f2ebf141072d6'/>
<id>7df47df662414abf58b25d872c8f2ebf141072d6</id>
<content type='text'>
When passing CC="ccache gcc", we don't want to quote "$CC" calls,
otherwise the command won't be found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When passing CC="ccache gcc", we don't want to quote "$CC" calls,
otherwise the command won't be found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace AC_TRY_CFLAGS usage with CC_CHECK_CFLAGS and remove the</title>
<updated>2008-11-19T01:46:31+00:00</updated>
<author>
<name>Diego E. 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-11-19T01:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6f2a8f57aa686c68afa1a9a55d53746806a74a01'/>
<id>6f2a8f57aa686c68afa1a9a55d53746806a74a01</id>
<content type='text'>
former.

The CC_CHECK_CFLAGS macro is already present in attributes.m4, so no
need to keep the old version we had around, especially since the new
one caches its results too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
former.

The CC_CHECK_CFLAGS macro is already present in attributes.m4, so no
need to keep the old version we had around, especially since the new
one caches its results too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a new macro CC_NOUNDEFINED to check for the -z defs flag or</title>
<updated>2008-11-19T01:40:09+00:00</updated>
<author>
<name>Diego E. 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-11-19T01:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=164bbe5a9cf846903b166e37df087a4b9c8b363a'/>
<id>164bbe5a9cf846903b166e37df087a4b9c8b363a</id>
<content type='text'>
equivalent.

I wanted this because I'm going to reuse attribute.m4 with that macro
for a couple other projects.

This also removes AC_TRY_LDFLAGS since it's not used any longer
(replaced by CC_CHECK_LDFLAGS, which also caches results).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
equivalent.

I wanted this because I'm going to reuse attribute.m4 with that macro
for a couple other projects.

This also removes AC_TRY_LDFLAGS since it's not used any longer
(replaced by CC_CHECK_LDFLAGS, which also caches results).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the attributes.m4 file from lscube projects.</title>
<updated>2008-11-19T01:23:34+00:00</updated>
<author>
<name>Diego E. 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-11-19T01:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cfc746a5360d4ea95f9c65f150244f2f62c15c9c'/>
<id>cfc746a5360d4ea95f9c65f150244f2f62c15c9c</id>
<content type='text'>
This adds variants of CC_CHECK_CFLAGS that append the flags
automatically, and a few comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds variants of CC_CHECK_CFLAGS that append the flags
automatically, and a few comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the CC_CHECK_* macro work when used in for loops.</title>
<updated>2008-08-07T11:29:27+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-08-07T11:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a67ad6a9efa0d7d1f8c7b05ab2b2f3d8ecbad16a'/>
<id>a67ad6a9efa0d7d1f8c7b05ab2b2f3d8ecbad16a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build fix: pthreads.m4</title>
<updated>2008-07-06T22:52:35+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2008-07-06T22:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b76982aea7556a8a1efafe228369b81cf1095b38'/>
<id>b76982aea7556a8a1efafe228369b81cf1095b38</id>
<content type='text'>
autoconf already adds the "int main() { ...; return 0; }" statements itself,
and so adding them twice chokes stricter compilers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autoconf already adds the "int main() { ...; return 0; }" statements itself,
and so adding them twice chokes stricter compilers.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pthread recursive mutex detection (for mingw32)</title>
<updated>2008-07-02T16:56:40+00:00</updated>
<author>
<name>Matthias Ringwald</name>
<email>mringwal@inf.ethz.ch</email>
</author>
<published>2008-07-02T16:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c30a4a18ee3656adab5b9ae5aad92cabfcade372'/>
<id>c30a4a18ee3656adab5b9ae5aad92cabfcade372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove macro files that are handled by gettext.</title>
<updated>2008-06-17T11:00:51+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-06-17T11:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3fc07b6f832ce6b8f472745555faa4bcf6ab04af'/>
<id>3fc07b6f832ce6b8f472745555faa4bcf6ab04af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
