summaryrefslogtreecommitdiff
path: root/codegen.py
Commit message (Collapse)AuthorAgeFilesLines
* removing is_amqp_hard_error in rabbit_framing and adding amqp_exception ↵bug22063Vlad Ionescu2009-11-301-19/+6
| | | | function to lookup amqp error codes and turn them into atoms
* adding support for determining if an amqp reply code is either a soft or a ↵Vlad Ionescu2009-10-231-3/+24
| | | | hard error
* Also check for a nowait field on synchronous recordsbug21493Paul Jones2009-08-261-1/+5
|
* Added code generation of is_method_synchronousPaul Jones2009-08-261-0/+7
|
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
|
* Moved from python-json to python-simplejson.bug19841Hubert Plociniczak2008-11-201-1/+2
| | | | Fixed 'unicode' problem for auto-generated code.
* support default empty AMQP tablesbug17070Matthias Radestock2008-08-261-1/+10
|
* fixed bug in emitting erlang binary stringKarol Skocik2008-08-261-1/+1
|
* added mapping which decides how to convert Python value to Erlang default valueKarol Skocik2008-08-081-1/+9
|
* Migrate branch bug17070Tony Garnock-Jones2008-07-031-7/+10
|
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+305