index
:
platform/upstream/qtbase
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/ipalachev/tizen
sandbox/jihochu/5.0
sandbox/pcoval/tizen
tizen
tizen2.2
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_release
upstream
Domain: UI Framework / Qt;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qmake
/
library
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-14
support a cache that is really just a cache
Oswald Buddenhagen
4
-27
/
+61
2013-11-14
clean superfile and cachefile paths upon creation
Oswald Buddenhagen
1
-2
/
+2
2013-11-04
move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical location
Oswald Buddenhagen
1
-24
/
+25
2013-10-24
qmake: Expose qmake arguments as QMAKE_ARGS
Tor Arne Vestbø
2
-0
/
+3
2013-10-17
Add JSON parsing support to qmake.
Morten Johan Sørvig
1
-1
/
+90
2013-10-11
qmake: Update internal mkspec on changes to QMAKESPEC
Tor Arne Vestbø
2
-1
/
+9
2013-10-11
qmake: Evaluate extra configs before loading default_pre
Tor Arne Vestbø
2
-6
/
+19
2013-10-11
qmake: Load extra variables only if also loading pre-files
Tor Arne Vestbø
1
-4
/
+4
2013-10-07
make setting a bad $$[QMAKEFEATURES] not crash qmake
Oswald Buddenhagen
3
-12
/
+17
2013-09-24
qmake: add $$title() function to convert strings to title case
Tor Arne Vestbø
1
-2
/
+10
2013-09-21
qmake: Expose ARGC to qmake functions to be able to check argument count
Tor Arne Vestbø
2
-0
/
+3
2013-08-27
avoid deadlock in cache() during spec/cache loading
Oswald Buddenhagen
1
-1
/
+1
2013-08-27
lock baseEnv in cache()
Oswald Buddenhagen
2
-34
/
+58
2013-08-27
always check for baseEnv init failure
Oswald Buddenhagen
1
-0
/
+2
2013-08-20
change reporting of missing files
Oswald Buddenhagen
1
-3
/
+4
2013-08-20
complain about absent files to -pro argument (in lupdate)
Oswald Buddenhagen
2
-6
/
+7
2013-08-20
avoid boolean argument trap: introduce QMakeParser::ParseFlag
Oswald Buddenhagen
3
-4
/
+12
2013-08-07
implement simple VFS to support caching during project parsing
Oswald Buddenhagen
7
-66
/
+306
2013-07-19
update m_featureRoots less aggressively
Oswald Buddenhagen
1
-1
/
+2
2013-07-19
cache results of feature search
Oswald Buddenhagen
2
-24
/
+62
2013-07-19
minor optimization: don't concatenate strings needlessly
Oswald Buddenhagen
3
-1
/
+8
2013-07-19
don't unnecessarily use QFileInfo::filePath()
Oswald Buddenhagen
1
-3
/
+3
2013-07-11
Merge branch 'stable' into dev
Sergio Ahumada
2
-6
/
+10
2013-07-04
don't crash if builddir is suffix of sourcedir (or vice-versa)
Oswald Buddenhagen
1
-1
/
+2
2013-07-03
make split_value_list() even less sane again
Oswald Buddenhagen
1
-5
/
+8
2013-06-27
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2
-4
/
+5
2013-06-25
Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...
Frederik Gladhorn
2
-3
/
+4
2013-06-21
Fix incorrect uname usage.
Chris Stylianou
1
-1
/
+1
2013-06-15
make Makefiles not depend on .qmake.super
Oswald Buddenhagen
2
-3
/
+4
2013-06-12
don't copy mkspecs to build directory
Oswald Buddenhagen
1
-0
/
+2
2013-06-12
introduce /src qmake property variants
Oswald Buddenhagen
1
-19
/
+32
2013-06-12
remove pointless string conversion
Oswald Buddenhagen
1
-2
/
+1
2013-06-12
make .qmake.{super,cache,conf} find "anchored" features
Oswald Buddenhagen
1
-0
/
+2
2013-06-12
find features/ under mkspecs/ of source & build root
Oswald Buddenhagen
1
-2
/
+6
2013-06-12
add missing ifdefery
Oswald Buddenhagen
1
-0
/
+4
2013-06-12
fetch all properties from qmake
Oswald Buddenhagen
1
-2
/
+1
2013-06-12
make stubs for dangerous/useless qmake functions in limited mode
Oswald Buddenhagen
1
-8
/
+20
2013-05-20
update size calculations for assignment statements
Oswald Buddenhagen
2
-4
/
+5
2013-05-20
QMakeEvaluator: Set pro file as source for internal variables
Orgad Shaneh
1
-4
/
+5
2013-05-20
Fix warning
Orgad Shaneh
1
-1
/
+1
2013-05-20
Qt4Project: Do a build_pass evaluation
Daniel Teske
2
-12
/
+2
2013-05-07
fix warning in ProStringList_join
Joerg Bornemann
1
-1
/
+1
2013-03-21
Merge remote-tracking branch 'gerrit/release' into stable
Samuel Rødal
1
-3
/
+3
2013-03-16
don't send output of $$join() and $$sprintf() through split_value_list()
Oswald Buddenhagen
1
-3
/
+2
2013-03-13
make split_value_list() a bit less sane again
Oswald Buddenhagen
1
-2
/
+7
2013-03-12
clean paths of found files in prepareProject()
Oswald Buddenhagen
1
-3
/
+3
2013-03-12
make split_value_list() sane
Oswald Buddenhagen
1
-31
/
+33
2013-03-12
permit returning from files
Oswald Buddenhagen
1
-12
/
+17
2013-03-12
remove pointless initialization of qmakespec
Oswald Buddenhagen
1
-1
/
+0
2013-02-18
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...
Frederik Gladhorn
1
-3
/
+3
[next]