summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/cppgen.rb
Commit message (Expand)AuthorAgeFilesLines
* QPID-5336: Don't hardcode script interpreter locationAndrew Stitcher2013-11-141-1/+1
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-0/+3
* Code cleanup in broker directory.Alan Conway2010-10-141-8/+8
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-1/+1
* Simplified cluster updates.Alan Conway2008-09-161-1/+2
* Only override default value for accept-mode field in message.transfer (not me...Gordon Sim2008-07-041-2/+2
* rubygen: Change default for client API accept-mode parameters to 1.Alan Conway2008-07-031-0/+7
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-72/+96
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+31
* amqp_0_10: Encoding for packed structs.Alan Conway2008-04-101-2/+10
* Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.Alan Conway2008-04-101-0/+1
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-021-3/+8
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-041-1/+1
* A further step to final 0-10 spec.Gordon Sim2008-03-031-0/+9
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-291-7/+15
* amqp_0_10::ProxyTemplate - tested & functional.Alan Conway2008-02-281-33/+60
* Generating domains, structs, commands and controls for 0-10 final spec.Alan Conway2008-02-271-12/+18
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-271-11/+62
* Fixed rubygen to skip unchanged generated files, prevents needlessAlan Conway2008-02-221-2/+23
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-0/+1
* Generate doxygen comments for Session_0_10 using AMQP <doc> elements.Alan Conway2007-10-301-0/+6
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-2/+11
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-1/+0
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-2/+2
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-0/+5
* Support for keyword args in session interfaceGordon Sim2007-09-101-6/+11
* * rubygen/cppgen.rb: Use class Uuid for AMQP uuids.Alan Conway2007-08-291-3/+1
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+6
* * rubygen/cppgen.rb: Use uint rather than u_int form for consistency.Alan Conway2007-08-271-7/+8
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-271-78/+88
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-1/+30
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-2/+7
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-1/+4
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-091-3/+5
* Avoid clash with built-in ruby function Object.methods():nAlan Conway2007-08-091-1/+1
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-3/+3
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-5/+10
* Added first cut of generated client interface.Gordon Sim2007-08-051-1/+1
* * amqpgen.rb: fix sytax error.Alan Conway2007-08-051-11/+29
* Generate boost::variants for each class. Not yet used on trunk.Alan Conway2007-08-021-5/+6
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-0/+25
* Ruby code generator for C++.Alan Conway2007-07-311-0/+126