aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib
Commit message (Expand)AuthorAgeFilesLines
* Amend property evaluation optimization.v1.3.4Christian Kandeler2015-02-161-3/+5
* Don't evaluate properties that will never be seen.Christian Kandeler2015-02-132-35/+88
* Remove invalid assertion.Christian Kandeler2015-02-111-1/+0
* Fix build.Christian Kandeler2015-02-101-0/+1
* fix scalar property lookup some moreJoerg Bornemann2015-02-103-9/+59
* Fix removeFileRecursion().Christian Kandeler2015-02-031-2/+5
* Fix Qt 4 build.Christian Kandeler2015-01-291-1/+1
* fix look-up of scalar propertiesJoerg Bornemann2015-01-297-47/+98
* Fix the PropertyFinder.Christian Kandeler2015-01-291-1/+1
* enhance error message for failing environment setupJoerg Bornemann2015-01-281-1/+1
* fix caching for properties transitively dependent on productJoerg Bornemann2015-01-275-3/+46
* Do not insert into module property cache if caching is disabled.Christian Kandeler2015-01-261-1/+2
* Update LicenseEike Ziller2015-01-26247-1499/+1499
* 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 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
* 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
* extend error message with product's locationJoerg Bornemann2014-10-281-2/+6
* Fix assertion in change tracking.Christian Kandeler2014-10-281-0/+2
* 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
* 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-16241-1687/+1928
* 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
* Add missing copyright notice.Jake Petroules2014-10-081-0/+1
* Add tools/architectures.hChristian Kandeler2014-10-067-70/+155