aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix preprocessor defines list in Qt profile setup.v1.3.0Jake Petroules2014-08-151-1/+1
* add missing member copy in Item::cloneJoerg Bornemann2014-08-141-0/+1
* remove unused member from Item classJoerg Bornemann2014-08-141-4/+0
* Core library: Do not depend on Qt GUI module unconditionally.Christian Kandeler2014-08-141-1/+2
* Add missing member initialization in BuildOptions class.Christian Kandeler2014-08-121-1/+3
* fix storing/loading of null string valuesJoerg Bornemann2014-08-082-2/+13
* Fix unclean source file paths resulting from groups with prefixes.Christian Kandeler2014-08-071-0/+1
* fix --changed-files functionalityJoerg Bornemann2014-08-061-4/+5
* fix error message about incompatible import versionJoerg Bornemann2014-08-061-1/+1
* Deprecate Artifact.condition.Christian Kandeler2014-08-052-2/+8
* Be smarter about storing property maps.Christian Kandeler2014-08-046-11/+90
* move Transformer creation out of createOutputArtifactJoerg Bornemann2014-08-011-7/+4
* Lower the logger level for sanity check output.Christian Kandeler2014-08-011-3/+3
* multiplex rules now always see all inputsJoerg Bornemann2014-08-012-15/+6
* set alwaysUpdated and properties for re-used Artifact objectsJoerg Bornemann2014-07-311-2/+2
* do not add file tags to re-used output artifactsJoerg Bornemann2014-07-311-6/+3
* do not call createOutputArtifacts for the same filePath more than onceJoerg Bornemann2014-07-312-3/+18
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-3115-47/+76
* Speed up artifact removal.Christian Kandeler2014-07-311-40/+14
* fix condition for "conflicting rules" errorJoerg Bornemann2014-07-311-29/+24
* add trace output for RuleNode::applyJoerg Bornemann2014-07-313-0/+27
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-315-9/+9
* Add missing comma to error message.Christian Kandeler2014-07-312-2/+2
* Invalidate project after certain unsuccessful re-resolving attempts.Christian Kandeler2014-07-302-3/+10
* fix calculation of old inputs for dynamic rulesJoerg Bornemann2014-07-306-28/+62
* Clean up module item caches.Christian Kandeler2014-07-292-24/+16
* remove pointless assignmentJoerg Bornemann2014-07-281-2/+1
* fix speed regressionJoerg Bornemann2014-07-282-5/+10
* Correct handling of project re-resolving with a new build root.Christian Kandeler2014-07-281-5/+7
* qtprofile,clang: add libc++ on iOS and OSX for compilation and linkingFawzi Mohamed2014-07-241-2/+9
* API: Be smarter about adding files already matched by wildcards.Christian Kandeler2014-07-235-16/+64
* introduce Project.minimumQbsVersionJoerg Bornemann2014-07-226-0/+51
* fix Qt4 buildJoerg Bornemann2014-07-221-1/+1
* put the project file artifact into artifactsByFileTagJoerg Bornemann2014-07-221-0/+1
* make it possible to set module properties on artifacts in outputArtifactsJoerg Bornemann2014-07-221-0/+73
* Export information about project file updates being available.Christian Kandeler2014-07-223-1/+6
* Fix build.Christian Kandeler2014-07-212-3/+3
* Fix JS command canceling for the "dry run" case.Christian Kandeler2014-07-211-1/+2
* add a simple Version classJoerg Bornemann2014-07-217-49/+129
* Add artifact to transformer outputs earlier.Christian Kandeler2014-07-211-1/+1
* Fix possible assertion in Executor.Christian Kandeler2014-07-211-2/+1
* More error message fine-tuning.Christian Kandeler2014-07-212-1/+4
* Import some shellquote utility functions from qmake.Jake Petroules2014-07-184-0/+160
* API: Make the ability to update project files optional.Christian Kandeler2014-07-185-18/+42
* fix occasional crash when applying dynamic rulesJoerg Bornemann2014-07-181-2/+10
* add assertion in RulesApplicatorJoerg Bornemann2014-07-183-6/+12
* fix up-to-date check wrt missing file dependenciesJoerg Bornemann2014-07-181-0/+7
* invalidate artifacts if a dependency is removedJoerg Bornemann2014-07-181-1/+2
* extend debug output of the up-to-date checkJoerg Bornemann2014-07-171-4/+8
* Expose additional properties in the ProductData API.Jake Petroules2014-07-174-0/+52