| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move codegen.py to rabbitmq-common | Jean-Sébastien Pédron | 2015-10-20 | 1 | -596/+0 |
| | | |||||
| * | Merge stable into master | Michael Klishin | 2015-08-31 | 1 | -2/+2 |
| |\ | |||||
| | * | GoPivotal => Pivotal Software in a few more places | Michael Klishin | 2015-08-31 | 1 | -2/+2 |
| | | | |||||
| | * | (c) year | Michael Klishin | 2015-05-24 | 1 | -2/+2 |
| | | | |||||
| * | | remove python version detection from Makefile... | derwinlu | 2015-07-03 | 1 | -0/+1 |
| | | | | | | | | | ...and let env handle it. | ||||
| * | | (c) year | Michael Klishin | 2015-05-24 | 1 | -2/+2 |
| |/ | |||||
| * | Update copyright for 2014 | Simon MacMullen | 2014-03-17 | 1 | -2/+2 |
| | | |||||
| * | Check UTF-8-ness of shortstrs in non-content-bearing methods. Note that we ↵ | Simon MacMullen | 2013-11-04 | 1 | -2/+6 |
| | | | | | use the previously developed "fast" checker to avoid a dependency on xmerl, not so much because it is fast. | ||||
| * | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -4/+4 |
| | | |||||
| * | Update copyright 2013 | Emile Joubert | 2013-01-23 | 1 | -2/+2 |
| | | |||||
| * | macrofy | Matthias Radestock | 2012-11-05 | 1 | -26/+25 |
| | | |||||
| * | merge bug25266 into bug25273 | Matthias Radestock | 2012-11-05 | 1 | -11/+56 |
| |\ | |||||
| | * | fix bug | Matthias Radestock | 2012-11-05 | 1 | -1/+1 |
| | | | |||||
| | * | code gen property encoder | Matthias Radestock | 2012-11-05 | 1 | -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 bug25266 | Matthias Radestock | 2012-11-05 | 1 | -26/+39 |
| |\ \ | |/ | | | | | | | which entails switching from funs to macros for all the new property decoders we introduced | ||||
| | * | handle all types in property decoder | Matthias Radestock | 2012-11-04 | 1 | -9/+24 |
| | | | |||||
| | * | merge bug25269 into bug25266 | Matthias Radestock | 2012-11-04 | 1 | -22/+7 |
| | |\ | |||||
| | | * | merge bug25268 into bug25266 | Matthias Radestock | 2012-11-04 | 1 | -21/+6 |
| | | |\ | |||||
| | | | * | ditch superfluous type mapping in codegen | Matthias Radestock | 2012-11-03 | 1 | -21/+6 |
| | | | | | |||||
| | | * | | be more assertive in property decoding | Matthias Radestock | 2012-11-04 | 1 | -1/+1 |
| | | |/ | |||||
| * | | | switch back to using macros | Matthias Radestock | 2012-11-05 | 1 | -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 decoder | Matthias Radestock | 2012-11-04 | 1 | -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 2012 | Emile Joubert | 2012-02-02 | 1 | -2/+2 |
| | | |||||
| * | cosmetic | Alexandru Scvortov | 2011-10-18 | 1 | -7/+12 |
| | | | | | And fix the '_':2 thing. | ||||
| * | unroll property parser | Alexandru Scvortov | 2011-10-17 | 1 | -5/+45 |
| | | | | | The codegen code is quite ugly now; I'll see what I can do about that. | ||||
| * | more autogenerated specs | Alexandru Scvortov | 2011-08-05 | 1 | -0/+3 |
| | | | | | The specs for framing_0_8 and framing_0_9_1 are up to date. | ||||
| * | Merged default into bug23483 | Emile Joubert | 2011-02-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Sender-specified distribution for fanout exchanges | Emile Joubert | 2011-01-19 | 1 | -1/+1 |
| | | | |||||
| * | | Correct all remaining copyright notices | Matthew Sackman | 2011-01-19 | 1 | -52/+22 |
| |/ | |||||
| * | merge bug23475 into default (eliminate dialyzer errors) | Alexandru Scvortov | 2010-11-11 | 1 | -4/+6 |
| |\ | |||||
| | * | yet another spec error | Matthias Radestock | 2010-11-07 | 1 | -1/+1 |
| | | | |||||
| | * | export types in more sensible order and add some that were missing | Matthias Radestock | 2010-11-06 | 1 | -3/+5 |
| | | | |||||
| * | | refactor: extract shortstr size check | Matthias Radestock | 2010-11-08 | 1 | -2/+7 |
| | | | |||||
| * | | don't check shortstr size on decode since it is guaranteed to fit | Matthias Radestock | 2010-11-08 | 1 | -2/+0 |
| |/ | |||||
| * | merging in from default | Vlad Alexandru Ionescu | 2010-09-16 | 1 | -6/+16 |
| |\ | |||||
| | * | Merging bug 23022 onto default | Matthew Sackman | 2010-08-02 | 1 | -1/+2 |
| | |\ | |||||
| | | * | added connection_exit() and channel_exit() to relevant function specs | Alexandru Scvortov | 2010-07-30 | 1 | -1/+2 |
| | | | | |||||
| | * | | version should come first | Matthias Radestock | 2010-07-09 | 1 | -7/+6 |
| | | | | |||||
| | * | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -64/+64 |
| | |\ \ | | |/ | |||||
| | * | | Correct spec; correct dependencies. | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Get codegen to build Protocol:version(). | Simon MacMullen | 2010-07-02 | 1 | -1/+7 |
| | | | | |||||
| | * | | Codegen up two different versions of rabbit_framing and provide a dispatcher ↵ | Simon MacMullen | 2010-06-24 | 1 | -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 MacMullen | 2010-06-24 | 1 | -2/+0 |
| | | | | |||||
| * | | | merging in from default | Vlad Ionescu | 2010-07-14 | 1 | -1/+101 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | moved export_types to inside ifdefs | Alexandru Scvortov | 2010-07-05 | 1 | -23/+27 |
| | | | | |||||
| | * | | added missing export_types | Alexandru Scvortov | 2010-07-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | better types | Alexandru Scvortov | 2010-07-02 | 1 | -7/+19 |
| | | | | |||||
| | * | | moved most hard-coded types from rabbit_framing | Alexandru Scvortov | 2010-07-02 | 1 | -7/+1 |
| | | | | |||||
| | * | | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrl | Alexandru Scvortov | 2010-07-02 | 1 | -13/+2 |
| | | | | |||||
| | * | | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -50/+51 |
| | |/ | |||||
