aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Store the build graph when adding or removing files.Christian Kandeler2014-09-242-0/+9
* Fix various bugs in WiX module and fix its autotest.Jake Petroules2014-09-232-39/+66
* Check for a valid qbs::Project in all public member functions.Christian Kandeler2014-09-231-1/+20
* Version bump.Christian Kandeler2014-09-172-2/+2
* Fix blackbox test on Windows.Christian Kandeler2014-09-121-1/+1
* Fix command look-up.Christian Kandeler2014-09-122-8/+15
* API: Do not check for file existence when removing.Christian Kandeler2014-09-112-5/+5
* Do not clear Artifact::product in removeArtifact().v1.3.1Christian Kandeler2014-09-102-1/+5
* Add documentation about how to use custom modules.Christian Kandeler2014-09-082-4/+75
* Try harder not to store inconsistent build graphs.Christian Kandeler2014-09-053-14/+30
* Evaluate Project.minimumQbsVersion earlier.Christian Kandeler2014-09-026-36/+40
* setup-qt: Make sure the message about base profiles appears if needed.Christian Kandeler2014-09-011-2/+8
* If build fails because no default profile is set, say how to set it.Christian Kandeler2014-08-291-2/+6
* Bump version number in 1.3 branch.Christian Kandeler2014-08-292-2/+2
* qtprofilesetup: Read qt_lib_*.pri files recursively.Christian Kandeler2014-08-291-4/+27
* Fix equality operators.Christian Kandeler2014-08-292-36/+17
* Fix run environment setup.Jake Petroules2014-08-2811-21/+79
* qtprofilesetup: Refactor qt_lib_*.pri file reading.Christian Kandeler2014-08-281-7/+11
* Fix documentation for Artifact item.Christian Kandeler2014-08-271-1/+1
* Do not sync settings after changing a property.Christian Kandeler2014-08-263-16/+7
* Apply file tags filter also to Transformer outputs.Christian Kandeler2014-08-216-6/+55
* libqtprofilesetup: Read prl files also for Qt 4.Christian Kandeler2014-08-201-33/+42
* libqtprofilesetup: Complain only once per missing prl file.Christian Kandeler2014-08-202-7/+14
* Link Qt libraries as full file paths.Christian Kandeler2014-08-208-6/+69
* Fix toJsLiteral(QVariant).Christian Kandeler2014-08-201-1/+1
* Project::targetExecutable: return path to the executable within an app bundleJoerg Bornemann2014-08-181-2/+47
* 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
* Fix race condition in API test.Christian Kandeler2014-08-141-0/+2
* Add missing member initialization in BuildOptions class.Christian Kandeler2014-08-121-1/+3
* Fix autotest on Windows.Christian Kandeler2014-08-082-1/+4
* 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-062-5/+5
* enhance TestBlackbox::changedFilesJoerg Bornemann2014-08-063-4/+46
* fix error message about incompatible import versionJoerg Bornemann2014-08-061-1/+1
* Add autotest for QBS-559.Christian Kandeler2014-08-065-0/+45
* Deprecate Artifact.condition.Christian Kandeler2014-08-052-2/+8
* Be smarter about storing property maps.Christian Kandeler2014-08-046-11/+90
* Set minimum qbs version.Christian Kandeler2014-08-041-0/+1
* 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-013-16/+6
* add test for dynamic multiplex rule inputsJoerg Bornemann2014-08-016-0/+48
* Autotests: Make "copy and touch" operation atomic.Christian Kandeler2014-08-014-30/+26
* 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