summaryrefslogtreecommitdiff
path: root/qmake/library
AgeCommit message (Expand)AuthorFilesLines
2013-11-14support a cache that is really just a cacheOswald Buddenhagen4-27/+61
2013-11-14clean superfile and cachefile paths upon creationOswald Buddenhagen1-2/+2
2013-11-04move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical locationOswald Buddenhagen1-24/+25
2013-10-24qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2-0/+3
2013-10-17Add JSON parsing support to qmake.Morten Johan Sørvig1-1/+90
2013-10-11qmake: Update internal mkspec on changes to QMAKESPECTor Arne Vestbø2-1/+9
2013-10-11qmake: Evaluate extra configs before loading default_preTor Arne Vestbø2-6/+19
2013-10-11qmake: Load extra variables only if also loading pre-filesTor Arne Vestbø1-4/+4
2013-10-07make setting a bad $$[QMAKEFEATURES] not crash qmakeOswald Buddenhagen3-12/+17
2013-09-24qmake: add $$title() function to convert strings to title caseTor Arne Vestbø1-2/+10
2013-09-21qmake: Expose ARGC to qmake functions to be able to check argument countTor Arne Vestbø2-0/+3
2013-08-27avoid deadlock in cache() during spec/cache loadingOswald Buddenhagen1-1/+1
2013-08-27lock baseEnv in cache()Oswald Buddenhagen2-34/+58
2013-08-27always check for baseEnv init failureOswald Buddenhagen1-0/+2
2013-08-20change reporting of missing filesOswald Buddenhagen1-3/+4
2013-08-20complain about absent files to -pro argument (in lupdate)Oswald Buddenhagen2-6/+7
2013-08-20avoid boolean argument trap: introduce QMakeParser::ParseFlagOswald Buddenhagen3-4/+12
2013-08-07implement simple VFS to support caching during project parsingOswald Buddenhagen7-66/+306
2013-07-19update m_featureRoots less aggressivelyOswald Buddenhagen1-1/+2
2013-07-19cache results of feature searchOswald Buddenhagen2-24/+62
2013-07-19minor optimization: don't concatenate strings needlesslyOswald Buddenhagen3-1/+8
2013-07-19don't unnecessarily use QFileInfo::filePath()Oswald Buddenhagen1-3/+3
2013-07-11Merge branch 'stable' into devSergio Ahumada2-6/+10
2013-07-04don't crash if builddir is suffix of sourcedir (or vice-versa)Oswald Buddenhagen1-1/+2
2013-07-03make split_value_list() even less sane againOswald Buddenhagen1-5/+8
2013-06-27Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2-4/+5
2013-06-25Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2-3/+4
2013-06-21Fix incorrect uname usage.Chris Stylianou1-1/+1
2013-06-15make Makefiles not depend on .qmake.superOswald Buddenhagen2-3/+4
2013-06-12don't copy mkspecs to build directoryOswald Buddenhagen1-0/+2
2013-06-12introduce /src qmake property variantsOswald Buddenhagen1-19/+32
2013-06-12remove pointless string conversionOswald Buddenhagen1-2/+1
2013-06-12make .qmake.{super,cache,conf} find "anchored" featuresOswald Buddenhagen1-0/+2
2013-06-12find features/ under mkspecs/ of source & build rootOswald Buddenhagen1-2/+6
2013-06-12add missing ifdeferyOswald Buddenhagen1-0/+4
2013-06-12fetch all properties from qmakeOswald Buddenhagen1-2/+1
2013-06-12make stubs for dangerous/useless qmake functions in limited modeOswald Buddenhagen1-8/+20
2013-05-20update size calculations for assignment statementsOswald Buddenhagen2-4/+5
2013-05-20QMakeEvaluator: Set pro file as source for internal variablesOrgad Shaneh1-4/+5
2013-05-20Fix warningOrgad Shaneh1-1/+1
2013-05-20Qt4Project: Do a build_pass evaluationDaniel Teske2-12/+2
2013-05-07fix warning in ProStringList_joinJoerg Bornemann1-1/+1
2013-03-21Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal1-3/+3
2013-03-16don't send output of $$join() and $$sprintf() through split_value_list()Oswald Buddenhagen1-3/+2
2013-03-13make split_value_list() a bit less sane againOswald Buddenhagen1-2/+7
2013-03-12clean paths of found files in prepareProject()Oswald Buddenhagen1-3/+3
2013-03-12make split_value_list() saneOswald Buddenhagen1-31/+33
2013-03-12permit returning from filesOswald Buddenhagen1-12/+17
2013-03-12remove pointless initialization of qmakespecOswald Buddenhagen1-1/+0
2013-02-18Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn1-3/+3