<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/BuildInstallSettings.cmake, 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>NO-JIRA: Fix typo in qpid/cpp/BuildInstallSettings.cmake</title>
<updated>2014-09-11T23:19:52+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2014-09-11T23:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=e68f558599c622c9a96cf9e575737d0f73c24630'/>
<id>e68f558599c622c9a96cf9e575737d0f73c24630</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1624419 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@1624419 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5237: Self-contained C++ source distribution</title>
<updated>2013-10-29T21:24:26+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-10-29T21:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=00827a1db4038fca6d6f3c4a29c1b1558267aeed'/>
<id>00827a1db4038fca6d6f3c4a29c1b1558267aeed</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1536900 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@1536900 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5261: Install DLLs and import Libs to more usual places for a windows SDK</title>
<updated>2013-10-28T12:39:59+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-10-28T12:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=343f9b680a2bd8139ef6da1788b960801e05639d'/>
<id>343f9b680a2bd8139ef6da1788b960801e05639d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1536330 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@1536330 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5260: Significant tidy up of cmake build</title>
<updated>2013-10-28T12:39:56+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-10-28T12:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=ba82085930bd21924133a24c6d8e2f19d7570c45'/>
<id>ba82085930bd21924133a24c6d8e2f19d7570c45</id>
<content type='text'>
* Move to cmake 2.6 as minimum required version
  (2.4 is extremely long in the tooth now)
* Add control over building individual language bindings
* Make settings you don't usually want to change advanced
  so they are hidden by default
* Changed to a uniform naming scheme for options:
  ** Options controlling what to build are all BUILD_
  ** Options controlling features of he build are ENABLE_
  ** Options controlling internal aspects of the qpid runtime are QPID_
* Respect the BUILD_TESTING option so that we won't build the
  tests unless it is set (it is by default)
* If we don't find the boost_unit_test_framework then don't fail,
  just don't build the unit tests (this is motivated by one of the
  Apache Jenkins ubuntu builders which has this set up)
* Tidied up some of the detection of external dependencies to make it
  more idiomatic cmake (but there is more to do here)

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1536329 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move to cmake 2.6 as minimum required version
  (2.4 is extremely long in the tooth now)
* Add control over building individual language bindings
* Make settings you don't usually want to change advanced
  so they are hidden by default
* Changed to a uniform naming scheme for options:
  ** Options controlling what to build are all BUILD_
  ** Options controlling features of he build are ENABLE_
  ** Options controlling internal aspects of the qpid runtime are QPID_
* Respect the BUILD_TESTING option so that we won't build the
  tests unless it is set (it is by default)
* If we don't find the boost_unit_test_framework then don't fail,
  just don't build the unit tests (this is motivated by one of the
  Apache Jenkins ubuntu builders which has this set up)
* Tidied up some of the detection of external dependencies to make it
  more idiomatic cmake (but there is more to do here)

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1536329 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5027: Windows examples installed to wrong directory</title>
<updated>2013-07-31T14:11:12+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2013-07-31T14:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=4955de7be6b9e94d238b4719779533c27c29928f'/>
<id>4955de7be6b9e94d238b4719779533c27c29928f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1508866 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@1508866 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4955: CMake install puts config files in the wrong place</title>
<updated>2013-06-26T22:41:36+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-06-26T22:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=344f087aca5f1ddaf56a5f1f7ee7aa152aafe60e'/>
<id>344f087aca5f1ddaf56a5f1f7ee7aa152aafe60e</id>
<content type='text'>
- Also removed ability to specify daemon and client config file
  locations individually as that isn't straightforwardly possible
  with the CMake install capability.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1497148 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also removed ability to specify daemon and client config file
  locations individually as that isn't straightforwardly possible
  with the CMake install capability.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1497148 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4487: Removed definition missed from the original commit</title>
<updated>2013-06-25T21:52:38+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-06-25T21:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=24e2b7a6cad73d675b300ee5e5fa8dff5dbe517b'/>
<id>24e2b7a6cad73d675b300ee5e5fa8dff5dbe517b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1496648 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@1496648 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4885: C++ examples install to qpid/examples</title>
<updated>2013-05-24T14:58:37+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2013-05-24T14:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=b8578307be51da2be52839008b0327bdd78766df'/>
<id>b8578307be51da2be52839008b0327bdd78766df</id>
<content type='text'>
Previously they installed to /usr/local/share/examples. This changes
that to /usr/local/share/qpid/examples instead.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1486084 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously they installed to /usr/local/share/examples. This changes
that to /usr/local/share/qpid/examples instead.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1486084 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4759 : make qpidd --help display sasl config dir default location</title>
<updated>2013-04-30T17:04:46+00:00</updated>
<author>
<name>Michael Goulish</name>
<email>mgoulish@apache.org</email>
</author>
<published>2013-04-30T17:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=2f2c89356627094fea62d7d4014b53903e76763f'/>
<id>2f2c89356627094fea62d7d4014b53903e76763f</id>
<content type='text'>
Backing out my previous changes and just changing the help comment
for the --sasl-config flag.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477724 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backing out my previous changes and just changing the help comment
for the --sasl-config flag.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477724 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2</title>
<updated>2013-04-30T01:07:02+00:00</updated>
<author>
<name>Michael Goulish</name>
<email>mgoulish@apache.org</email>
</author>
<published>2013-04-30T01:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=f7519b69de91d545e9a6ed0de0f5add05ccf5c90'/>
<id>f7519b69de91d545e9a6ed0de0f5add05ccf5c90</id>
<content type='text'>
            and display default location in qpidd --help output


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477435 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
            and display default location in qpidd --help output


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