aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-228-17/+23
* Merge remote-tracking branch 'origin/1.7'Joerg Bornemann2017-03-201-1/+1
|\
| * ModuleLoader: Fix access to temporary objectChristian Kandeler2017-03-201-1/+1
* | Replace all uses of qMin and qMax with std::min and std::maxJake Petroules2017-03-203-4/+8
* | Merge remote-tracking branch 'origin/1.7'Joerg Bornemann2017-03-171-9/+57
|\|
| * Fix setup-toolchains for Visual C++ Build ToolsJoerg Bornemann2017-03-161-9/+57
* | Fix build on Unix platforms without clock_gettimeChristian Kandeler2017-03-093-18/+47
* | Re-work linking library dependenciesJoerg Bornemann2017-03-091-0/+48
* | ModuleLoader: Fix scope of module child instancesChristian Kandeler2017-03-094-7/+27
* | Simplify moc.jsJoerg Bornemann2017-03-091-18/+13
* | Revert "Match a rule's input tags against root artifacts of dependencies"Christian Kandeler2017-03-091-4/+3
* | QRegExp include cleanupSamuel Gaist2017-03-082-0/+3
* | Handle sub-second timestamps correctly on UnixChristian Kandeler2017-03-085-60/+78
* | Fix error message about conflicting artifactsChristian Kandeler2017-03-081-1/+1
* | Match a rule's input tags against root artifacts of dependenciesChristian Kandeler2017-03-071-3/+4
* | Remove usage of moduleProperty() from Qt.core templateJoerg Bornemann2017-03-071-20/+18
* | Add a convenient replacement for moduleProperty()Joerg Bornemann2017-03-074-19/+132
* | 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