| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
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@1477150 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/mcpierce-QPID-4719@1477083 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@1475945 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@1475868 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1475867 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@1463578 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@1457923 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1455236 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@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@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@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@1446715 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@1445948 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@1444937 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@1443576 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@1443573 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@1443570 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1442401 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@1442287 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@1442149 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
Previously it took the components of an address. Now it takes a single
string URI for the address.
Updated all cucumber and rspec tests to reflect these changes. Also
fixed up the example apps.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1442141 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1442140 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
Each of the 8 individual classes are broken up into separate source
files.
Also modified the release.sh script to include the new lib directory in
the Perl upstream sources.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1441445 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
Replaces creating hashes and arrays using a scalar type with the
appropriate Perl API calls for creating a hash and an array.
Submitted by: Jimmy Jones <jimmyjones2@gmx.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1439422 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
The file used to be generated, but is not any longer. So the file never
needs to be deleted when cleaning up.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1430464 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
Introduced in r1414294: "QPID-4207 : in Relocated all swig .i files to the include directory."
The new Makefile.am were set up to distribute the files from the new location
but the old Makefile.am were not updated to remove the EXTRA_DIST entries for
the old locations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1424117 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
In writing the unit tests some deficiencies were discovered in the Perl
bindings. Those are fixed here.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1423689 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
These tests ensure that the Perl language bindings are working as
expected, and that changes to either the underlying C++ implementation
or the Perl bindings themselves don't break those expectations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1423688 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1423589 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
You can now multiply a Qpid::Messaging::Duration instance and get back a
new instance of Qpid::Messaging::Duration.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1423567 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Handlers were in place to map between 16-64 bit types but not the 8-bit
types.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1422060 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
mkmf tries to find a basic working compiler and linker first, and when
it finds gcc it stops. But since Qpid is written in C++ this causes the
gem to fail to install when the C++ libraries checked.
This fix forces mkmf from the outset to use a C++ compiler instead.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1418488 13f79535-47bb-0310-9956-ffa450edef68
|