summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* more fine-grained cache disablingJoerg Bornemann2015-01-219-8/+46
* fix product variable in Export itemsJoerg Bornemann2015-01-207-24/+111
* Fix project parse error.Christian Kandeler2015-01-194-4/+30
* Add XFAIL-ing autotest for newly discovered bug.Christian Kandeler2015-01-162-1/+6
* update leaves for invalidated artifactsJoerg Bornemann2015-01-135-4/+14
* Fix compilation with latest qtbase/devKai Koehne2015-01-071-1/+2
* fix compilation with minimal Qt configurationJoerg Bornemann2014-12-231-0/+2
* Fix property look-up.Christian Kandeler2014-12-191-1/+1
* Fix mingw Qt setup.Christian Kandeler2014-12-171-1/+6
* Fix ResolvedFileContext comparison.Christian Kandeler2014-12-152-2/+4
* Sort inputs and outputs before setting up the respective JS lists.v1.3.3Christian Kandeler2014-12-011-0/+9
* Fix potential exception leak.Christian Kandeler2014-12-011-3/+2
* Catch exceptions by const reference.Christian Kandeler2014-11-281-2/+2
* qtprofilesetup: Fix detection for DataVisualization module.Christian Kandeler2014-11-271-4/+5
* Throw a proper error when encountering invalid outputArtifact values.Christian Kandeler2014-11-211-1/+4
* Fix compilation on Windows.Christian Kandeler2014-11-201-2/+2
* Fix compilation with Qt < 5.3.Christian Kandeler2014-11-201-0/+5
* Add Q_NORETURN to function that always throws.Christian Kandeler2014-11-191-1/+1
* Fix rule comparison.Christian Kandeler2014-11-121-2/+3
* Fix over-eager artifact rescuing.Christian Kandeler2014-11-121-9/+34
* Make product properties available in API.Christian Kandeler2014-11-104-0/+12
* Make information about commands available via the API.Christian Kandeler2014-10-319-2/+367
* libqtprofilesetup: Remove unused property from template.Christian Kandeler2014-10-281-3/+0
* extend error message with product's locationJoerg Bornemann2014-10-281-2/+6
* Fix assertion in change tracking.Christian Kandeler2014-10-281-0/+2
* set up entry point libs in Qt.coreJoerg Bornemann2014-10-273-3/+38
* export compare function for VersionJoerg Bornemann2014-10-271-2/+2
* Take product condition into account when change tracking.Christian Kandeler2014-10-271-16/+8
* remove unused ScriptContextPusherJoerg Bornemann2014-10-171-21/+0
* Put Command properties in the filter functions' scopes.Jake Petroules2014-10-175-21/+88
* qtprofilesetup: Inhibit more warnings about missing prl files.Christian Kandeler2014-10-162-20/+40
* complete license header updateJoerg Bornemann2014-10-163-59/+43
* Set the initial value for "destinationDirectory" to "buildDirectory".Christian Kandeler2014-10-161-0/+1
* License update.Eike Ziller2014-10-16247-1729/+1976
* yield error on undefined elements in string listsJoerg Bornemann2014-10-143-0/+11
* let Item::clone() create a deep copy of the item treeJoerg Bornemann2014-10-135-2/+39
* avoid usage of QScriptContext::callee in callbacksJoerg Bornemann2014-10-103-10/+14
* let JS extension Process find executables in PATHJoerg Bornemann2014-10-105-14/+50
* make product's file path cache thread-safeJoerg Bornemann2014-10-103-5/+23
* factor ExecutableFinder out of ProcessCommandExecutorJoerg Bornemann2014-10-106-91/+205
* Utilize ModUtils.PropertyValidator in Qt.core module.Jake Petroules2014-10-081-11/+13
* Add missing copyright notice.Jake Petroules2014-10-081-0/+1
* 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-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-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