<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git/librabbitmq/CMakeLists.txt, branch api_docs</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>Adding more strict compile Warning flags to gcc build</title>
<updated>2012-05-24T19:46:50+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-05-22T16:34:03+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=990f932ea4c2aadecf554d7aa59045f862c566ff'/>
<id>990f932ea4c2aadecf554d7aa59045f862c566ff</id>
<content type='text'>
Added: -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align
       -Wno-unused-function -fno-common -fvisibility=hidden

The library compiles cleanly with the exception of the tools dir
which has trouble with the initializer lists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added: -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align
       -Wno-unused-function -fno-common -fvisibility=hidden

The library compiles cleanly with the exception of the tools dir
which has trouble with the initializer lists
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for config/install of librabbitmq.pc file</title>
<updated>2012-05-24T19:35:19+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-05-22T15:33:07+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=f30b079805f1666799a6ca12c6ed877b12c8aec3'/>
<id>f30b079805f1666799a6ca12c6ed877b12c8aec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing typo in librabbitmq/CMakeLists.txt: should be BUILD_SHARED_LIBS</title>
<updated>2012-05-23T15:27:05+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-05-22T20:21:54+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=81ec201ebe663066044caf8b3ddfb0a402eb092d'/>
<id>81ec201ebe663066044caf8b3ddfb0a402eb092d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaning up Public API decorators on Win32</title>
<updated>2012-05-23T15:18:05+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2012-05-21T18:31:58+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=a1de9945125b9c06cdeb11e713258717b3179234'/>
<id>a1de9945125b9c06cdeb11e713258717b3179234</id>
<content type='text'>
Removed duplicate #defines of AMQP_PUBLIC/AMQP_PRIVATE in amqp.h &amp;
amqp_private.h

Split AMQP_PUBLIC into AMQP_PUBLIC_FUNCTION and AMQP_PUBLIC_VARIABLE

Added AMQP_CALL to specify calling convention (__cdecl by default)

Added -DAMQP_BUILD when building the library
Added -DAMQP_STATIC when building the library statically
 (this is still incomplete on Win32, a installable amqp_config.h is
 required)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed duplicate #defines of AMQP_PUBLIC/AMQP_PRIVATE in amqp.h &amp;
amqp_private.h

Split AMQP_PUBLIC into AMQP_PUBLIC_FUNCTION and AMQP_PUBLIC_VARIABLE

Added AMQP_CALL to specify calling convention (__cdecl by default)

Added -DAMQP_BUILD when building the library
Added -DAMQP_STATIC when building the library statically
 (this is still incomplete on Win32, a installable amqp_config.h is
 required)
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup Win32 artifacts</title>
<updated>2012-05-17T17:44:46+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-05-16T18:31:06+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=93e04d3ae102937f301259b18d74accd40e069b4'/>
<id>93e04d3ae102937f301259b18d74accd40e069b4</id>
<content type='text'>
1. Standardize on `win32` vs `windows/win32`
2. Move `msinttypes` into platform directory

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Standardize on `win32` vs `windows/win32`
2. Move `msinttypes` into platform directory

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default visibility to hidden &amp; enable a couple more warnings</title>
<updated>2012-05-17T17:44:46+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-05-16T18:13:31+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=c921feb829e79a33938300350e61e3c3fb217968'/>
<id>c921feb829e79a33938300350e61e3c3fb217968</id>
<content type='text'>
Enable the following GCC options:

1. -Wstrict-prototypes
2. -Wcast-align
3. -fno-common
4. -fvisibility=hidden

This commit also includes some general cleanup of header files (mostly
for readability).

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable the following GCC options:

1. -Wstrict-prototypes
2. -Wcast-align
3. -fno-common
4. -fvisibility=hidden

This commit also includes some general cleanup of header files (mostly
for readability).

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config.h header guards</title>
<updated>2012-05-17T17:44:45+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-05-16T00:00:51+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=c4dbaf19e2fef30333948c52273d62334c817119'/>
<id>c4dbaf19e2fef30333948c52273d62334c817119</id>
<content type='text'>
Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding option to build rabbitmq-c statically</title>
<updated>2012-05-17T14:59:19+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-05-17T14:48:16+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=538a22cd83807fbcd71ac54b06214ce13ebe2f5c'/>
<id>538a22cd83807fbcd71ac54b06214ce13ebe2f5c</id>
<content type='text'>
Adding option to the CMake build to build rabbitmq-c
library as a static library.

It is disabled on the WIN32 platform as the amqp.h
header has __declspec(dllimport) statements that need
to be different when using a static library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding option to the CMake build to build rabbitmq-c
library as a static library.

It is disabled on the WIN32 platform as the amqp.h
header has __declspec(dllimport) statements that need
to be different when using a static library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumping VERSION to 0.2 due to license change</title>
<updated>2012-04-23T19:43:39+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>aega@med.umich.edu</email>
</author>
<published>2012-04-23T19:43:39+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=03654fa49b5882cacc2d25ce5c4d70a9033e8e4e'/>
<id>03654fa49b5882cacc2d25ce5c4d70a9033e8e4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>
</feed>
