| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1487065 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484505 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
The Perl code mistakenly passed the Perl Message object, rather than the
wrapped C+ Message object, to the release and reject methods.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483771 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483541 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
It still called the old setProperty method on Message rather than
set_property.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482598 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Previously it was calling the read-only API (the one that returns an
array created from the underlying C++ code) rather than the method to
actually set values in the underlying C++.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482597 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482038 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
| |
Marked the VariantToPerl() method in swig_perl_typemaps.i as returning a
new object, which indicates to the Perl bindings that it needs to keep
track of the return value for garbage collection.
Also removed the Swig 1.3.32 minimum restriction to enable building on
RHEL5 systems.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481021 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
The package was missing the codec portion of the name.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478098 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
The files are now aware of the new location for qpid.pm.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478097 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478096 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
The file generated is named libcqpid_perl.so.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477293 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
CMakeLists.txt was trying to install libcqpid_perl.so but module name is cqpid_perl.so
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477150 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477096 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
To fix how Cmake prior to 2.8 fails to find the Perl libraries, this
change finds and sets the variables correctly.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475945 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475875 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
This patch fixes issues regarding finding the Ruby install and building
the bindings for it.
Contributed by Irina Boverman <iboverma@redhat.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475868 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475867 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1464104 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
- add qmfengine.py to DIST.
- create directory qpid/bindings/perl if not already present.
- ssl_test: don't run python part of tests if python client not available.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1464018 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
cmake 2.6
Use configure_file(COPYONLY) instead.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1463578 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1463202 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
Contributed by: Jimmy Jones <jimmyjones2@gmx.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1457923 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1455236 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447877 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
Added more detailed comments to the code, and reformatted it.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447519 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
They will now look for the Swig descriptors and typemaps in their proper
locations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447499 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
They will now look for the Swig descriptors and typemaps in their new
locations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447498 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
The Python language bindings will now look for the Swig descriptors and
typemaps in their proper locations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447497 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
Updated all Perl examples to properly reflect this change.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1446715 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1445949 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Once installed, the documentation can be accessed using the command:
perldoc [MODULE]
where [MODULE] is the name of one of the source modules. To get an
example app, one can type:
perldoc qpid_messaging
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1445948 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1445947 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Modifies the swig bindings to properly work with UTF8 encoded strings.
Contributed by: Jimmy Jones <jimmyjones2@gmx.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1445344 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Tested with CMake 2.8.6.
* This patch trivially adds VS2012 to the version pulldown and passes the right args to CMake.
* CMake now gets a Boost_COMPILER value to allow older (2.8.6) versions of CMake to find boost. This is probably not necessary with newer CMake.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1444937 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1444113 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Added more detailed examples. Fixed up the rdoc markups to make the docs
more useful to developers. Added a comprehensive example to the
Qpid::Messaging module rdocs.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443577 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
The code will now raise MessagingException instead in error conditions.
Refactored the Session.sender, Session.receiver and Connection.session
methods to no longer raise those exceptions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443576 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443575 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
This prevents rdoc from including the prolog as part of the docs for
each class and module.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443574 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Not sure how that got in there, likely from when the file was copied
from higher up in the repo. It caused rdoc to generate unneeded site so
it was removed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443573 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443572 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
Removed extraneous pieces of information, such as the copyright notice
and author name. Fixed the instructions for how to generate the Swig
wrapper code and build the gem, how to install it and where to find more
information.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443571 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
The gemspec already existed, but now the Rakefile has been removed.
Cleaned up what is included in the gemfile: removed the spec tests,
cucumber tests and examples from the gem, added the ChangeLog file.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443570 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442401 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442337 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
When setting content for a message, the Ruby code attempted to convert
anything that was a symbol to a string. But it was overzealous and
converted everything to a string, including map values that were
themselves maps or lists.
This fix now only converts symbols to strings. It steps down through
arrays or lists and only converts its elements that are symbols to
strings, leaving anything else as is.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442329 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
The return type was previously being lost/ignored. Now it is returned
properly.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442287 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442150 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Previously it would accept only an instance of Qpid::Messaging::Address,
but now will create an instance from a string if necessary.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442149 13f79535-47bb-0310-9956-ffa450edef68
|