summaryrefslogtreecommitdiff
path: root/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* Merged default into amqp_0_9_1Emile Joubert2010-06-151-1/+101
|\
| * 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
* | Non-trivial merge of default into amqp_0_9_1. Queue exclusivity (bugMichael Bridgen2010-03-181-4/+11
|\ \ | |/
| * 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
| |\
| * | 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
* | | De-bitrot by merging default in. Passes rabbit_tests:all_tests() andMichael Bridgen2010-02-151-4/+45
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * recreate branch in correct placeMatthias Radestock2010-01-151-0/+36
* | merge of default into amqp_0_9_1. Not quite working yet, but runs and passes ...David R. MacIver2010-01-221-19/+6
|\ \ | |/
| * removing is_amqp_hard_error in rabbit_framing and adding amqp_exception funct...Vlad Ionescu2009-11-301-19/+6
* | Merge from default, to get recent work as well as support for field-array.Michael Bridgen2009-11-171-3/+24
|\ \ | |/
| * adding support for determining if an amqp reply code is either a soft or a ha...Vlad Ionescu2009-10-231-3/+24
* | Merge from default. Resolved some conflicts due to bool->boolean inMichael Bridgen2009-10-051-0/+11
|\ \ | |/
| * 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
* | Cope with both 0-8/0-9 style and 0-9-1 style protocol headers.Tony Garnock-Jones2009-05-121-0/+1
|/
* Update copyrights.Tony Garnock-Jones2008-12-091-6/+12
* Moved from python-json to python-simplejson.Hubert Plociniczak2008-11-201-1/+2
* support default empty AMQP tablesMatthias Radestock2008-08-261-1/+10
* fixed bug in emitting erlang binary stringKarol Skocik2008-08-261-1/+1
* added mapping which decides how to convert Python value to Erlang default valueKarol Skocik2008-08-081-1/+9
* Migrate branch bug17070Tony Garnock-Jones2008-07-031-7/+10
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+305