aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make Qt build variants logic more sensible.v1.3.2Christian Kandeler2014-10-073-16/+36
* libqbsqtprofilesetup: Get rid of bogus warnings about missing prl files.Christian Kandeler2014-10-062-19/+42
* Add tools/architectures.hChristian Kandeler2014-10-0610-85/+164
* Make the "sourceDirectory" property get inherited by sub-projects.Christian Kandeler2014-10-021-1/+2
* Replace QTC_HOST_* with QBS_HOST_*Orgad Shaneh2014-10-023-14/+14
* libqtprofilesetup: Fix mingw use case.Christian Kandeler2014-09-292-11/+7
* Check whether profiles listed in Product.profiles actually exist.Christian Kandeler2014-09-261-1/+9
* fix evaluation in subitems of disabled productsJoerg Bornemann2014-09-261-2/+1
* remove dead codeJoerg Bornemann2014-09-262-9/+0
* API: Fix equality operators for the *Data classes.Christian Kandeler2014-09-261-3/+18
* compile fix for gcc 4.4Joerg Bornemann2014-09-251-1/+1
* fix evaluation scope of module propertiesJoerg Bornemann2014-09-255-12/+17
* API: Do not export disabled sub-projects.Christian Kandeler2014-09-251-0/+2
* Qt profile setup: Fix Qt 4 case on Windows.Christian Kandeler2014-09-241-3/+13
* API: Make sure newly added files are sorted.Christian Kandeler2014-09-241-41/+56
* Store the build graph when adding or removing files.Christian Kandeler2014-09-241-0/+8
* Check for a valid qbs::Project in all public member functions.Christian Kandeler2014-09-231-1/+20
* 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-081-3/+3
* 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
* 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-289-18/+55
* qtprofilesetup: Refactor qt_lib_*.pri file reading.Christian Kandeler2014-08-281-7/+11
* Do not sync settings after changing a property.Christian Kandeler2014-08-262-16/+6
* Apply file tags filter also to Transformer outputs.Christian Kandeler2014-08-213-6/+17
* 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
* 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