- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 13 Jul, 2012 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: If6be3a280e0509541df0354f41a3ed1dad100239 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 09 Jul, 2012 2 commits
-
-
Oswald Buddenhagen authored
this is clearer and not necessarily more code. Change-Id: Ic698a8076658ae986d0dbdeebb1f4760dd806e35 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: I3c25642b885171a47e8fd27e39e5d470d9f24db3 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 04 Jul, 2012 4 commits
-
-
Oswald Buddenhagen authored
with the removal of the skip jump label some time ago, this condition became insatisfiable. Change-Id: I4fc52ca8a38e048fd37c2ae6bfaae69acf09ada0 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
in the context of possibly using the same parse result for multiple build configurations, resolving env variables already during parsing would be just wrong. Change-Id: I49367b5eff5868a38c026b8bd74148e0b359fffb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Oswald Buddenhagen authored
they are "compiler defines", with no dependency on the evaluation context. Change-Id: I25bf006347ecd2edb501a344820e2ac11ff389e9 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
more natural name Change-Id: I38d2a2fc785686aa5777afe41452b53f2c24adf8 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 12 Apr, 2012 1 commit
-
-
Oswald Buddenhagen authored
this permits referencing qt 5 FOO/raw properties Change-Id: Ib6c65b9975eb74466dbf38d0b932caac9b392b7a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 21 Oct, 2011 1 commit
-
-
Robert Loehning authored
Change-Id: I1368cb534284016479211160cd8bf3cbc2f738e4 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 30 May, 2011 1 commit
-
-
Oswald Buddenhagen authored
now we uniformly increment the read pointer only if we encountered a terminator (which also implies that we were not at non-eol yet). Task-number: QTCREATORBUG-5022 Change-Id: If4a4e7aec7423684297393fa10e50a69773b2048 Reviewed-on: http://codereview.qt.nokia.com/222 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 06 Apr, 2011 4 commits
-
-
Oswald Buddenhagen authored
as far as possible, anyway. and suppress messages after the first one. this avoids that scope nesting gets thrown off and thus spurious followup-errors crop up. as a "side effect", this fixes a crash resulting from us rewinding the token stream but ignoring the block stack on the way. Task-number: QTCREATORBUG-4368
-
Oswald Buddenhagen authored
this makes the value list sizehints more correct: instead of the number of literals and expansions, it's now the number of actual words, and that only if the expression starts with a literal (otherwise the pre-allocation is discarded anyway). the performance impact seems negligible, with qt being a tad slower and creator a tad faster. as a side effect, complaining about excess words in a test expression does not immediately terminate the current line's parsing.
-
Oswald Buddenhagen authored
reverts 6f5bf29e. coverity sucks, thankyouverymuch.
-
Oswald Buddenhagen authored
-
- 16 Mar, 2011 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 07 Mar, 2011 1 commit
-
-
Oswald Buddenhagen authored
-
- 10 Feb, 2011 1 commit
-
-
Oswald Buddenhagen authored
instead of erroring out the parse, only error out the evaluation in exact mode. that way we can do cumulative evaluation even on broken files. Task-number: QTCREATORBUG-3093
-
- 18 Jan, 2011 1 commit
-
-
Oswald Buddenhagen authored
a line ending in two backslashes would produce a literal backslash and run off the end. Task-number: QTCREATORBUG-3360
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 16 Sep, 2010 1 commit
-
-
Oswald Buddenhagen authored
this has only an effect if parsing the previous file failed in a place with a non-empty stack.
-
- 02 Sep, 2010 1 commit
-
-
Oswald Buddenhagen authored
QString::isNull() vs. isEmpty() discrimination is a time bomb ...
-
- 24 Jun, 2010 1 commit
-
-
Oswald Buddenhagen authored
this is less insane than (and thus incompatible to) qmake, but i postulate that nobody will complain. :)
-
- 21 Jun, 2010 2 commits
-
-
Oswald Buddenhagen authored
-
Bill King authored
-
- 18 Jun, 2010 1 commit
-
-
Oswald Buddenhagen authored
-