aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/projectresolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix unclean source file paths resulting from groups with prefixes.Christian Kandeler2014-08-071-0/+1
* Deprecate Artifact.condition.Christian Kandeler2014-08-051-1/+7
* Add missing comma to error message.Christian Kandeler2014-07-311-1/+1
* API: Be smarter about adding files already matched by wildcards.Christian Kandeler2014-07-231-6/+4
* introduce Project.minimumQbsVersionJoerg Bornemann2014-07-221-0/+32
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-6/+45
* remove deprecated Product.additionalFileTagsJoerg Bornemann2014-07-151-11/+0
* prohibit duplicate source files in enabled groupsJoerg Bornemann2014-07-101-1/+9
* Make it possible to set profiles per product.Christian Kandeler2014-07-021-15/+16
* Correctly handle overriding of file tags via an empty list.Christian Kandeler2014-07-021-1/+4
* show error location in Rule.ArtifactJoerg Bornemann2014-06-051-0/+1
* Sanitize the project setup API.Christian Kandeler2014-05-231-6/+12
* fix inheritance for Groups with the same fileTagsFilterJoerg Bornemann2014-05-191-0/+3
* yield error for conflicting GroupsJoerg Bornemann2014-05-161-0/+13
* make product.buildDirectory available in Probe itemJoerg Bornemann2014-05-141-8/+6
* remove superfluous property assignmentJoerg Bornemann2014-05-131-2/+0
* Introduce sensible build directory values.Christian Kandeler2014-05-131-4/+14
* make product.sourceDirectory available in Probe itemJoerg Bornemann2014-05-121-4/+1
* remove deprecated Module.additionalProductFileTagsJoerg Bornemann2014-04-141-9/+0
* remove deprecated FileTagger.patternJoerg Bornemann2014-04-141-14/+4
* Do not report an error for a non-existing file in a disabled group.Christian Kandeler2014-03-311-7/+9
* turn JSSourceValue::m_sourceCode into a QStringRefJoerg Bornemann2014-03-251-4/+4
* make PropertyDeclaration implicitly sharedJoerg Bornemann2014-03-251-8/+8
* use Item::PropertyDeclarationMap where appropriateJoerg Bornemann2014-03-251-1/+1
* Add new qml item ScannerMaxim Zaitsev2014-03-121-0/+18
* give FileContext and ResolvedFileContext a common baseJoerg Bornemann2014-02-281-6/+2
* move ResolvedFileContext to separate filesJoerg Bornemann2014-02-281-0/+1
* Do not share product properties with artifacts.Christian Kandeler2014-02-261-11/+15
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-1/+19
* fix variable name in createSourceArtifactJoerg Bornemann2014-02-041-2/+2
* Fix handling additionalProductFileTagsMaxim Zaitsev2014-01-291-4/+24
* rename ArtifactList to ArtifactSetJoerg Bornemann2014-01-161-2/+2
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-20/+26
* rename Rule::script to prepareScriptJoerg Bornemann2014-01-141-1/+1
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+999