- 16 Apr, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
newlines are like whitespace, so items don't run together
-
- 15 Apr, 2009 4 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
Task-number: 250574
-
Oswald Buddenhagen authored
-
- 06 Apr, 2009 1 commit
-
-
Oswald Buddenhagen authored
merge 3570e978058816745101a69b552ad9d07e349542 and 00f2031c60bc472544b509586ee31c643ab2e81d from qt.
-
- 19 Mar, 2009 1 commit
-
-
dt authored
Task: 247606 Details: Remove all the magic which build on top of the cumalative parser. Instead trust the exact parsing to get those variables correct. This required a bug fix in the profile evaluator, done with ossi. Hopefully this doesn't break windows/mac. Will check.
-
- 17 Mar, 2009 1 commit
-
-
dt authored
Task: 247606 RevBy: analysis and bug fix mostly by ossi Details: More fixes might be needed.
-
- 11 Mar, 2009 5 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
unlike the conditional variant, the substituting variant may actually provide interesting output with rather low likelyhood of side effects. btw, my FIXME was bogus - i confused the two variants.
-
Oswald Buddenhagen authored
-
- 09 Mar, 2009 1 commit
-
-
con authored
Details: "CONFIG = foo bar" resulted in "CONFIG = bar" "CONFIG = foo CONFIG = bar $$CONFIG" resulted in "CONFIG = bar bar"
-
- 25 Feb, 2009 2 commits
- 19 Feb, 2009 1 commit
-
-
con authored
Task: - 244263 RevBy: - dt
-
- 05 Feb, 2009 2 commits
-
-
Roberto Raggi authored
-
dt authored
-
- 04 Feb, 2009 1 commit
-
-
con authored
Details: - Happened in release builds when opening pro files with CONFIG scopes and a non-valid Qt version set.
-
- 03 Feb, 2009 1 commit
-
-
hjk authored
RevBy: dt Details: create QDir objects ony when needed
-
- 26 Jan, 2009 1 commit
-
-
hjk authored
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 08 Jan, 2009 1 commit
-
-
Jarek Kobus authored
-
- 07 Jan, 2009 1 commit
-
-
con authored
-
- 19 Dec, 2008 3 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 18 Dec, 2008 5 commits
-
-
Oswald Buddenhagen authored
now we process all includes and loads in cumulative mode again. functions without side effects don't need special attention in the first place, obviously. and the printing functions already have their own handling.
-
Oswald Buddenhagen authored
- include all known functions into the map - some of them are actually enabled - constant_names ~= s,CF_,T_,
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
Task: 229217
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-
- 12 Dec, 2008 4 commits
-
-
Oswald Buddenhagen authored
without that, the auto-included highly complex files from mkspecs/ make it spew out oodles of warnings. by default, the user-provided files are still scanned in "cumulative" mode (ignoring conditionals), so we collect as many files as possible. (ported from qt)
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
code mostly c&p-d from qmake (sync from qt).
-
Oswald Buddenhagen authored
-