Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-21 | codegen: include headers locally | Marc-André Lureau | 1 | -0/+1 | |
2012-03-21 | codegen: struct marshallers are not current function helper | Marc-André Lureau | 1 | -1/+1 | |
This solves the issue of struct_marshallers being included within the current ifdef/endif body, although they are independant functions. | |||||
2012-03-20 | don't #include config.h in generated header files | Christophe Fergeau | 1 | -3/+4 | |
7e30572ab adds a #include <config.h> to the beginning of generated files. It also does this for generated headers and enums files, which is not wanted, especially if it's an installed file. This commit only adds this include for the non-header non-enum case (hopefully, enums are only generated for use in a .h file). | |||||
2012-03-20 | python: remove c-ism trailing ; | Marc-André Lureau | 1 | -2/+2 | |
2012-03-20 | add comment to beginning of autogenerated files | Christophe Fergeau | 1 | -0/+2 | |
2012-03-20 | add config.h to autogenerated files too | Christophe Fergeau | 1 | -0/+4 | |
Modify the python (de)marshaller generator to add #include <config.h> at the beginning of the C files it generates | |||||
2012-03-20 | Make pointers 32bit in new protocol format | Alexander Larsson | 1 | -0/+4 | |
2012-03-20 | Support extra prefix in code generators | Alexander Larsson | 1 | -0/+4 | |
This is require when we add a new spice.proto for the old (major 1) protocol description. | |||||
2012-03-20 | Support creating marshallers that are called indirectly | Alexander Larsson | 1 | -2/+5 | |
This is needed if we want to switch marshallers depending on what major version the remote side has. | |||||
2012-03-20 | Allow multiple --include args | Alexander Larsson | 1 | -3/+4 | |
2012-03-20 | Add support for generating message and structure marshallers | Alexander Larsson | 1 | -1/+35 | |
2012-03-20 | Add python code to automake system | Alexander Larsson | 1 | -0/+165 | |