aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove superfluous constructor from ArtifactBindingsExtractorJoerg Bornemann2017-01-261-4/+0
* | Remove superfluous config traversal from RulesApplicatorJoerg Bornemann2017-01-261-39/+8
* | Allow moc_*.cpp files to be combined into a single C++ sourceChristian Kandeler2017-01-261-2/+30
* | Executor: Remove the QueuedConnection argument from two connects()sChristian Kandeler2017-01-261-3/+2
* | ProcessCommandExecutor: Make two debug statements conditionalChristian Kandeler2017-01-261-3/+8
* | Remove unused PropertyMapInternal::toJSLiteralJoerg Bornemann2017-01-252-25/+0
* | Replace IntPropertyFinder in tst_language.cppJoerg Bornemann2017-01-251-23/+14
* | Add PropertyMapInternal::property(QStringList)Joerg Bornemann2017-01-253-19/+21
* | Add operator== for PropertyMapInternalJoerg Bornemann2017-01-255-5/+12
* | Fix build with MSVC 2013Christian Kandeler2017-01-251-1/+1