aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-2211-31/+46
* | Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-2219-40/+53
* | 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
* | 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
* | 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
* | Add a convenient replacement for moduleProperty()Joerg Bornemann2017-03-074-19/+132
* | Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-069-11/+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 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 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
* | Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-2157-461/+486
* | ModuleLoader: Provide a sensible error messageChristian Kandeler2017-02-152-0/+8
* | Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-152-46/+75
* | Executor: Do not try to cancel jobs more than onceChristian Kandeler2017-02-141-0/+2
* | Merge 1.7 into masterChristian Kandeler2017-02-109-21/+110
|\|
| * Set product run environment in generated Visual Studio projectsJake Petroules2017-02-081-0/+53
| * Replicate '--settings-dir' option to Visual Studio generatorDenis Shienkov2017-02-087-16/+50
| * 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
* | Check the arguments to FileInfo::relativePath() for validityChristian Kandeler2017-02-071-3/+13
* | Reduce overcautious rule connectionsJoerg Bornemann2017-02-062-88/+42
* | 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