summaryrefslogtreecommitdiff
path: root/cpp/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-125-797/+0
* Disabled user-id test from the pure python console. This needs to be re-desi...Ted Ross2009-11-111-1/+1
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-115-0/+797
* 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
* QMF Fixes in Ruby Console:Ted Ross2009-10-022-9/+36
* QMF Fixes:Ted Ross2009-10-024-8/+23
* QMF Engine updates:Ted Ross2009-09-292-6/+50
* QMF updates:Ted Ross2009-09-257-47/+83
* Fixes to the QMF Ruby API - added missing methods and reduced use of "get_" c...Ted Ross2009-09-234-27/+56
* QMF updates:Ted Ross2009-09-222-9/+80
* Properly report test failures in Ruby testsTed Ross2009-09-211-0/+4
* Fixed a Ruby convention problem (camel-case vs. underscores)Ted Ross2009-09-212-5/+13
* Added Ruby test infrastructure and Console tests in RubyTed Ross2009-09-214-6/+224
* Added accessor for returned method argumentsTed Ross2009-09-182-1/+5
* Refactored the QMF engine to adhere to the following rules regardingTed Ross2009-09-182-5/+1
* QMF ConsoleTed Ross2009-09-173-45/+190
* QMF Console updated to the point where query (get_object) is supported.Ted Ross2009-09-156-77/+328
* Improved automake for the qmf bindings.Ted Ross2009-09-034-25/+43
* QPID-2064 - add python bindings for qmf (c++)Ted Ross2009-09-026-11/+1195
* More QMF implementation:Ted Ross2009-09-022-17/+92
* Avoid failed test where ruby-devel isn't installedAndrew Stitcher2009-09-011-0/+2
* Added protocol module for codepoint definitions and header handling.Ted Ross2009-08-312-2/+3
* Major work in the QMF engine.Ted Ross2009-08-286-42/+338
* Purely cosmetic changes, no functional change.Ted Ross2009-08-261-449/+469
* Fixed Ruby typemaps so 64-bit values are handled correctly on 32-bit architec...Ted Ross2009-08-241-8/+11
* Added QMF tests for method invocation and numeric types.Ted Ross2009-08-244-14/+210
* Implemented the new QMF ConnectionSettings and incorporated into the bindings.Ted Ross2009-08-214-21/+45
* Introduce the public includes for the QMF interfaces.Ted Ross2009-08-193-14/+14
* Fixed a bug where Ruby/C number conversions failed on 32-bit architectures.Ted Ross2009-08-122-16/+16
* Add test script to distribution listGordon Sim2009-08-121-0/+1
* fixed the cpp/python test integrationRafael H. Schloming2009-08-112-27/+3
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-118-11/+291