summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-0610-12/+2
* Do not yet emit deprecation warnings for loadFile() and loadExtension()Christian Kandeler2017-03-061-10/+12
* Fix QbsProcess::cancel()Christian Kandeler2017-03-022-1/+15
* Fix detection of default QPA plugin with Qt >= 5.8Jake Petroules2017-03-021-12/+41
* Fix FreeBSD host buildsJake Petroules2017-03-021-0/+9
* Do not emit warnings for properties set on non-present modulesChristian Kandeler2017-03-011-0/+2
* Prevent files from getting installed outside the install rootChristian Kandeler2017-03-012-1/+7
* Fix tst_tools::set_reserve for Qt >= 5.7Joerg Bornemann2017-02-281-0/+4
* Small code clean-up in ModulePropertiesJoerg Bornemann2017-02-281-13/+11
* Do not use QDir::canonicalPath() in "homeDirectory" autotestChristian Kandeler2017-02-281-5/+3
* Bump required Qt version to 5.6Christian Kandeler2017-02-275-46/+4
* Make calls to ScriptEngine::newFunction type-safeJake Petroules2017-02-266-33/+51
* Fix detection of framework builds of QtJake Petroules2017-02-241-7/+2
* Fix Transformer::translateFileConfig signatureJoerg Bornemann2017-02-242-3/+3
* Un-duplicate code in UserDependencyScanner::evaluateJoerg Bornemann2017-02-241-10/+2
* Use range-based for loops instead of iteratorsChristian Kandeler2017-02-2312-73/+58
* Command line frontend: Forward process stderr output to stderrChristian Kandeler2017-02-222-6/+8
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-2157-461/+486
* Cpp module: Allow a set of source files to be combined into oneChristian Kandeler2017-02-171-8/+2
* ModuleLoader: Provide a sensible error messageChristian Kandeler2017-02-152-0/+8
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-155-50/+79
* Add new tool qbs-create-projectChristian Kandeler2017-02-148-2/+443
* Process launcher: Don't call sender() repeatedlyChristian Kandeler2017-02-141-18/+21
* Process launcher: Remove outdated commentChristian Kandeler2017-02-141-1/+0
* Executor: Do not try to cancel jobs more than onceChristian Kandeler2017-02-141-0/+2
* Merge 1.7 into masterChristian Kandeler2017-02-1010-22/+112
|\
| * Set product run environment in generated Visual Studio projectsJake Petroules2017-02-081-0/+53
| * Replicate '--settings-dir' option to Visual Studio generatorDenis Shienkov2017-02-088-17/+52
| * Generators: pass down full InstallOptions instead of just install rootJake Petroules2017-02-073-5/+7
* | Replace one more occurrence of std::setChristian Kandeler2017-02-094-10/+7
* | Fix unused variable warningJake Petroules2017-02-081-0/+1
* | Fix wrong item type when handling Properties blocksChristian Kandeler2017-02-082-3/+8
* | Cache some strings during project resolvingChristian Kandeler2017-02-082-11/+34
* | Teach qbs-setup-android about QtChristian Kandeler2017-02-075-10/+116
* | Qt: Allow to disable keywordsChristian Kandeler2017-02-071-0/+3
* | Check the arguments to FileInfo::relativePath() for validityChristian Kandeler2017-02-071-3/+13
* | Reduce overcautious rule connectionsJoerg Bornemann2017-02-062-88/+42
* | Fix command-line parsing bug with some toolsChristian Kandeler2017-02-033-3/+3
* | Script engine: ignore non-JS files and empty directories when importingJake Petroules2017-02-011-21/+24
* | RulesApplicator: fix bug with setting output artifact module propertiesJake Petroules2017-02-011-4/+5
* | Do not assert if a source file disappears between resolving and buildingChristian Kandeler2017-02-011-0/+2
* | Process launcher: Make "warning" the default log levelChristian Kandeler2017-02-011-1/+1
* | Disambiguate command-line overridesChristian Kandeler2017-01-302-9/+11
* | JS API: expose the properties of an artifact's productJake Petroules2017-01-301-0/+13
* | Utilize qbs Xml extension for writing XML filesJake Petroules2017-01-301-29/+35
* | Add a Utilities.cStringQuote functionJake Petroules2017-01-303-0/+144
* | Fix warning about conversion from size_t to intJoerg Bornemann2017-01-271-2/+2
* | QtMocScanner: construct file tags only onceJoerg Bornemann2017-01-273-16/+31
* | Give the FileTagger item a "condition" propertyChristian Kandeler2017-01-272-0/+3
* | Clean up ArtifactBindingsExtractorJoerg Bornemann2017-01-261-22/+26