<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/README-dev, branch client_restructure</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>Merged revisions 507729 via svnmerge from </title>
<updated>2007-03-14T18:27:17+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-03-14T18:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=b476f29d6d37d3422dcfbf932397803f66106dec'/>
<id>b476f29d6d37d3422dcfbf932397803f66106dec</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r507729 | aconway | 2007-02-14 17:43:06 -0500 (Wed, 14 Feb 2007) | 8 lines
  
  
  Applied QPID-351 patch 1 with the following mods:
   - Moved "source distro" instructions in front of "subversion checkout" instructions.
   - Added instructions on using qpid-autotools-install
   - Added general blurb with links at top
   - renamed to README, removed other README-* files.
   - Updated makefiles (spec file was already OK.)
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518256 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r507729 | aconway | 2007-02-14 17:43:06 -0500 (Wed, 14 Feb 2007) | 8 lines
  
  
  Applied QPID-351 patch 1 with the following mods:
   - Moved "source distro" instructions in front of "subversion checkout" instructions.
   - Added instructions on using qpid-autotools-install
   - Added general blurb with links at top
   - renamed to README, removed other README-* files.
   - Updated makefiles (spec file was already OK.)
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518256 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 499049 via svnmerge from </title>
<updated>2007-03-13T21:55:02+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-03-13T21:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=063fb8c69653d24c958dcb961312b921a308b9ad'/>
<id>063fb8c69653d24c958dcb961312b921a308b9ad</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r499049 | gsim | 2007-01-23 10:12:27 -0500 (Tue, 23 Jan 2007) | 34 lines
  
  Patch from Jim Meyering (jim@meyering.net) submitted on dev list.
  
  Instrument all tests so that they are run via valgrind:
  check for both errors and leaks.
  
  * configure.ac: Add new configure options: --enable-valgrind
  and --disable-valgrind.  For now, the latter is the default.
  * README-dev: Document (and recommend) --enable-valgrind.
  * tests/.vg-supp: Add many more, from Gordon Sim for FC5.
  
  * configure.ac: Check for valgrind.
  * tests/Makefile.am (TESTS_ENVIRONMENT): Export VALGRIND.
  * tests/setup: New file.
  * tests/run-unit-tests: Use new "setup" file.
  Invoke DllPlugInTester via $vg (aka valgrind).
  Refer to the source directory using $pwd, since we're now running
  from a temporary subdirectory.
  * tests/run-python-tests: Remove traps. That is now done by "setup".
  [VERBOSE]: Print qpidd --version.
  Invoke qpidd via $vg and its absolute name.
  Add a kludgey "sleep 3", because it can take a while for libtool
  to start valgrind to start qpidd, in the background.
  Ideally, the python script would simply sleep-0.3-and-retry for
  a couple seconds, upon failure of the initial connection attempt.
  * tests/.vg-supp: New file, exempting known leaks on Debian/unstable.
  Some of these leaks appear to be legitimate.
  * tests/Makefile.am (EXTRA_DIST): Add .vg-supp and setup.
  
  * qpid-autotools-install (usage): Add a missing backslash.
  
  Fix "make distcheck" failure.
  * docs/api/Makefile.am (EXTRA_DIST): Add user.doxygen
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517892 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r499049 | gsim | 2007-01-23 10:12:27 -0500 (Tue, 23 Jan 2007) | 34 lines
  
  Patch from Jim Meyering (jim@meyering.net) submitted on dev list.
  
  Instrument all tests so that they are run via valgrind:
  check for both errors and leaks.
  
  * configure.ac: Add new configure options: --enable-valgrind
  and --disable-valgrind.  For now, the latter is the default.
  * README-dev: Document (and recommend) --enable-valgrind.
  * tests/.vg-supp: Add many more, from Gordon Sim for FC5.
  
  * configure.ac: Check for valgrind.
  * tests/Makefile.am (TESTS_ENVIRONMENT): Export VALGRIND.
  * tests/setup: New file.
  * tests/run-unit-tests: Use new "setup" file.
  Invoke DllPlugInTester via $vg (aka valgrind).
  Refer to the source directory using $pwd, since we're now running
  from a temporary subdirectory.
  * tests/run-python-tests: Remove traps. That is now done by "setup".
  [VERBOSE]: Print qpidd --version.
  Invoke qpidd via $vg and its absolute name.
  Add a kludgey "sleep 3", because it can take a while for libtool
  to start valgrind to start qpidd, in the background.
  Ideally, the python script would simply sleep-0.3-and-retry for
  a couple seconds, upon failure of the initial connection attempt.
  * tests/.vg-supp: New file, exempting known leaks on Debian/unstable.
  Some of these leaks appear to be legitimate.
  * tests/Makefile.am (EXTRA_DIST): Add .vg-supp and setup.
  
  * qpid-autotools-install (usage): Add a missing backslash.
  
  Fix "make distcheck" failure.
  * docs/api/Makefile.am (EXTRA_DIST): Add user.doxygen
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517892 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 493126-493151 via svnmerge from </title>
<updated>2007-03-09T18:15:02+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-03-09T18:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=4a19585c415851d0b308228a83b8abd55c8dc5a9'/>
<id>4a19585c415851d0b308228a83b8abd55c8dc5a9</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r493126 | aconway | 2007-01-05 13:34:08 -0500 (Fri, 05 Jan 2007) | 2 lines
  
  Add refernece to prereqs in README-dist.
