summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings
Commit message (Expand)AuthorAgeFilesLines
* QPID-5546: Expose the get_content_object method in Perl.Darryl L. Pierce2014-02-113-3/+36
* QPID-5499: Fix Ruby/Perl bindings when built with -Werror=format-securityDarryl L. Pierce2014-02-073-23/+23
* NO-JIRA: Update configuration script to handle a PROTON_ROOT.Charles E. Rolke2014-01-291-17/+85
* QPID-5481: Messaging API Update - 1555202 Logger module addedCharles E. Rolke2014-01-224-0/+368
* QPID-5503: expose next_receiver through swig wrapper, add test for both 1.0 a...Gordon Sim2014-01-221-0/+9
* NO-JIRA: Fix switch statement not covering all cases warningAndrew Stitcher2014-01-171-0/+2
* QPID-5481: Messaging API Update - 1520673 Connection reconnect() and getUrl()...Charles E. Rolke2014-01-162-0/+64
* QPID-5481: Messaging API Update - 1520416 Message setProperties(Variant::Map&...Charles E. Rolke2014-01-161-11/+35
* QPID-5481: Messaging API Update - 1513536 Message constructor and content get...Charles E. Rolke2014-01-154-144/+162
* QPID-5481: Messaging API Update - r1460198 QPID-4586 Receiver and Sender 'Add...Charles E. Rolke2014-01-154-0/+97
* NO-JIRA: Reformat white space with Visual Studio 2010 ^K^F Format Selection.Charles E. Rolke2014-01-157-43/+54
* NO-JIRA: Added licensing prologs to the Perl MakefileDarryl L. Pierce2013-12-161-0/+16
* NO-JIRA: Added licensing prologs to the Ruby feature files and gemspecDarryl L. Pierce2013-12-1612-2/+208
* NO-JIRA: Add ASF license statements to dotnet binding solution and config files.Charles E. Rolke2013-12-1617-0/+312
* QPID-5394: Fix the binding dependencies so that we no longer keep on rebuildi...Andrew Stitcher2013-12-046-18/+41
* QPID-5369: add deprecation warnings to the QMF2 wrapped modulesKenneth Anthony Giusti2013-11-262-0/+6
* QPID-5369: Issue compile-time error if deprecated QMF Agent or Console API us...Kenneth Anthony Giusti2013-11-254-0/+8
* QPID-5336: Don't hardcode script interpreter locationAndrew Stitcher2013-11-142-2/+2
* NO-JIRA: track recent GEN_DOXYGEN to BUILD_DOCS changeCharles E. Rolke2013-11-041-4/+4
* QPID-5287: .NET binding does not set AssemblyVersion to build version.Charles E. Rolke2013-11-043-4/+5
* QPID-5260: Get test for building Perl bindings correctAndrew Stitcher2013-10-291-2/+2
* QPID-5260: Significant tidy up of cmake buildAndrew Stitcher2013-10-281-54/+69
* QPID-5250: Fixed the ordering of caught/throw Ruby exceptions.Darryl L. Pierce2013-10-251-40/+40
* QPID-5250: Raise all exceptions within Ruby bindings.Darryl L. Pierce2013-10-252-3/+87
* QPID-5231: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-153-12/+12
* Revert "QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid."Darryl L. Pierce2013-10-153-12/+12
* QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-143-12/+12
* NO-JIRA: Show and save cmake command lineCharles E. Rolke2013-09-271-8/+17
* QPID-5140: removed unnecessary and peculiar assignmentGordon Sim2013-09-201-1/+0
* QPID-4924: Move the Python examples under the bindings directory.Darryl L. Pierce2013-09-187-0/+716
* QPID-4924: Created the console Python example app.Darryl L. Pierce2013-09-181-1/+1
* QPID-4924: Fixed the Python examples to use the new Python moduleDarryl L. Pierce2013-09-181-1/+2
* QPID-5140: Add get/set methods to MessagePropertiesDarryl L. Pierce2013-09-182-0/+8
* QPID-4952: Added ChangeLog entry for Python rename.Darryl L. Pierce2013-09-181-1/+3
* QPID-4952: Renamed the Swig Python binding module to qpid_messagingDarryl L. Pierce2013-09-183-24/+25
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-112-0/+12
* QPID-5104: make handling of properties in swigged impl match the pure python ...Gordon Sim2013-09-051-12/+36
* QPID-5111: Make library dependencies clearer in build systemAndrew Stitcher2013-09-031-2/+2
* QPID-5071: Swig bindings now rebuild if any descriptor has changed.Darryl L. Pierce2013-09-033-0/+12
* NO-JIRA: Stop some messages from needlessly interupting ccmake flowAndrew Stitcher2013-09-031-3/+3
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-131-3/+4
* QPID-5028: Qmf2 examples install script errorCharles E. Rolke2013-07-311-11/+0
* QPID-4940: Remove obsolete qmf codeAndrew Stitcher2013-07-2614-5281/+0
* QPID-4640: QPID-3633: Remove autotools build from qpid C++ source treeAndrew Stitcher2013-07-2512-650/+0
* QPID-4988: Add test runs using swigged python clientGordon Sim2013-07-162-20/+57
* QPID-4834: Fixed how Ruby spout example processes connection optionsDarryl L. Pierce2013-07-122-2/+26
* NO-JIRA: Marked 0.24 as have no Ruby language specific changes.Darryl L. Pierce2013-07-121-0/+3
* NO-JIRA: Fixed typo in the Ruby ChangeLog file.Darryl L. Pierce2013-07-121-1/+1
* NO-JIRA: skip build of posix qmfv2 example on windowsKenneth Anthony Giusti2013-07-091-1/+4
* NO-JIRA: add README for qmf2 C++ examplesKenneth Anthony Giusti2013-07-081-0/+41