codegen.py
3 months ago Update copyright 2012
7 months ago cosmetic
7 months ago unroll property parser
9 months ago more autogenerated specs
15 months ago Merged default into bug23483
16 months ago Correct all remaining copyright notices
16 months ago Sender-specified distribution for fanout exchanges
18 months ago merge bug23475 into default (eliminate dialyzer errors)
18 months ago refactor: extract shortstr size check
18 months ago don't check shortstr size on decode since it is guaranteed to fit
18 months ago yet another spec error
18 months ago export types in more sensible order and add some that were missing
20 months ago merging in from default
21 months ago Merging bug 23022 onto default
22 months ago added connection_exit() and channel_exit() to relevant function specs
22 months ago Make more consistent with bug 22889 - see comment 83 on that bug
22 months ago Merge bug22889 into amqp_0_9_1
22 months ago merging in from default
22 months ago version should come first
22 months ago Merge bug22886 into junk
22 months ago Merge default into bug22889
22 months ago moved export_types to inside ifdefs
22 months ago added missing export_types
22 months ago Correct spec; correct dependencies.
22 months ago Get codegen to build Protocol:version().
22 months ago better types
22 months ago moved most hard-coded types from rabbit_framing
22 months ago redistributed all types from rabbit_framing_spec.hrl and rabbit.hrl
22 months ago partially moved types out of rabbit.hrl
23 months ago Codegen up two different versions of rabbit_framing and provide a dispatcher to choose. The codegen now builds header files that are the union of 0-8 and 0-9-1.
23 months ago Don't pull protocol version from the JSON.
23 months ago Merged default into amqp_0_9_1
23 months ago removed unnecessary ifdefs
23 months ago ifdefs surround ALL the specs
23 months ago cosmetic
23 months ago enclosed generated specs in -ifdefs
23 months ago spaces instead of tabs in autogenerated code
23 months ago removed duplicated code
23 months ago codegen.py now works with latest rabbit-codegen
23 months ago rabbit_framing_spec.hrl is now generated
23 months ago auto-generation of all function specs for rabbit_framing
23 months ago more rabbit_framing specs are generated automatically
2010-05-14 merging in from default
2010-03-18 Non-trivial merge of default into amqp_0_9_1. Queue exclusivity (bug
2010-02-17 Backed out changeset 4922b15fa148 as it's not needed.
2010-02-17 Add support for extracting field names for class properties
2010-02-16 Merging default ⇨ bug 16653
2010-02-15 De-bitrot by merging default in. Passes rabbit_tests:all_tests() and
2010-02-10 Merging bug22332 onto default
2010-02-09 update copyright notices to say 2010 where appropriate
2010-01-29 improving shortstr overflow checking
2010-01-29 Remove the response verification as errors should cause the channel or connection to be closed
2010-01-29 Need to be able to verify that the response got back from the server is ok, when declaring resources.
2010-01-27 Added method_record to codegen.py for the shovel
2010-01-21 adding lookup_class_name to rabbit_framing
2010-01-12 Add autogen comment and copyright.
2009-12-01 Merge default into amqp_0_9_1
2009-11-30 removing is_amqp_hard_error in rabbit_framing and adding amqp_exception function to lookup amqp error codes and turn them into atoms
2009-11-17 Merge from default, to get recent work as well as support for field-array.
2009-10-23 adding support for determining if an amqp reply code is either a soft or a hard error