<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/src/qpid/sys/Shlib.h, branch QPID-6125-ProtocolRefactoring</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>more fixes for compilation under fedora 18, new gcc</title>
<updated>2012-02-17T20:54:48+00:00</updated>
<author>
<name>Nuno Santos</name>
<email>nsantos@apache.org</email>
</author>
<published>2012-02-17T20:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=dacb18446ee303c430d48bd5c68e00b659533cd8'/>
<id>dacb18446ee303c430d48bd5c68e00b659533cd8</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245757 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245757 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to build DLLs instead of static libs on Windows; primarily added decorators to exported names. Fixes QPID-1673</title>
<updated>2009-03-12T20:55:34+00:00</updated>
<author>
<name>Stephen D. Huston</name>
<email>shuston@apache.org</email>
</author>
<published>2009-03-12T20:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=0398410e8894287da530cfb63d6344817445bfc2'/>
<id>0398410e8894287da530cfb63d6344817445bfc2</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove nonportable include dlfcn; add Windows version of Shlib.cpp</title>
<updated>2008-10-21T23:29:47+00:00</updated>
<author>
<name>Stephen D. Huston</name>
<email>shuston@apache.org</email>
</author>
<published>2008-10-21T23:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=e128333aaf32ee56df6a5ccadb2b20c6c78fcf82'/>
<id>e128333aaf32ee56df6a5ccadb2b20c6c78fcf82</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706810 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706810 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>rubygen/0-10/specification.rb:</title>
<updated>2008-03-11T22:13:10+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2008-03-11T22:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=eadb91781ab0d6e786500a3798f1bf2a83293a05'/>
<id>eadb91781ab0d6e786500a3798f1bf2a83293a05</id>
<content type='text'>
 - Simplified enum mapping/encoding.
 - struct encoding
 - ostream &lt;&lt; operators
  
src/qpid/Serializer.h
 - free funciton serialization
 - separate Encoder/Decoder for const correctness
 - split() to allow separate encode/decode for complex cases.

src/qpid/amqp_0_10/Assembly.cpp, Assembly.h: AMQP 0-10 final Assembly

src/qpid/amqp_0_10/Codec.h
 - Replaced enable_if with overloads, simpler &amp; more flexible.

src/qpid/amqp_0_10/Frame.cpp, .h: AMQP 0-10 final frame.

src/qpid/amqp_0_10/Holder.h:
 - provide const and non-const apply 

src/qpid/amqp_0_10/Segment.cpp, .h: AMQP 0-10 final Segment.

src/qpid/amqp_0_10/apply.h
 - ConstApplyFunctor for const apply.

src/qpid/amqp_0_10/built_in_types.h
 - SerializableString encoding
 
src/qpid/amqp_0_10/complex_types.cpp, .h
 - const application
 - Action base class for command/control.
 
src/qpid/framing/AMQBody.h
 - removed 0-10 final changes, moving integration point down the stack.
 
src/qpid/sys/Shlib.h
 - removed unused and uncompilable (on some compilers) function.
 
src/qpid/sys/Time.h, .cpp
 - ostream &lt;&lt; for AbsTime and Duration.
 
src/tests/Assembly.cpp, Segment.cpp, apply.cpp, serialize.cpp: testing new code.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@636126 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Simplified enum mapping/encoding.
 - struct encoding
 - ostream &lt;&lt; operators
  
src/qpid/Serializer.h
 - free funciton serialization
 - separate Encoder/Decoder for const correctness
 - split() to allow separate encode/decode for complex cases.

src/qpid/amqp_0_10/Assembly.cpp, Assembly.h: AMQP 0-10 final Assembly

src/qpid/amqp_0_10/Codec.h
 - Replaced enable_if with overloads, simpler &amp; more flexible.

src/qpid/amqp_0_10/Frame.cpp, .h: AMQP 0-10 final frame.

src/qpid/amqp_0_10/Holder.h:
 - provide const and non-const apply 

src/qpid/amqp_0_10/Segment.cpp, .h: AMQP 0-10 final Segment.

src/qpid/amqp_0_10/apply.h
 - ConstApplyFunctor for const apply.

src/qpid/amqp_0_10/built_in_types.h
 - SerializableString encoding
 
src/qpid/amqp_0_10/complex_types.cpp, .h
 - const application
 - Action base class for command/control.
 
src/qpid/framing/AMQBody.h
 - removed 0-10 final changes, moving integration point down the stack.
 
src/qpid/sys/Shlib.h
 - removed unused and uncompilable (on some compilers) function.
 
src/qpid/sys/Time.h, .cpp
 - ostream &lt;&lt; for AbsTime and Duration.
 
src/tests/Assembly.cpp, Segment.cpp, apply.cpp, serialize.cpp: testing new code.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@636126 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title> 2007-07-02    &lt;aconway@redhat.com</title>
<updated>2007-07-04T03:24:48+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-07-04T03:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=ae896d73d4914fa96f053a0443f6b05003c12b35'/>
<id>ae896d73d4914fa96f053a0443f6b05003c12b35</id>
<content type='text'>
         * qpid/sys/Shlib.h, .cpp: Portable shared library abstraction.
          - Shlib: load, unload, getSymbol
          - AutoShlib: unload in destructor.
         * qpid/sys/apr/Shlib.cpp sys/posix/Shlib.cpp: APR/Posix impls

         * qpid/sys/Module.h: Reimplemented Module in terms of AutoShlib.
         * qpid/Plugin.cpp, .h: Removed dlopen - use Shlib instead.

         * qpid/broker/Broker.cpp: Added missing #include "qpid/log/Statement.h"
         * tests/Shlib.cpp, shlibtest.cpp: Unit test


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553056 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
         * qpid/sys/Shlib.h, .cpp: Portable shared library abstraction.
          - Shlib: load, unload, getSymbol
          - AutoShlib: unload in destructor.
         * qpid/sys/apr/Shlib.cpp sys/posix/Shlib.cpp: APR/Posix impls

         * qpid/sys/Module.h: Reimplemented Module in terms of AutoShlib.
         * qpid/Plugin.cpp, .h: Removed dlopen - use Shlib instead.

         * qpid/broker/Broker.cpp: Added missing #include "qpid/log/Statement.h"
         * tests/Shlib.cpp, shlibtest.cpp: Unit test


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553056 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
