aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of outer within Properties blocksJoerg Bornemann2017-10-043-9/+13
* Lower the default response file threshold a bit on Windowsv1.9.1Christian Kandeler2017-09-292-1/+11
* Add undocumented Utilities methods to get the Qbs QML type infoJake Petroules2017-09-273-0/+30
* Fix typo in operator< for ProductDataJoerg Bornemann2017-09-071-1/+1
* TextFile: Always destroy QTextStream before QFileJoerg Bornemann2017-09-011-2/+2
* ModuleLoader: Fix adjustment for multiplexed dependenciesv1.9.0Christian Kandeler2017-09-012-61/+75
* resolveSymlinks: Fix relative symbolic links on WindowsOrgad Shaneh2017-08-281-1/+1
* Fix dependency tracking when using --check-timestampsChristian Kandeler2017-08-281-1/+9
* Fix problems with drive root paths on WindowsJake Petroules2017-08-233-11/+26
* Simplify export macro definition of the QML parserJoerg Bornemann2017-08-223-2/+9
* Fix MSVC linker warningJoerg Bornemann2017-08-224-4/+4
* Fix edge case in change trackingChristian Kandeler2017-08-213-0/+13
* Qt, iOS: add platform plugin linker flags only to the platform pluginJake Petroules2017-08-161-4/+6
* Fix iOS linked libraries for Qt 5.8+Jake Petroules2017-08-162-5/+7
* ModuleLoader: Remove invalid assertionChristian Kandeler2017-08-141-3/+1
* Fix build data rescuing when multiplexingChristian Kandeler2017-08-144-8/+8
* Fix change tracking for wildcardsChristian Kandeler2017-08-031-3/+7
* Revert change to module merger that broke overriding list propertiesChristian Kandeler2017-07-311-4/+1
* Fix false positive in change tracking codeChristian Kandeler2017-07-271-2/+3
* Fix glitch with new module property access syntaxChristian Kandeler2017-07-271-0/+2
* MSVC: Fix 'inconsistent dll linkage' warningsKai Koehne2017-07-261-2/+2
* Export equality operator for qbs::PropertyMapChristian Kandeler2017-07-241-2/+2
* JsCommandExecutor: Try harder not to cancel non-running commandsChristian Kandeler2017-07-211-1/+4
* Make sure we don't create permanent directories needlesslyChristian Kandeler2017-07-203-34/+63
* Qt.qml template: Consider possible placeholder in plugin prl filesChristian Kandeler2017-07-192-2/+4
* Add fall-through annotations to switch statementsChristian Kandeler2017-07-171-0/+27
* Merge 1.8 into 1.9Christian Kandeler2017-07-142-2/+3
|\
| * Install missing public header1.8Joerg Bornemann2017-07-102-2/+3
* | Fix behavior with corrupt or outdated build graphsChristian Kandeler2017-07-105-9/+74
* | Fix build graph locker error message on WindowsChristian Kandeler2017-07-101-1/+6
* | Put the launcher process into its own process groupChristian Kandeler2017-07-062-3/+22
* | Allow to pass the initial value to PropertyDeclaration constructorChristian Kandeler2017-07-054-94/+78
* | Fix false positive in property declaration checkerChristian Kandeler2017-07-043-10/+27
* | Small clean-up in Transformer classChristian Kandeler2017-07-044-11/+12
* | Give rules access to artifacts matching "explicitlyDependsOn"Christian Kandeler2017-07-047-14/+38
* | Fix trace messageJoerg Bornemann2017-07-041-1/+1
* | Merge "Merge 1.8 into master"Christian Kandeler2017-06-304-26/+14
|\ \
| * | Merge 1.8 into masterChristian Kandeler2017-06-304-26/+14
| |\|
| | * Recognize Visual Studio 2017Jake Petroules2017-06-291-1/+1
| | * Remove unneeded methodJake Petroules2017-06-292-7/+0
| | * Fix running bundled applications on Apple platformsJake Petroules2017-06-272-18/+13
* | | Fix change tracking with Rule.requiresInputs == falseChristian Kandeler2017-06-301-1/+1
|/ /
* | Make Rule.auxiliaryInputs consider outputs of rules in dependenciesChristian Kandeler2017-06-302-3/+17
* | Introduce Rule.requiresInputsChristian Kandeler2017-06-308-32/+41
* | Add product dependencies to ResolvedProduct::modulesChristian Kandeler2017-06-304-5/+10
* | Re-introduce endianness propertyJake Petroules2017-06-293-10/+37
* | Make command-line-with-environment mode print in an executable formJake Petroules2017-06-291-3/+6
* | Merge 1.8 into masterChristian Kandeler2017-06-232-5/+6
|\|
| * Executor: Do not convert error objects into stringsv1.8.1Christian Kandeler2017-06-221-1/+2
| * Fix error messages in console functionsJoerg Bornemann2017-06-191-4/+4