........
  r493140 | aconway | 2007-01-05 14:09:10 -0500 (Fri, 05 Jan 2007) | 8 lines
  
  2007-01-05  Jim Meyering  &lt;meyering@redhat.com&gt;
  
  	* gen/Makefile.am (gen-src.mk) [CAN_GENERATE_CODE]: Emit an empty
  	dependency for each generated file, in case they are renamed,
          removed, or no longer generated.  Otherwise, "./bootstrap --build"
          would fail with e.g., `*** No rule to make target
  	../../gentools/templ.cpp/AMQP_HighestVersion.cpp.tmpl'.
........
  r493151 | aconway | 2007-01-05 14:25:32 -0500 (Fri, 05 Jan 2007) | 6 lines
  
  2007-01-05  Jim Meyering  &lt;meyering@redhat.com&gt;
  
  	* lib/broker/Makefile.am (libqpidbroker_la_LIBADD): Define, so we
  	link with libqpidcommon.la.
  	* lib/client/Makefile.am (libqpidclient_la_LIBADD): Likewise.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@516489 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

........
  r493126 | aconway | 2007-01-05 13:34:08 -0500 (Fri, 05 Jan 2007) | 2 lines
  
  Add refernece to prereqs in README-dist.
........
  r493140 | aconway | 2007-01-05 14:09:10 -0500 (Fri, 05 Jan 2007) | 8 lines
  
  2007-01-05  Jim Meyering  &lt;meyering@redhat.com&gt;
  
  	* gen/Makefile.am (gen-src.mk) [CAN_GENERATE_CODE]: Emit an empty
  	dependency for each generated file, in case they are renamed,
          removed, or no longer generated.  Otherwise, "./bootstrap --build"
          would fail with e.g., `*** No rule to make target
  	../../gentools/templ.cpp/AMQP_HighestVersion.cpp.tmpl'.
........
  r493151 | aconway | 2007-01-05 14:25:32 -0500 (Fri, 05 Jan 2007) | 6 lines
  
  2007-01-05  Jim Meyering  &lt;meyering@redhat.com&gt;
  
  	* lib/broker/Makefile.am (libqpidbroker_la_LIBADD): Define, so we
  	link with libqpidcommon.la.
  	* lib/client/Makefile.am (libqpidclient_la_LIBADD): Likewise.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@516489 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>0-9 branch now compiles but is not yet functional.</title>
<updated>2007-01-05T00:52:33+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2007-01-05T00:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=e614b63e6703b98407129deb3e4e533de868ef30'/>
<id>e614b63e6703b98407129deb3e4e533de868ef30</id>
<content type='text'>
Areas needing attention are marked FIXME.

