aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 1.9 into masterChristian Kandeler2017-10-053-8/+12
|\
| * Fix usage of outer within Properties blocksJoerg Bornemann2017-10-043-9/+13
* | Remove pointless option for update-timestamps commandChristian Kandeler2017-10-052-3/+3
* | Improve dump-nodes-tree commandChristian Kandeler2017-10-053-16/+14
* | Improve status commandChristian Kandeler2017-10-053-12/+6
* | Use range-based for loop in SVConverter::handle(JSSourceValue*)Joerg Bornemann2017-10-051-9/+7
* | Use std::vector as container for JSSourceValue::AlternativeJoerg Bornemann2017-10-054-8/+11
* | Fix shell commandChristian Kandeler2017-10-055-20/+39
* | Fix help output for qbs-setup-androidChristian Kandeler2017-10-051-6/+4
* | Remove --jobs from the list of options for the resolve commandChristian Kandeler2017-10-051-1/+1
* | Remove unused JSSourceValue::setAlternativesJoerg Bornemann2017-10-051-1/+0
* | Add support for running iOS and tvOS apps on the simulatorJake Petroules2017-10-041-21/+54
* | Add support for running Android apps on devicesJake Petroules2017-10-044-4/+77
* | Install debug symbols of Qbs apps, libs, and plugins for debug buildsJake Petroules2017-10-042-2/+8
* | ModuleLoader: Fix false positive in property declaration checkerChristian Kandeler2017-10-043-1/+13
* | ModuleLoader: Fix check for Probe.configureChristian Kandeler2017-10-041-1/+2
* | Log debug messages for failures in non-required modulesChristian Kandeler2017-10-041-0/+3
* | Fix missing error location in case of syntax errors in scriptsChristian Kandeler2017-10-043-2/+12
* | Merge 1.9 into masterChristian Kandeler2017-10-025-1/+41
|\|
| * 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
* | Make sure Q_DECLARE_METATYPE is present when using itJake Petroules2017-09-271-1/+1
* | Remove the need for calling Process.close()Joerg Bornemann2017-09-271-2/+14
* | Fix recursion issue when releasing ResourceAcquiringScriptObjectsJoerg Bornemann2017-09-276-26/+15
* | Refine log messages in ModuleLoader::loadModuleFileJoerg Bornemann2017-09-261-3/+3
* | Introduce Module.priorityJoerg Bornemann2017-09-262-9/+58
* | Remove instance list from instantiateModuleJoerg Bornemann2017-09-261-3/+3
* | Simplify setup of the qbs module's prototypeJoerg Bornemann2017-09-262-14/+10
* | Extend log messageJoerg Bornemann2017-09-221-1/+2
* | Fix objectId format in EvaluatorScriptClass::resultToStringJoerg Bornemann2017-09-221-1/+1
* | Fix log messageJoerg Bornemann2017-09-221-1/+2
* | Yield error on conflicting module instancesJoerg Bornemann2017-09-211-1/+12
* | Cache the result of ItemReader::allSearchPathsJoerg Bornemann2017-09-212-10/+31
* | Fix build with Qt 5.6Joerg Bornemann2017-09-191-0/+1
* | Use default constructor implementations for FileContextBaseJoerg Bornemann2017-09-192-10/+3
* | Use ranged-based for loops where applicableJoerg Bornemann2017-09-196-14/+10
* | Add missing override keywordsJoerg Bornemann2017-09-197-22/+22
* | Convert FileSaver to use a standard C++ interfaceJake Petroules2017-09-1810-101/+181
* | Merge remote-tracking branch 'origin/1.9'Joerg Bornemann2017-09-181-0/+1
|\|
| * Add --limitoutput option when building Chocolatey packageJake Petroules2017-09-181-0/+1
* | Remove duplicates in search pathsJoerg Bornemann2017-09-181-0/+1
* | Remove ModuleLoader::m_moduleSearchPathsJoerg Bornemann2017-09-182-27/+8
* | Fix check for duplicate search paths in ModuleLoaderJoerg Bornemann2017-09-181-1/+2
* | Rename ItemReader::searchPaths() to allSearchPathsJoerg Bornemann2017-09-183-4/+4
* | Do not clear ModuleLoader::m_moduleDirListCache in setSearchPathsJoerg Bornemann2017-09-141-1/+0
* | Fix style of some log messagesJoerg Bornemann2017-09-141-4/+5
* | Fix bogus warning about missing objcopy in setup-toolchains on macOSJake Petroules2017-09-131-2/+13
* | Merge remote-tracking branch 'origin/1.9' into masterJoerg Bornemann2017-09-112-3/+3
|\|
| * Fix typo in operator< for ProductDataJoerg Bornemann2017-09-071-1/+1
| * TextFile: Always destroy QTextStream before QFileJoerg Bornemann2017-09-011-2/+2