summaryrefslogtreecommitdiff
path: root/librabbitmq/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* Make the examples compile and work under WindowsDavid Wragg2010-10-211-1/+1
* Convert generated code to use the new codec helper functionsDavid Wragg2010-10-211-151/+188
* Don't produce empty structs in generated codeDavid Wragg2010-10-211-2/+5
* merged default into bug22951Alexandru Scvortov2010-08-041-0/+1
|\
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-091-0/+1
* | A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-0/+1
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-8/+6
|/
* Only allocate and check if we would ask for more than zero bytesTony Garnock-Jones2010-04-201-3/+6
* Check results of amqp_pool_alloc() and friends.Tony Garnock-Jones2010-04-161-0/+2
* Include stdint.h in generated C. HT @geoffgarside.Tony Garnock-Jones2010-03-301-0/+1
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-30/+47
* Add "autogenerated code" comment to codegen.Tony Garnock-Jones2010-01-121-1/+4
* Add amqp_constant_name() and amqp_constant_is_hard_error().Tony Garnock-Jones2010-01-091-0/+21
* Add missing flagword_index incrementTony Garnock-Jones2009-08-121-0/+1
* Introduce more mid-level APITony Garnock-Jones2009-05-071-1/+2
* Avoid stomping on flags during content properties encoding.Tony Garnock-Jones2009-04-261-9/+14
* Publication works!Tony Garnock-Jones2009-04-261-26/+10
* More workTony Garnock-Jones2009-04-251-0/+20
* Codegen, codecTony Garnock-Jones2009-04-251-159/+250
* Start work on codegenTony Garnock-Jones2009-04-251-0/+342