aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add tools/architectures.hChristian Kandeler2014-10-067-70/+155
* Make the "sourceDirectory" property get inherited by sub-projects.Christian Kandeler2014-10-021-1/+2
* Replace QTC_HOST_* with QBS_HOST_*Orgad Shaneh2014-10-021-12/+12
* libqtprofilesetup: Fix mingw use case.Christian Kandeler2014-09-291-8/+0
* 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
* 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-121-7/+13
* 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
* Fix equality operators.Christian Kandeler2014-08-292-36/+17
* Fix run environment setup.Jake Petroules2014-08-287-13/+41
* 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
* 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
* 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