summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2810-131/+23
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-3/+2
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-042-7/+22
* 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
* 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