summaryrefslogtreecommitdiffstats
path: root/python_modules/marshal.py
Commit message (Expand)AuthorAgeFilesLines
* Remove codegenMarc-André Lureau2016-03-101-420/+0
* codegen: Simplify if/else blocksFrediano Ziglio2015-07-231-18/+11
* Make spice_codegen.py work on both Python 2 and 3Alexander Wauck2015-04-011-9/+9
* python: Fix -Wsign-compareFabiano Fidêncio2014-09-181-3/+3
* python: Fix -Wunused-parameterFabiano Fidêncio2014-09-181-1/+1
* Use #include "common/..." in (de)marshallersChristophe Fergeau2014-04-161-2/+2
* codegen: ifdef/endif function declaration tooMarc-André Lureau2012-03-211-0/+2
* codegen: include headers locallyMarc-André Lureau2012-03-211-2/+2
* codegen: struct marshallers are not current function helperMarc-André Lureau2012-03-211-2/+3
* handle @ifdef on messages and channelsChristophe Fergeau2012-03-201-3/+25
* demarshaller/marshaller fix gcc 4.6.0Alon Levy2012-03-201-3/+5
* mingw32 build: python_modules/marshal: use unsigned for for_loop index variableAlon Levy2012-03-201-1/+1
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2012-03-201-0/+1
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2012-03-201-2/+8
* codegen: Various cleanupsAlexander Larsson2012-03-201-45/+23
* codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson2012-03-201-9/+10
* marshaller: Make @nonnull a propagated attributeAlexander Larsson2012-03-201-1/+1
* marshaller: Add generic way to handle propagating attributesAlexander Larsson2012-03-201-2/+2
* Properly parse and marshall SpiceStringGerd Hoffmann2012-03-201-3/+17
* Support @marshall to automatically marshall pointersAlexander Larsson2012-03-201-15/+24
* Store SpicePath segment count rather than sizeAlexander Larsson2012-03-201-9/+18
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2012-03-201-0/+2
* Make pointers 32bit in new protocol formatAlexander Larsson2012-03-201-2/+2
* Add support for @virtual markup in spice protocolAlexander Larsson2012-03-201-0/+3
* Make internal generated marshaller functions staticAlexander Larsson2012-03-201-1/+1
* Support extra prefix in code generatorsAlexander Larsson2012-03-201-1/+1
* Support creating marshallers that are called indirectlyAlexander Larsson2012-03-201-6/+25
* Make generated marshallers build on win32Alexander Larsson2012-03-201-0/+1
* Add support for generating message and structure marshallersAlexander Larsson2012-03-201-0/+357