summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/ruby
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-284-15/+9
* 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-041-6/+20
* QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distributionAndrew Stitcher2011-11-071-1/+1
* QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]Andrew Stitcher2011-11-031-0/+38
* NO-JIRA - Makefile cleanup for wrapped bindingsTed Ross2011-05-251-1/+1
* NO-JIRA - Added -fno-strict-aliasing for swig-generated C++ sources.Ted Ross2011-04-281-1/+1
* Cleaned up the makefiles for the Swig-generated bindings.Ted Ross2011-01-071-1/+2
* QMF: add bindEvent api to allow filtering of unsolicted events.Kenneth Anthony Giusti2010-05-211-0/+15
* qmf: add class accessors for event schema - parity with class schemaKenneth Anthony Giusti2010-05-101-0/+12
* QMF: add attribute read access to ConnectionSettings ruby classKenneth Anthony Giusti2010-05-031-2/+16
* QPID-2546: implement event support for ruby wrapper. Python pending...Kenneth Anthony Giusti2010-04-231-2/+3
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKenneth Anthony Giusti2010-03-301-2/+20
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-121-2/+1
* QPID-2355: fix include path order in binding makefilesKenneth Anthony Giusti2010-01-251-1/+1
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-131-4/+90
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-052-78/+112
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields i...Ted Ross2009-12-041-2/+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 references to broker and agent bank from API, replaced with theTed Ross2009-10-231-43/+37
* Added select for object queries (Ruby).Ted Ross2009-10-151-8/+44
* QMF Fixes in Ruby Console:Ted Ross2009-10-021-7/+31
* QMF Fixes:Ted Ross2009-10-021-6/+11
* QMF Engine updates:Ted Ross2009-09-291-4/+18
* QMF updates:Ted Ross2009-09-252-6/+43
* Fixes to the QMF Ruby API - added missing methods and reduced use of "get_" c...Ted Ross2009-09-231-7/+34
* Fixed a Ruby convention problem (camel-case vs. underscores)Ted Ross2009-09-211-3/+11
* Added Ruby test infrastructure and Console tests in RubyTed Ross2009-09-211-5/+14
* Added accessor for returned method argumentsTed Ross2009-09-181-0/+4
* Refactored the QMF engine to adhere to the following rules regardingTed Ross2009-09-181-4/+0
* QMF ConsoleTed Ross2009-09-171-5/+135
* QMF Console updated to the point where query (get_object) is supported.Ted Ross2009-09-151-53/+242
* More QMF implementation:Ted Ross2009-09-021-16/+73
* Added protocol module for codepoint definitions and header handling.Ted Ross2009-08-311-1/+2
* Major work in the QMF engine.Ted Ross2009-08-281-40/+258
* 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-242-2/+38
* Implemented the new QMF ConnectionSettings and incorporated into the bindings.Ted Ross2009-08-212-4/+30
* Introduce the public includes for the QMF interfaces.Ted Ross2009-08-192-12/+12
* Fixed a bug where Ruby/C number conversions failed on 32-bit architectures.Ted Ross2009-08-122-16/+16
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-112-4/+12
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-271-1/+1
* Fix makefile for new include directoryAlan Conway2009-07-151-1/+1
* Additional fix for make distcheck.Ted Ross2009-07-101-0/+2
* Fixed another make dist problem. Need to specify "nodist_" for conditionally...Ted Ross2009-07-101-1/+1
* Removed commented out code in makefileTed Ross2009-07-091-2/+0
* Fix make distcheck problemsTed Ross2009-07-091-9/+6
* Added version check for SWIG in the configure script. This should properly d...Ted Ross2009-07-081-1/+1