summaryrefslogtreecommitdiff
path: root/codegen.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-2/+2
|
* Check UTF-8-ness of shortstrs in non-content-bearing methods. Note that we ↵Simon MacMullen2013-11-041-2/+6
| | | | use the previously developed "fast" checker to avoid a dependency on xmerl, not so much because it is fast.
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-4/+4
|
* Update copyright 2013bug25343Emile Joubert2013-01-231-2/+2
|
* macrofybug25273Matthias Radestock2012-11-051-26/+25
|
* merge bug25266 into bug25273Matthias Radestock2012-11-051-11/+56
|\
| * fix bugMatthias Radestock2012-11-051-1/+1
| |
| * code gen property encoderMatthias Radestock2012-11-051-14/+56
| | | | | | | | | | | | pretty much symmetric to decoder Involves renaming of the decoder helper funs, since those names are more meaningful for the encoder
* | merge bug25269 into bug25266bug25266Matthias Radestock2012-11-051-26/+39
|\ \ | |/ | | | | | | which entails switching from funs to macros for all the new property decoders we introduced
| * handle all types in property decoderMatthias Radestock2012-11-041-9/+24
| |
| * merge bug25269 into bug25266Matthias Radestock2012-11-041-22/+7
| |\
| | * merge bug25268 into bug25266Matthias Radestock2012-11-041-21/+6
| | |\
| | | * ditch superfluous type mapping in codegenMatthias Radestock2012-11-031-21/+6
| | | |
| | * | be more assertive in property decodingMatthias Radestock2012-11-041-1/+1
| | |/
* | | switch back to using macrosbug25269Matthias Radestock2012-11-051-13/+25
|/ / | | | | | | | | in order to eek out a bit more performance but at least make the macro signature uniform and pull out the conditional
* | simplify property decoderMatthias Radestock2012-11-041-35/+16
|/ | | | | | functions instead of macros, which gives the same performance in the fast "no properties" path and only causes a tiny loss (if any) otherwise.
* Update copyright 2012bug24606Emile Joubert2012-02-021-2/+2
|
* cosmeticAlexandru Scvortov2011-10-181-7/+12
| | | | And fix the '_':2 thing.
* unroll property parserAlexandru Scvortov2011-10-171-5/+45
| | | | The codegen code is quite ugly now; I'll see what I can do about that.
* more autogenerated specsAlexandru Scvortov2011-08-051-0/+3
| | | | The specs for framing_0_8 and framing_0_9_1 are up to date.
* Merged default into bug23483Emile Joubert2011-02-071-1/+1
|\
| * Sender-specified distribution for fanout exchangesEmile Joubert2011-01-191-1/+1
| |
* | Correct all remaining copyright noticesbug23434Matthew 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 checkbug23480Matthias 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-0/+10
|\
| * merging in from defaultVlad Ionescu2010-07-141-0/+9
| |\
| | * merging in from defaultVlad Ionescu2010-05-141-0/+9
| | |\
| | | * adding lookup_class_name to rabbit_framingVlad Ionescu2010-01-211-0/+9
| | | |
* | | | Merging bug 23022 onto defaultMatthew Sackman2010-08-021-6/+14
|\ \ \ \
| * | | | Make more consistent with bug 22889 - see comment 83 on that bugSimon MacMullen2010-07-201-1/+0
| | | | |
| * | | | Merge bug22889 into amqp_0_9_1Simon MacMullen2010-07-201-70/+78
| |\ \ \ \
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | to choose. The codegen now builds header files that are the union of 0-8 and 0-9-1.
| | * | | | Don't pull protocol version from the JSON.Simon MacMullen2010-06-241-2/+0
| | | | | |
| * | | | | Merged default into amqp_0_9_1Emile Joubert2010-06-151-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Non-trivial merge of default into amqp_0_9_1. Queue exclusivity (bugMichael Bridgen2010-03-181-4/+11
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20578) and exchange hooks intersect in a few places. The main things to take care over are that the post-queue-deletion hooks gets called, and the exclusivity check is called. NB: exchange auto-delete machinery needs to be removed, which will simplify things in a few places.
| | * | | | De-bitrot by merging default in. Passes rabbit_tests:all_tests() andMichael Bridgen2010-02-151-0/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | the ../rabbitmq-test test suite. Some unused variables appear to have crept in during previous commits to the branch; will fix in another commit.
| | | * \ \ \ merge of default into amqp_0_9_1. Not quite working yet, but runs and passes ↵David R. MacIver2010-01-221-19/+6
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | some tests
| | | * \ \ \ \ Merge from default, to get recent work as well as support for field-array.Michael Bridgen2009-11-171-0/+1
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge from default. Resolved some conflicts due to bool->boolean inMichael Bridgen2009-10-051-0/+1
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type specs, and a bad automerge in rabbit_reader.erl.
| | | | | * | | | | Cope with both 0-8/0-9 style and 0-9-1 style protocol headers.Tony Garnock-Jones2009-05-121-0/+1
| | | | | | | | | |
* | | | | | | | | | added connection_exit() and channel_exit() to relevant function specsbug23022Alexandru Scvortov2010-07-301-1/+2
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-23/+27
| | | | | | | | |