summaryrefslogtreecommitdiff
path: root/src/shared/proparser
Commit message (Expand)AuthorAgeFilesLines
* 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
* optimize low-level pro reader codeOswald Buddenhagen2009-07-151-77/+119
* less braindead evaluation of ProVariable & ProValueOswald Buddenhagen2009-07-141-106/+81
* move actual replaceInList imlementation back to proparserutils.hOswald Buddenhagen2009-07-142-32/+7
* remove bizarre TARGET hackOswald Buddenhagen2009-07-141-23/+0
* no point in ProFile being a QObjectOswald Buddenhagen2009-07-141-4/+1
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
* remove linguist-specific functionsOswald Buddenhagen2009-07-102-65/+0
* implement proper vpath handling for qt4 projectsOswald Buddenhagen2009-07-102-106/+57
* Add a public method which reads the content of pro file from stringJarek Kobus2009-07-072-3/+23
* Support condition scopes in pro files.Aaron McCarthy2009-07-031-4/+22
* Update license headers and sales contact details.Jason McDonald2009-06-1720-40/+40
* Fixes YACCSOURCES and LEXSOURCES files not visible in the project tree.dt2009-06-161-1/+3
* Fix static leak to make valgrinding easier.dt2009-06-041-63/+61
* Fix memory leak in QtVersions parsing of qmake.confdt2009-06-041-21/+22
* Fix memory leak in $$system() calls from .pro filesdt2009-06-041-0/+4