It includes both 0-8 Basic etc. classes 0-9 Message claasses,
0-8 classes cannot be removed till 0-9 Message is ready to replace them.

Summary of fixes:
 - added 0-9 methods to SessionHandlerImpl.h, no implementation yet.
 - added missing framing::Content methods
 - unimplemented methods do { assert(0); // FIXME


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@492840 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Areas needing attention are marked FIXME.

It includes both 0-8 Basic etc. classes 0-9 Message claasses,
0-8 classes cannot be removed till 0-9 Message is ready to replace them.

Summary of fixes:
 - added 0-9 methods to SessionHandlerImpl.h, no implementation yet.
 - added missing framing::Content methods
 - unimplemented methods do { assert(0); // FIXME


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@492840 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>[For Jim Meyering] Added new utility to download and build required tools to build the C++ version</title>
<updated>2006-12-18T17:07:27+00:00</updated>
<author>
<name>Kim van der Riet</name>
<email>kpvdr@apache.org</email>
</author>
<published>2006-12-18T17:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=ce0e4253bb7ebc7009f267ccaf279c347d3698d7'/>
<id>ce0e4253bb7ebc7009f267ccaf279c347d3698d7</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488343 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@488343 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>README-dev: Added Fedora 6 setup instructions.</title>
<updated>2006-12-13T18:40:09+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2006-12-13T18:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=9567c8f1cf7e217442c076203263df0aac2cafe4'/>
<id>9567c8f1cf7e217442c076203263df0aac2cafe4</id>
<content type='text'>
versions: simple script to print out versions of packages in use.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486791 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
versions: simple script to print out versions of packages in use.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486791 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Sundry fixes to spec and build system for RPM packaging.</title>
<updated>2006-12-13T00:26:30+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2006-12-13T00:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=f6f325b0101da7d1f42a0a3766537bb7745d8330'/>
<id>f6f325b0101da7d1f42a0a3766537bb7745d8330</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486428 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@486428 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-12-11  Alan Conway  &lt;aconway@redhat.com&gt;</title>
<updated>2006-12-12T16:05:01+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2006-12-12T16:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=7d0a7581134379324b36d78f8c49dcd793d1ab1e'/>
<id>7d0a7581134379324b36d78f8c49dcd793d1ab1e</id>
<content type='text'>
	* SPECS/qpid-cpp.spec: Draft RPM spec file for C++. Based on
	  initial draft provided by David Lutterkort &lt;dlutter@redhat.com&gt;
	* cpp Makefiles: Renamed libraries with qpid prefix: libqpidclient etc.
	* cpp/man/: moved to docs/man/
	* docs/api/usr.doxygen: more restricted, user-oriented doc settings.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486207 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* SPECS/qpid-cpp.spec: Draft RPM spec file for C++. Based on
	  initial draft provided by David Lutterkort &lt;dlutter@redhat.com&gt;
	* cpp Makefiles: Renamed libraries with qpid prefix: libqpidclient etc.
	* cpp/man/: moved to docs/man/
	* docs/api/usr.doxygen: more restricted, user-oriented doc settings.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486207 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Restored lost edit from earlier merge (note about cppunit being on path).</title>
<updated>2006-12-11T08:07:11+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2006-12-11T08:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=e9ab6e310a67297d2fc537131868c482fd8b21a6'/>
<id>e9ab6e310a67297d2fc537131868c482fd8b21a6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@485545 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@485545 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in changes from patch submitted by Jim Meyering on dev list.</title>
<updated>2006-12-08T13:06:38+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2006-12-08T13:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=2b3c8dd93c248c2e294102c90b74e66a1f3b7fea'/>
<id>2b3c8dd93c248c2e294102c90b74e66a1f3b7fea</id>
<content type='text'>
	* README-dev: Don't mention precise versions; they get out of date.
	Add pkgconfig (aka pkg-config) to the list.
	Emphasize the need for the latest stable versions of these tools.



git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483979 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* README-dev: Don't mention precise versions; they get out of date.
	Add pkgconfig (aka pkg-config) to the list.
	Emphasize the need for the latest stable versions of these tools.



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