<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git/tests/Makefile.am, branch api_documentation</title>
<subtitle>github.com: ask/rabbitmq-c
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/'/>
<entry>
<title>Add support for parsing amqp URLs to librabbitmq</title>
<updated>2011-09-21T11:10:21+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-09-21T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=50213f56ba58df7553edd3ffaaef7ca56c698114'/>
<id>50213f56ba58df7553edd3ffaaef7ca56c698114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically run test_tables in 'make check'</title>
<updated>2011-09-21T11:10:21+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-09-21T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=7e45283246f935b797e1dc419f8882e0d39e3a6b'/>
<id>7e45283246f935b797e1dc419f8882e0d39e3a6b</id>
<content type='text'>
This involves making test_tables self-contained.  Previously, it would
write to stdout, and that output had to be manually compared with
test_tables.expected.  Now the comparison is automated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This involves making test_tables self-contained.  Previously, it would
write to stdout, and that output had to be manually compared with
test_tables.expected.  Now the comparison is automated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the msinttypes header when building with the Microsoft compiler</title>
<updated>2010-10-21T16:49:04+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-10-21T16:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=ba49cb334a0a9ff96956c22ea6eab8920123c6a2'/>
<id>ba49cb334a0a9ff96956c22ea6eab8920123c6a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test_tables.c ISO C90 clean</title>
<updated>2010-10-21T16:49:04+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-10-21T16:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=1096c1dbdb961bab603f504b9aaee864f6192c97'/>
<id>1096c1dbdb961bab603f504b9aaee864f6192c97</id>
<content type='text'>
(As long as you have a stdint.h and inttypes.h available.)

And kill the unclean macros in amqp.h that were only used from
test_tables.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(As long as you have a stdint.h and inttypes.h available.)

And kill the unclean macros in amqp.h that were only used from
test_tables.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90</title>
<updated>2010-10-21T16:49:04+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-10-21T16:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=b4e92fd12d58e3baf3bc091114fcc57b88400544'/>
<id>b4e92fd12d58e3baf3bc091114fcc57b88400544</id>
<content type='text'>
And fix up the resulting warnings

We don't use "-ansi -pedantic" in the tools dir, because that code
relies on libpopt, and so is unlikely ever to work with the Microsoft
compiler anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And fix up the resulting warnings

We don't use "-ansi -pedantic" in the tools dir, because that code
relies on libpopt, and so is unlikely ever to work with the Microsoft
compiler anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>A Windows port, using MinGW/MSYS</title>
<updated>2010-05-30T22:31:40+00:00</updated>
<author>
<name>David Wragg</name>
<email>dpw@lshift.net</email>
</author>
<published>2010-05-30T22:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=1c198e88d1a0c74676f8d6fade99b2531ba815b8'/>
<id>1c198e88d1a0c74676f8d6fade99b2531ba815b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "make distcheck" work and pass</title>
<updated>2009-07-14T12:40:33+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@lshift.net</email>
</author>
<published>2009-07-14T12:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=3cf69f1362e3824ec44772971cfe6d04129dc80e'/>
<id>3cf69f1362e3824ec44772971cfe6d04129dc80e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better support for tables</title>
<updated>2009-05-06T20:36:45+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@kcbbs.gen.nz</email>
</author>
<published>2009-05-06T20:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=dc04434f7398528ef69954f0f840ac9ce5847347'/>
<id>dc04434f7398528ef69954f0f840ac9ce5847347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
