From c11f9a79eec63da7aa6e6dac248a689a9d461beb Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 31 Jul 2007 20:00:10 +0000 Subject: Ruby code generator for C++. Not yet in active use yet but two sample templates are provided. Note: same dependency story as java codegen: distribution has pre-generated code so ruby not required to build a distro. Only required for svn working copy builds. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@561468 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rubygen/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cpp/rubygen/README (limited to 'cpp/rubygen/README') diff --git a/cpp/rubygen/README b/cpp/rubygen/README new file mode 100644 index 0000000000..43111d4c4f --- /dev/null +++ b/cpp/rubygen/README @@ -0,0 +1,20 @@ +RUBY CODE GENERATOR + +amqpgen.rb: builds an AMQP model from XML files and provides generic code generation functions (e.g. capitalization of names etc) + +cppgen.rb: C++ specific code generation functions. + +A template is a ruby file that generates one or more source files. + +For an example run + samples/runme test + +The first argument is a directory for generated files, remaining arguments +are xml files. + + + + + + + -- cgit v1.2.1