<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/talloc/script/mksigs.pl, branch talloc-2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>talloc: Fix abi checks and ifdefs</title>
<updated>2010-02-08T15:02:49+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2010-02-08T15:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1422a9465482deeba1218755e1d4d0a02e6abc3f'/>
<id>1422a9465482deeba1218755e1d4d0a02e6abc3f</id>
<content type='text'>
teach the abi check scripts to skip the DOXYGEN sections
fix the header to use #ifdef DOXYGEN and not #if DOXYGEN
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
teach the abi check scripts to skip the DOXYGEN sections
fix the header to use #ifdef DOXYGEN and not #if DOXYGEN
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion args</title>
<updated>2009-09-11T13:31:35+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-09-11T13:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ea2b9e0fb1dfd433e2dd054272f4ab8a37378178'/>
<id>ea2b9e0fb1dfd433e2dd054272f4ab8a37378178</id>
<content type='text'>
Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:mksigs: normalize bool -&gt; _Bool</title>
<updated>2009-09-11T13:31:35+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-09-11T13:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=56c09d2fb23d652e48d5e9e5dcc6557c1a815a6b'/>
<id>56c09d2fb23d652e48d5e9e5dcc6557c1a815a6b</id>
<content type='text'>
Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:mksigs: ignore symbols (like _DEPRECATED_) after closing function parentheses</title>
<updated>2009-09-11T13:31:33+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-09-11T13:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=82404ad3e47010f892dfae8e3633a1a8f5de6630'/>
<id>82404ad3e47010f892dfae8e3633a1a8f5de6630</id>
<content type='text'>
Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:mksigs: correctly ignode multiline function typedefs</title>
<updated>2009-09-11T13:31:33+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-09-11T13:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=629ff2b6e2ec7fbd1d1ccac8a7466462aa171d4f'/>
<id>629ff2b6e2ec7fbd1d1ccac8a7466462aa171d4f</id>
<content type='text'>
by first concatenating multilint parentheses and removing typefes afterwards.

Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by first concatenating multilint parentheses and removing typefes afterwards.

Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:mksigs: ignore struct forward declarations.</title>
<updated>2009-09-11T13:31:32+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-09-11T12:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7b0e0726310c9b5f89af653ed82266a2f02eb357'/>
<id>7b0e0726310c9b5f89af653ed82266a2f02eb357</id>
<content type='text'>
Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc: add script to extract signatures from header files.</title>
<updated>2009-08-29T22:51:51+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-08-28T13:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4579c0546292e57d03cb925a83fab2363af42895'/>
<id>4579c0546292e57d03cb925a83fab2363af42895</id>
<content type='text'>
This produces output like the output gcc produces when
invoked with the -aux-info switch.

Run like this: cat talloc.h | ./script/mksigs.pl

This simple parser is probably too coarse to handle all possible
header files, but it does treat talloc.h correctly.

Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This produces output like the output gcc produces when
invoked with the -aux-info switch.

Run like this: cat talloc.h | ./script/mksigs.pl

This simple parser is probably too coarse to handle all possible
header files, but it does treat talloc.h correctly.

Michael
</pre>
</div>
</content>
</entry>
</feed>
