summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf
Commit message (Expand)AuthorAgeFilesLines
* QPID-4776: Fixes building Ruby bindings on Cmake < 2.8Darryl L. Pierce2013-04-251-1/+13
* QPID-4697: Minor fixes to make distcheckAlan Conway2013-04-031-1/+1
* NO-JIRA: cmake: Fix use of file(copy) command, which is not available in cmak...Alan Conway2013-04-021-3/+2
* QPID-4687: Add uninstall make target to cmake buildAlan Conway2013-04-011-14/+28
* NO-JIRA: Fix distcheck problems, missing files in installation.Alan Conway2013-03-111-1/+1
* QPID-4207: Fix distcheck errors for swig .i files.Alan Conway2012-12-191-1/+0
* QPID-4207 : Relocated all swig .i files to the include directory.Darryl L. Pierce2012-11-277-65/+8
* QPID-3633: Make cmake the primary build tool for the cpp treeAndrew Stitcher2012-10-221-14/+9
* NO-JIRA: Add files missed from EXTRA_DISTS from both the recent amqp 1.0 work...Andrew Stitcher2012-10-221-1/+1
* QPID-3633: Make cmake the primary build tool for the cpp treeAndrew Stitcher2012-10-223-40/+3
* JIRA 3968 : Removed all puts entries from qmf.rb.Darryl L. Pierce2012-10-111-11/+3
* QPID-4101: Fixes building the Ruby language bindings for Ruby 1.9Andrew Stitcher2012-07-051-3/+2
* QPID-3925 - Fix string encoding support for Ruby 1.9Ted Ross2012-04-161-4/+17
* QPID-3924 - Remove colons from conditionals that cause problems in Ruby 1.9Ted Ross2012-04-161-2/+3
* QPID-3851 - Unified common CLI options for qpid-config and qpid-stat.Ted Ross2012-02-221-1/+2
* QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distributionAndrew Stitcher2011-11-073-3/+3
* QPID-3464: Build Improvements (autotools) [inspired by Jan-Marek Glogowski]Andrew Stitcher2011-11-031-4/+4
* QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]Andrew Stitcher2011-11-033-0/+133
* NO-JIRA - Makefile cleanup for wrapped bindingsTed Ross2011-05-252-2/+4
* NO-JIRA - Added -fno-strict-aliasing for swig-generated C++ sources.Ted Ross2011-04-281-1/+1
* NO-JIRA - Fixed two problems in the qmf-interop tests:Ted Ross2011-03-221-1/+2
* In qmfengine, if a method call or method response requires a buffer larger th...Ted Ross2011-01-131-0/+37
* Cleaned up the makefiles for the Swig-generated bindings.Ted Ross2011-01-072-2/+4
* QPID-2916: fix QMF test that was sending a sstr > 255 bytes long.Kenneth Anthony Giusti2010-10-291-1/+1
* Added -fno-strict-aliasing for all of the swig-generated Python wrappers becauseTed Ross2010-10-131-1/+1
* QPID-2880: allow boolean values in method call map/list arguments.Kenneth Anthony Giusti2010-09-222-5/+6
* Bugfix: agent label in wrapped (python, ruby) qmf agent was not transmitted t...Ted Ross2010-07-223-3/+3
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-212-1/+29
* qmf: add class accessors for event schema - parity with class schemaKenneth Anthony Giusti2010-05-102-0/+23
* QMF: add attribute read access to ConnectionSettings ruby classKenneth Anthony Giusti2010-05-031-2/+16
* QPID-2556: add tests for maps and lists in method args and events.Kenneth Anthony Giusti2010-04-274-15/+163
* QPID-2556: fix conversion of signed integers in maps and lists.Kenneth Anthony Giusti2010-04-274-64/+58
* QPID-2546: implement event support for ruby wrapper. Python pending...Kenneth Anthony Giusti2010-04-233-3/+45
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-1/+1
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKenneth Anthony Giusti2010-03-306-10/+94
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-141-1/+3
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-122-4/+2
* QPID-2355: fix include path order in binding makefilesKenneth Anthony Giusti2010-01-252-2/+2
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-136-10/+295
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-057-197/+350
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields i...Ted Ross2009-12-045-10/+33
* Disabled user-id test from the pure python console. This needs to be re-desi...Ted Ross2009-11-111-1/+1
* Added limited backtracing for exceptions raised in console callbacks.Ted Ross2009-11-101-2/+7
* QMF fixes:Ted Ross2009-11-031-2/+2
* Removed spurious assertion from python test agentTed Ross2009-10-261-1/+0
* Removed references to broker and agent bank from API, replaced with theTed Ross2009-10-234-99/+107
* QPID-2156 - Add thread shutdown to python QMF bindings, additional logging, n...Ted Ross2009-10-231-41/+99
* QPID-2126 - Sync the python QMF bindings to the current Ruby QMF bindings imp...Ted Ross2009-10-202-175/+837
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-152-0/+26
* Added select for object queries (Ruby).Ted Ross2009-10-152-8/+51