summaryrefslogtreecommitdiff
path: root/codegen
AgeCommit message (Expand)AuthorFilesLines
2013-06-09cmake: Replace QtHelpers by a better FindQt4or5 scriptGeorge Kiagiadakis1-3/+1
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis1-1/+1
2012-08-24Fix include order because bison is retarded - fixes codegen compilation with ...George Kiagiadakis2-2/+2
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis5-6/+6
2011-08-10Add license header in codegen's generated files.George Kiagiadakis1-9/+29
2011-01-20Add hack to support glib < 2.26, as it is foolish to depend on 2.26 just for ...George Kiagiadakis1-0/+1
2011-01-20Find the path to unistd.h and use it if codegen is being compiled with msvc.George Kiagiadakis1-0/+7
2011-01-08Cleanup internal macros and hide as much as we can from both the headers and ...George Kiagiadakis1-2/+8
2011-01-08Declare the exported and non-exported symbols of the libraries.George Kiagiadakis1-1/+2
2011-01-07Fix branding: it's GStreamer, not Gstreamer.George Kiagiadakis1-1/+1
2011-01-06codegen: Improve the generated wrapper constructor functions.George Kiagiadakis1-4/+14
2011-01-05codegen: treat namespace and class declarations as normal tokens.George Kiagiadakis2-5/+20
2011-01-03Modify codegen to generate wrapper constructor functions.George Kiagiadakis4-26/+167
2010-12-13Catch C++ keywords only if they have space before.George Kiagiadakis1-3/+3
2010-07-24Add a new QtGstreamerUi library that contains a VideoWidget class, a widget t...George Kiagiadakis1-1/+1
2010-07-17Add wrapper for GstXOverlay and fix codegen to be able to use more gstreamer ...George Kiagiadakis1-4/+6
2010-06-19Refactor the Type and Value systems, cleanup code, add useful macros, documen...George Kiagiadakis1-0/+9
2010-04-13Support mixed type registrations and enum definitions in codegen, needed for ...George Kiagiadakis1-5/+2
2010-03-31Improve enum assertions generation.George Kiagiadakis1-2/+8
2010-03-14Initial commit of the QtGstreamer helper code generator.George Kiagiadakis6-0/+551