| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generate code for both 0-99 preview and 0-10 final specs . | Alan Conway | 2008-02-27 | 12 | -1361/+0 |
| * | Fixed rubygen to skip unchanged generated files, prevents needless | Alan Conway | 2008-02-22 | 1 | -0/+64 |
| * | Start moving towards final 0-10 spec: | Gordon Sim | 2008-02-21 | 1 | -2/+2 |
| * | Some minor changes to doc; primarily aimed at making the list of classes | Gordon Sim | 2008-01-23 | 1 | -0/+1 |
| * | Summary: | Alan Conway | 2007-12-07 | 1 | -53/+6 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 1 | -20/+34 |
| * | Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in... | Gordon Sim | 2007-11-07 | 1 | -7/+54 |
| * | Fix to QPID-640. The fields actually set/encoded are now tracked explicitly. | Gordon Sim | 2007-11-07 | 1 | -43/+105 |
| * | Generate doxygen comments for Session_0_10 using AMQP <doc> elements. | Alan Conway | 2007-10-30 | 1 | -10/+68 |
| * | Client API: fix keyword parameter ambiguities for beta client API. | Alan Conway | 2007-10-30 | 1 | -181/+152 |
| * | Rename client::Session as client::Session_0_10 | Alan Conway | 2007-10-29 | 1 | -3/+3 |
| * | Session resume support in client & broker: Client can resume a session | Alan Conway | 2007-10-26 | 1 | -14/+54 |
| * | * Summary: generalized Invoker visitor to all *Operations and | Alan Conway | 2007-10-16 | 4 | -115/+108 |
| * | Enabled packed struct encoding in python, cpp, and java. Also fixed computati... | Rafael H. Schloming | 2007-10-14 | 1 | -22/+27 |
| * | Fixed compile error. | Alan Conway | 2007-09-28 | 1 | -1/+2 |
| * | Missed commit for last checkin. | Alan Conway | 2007-09-28 | 1 | -2/+1 |
| * | * src/tests/ClientSessionTest.cpp: Suspend/resume tests. | Alan Conway | 2007-09-28 | 1 | -25/+20 |
| * | Some revisions to rubygen for packed structs and execution header (changes no... | Gordon Sim | 2007-09-27 | 1 | -27/+135 |
| * | Start execution mark from -1 (0xFFFFFFFF) | Gordon Sim | 2007-09-26 | 1 | -0/+1 |
| * | * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h: | Alan Conway | 2007-09-18 | 1 | -15/+10 |
| * | In ClientChannel: Use subscribe and flush in place of get; use per-subscriber... | Gordon Sim | 2007-09-12 | 1 | -1/+1 |
| * | Moved old ClientChannel class from using basic to using message for publish &... | Gordon Sim | 2007-09-11 | 1 | -0/+3 |
| * | Support for keyword args in session interface | Gordon Sim | 2007-09-10 | 1 | -9/+71 |
| * | Implementation of execution.result on the client side | Gordon Sim | 2007-09-06 | 2 | -37/+39 |
| * | * Summary: | Alan Conway | 2007-08-31 | 1 | -3/+3 |
| * | Fix compile errors in generated code. | Alan Conway | 2007-08-30 | 2 | -4/+5 |
| * | * rubygen/cppgen.rb: Use class Uuid for AMQP uuids. | Alan Conway | 2007-08-29 | 1 | -2/+1 |
| * | Generate constants and reply exceptions from spec constants. | Alan Conway | 2007-08-28 | 2 | -3/+42 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 4 | -15/+27 |
| * | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 1 | -0/+34 |
| * | * rubygen/cppgen.rb: Use uint rather than u_int form for consistency. | Alan Conway | 2007-08-27 | 1 | -1/+1 |
| * | * rubygen/amqpgen.rb: Performance and API improvements. | Alan Conway | 2007-08-27 | 9 | -81/+66 |
| * | Reapply rev 568249 with the changes made to the generator this time, rather t... | Gordon Sim | 2007-08-22 | 2 | -41/+2 |
| * | Undo revision 568249, causing tests to hang. | Alan Conway | 2007-08-21 | 1 | -0/+39 |
| * | Invocation now uses the visitor mechanism | Gordon Sim | 2007-08-21 | 1 | -39/+0 |
| * | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 4 | -3/+561 |
| * | * Fixes for code generation. | Alan Conway | 2007-08-17 | 2 | -101/+0 |
| * | rubygen/templates/Session.rb: apply fixes that were mistakenly made to the ge... | Alan Conway | 2007-08-16 | 1 | -1/+1 |
| * | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 5 | -12/+79 |
| * | Altered old client channel to use new generated session interface (primarily ... | Gordon Sim | 2007-08-15 | 1 | -5/+17 |
| * | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 1 | -99/+43 |
| * | Fix unused argument warning. | Alan Conway | 2007-08-10 | 1 | -1/+1 |
| * | * src/qpid/framing/MethodHolder.h, .cpp: | Alan Conway | 2007-08-09 | 1 | -0/+67 |
| * | Avoid clash with built-in ruby function Object.methods():n | Alan Conway | 2007-08-09 | 5 | -23/+23 |
| * | Moved Proxy generation to rubygen. | Alan Conway | 2007-08-09 | 1 | -0/+141 |
| * | * Summary: new Frame type to replace AMQFrame. Instead of holding | Alan Conway | 2007-08-07 | 1 | -0/+72 |
| * | Added first cut of generated client interface. | Gordon Sim | 2007-08-05 | 1 | -0/+136 |
| * | Generate boost::variants for each class. Not yet used on trunk. | Alan Conway | 2007-08-02 | 1 | -0/+29 |
| * | * src/generate.sh: Moved requirements test to configure.ac | Alan Conway | 2007-08-01 | 1 | -0/+31 |