aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make build directory available in the API.v0.3.0Christian Kandeler2013-04-163-1/+9
* Help compiler with branch prediction.Christian Kandeler2013-04-1221-81/+81
* Fix handling of minimum Windows version and subsystem linker flags.Jake Petroules2013-04-125-29/+56
* Refactor blackbox tests.Christian Kandeler2013-04-122-40/+92
* introduce FileInfo::isFileCaseCorrectJoerg Bornemann2013-04-124-2/+44
* Skip non-applicable command line parser test on Windows.Christian Kandeler2013-04-121-5/+8
* Fix wrongly redefined virtual function.Christian Kandeler2013-04-121-1/+1
* Fix qmFilesDir for iOS.Jake Petroules2013-04-121-1/+1
* Check for Darwin in general rather than merely OS X, where appropriate.Jake Petroules2013-04-122-2/+2
* Fix casing of 'targetOS' in documentation.Jake Petroules2013-04-121-2/+2
* Remove structural redundancy in project and product classes.Christian Kandeler2013-04-1246-1534/+1495
* setup-qt: fix a gazillion typosJoerg Bornemann2013-04-113-46/+48
* Make ProcessResult class fully public.Christian Kandeler2013-04-103-3/+5
* setup-qt: detect static Qt buildsJoerg Bornemann2013-04-103-3/+19
* fix relative install root pathsJoerg Bornemann2013-04-102-1/+9
* derive version tag from project.version in doc.qbsJoerg Bornemann2013-04-101-1/+1
* setup-qt: clean up configVariable functionJoerg Bornemann2013-04-101-6/+8
* make SVConverter::popScopes reusableJoerg Bornemann2013-04-101-1/+1
* fix scope of own properties of module instancesJoerg Bornemann2013-04-106-7/+31
* correct scope behaviorJoerg Bornemann2013-04-104-14/+22
* remove unused EvaluatorScriptClass::findItemInScopeJoerg Bornemann2013-04-102-10/+0
* add unit tests for class Item and friendsJoerg Bornemann2013-04-102-3/+69
* add autotest for the scope of overridden module propertiesJoerg Bornemann2013-04-105-0/+78
* remove debug leftoverJoerg Bornemann2013-04-101-6/+0
* expose project scope in referenced productsJoerg Bornemann2013-04-102-1/+1
* remove unused scripts from src/lib/parserJoerg Bornemann2013-04-102-55/+0
* Mention the build configuration when giving updates on operations.Christian Kandeler2013-04-095-10/+27
* Fix building for more than one configuration at once.Christian Kandeler2013-04-092-19/+101
* react smarter on changed properties and added productsJoerg Bornemann2013-04-086-37/+138
* Add support for QtWebkitWidgets module.Christian Kandeler2013-04-081-0/+10
* Add missing copyright headersTobias Hunger2013-04-084-1/+88
* Sort commands and options by name in help output.Christian Kandeler2013-04-052-4/+18
* Update product properties test to cover referenced products.Christian Kandeler2013-04-055-48/+52
* Take documentation into account in qbs project files.Christian Kandeler2013-04-052-0/+33
* make use of Rule.condition in dSYM ruleJoerg Bornemann2013-04-051-7/+1
* implement Rule.condition propertyJoerg Bornemann2013-04-059-0/+68
* fix crash when accessing nonexistent outer valueJoerg Bornemann2013-04-053-1/+10
* add convenience functions for artifact lookupJoerg Bornemann2013-04-034-2/+14
* introduce product.dependencies propertyJoerg Bornemann2013-04-035-9/+200
* introduce ScriptEngine.definePropertyJoerg Bornemann2013-04-032-6/+13
* tst_language: refactor handling of init/cleanup datatagsJoerg Bornemann2013-04-032-95/+42
* Add rules for qhp and qch file generation.Christian Kandeler2013-04-031-0/+73
* GitIgnore uic productsOrgad Shaneh2013-04-031-0/+1
* Make a process' environment configurable in a prepare script.Christian Kandeler2013-04-035-8/+39
* Add iOS module and move OS X/iOS common code to DarwinGCCFawzi Mohamed2013-04-026-212/+511
* Cache module properties.Christian Kandeler2013-03-283-2/+34
* Show more fine-grained progress information for project loading.Christian Kandeler2013-03-2811-9/+58
* fix moduleProperties() list mergingJoerg Bornemann2013-03-283-11/+20
* yield error if loops in qbs imports are detectedJoerg Bornemann2013-03-284-1/+23
* add autotest for the moduleProperties functionJoerg Bornemann2013-03-287-3/+91