summaryrefslogtreecommitdiff
path: root/src/shared/proparser
Commit message (Expand)AuthorAgeFilesLines
* Fixed transient compile failure with highly parallel jom.Rohan McGovern2009-10-121-0/+1
* implement eval()Oswald Buddenhagen2009-10-021-6/+16
* implement infile() and $$fromfile()Oswald Buddenhagen2009-09-231-20/+19
* don't attempt to read qmake cache if there is noneOswald Buddenhagen2009-09-091-2/+2
* revert acd090200 - no crash or even memory corruption reproducibleOswald Buddenhagen2009-09-091-1/+2
* cache_valuemap doesn't have to be a member any moreOswald Buddenhagen2009-09-092-4/+4
* Fix crash.dt2009-09-011-1/+1
* Remove now dead code.dt2009-09-011-11/+0
* Fix parsing of .qmake.cache Fixes DESTDIR for debug_and_release_targetsdt2009-09-011-1/+1
* fix function argument evaluationOswald Buddenhagen2009-08-141-17/+27
* don't skip unconditional scopesOswald Buddenhagen2009-08-141-4/+11
* remove some superfluous bracesOswald Buddenhagen2009-08-141-10/+6
* fix message reporting in derived classesOswald Buddenhagen2009-08-141-65/+83
* remove forgotten enumOswald Buddenhagen2009-08-141-2/+0
* fix line continuation parsing ... againOswald Buddenhagen2009-08-141-1/+5
* long live the kinghjk2009-08-1419-19/+19
* qmake's include function now supports three argumentsKeith Isdale2009-08-141-2/+4
* inherit functions from the base configOswald Buddenhagen2009-08-112-24/+71
* next attempt at fixing low-level parsingOswald Buddenhagen2009-08-111-129/+239
* make $$_QMAKE_CACHE_ return something useful now that we support itOswald Buddenhagen2009-08-111-1/+1
* fix compile the proper wayOswald Buddenhagen2009-08-051-2/+3
* don't hang in .qmake.cache search when build dir does not existOswald Buddenhagen2009-08-051-2/+1
* Fixed build problem by removing the private.Erik Verbruggen2009-08-051-1/+1
* don't report prf inclusions to derived classesOswald Buddenhagen2009-08-041-1/+8
* move include recursion check to evaluateFile() where it belongsOswald Buddenhagen2009-08-041-14/+16
* move qmake property hash to option objectOswald Buddenhagen2009-08-042-9/+3
* complain about querying non-existing propertiesOswald Buddenhagen2009-08-041-3/+5
* rely on the properties passed into the evaluatorOswald Buddenhagen2009-08-041-29/+1
* improved high-level qmake compatOswald Buddenhagen2009-08-042-58/+190
* look only for mkspec features for the current target platformOswald Buddenhagen2009-08-041-10/+25
* micro-optimizationsOswald Buddenhagen2009-08-041-11/+11
* fixEnvVariables => expandEnvVars overloadOswald Buddenhagen2009-08-041-11/+10
* set the current work dir even for pri filesOswald Buddenhagen2009-08-041-12/+11
* make the qmake option object a proper memberOswald Buddenhagen2009-08-042-90/+96
* make Option a nested class of ProFileEvaluatorOswald Buddenhagen2009-08-044-166/+92
* shuffle code aroundOswald Buddenhagen2009-08-042-165/+169
* inline trivial functionsOswald Buddenhagen2009-08-042-15/+5
* remove remainders of a fairly useless set of assertsOswald Buddenhagen2009-08-042-7/+0
* don't push top level pro file twice on stackOswald Buddenhagen2009-08-041-6/+6
* get rid of m_origfileOswald Buddenhagen2009-08-041-5/+2
* initialize TARGET properly instead of fixing it laterOswald Buddenhagen2009-08-041-3/+5
* refactor pre, post and CONFIG feature inclusionOswald Buddenhagen2009-08-041-32/+26
* plug memory leakOswald Buddenhagen2009-08-041-7/+7
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-07-221-142/+115
|\
| * fix comment parsing wrt line continuationsOswald Buddenhagen2009-07-211-23/+33
| * make the feature file search do fewer useless stat()sOswald Buddenhagen2009-07-211-16/+10
| * inline parseLine()Oswald Buddenhagen2009-07-211-102/+86
| * make excess closing braces non-fatalOswald Buddenhagen2009-07-211-26/+11
* | Parse the Makefile in the importing case a lot betterdt2009-07-221-0/+3
|/
* whoops - fix parsing of line continuationsOswald Buddenhagen2009-07-161-1/+1