aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-0815-41/+40
* Allow JavaScript expressions when overriding propertiesChristian Kandeler2016-11-081-1/+3
* Assume UTF-8 encoding for qbs project filesChristian Kandeler2016-11-083-4/+8
* Attach information about the context to our script engineChristian Kandeler2016-11-079-8/+35
* Fix potential null pointer access in build graph loaderChristian Kandeler2016-11-041-1/+1
* Append minor version number to soname of all qbs libsJoerg Bornemann2016-11-031-0/+7
* Merge "Merge 1.6 into master"Christian Kandeler2016-10-283-14/+16
|\
| * Merge 1.6 into masterChristian Kandeler2016-10-283-14/+16
| |\
| | * Fix the value of "original" for list propertiesChristian Kandeler2016-10-282-10/+13
| | * Add module instance as scope to cloned module prototypeChristian Kandeler2016-10-243-4/+3
* | | Add support for generating qrc filesChristian Kandeler2016-10-281-0/+39
* | | Add missing qHash() function for QualifiedId classChristian Kandeler2016-10-261-0/+1
|/ /
* | Do not needlessly re-evaluate module properties in GroupsChristian Kandeler2016-10-257-26/+170
* | Add support for the QtScxml moduleChristian Kandeler2016-10-203-0/+71
* | Modules: Adapt to introduction of built-in "version" propertyChristian Kandeler2016-10-192-2/+1
* | Take relaxed error handling mode into account in more placesChristian Kandeler2016-10-192-11/+30
* | Merge 1.6 into masterChristian Kandeler2016-10-177-16/+112
|\|
| * Convert null variant values to empty listsChristian Kandeler2016-10-142-3/+14
| * Extend the autotest for module property assignments in GroupsChristian Kandeler2016-10-114-13/+94
| * Cleanup remaining qbs_dummy files on detection of the MSVC environmentThomas Epting2016-10-061-0/+4
* | Time more operationsChristian Kandeler2016-10-1019-74/+323
* | API: Fix off-by-one error when setting the install file pathChristian Kandeler2016-10-072-3/+5
* | Do not auto-convert values to property typesChristian Kandeler2016-10-065-35/+70
* | Improve the TimedActivityLoggerChristian Kandeler2016-10-067-23/+16
* | ModuleLoader: Remove redundant property checksChristian Kandeler2016-10-021-0/+4
* | Fix "restoredWarnings" autotestChristian Kandeler2016-09-301-4/+7
* | Re-display warnings when loading a stored build graphChristian Kandeler2016-09-3032-47/+130
* | Merge 1.6 into masterChristian Kandeler2016-09-3012-37/+45
|\|
| * Handle Q_NAMESPACEBogDan Vatra2016-09-283-2/+6
| * Fix race conditionsChristian Kandeler2016-09-092-24/+19
| * Fix undefined behavior in command line parserChristian Kandeler2016-09-085-6/+5
| * Fix bug causing --wait-lock to fail if more than 10 tries are attemptedJake Petroules2016-09-061-1/+1
| * Handle ALL include path lists in the cpp dependency scannerJake Petroules2016-09-051-4/+14
* | Don't install static library productsJake Petroules2016-09-082-0/+2
* | Make the project structure of generators consistentJake Petroules2016-09-0880-45/+51
* | Actually fix build with Qt < 5.6Jake Petroules2016-09-062-1/+2
* | Fix build with Qt < 5.6Jake Petroules2016-09-061-2/+9
* | Implement Visual Studio generatorJake Petroules2016-09-0675-1/+5844
* | Merge 1.6 into masterChristian Kandeler2016-09-054-14/+9
|\|
| * Remove assertions from command line parserChristian Kandeler2016-09-022-7/+0
| * setup-qt: Fix toolchain profile look-upChristian Kandeler2016-09-011-3/+1
| * Do not use compiler include paths with moc from Qt 4.8Christian Kandeler2016-08-291-4/+9
* | Tests: Fix the type of some values assigned to propertiesChristian Kandeler2016-09-011-2/+2
* | Recover from errors in referenced files when in relaxed modeChristian Kandeler2016-08-302-39/+74
* | Remove invalid assertionChristian Kandeler2016-08-291-3/+1
* | Merge "Merge 1.6 into master"Christian Kandeler2016-08-298-21/+21
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-08-298-21/+21
| |\|
| | * Make sure a product's module properties are never nullChristian Kandeler2016-08-291-1/+1
| | * Fix file scope for Properties conditionsChristian Kandeler2016-08-291-1/+1
| | * More sensible fallback values for "base" & friendsChristian Kandeler2016-08-291-6/+12