summaryrefslogtreecommitdiff
path: root/src/shared/proparser
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-0919-133/+152
* consider qt resource paths absoluteOswald Buddenhagen2014-06-261-0/+4
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-242-11/+11
|\
| * pass a pointer instead of a reference to initFrom()Oswald Buddenhagen2014-06-232-11/+11
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-131-4/+10
|\ \ | |/
| * avoid that a bad qmakespec path crashes the evaluatorOswald Buddenhagen2014-06-021-4/+10
* | Cleanup whitespaceOrgad Shaneh2014-05-161-1/+0
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-141-1/+2
|\ \ | |/
| * fix use of $$split()Oswald Buddenhagen2014-04-141-1/+2
* | ProWriter: Prepend $$PWD to files if adding to a .pri fileDaniel Teske2014-04-142-6/+25
|/
* profileevaluator: do not add sysroot if the result does not existFawzi Mohamed2014-04-021-1/+2
* Android: Set ANDROID_EXTRA_LIBS scoped to the archDaniel Teske2014-04-013-7/+44
* fix raw data leak in $$sprintf()Oswald Buddenhagen2014-02-071-1/+1
* micro-optimization: use ProStringList::join(QChar) overloadOswald Buddenhagen2014-02-071-1/+1
* QmakeParser: Do not leak temporaries into cache of filesTobias Hunger2014-01-171-1/+3
* do not look for mkspecs/ directories in project treesOswald Buddenhagen2014-01-151-21/+0
* Incremented year in copyright infoRobert Loehning2014-01-0819-19/+19
* don't turn = into += in cumulative modeOswald Buddenhagen2013-11-181-25/+4
* set QMAKE_INTERNAL_INCLUDED_FILES even without PROEVALUATOR_FULLOswald Buddenhagen2013-11-151-4/+0
* support a cache that is really just a cacheOswald Buddenhagen2013-11-154-27/+61
* clean superfile and cachefile paths upon creationOswald Buddenhagen2013-11-151-2/+2
* move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical locationOswald Buddenhagen2013-11-151-24/+25
* Qt4ProjectManager -> QmakeProjectManager renaming in a commentTobias Hunger2013-10-291-1/+1
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-291-1/+90
* qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2013-10-292-0/+3
* qmake: Update internal mkspec on changes to QMAKESPECTor Arne Vestbø2013-10-292-1/+9
* qmake: Evaluate extra configs before loading default_preTor Arne Vestbø2013-10-292-6/+19
* qmake: Load extra variables only if also loading pre-filesTor Arne Vestbø2013-10-291-4/+4
* make setting a bad $$[QMAKEFEATURES] not crash qmakeOswald Buddenhagen2013-10-293-12/+17
* qmake: Expose ARGC to qmake functions to be able to check argument countTor Arne Vestbø2013-10-292-0/+3
* qmake: add $$title() function to convert strings to title caseTor Arne Vestbø2013-10-291-2/+10
* Rename namespace Qt4ProjectManager to QmakeProjectManagerhjk2013-10-162-2/+2
* ProParser: Plug raw data leakDaniel Teske2013-10-021-1/+1
* don't complain about missing include()s during cumulative evaluationOswald Buddenhagen2013-08-261-0/+2
* execute some loops even in cumulative modeOswald Buddenhagen2013-08-261-7/+12
* don't crash if builddir is suffix of sourcedir (or vice-versa)Oswald Buddenhagen2013-08-261-1/+2
* make split_value_list() even less sane againOswald Buddenhagen2013-08-261-5/+8
* change reporting of missing filesOswald Buddenhagen2013-08-261-3/+4
* complain about absent files to -pro argument (in lupdate)Oswald Buddenhagen2013-08-262-6/+7
* avoid boolean argument trap: introduce QMakeParser::ParseFlagOswald Buddenhagen2013-08-263-4/+12
* avoid deadlock in cache() during spec/cache loadingOswald Buddenhagen2013-08-131-1/+1
* lock baseEnv in cache()Oswald Buddenhagen2013-07-292-34/+58
* always check for baseEnv init failureOswald Buddenhagen2013-07-291-0/+2
* don't use camelcase headers in code shared with qmakeOswald Buddenhagen2013-07-241-3/+3
* Fix incorrect uname usage.Chris Stylianou2013-07-021-1/+1
* find qmakespecs in source directory of shadow built qtOswald Buddenhagen2013-06-241-0/+2
* introduce /src qmake property variantsOswald Buddenhagen2013-06-241-19/+32
* remove pointless string conversionOswald Buddenhagen2013-06-241-2/+1
* make .qmake.{super,cache,conf} find "anchored" featuresOswald Buddenhagen2013-06-241-0/+2
* find features/ under mkspecs/ of source & build rootOswald Buddenhagen2013-06-241-2/+6