summaryrefslogtreecommitdiff
path: root/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* Correct all remaining copyright noticesMatthew Sackman2011-01-191-52/+22
* merge bug23475 into default (eliminate dialyzer errors)Alexandru Scvortov2010-11-111-4/+6
|\
| * yet another spec errorMatthias Radestock2010-11-071-1/+1
| * export types in more sensible order and add some that were missingMatthias Radestock2010-11-061-3/+5
* | refactor: extract shortstr size checkMatthias Radestock2010-11-081-2/+7
* | don't check shortstr size on decode since it is guaranteed to fitMatthias Radestock2010-11-081-2/+0
|/
* merging in from defaultVlad Alexandru Ionescu2010-09-161-6/+16
|\
| * Merging bug 23022 onto defaultMatthew Sackman2010-08-021-1/+2
| |\
| | * added connection_exit() and channel_exit() to relevant function specsAlexandru Scvortov2010-07-301-1/+2
| * | version should come firstMatthias Radestock2010-07-091-7/+6
| * | Merge default into bug22889Simon MacMullen2010-07-091-64/+64
| |\ \ | | |/
| * | Correct spec; correct dependencies.Simon MacMullen2010-07-021-1/+1
| * | Get codegen to build Protocol:version().Simon MacMullen2010-07-021-1/+7
| * | Codegen up two different versions of rabbit_framing and provide a dispatcher ...Simon MacMullen2010-06-241-2/+7
| * | Don't pull protocol version from the JSON.Simon MacMullen2010-06-241-2/+0
* | | merging in from defaultVlad Ionescu2010-07-141-1/+101
|\ \ \ | | |/ | |/|
| * | moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-23/+27
| * | added missing export_typesAlexandru Scvortov2010-07-051-1/+1
| * | better typesAlexandru Scvortov2010-07-021-7/+19
| * | moved most hard-coded types from rabbit_framingAlexandru Scvortov2010-07-021-7/+1
| * | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-13/+2
| * | partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-50/+51
| |/
| * removed unnecessary ifdefsAlexandru Scvortov2010-06-111-6/+3
| * ifdefs surround ALL the specsAlexandru Scvortov2010-06-111-1/+1
| * cosmeticAlexandru Scvortov2010-06-091-3/+1
| * enclosed generated specs in -ifdefsAlexandru Scvortov2010-06-091-5/+6
| * spaces instead of tabs in autogenerated codeAlexandru Scvortov2010-06-091-2/+2
| * removed duplicated codeAlexandru Scvortov2010-06-091-40/+21
| * codegen.py now works with latest rabbit-codegenAlexandru Scvortov2010-06-031-1/+3
| * rabbit_framing_spec.hrl is now generatedAlexandru Scvortov2010-06-031-46/+79
| * auto-generation of all function specs for rabbit_framingAlexandru Scvortov2010-06-031-16/+32
| * more rabbit_framing specs are generated automaticallyAlexandru Scvortov2010-06-021-0/+72
* | merging in from defaultVlad Ionescu2010-05-141-11/+23
|\ \ | |/
| * Backed out changeset 4922b15fa148 as it's not needed.Matthew Sackman2010-02-171-7/+0
| * Add support for extracting field names for class propertiesMatthew Sackman2010-02-171-0/+7
| * Merging default ⇨ bug 16653Matthew Sackman2010-02-161-7/+12
| |\
| | * Merging bug22332 onto defaultMatthew Sackman2010-02-101-6/+6
| | |\
| | | * update copyright notices to say 2010 where appropriateDavid R. MacIver2010-02-091-6/+6
| | * | improving shortstr overflow checkingVlad Ionescu2010-01-291-1/+6
| | |/
| * | Remove the response verification as errors should cause the channel or connec...Matthew Sackman2010-01-291-12/+0
| * | Need to be able to verify that the response got back from the server is ok, w...Matthew Sackman2010-01-291-0/+12
| * | Added method_record to codegen.py for the shovelMatthew Sackman2010-01-271-4/+11
| |/
* | adding lookup_class_name to rabbit_framingVlad Ionescu2010-01-211-0/+9
|/
* recreate branch in correct placeMatthias Radestock2010-01-151-0/+36
* removing is_amqp_hard_error in rabbit_framing and adding amqp_exception funct...Vlad Ionescu2009-11-301-19/+6
* adding support for determining if an amqp reply code is either a soft or a ha...Vlad Ionescu2009-10-231-3/+24
* Also check for a nowait field on synchronous recordsPaul Jones2009-08-261-1/+5
* Added code generation of is_method_synchronousPaul Jones2009-08-261-0/+7
* Update copyrights.Tony Garnock-Jones2008-12-091-6/+12
* Moved from python-json to python-simplejson.Hubert Plociniczak2008-11-201-1/+2