<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git, branch public_header_includes_fix</title>
<subtitle>github.com: ask/rabbitmq-c
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/'/>
<entry>
<title>amqp.h should include amqp_framing.h at the bottom</title>
<updated>2012-03-06T21:12:25+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-03-06T21:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=1c300fb6d7e0df86f767f9b4e53ba2c290c3c558'/>
<id>1c300fb6d7e0df86f767f9b4e53ba2c290c3c558</id>
<content type='text'>
Lessen the requirement on developers to #include multiple related files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lessen the requirement on developers to #include multiple related files
</pre>
</div>
</content>
</entry>
<entry>
<title>amqp_framing.h should include amqp.h</title>
<updated>2012-03-06T21:10:36+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-03-06T21:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=99aa988abfe2d6cc9f921c867b6419ed10742da5'/>
<id>99aa988abfe2d6cc9f921c867b6419ed10742da5</id>
<content type='text'>
amqp_framing.h uses typedefs that are defined in amqp.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
amqp_framing.h uses typedefs that are defined in amqp.h
</pre>
</div>
</content>
</entry>
<entry>
<title>amqp.h should include stdint.h</title>
<updated>2012-03-06T21:09:23+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-03-06T21:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=7d222a75e098a73746de945da8f1ff368709e6ee'/>
<id>7d222a75e098a73746de945da8f1ff368709e6ee</id>
<content type='text'>
amqp.h uses uint8_t, uint16_t, uint32_t, and uint64_t
and therefore should #include &lt;stdint.h&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
amqp.h uses uint8_t, uint16_t, uint32_t, and uint64_t
and therefore should #include &lt;stdint.h&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7 from alanxz/win32_example_include_fix</title>
<updated>2012-03-06T20:42:18+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2012-03-06T20:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=c0a56f927af99561a99f69c1fd8a01e6536c5fab'/>
<id>c0a56f927af99561a99f69c1fd8a01e6536c5fab</id>
<content type='text'>
Fix for stdint.h not found in examples directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for stdint.h not found in examples directory</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for stdint.h not found in examples</title>
<updated>2012-03-06T20:40:45+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2012-02-28T20:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=b410efda35a3f02c3e333beb3e27b2d16d07ad5b'/>
<id>b410efda35a3f02c3e333beb3e27b2d16d07ad5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9 from alanxz/vs2008_install_stdint_fix</title>
<updated>2012-03-06T20:14:31+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2012-03-06T20:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=f45fc60fc346d5758acd1359483dadecc708a914'/>
<id>f45fc60fc346d5758acd1359483dadecc708a914</id>
<content type='text'>
Fix: add stdint.h to install target on MSVC &lt; 1600</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: add stdint.h to install target on MSVC &lt; 1600</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: add stdint.h to install target on MSVC &lt; 1600</title>
<updated>2012-03-06T20:09:22+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-03-06T20:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=b9c1acaaa38f4dfe1e537cb39b849fbfc37880ce'/>
<id>b9c1acaaa38f4dfe1e537cb39b849fbfc37880ce</id>
<content type='text'>
MSVC doesn't have stdint.h for versions less than 1600, we need to
both have this included and installed along with the header files
as the stdint.h is used from amqp.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MSVC doesn't have stdint.h for versions less than 1600, we need to
both have this included and installed along with the header files
as the stdint.h is used from amqp.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Update MinGW/MSYS paths in etc/install-mingw.sh</title>
<updated>2012-01-23T18:20:27+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2012-01-23T18:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=16e2586ff6eff92fb6f805c630faa0b3ab8af5a5'/>
<id>16e2586ff6eff92fb6f805c630faa0b3ab8af5a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option to limit how many messages are consumed</title>
<updated>2011-11-09T14:36:20+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-11-09T14:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=89071d2ff9f6757402e219c4b8e6cf0c580a7b02'/>
<id>89071d2ff9f6757402e219c4b8e6cf0c580a7b02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct URL that should point to rabbitmq-codegen</title>
<updated>2011-11-05T11:15:35+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-11-05T11:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=3bd58ca342079a85e355faa09af1b7d3c20f243f'/>
<id>3bd58ca342079a85e355faa09af1b7d3c20f243f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
