summaryrefslogtreecommitdiff
path: root/librabbitmq/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* Enable auto_delete & internal for exchange.declareAlan Antonuk2014-10-191-1/+0
* Document public APIAlan Antonuk2013-08-131-17/+99
* Move amqp_os_socket* funcs to amqp_socket.h/cAlan Antonuk2013-06-131-1/+0
* Expose public error-code interfaceAlan Antonuk2013-06-131-14/+14
* Updating license yearAlan Antonuk2013-04-081-0/+9
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Build without amqp_framing.py codegenAlan Antonuk2013-01-161-2/+2
* Codegen.py should emit license in amqp_framing.hAlan Antonuk2013-01-151-1/+33
* Python 3.x support in codegen.py (via 2to3)Alan Antonuk2012-10-041-1/+2
* Cleaning up Public API decorators on Win32Alan Antonuk2012-05-231-21/+21
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-34/+54
* Merge remote-tracking branch 'upstream/bug24770'Alan Antonuk2012-04-121-52/+40
|\
| * Python uses different comments than CMarek Majkowski2012-04-121-27/+27
| * Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-59/+47
* | Merge remote-tracking branch 'upstream/bug24606'Alan Antonuk2012-04-121-2/+2
|\ \ | |/
| * Update copyright 2012Emile Joubert2012-02-021-2/+2
* | amqp_framing.h should include amqp.hAlan Antonuk2012-03-061-0/+2
|/
* Remove trailing whitespaceDavid Wragg2011-07-051-1/+1
* Include a license block in generated filesbug23872David Wragg2011-03-021-11/+49
* Python doesn't like C commentsDavid Wragg2011-03-011-35/+35
* Update copyright noticesDavid Wragg2011-03-011-47/+35
* Extract common code from generated API functionsbug23645David Wragg2011-01-141-12/+4
* Generate API functions corresponding to most synchronous methodsDavid Wragg2011-01-071-7/+112
* 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