aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bug that causes re-linking on every build on Linux1.6Christian Kandeler2016-11-141-0/+2
* Executor: Fix dynamic rules with generated inputsv1.6.1Christian Kandeler2016-11-081-3/+9
* Executor: Only abort engine evaluation if engine is really evaluatingChristian Kandeler2016-11-081-1/+2
* Add missing qHash() function for QualifiedId classChristian Kandeler2016-10-311-0/+1
* Fix module property assignments in Group itemsChristian Kandeler2016-10-3113-66/+383
* Fix the value of "original" for list propertiesChristian Kandeler2016-10-282-10/+13
* Add module instance as scope to cloned module prototypeChristian Kandeler2016-10-243-4/+3
* Convert null variant values to empty listsChristian Kandeler2016-10-142-3/+14
* Extend the autotest for module property assignments in GroupsChristian Kandeler2016-10-114-13/+94
* Cleanup remaining qbs_dummy files on detection of the MSVC environmentThomas Epting2016-10-061-0/+4
* Handle Q_NAMESPACEBogDan Vatra2016-09-283-2/+6
* Fix race conditionsChristian Kandeler2016-09-092-24/+19
* Fix undefined behavior in command line parserChristian Kandeler2016-09-085-6/+5
* Fix bug causing --wait-lock to fail if more than 10 tries are attemptedJake Petroules2016-09-061-1/+1
* Handle ALL include path lists in the cpp dependency scannerJake Petroules2016-09-051-4/+14
* Remove assertions from command line parserChristian Kandeler2016-09-022-7/+0
* setup-qt: Fix toolchain profile look-upChristian Kandeler2016-09-011-3/+1
* Do not use compiler include paths with moc from Qt 4.8Christian Kandeler2016-08-291-4/+9
* Make sure a product's module properties are never nullChristian Kandeler2016-08-291-1/+1
* Fix file scope for Properties conditionsChristian Kandeler2016-08-291-1/+1
* More sensible fallback values for "base" & friendsChristian Kandeler2016-08-291-6/+12
* Do not allow "static" JS extension classes to be instantiatedChristian Kandeler2016-08-264-12/+4
* Make sure project.minimumQbsVersion is inherited to sub-projectsChristian Kandeler2016-08-261-1/+2
* Fix ProductData's equality operatorChristian Kandeler2016-08-231-0/+1
* Qt.core: Default to C++11 for version 5.7 and abovev1.6.0Christian Kandeler2016-08-191-0/+2
* Fix scoping issue for list propertiesChristian Kandeler2016-08-171-4/+8
* Improve error message for installing multiple files to the same pathJake Petroules2016-08-171-1/+3
* Fix warnings with custom properties in Export itemsChristian Kandeler2016-08-104-0/+27
* Add XFAILing autotest for newly discovered bugChristian Kandeler2016-08-104-0/+47
* Fix Probe cachingChristian Kandeler2016-08-052-6/+8
* Add a versionCompare function to the Utilities extensionJake Petroules2016-08-014-0/+57
* Fix change tracking for precompiled headersChristian Kandeler2016-08-011-1/+48
* Share probe results among products, if possibleChristian Kandeler2016-07-283-0/+17
* Don't set the compiler or linker name in the Xcode probeJake Petroules2016-07-281-2/+0
* Move item type check from ModuleLoader to ItemReaderASTVisitorChristian Kandeler2016-07-275-18/+15
* Qt.core module: Add property for passing extra options to mocChristian Kandeler2016-07-272-0/+2
* Make sure all products get a valid locationChristian Kandeler2016-07-252-1/+4
* Introduce the --wait-lock command line optionJake Petroules2016-07-1413-9/+86
* Merge remote-tracking branch 'origin/1.5' into 1.6Orgad Shaneh2016-07-132-5/+8
|\
| * BuildGraphLocker: Include 5.7.0 in versions that have QTBUG-533921.5Orgad Shaneh2016-07-131-2/+5
| * FreeBSD fix: change order of includesRalf Nolden2016-07-081-3/+3
* | Allow to check for module versionChristian Kandeler2016-07-077-0/+72
* | Try not to emit bogus errors after real errors in relaxed modeChristian Kandeler2016-07-073-10/+15
* | Do not export QtXml from corelibJoerg Bornemann2016-07-063-5/+1
* | Do not export QtScript from corelibJoerg Bornemann2016-07-063-3/+3
* | Extract toJSLiteral functions from scripttools.{h|cpp}Joerg Bornemann2016-07-0612-70/+154
* | Fix self-hosted build error on macOS with Qt 5.7Jake Petroules2016-07-061-0/+5
* | Remove superfluous includeJoerg Bornemann2016-07-051-1/+0
* | Remove superfluous includeJoerg Bornemann2016-07-011-1/+0
* | ModuleLoader: Add dependency cycle checkChristian Kandeler2016-06-304-0/+63