aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Handle digits in merged short options as option parameterJoerg Bornemann2017-04-031-2/+15
* | Fix size_t -> int conversion warnings on MSVC (64bit)Orgad Shaneh2017-04-033-3/+3
* | Cumulate delayed product errorsJoerg Bornemann2017-04-034-5/+45
* | Allow running qbs without a profileChristian Kandeler2017-03-316-7/+17
* | Replace all uses of QVector with std::vectorJake Petroules2017-03-2932-181/+188
* | Support readonly propertiesJoerg Bornemann2017-03-294-5/+28
* | Remove PropertyDeclaration::ListProperty flagJoerg Bornemann2017-03-292-4/+1
* | Make Item::Modules an std::vectorJoerg Bornemann2017-03-233-14/+15
* | Add Item::ownProperty for symmetry and use it where appropriateJoerg Bornemann2017-03-235-5/+11
* | Use Item::hasOwnProperty where appropriateJoerg Bornemann2017-03-232-2/+2
* | Add support for QNX and the QCC toolchainJake Petroules2017-03-221-3/+15
* | Make JsImports an std::vectorJoerg Bornemann2017-03-224-5/+13
* | Support serialization of std::vectorJoerg Bornemann2017-03-221-2/+3
* | Add stlutils.hJoerg Bornemann2017-03-223-0/+75
* | Replace all uses of QSet with Internal::SetJake Petroules2017-03-2215-51/+73
* | Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-2220-44/+59
* | 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