summaryrefslogtreecommitdiffstats
path: root/generator/parser
Commit message (Collapse)AuthorAgeFilesLines
* Change license headers from Nokia to DigiaSergio Ahumada2013-03-1259-1062/+1062
| | | | | Change-Id: Ica0aa63b8f9b335768a78752cba6c066195e882b Reviewed-by: Robin Burchell <[email protected]>
* Take const QString& to setException instead of QString.Mike Arthur2010-03-192-2/+2
| | | | | Merge-request: 1853 Reviewed-by: Kent Hansen <[email protected]>
* Add support for throwing exceptions through the bindings to allow compilationMike Arthur2010-03-194-0/+31
| | | | | | | of code that already uses exceptions. Merge-request: 1853 Reviewed-by: Kent Hansen <[email protected]>
* Update licensing informationKent Hansen2009-11-2659-720/+1906
| | | | Trolltech ASA is no more, long live Qt by Nokia!
* Work with some stricter compilersKent Hansen2009-11-243-0/+5
|
* Add support for no-argument functions in the format "returnType function(void)".Mike Arthur2009-09-291-0/+7
| | | | | Merge-request: 1531 Reviewed-by: Kent Hansen <[email protected]>
* support #warning directiveKent Hansen2009-06-032-1/+4
| | | | Avoid heaps of warnings.
* bug in TypeInfo::operator==() (patch contributed by Peter Kümmel)Kent Hansen2008-08-261-1/+1
|
* Find framework include paths on the Mac.Kent Hansen2008-08-151-0/+16
| | | | | | | The pp-engine couldn't handle include commands that refer to headers in frameworks on Mac. If frameworks are specified to the compiler/preprocessor, includes like "Somepath/myfile.h" are also broken down to "Somepath.framework/Headers/myfile.h" in the framework search paths. The standard Qt binary install on the Mac is compiled with frameworks, so this is of some relevance.
* Initial import from revision 664 at ↵Simon Hausmann2008-07-0365-0/+17567
svn://labs.trolltech.com/svn/qtscript/generator