aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug that causes re-linking on every build on Linux1.6Christian Kandeler2016-11-143-2/+12
* Executor: Fix dynamic rules with generated inputsv1.6.1Christian Kandeler2016-11-085-3/+79
* 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
* Fix x86_64 > x86 cross compiling when -arch is not availableJake Petroules2016-10-251-29/+26
* Add module instance as scope to cloned module prototypeChristian Kandeler2016-10-244-14/+3
* Update specs from Xcode 8 using update-specs.shJake Petroules2016-10-191-12/+52
* Fix autotest for QTBUG-51237Christian Kandeler2016-10-141-4/+0
* Convert null variant values to empty listsChristian Kandeler2016-10-146-3/+63
* Extend the autotest for module property assignments in GroupsChristian Kandeler2016-10-114-13/+94
* Fix bundleStructure autotestJake Petroules2016-10-101-6/+0
* Introduce property cpp.linkerWrapperThomas Epting2016-10-104-3/+30
* Remove ResourceRules handlingJake Petroules2016-10-073-26/+2
* Cleanup remaining qbs_dummy files on detection of the MSVC environmentThomas Epting2016-10-061-0/+4
* Fix the InstallPackage itemChristian Kandeler2016-09-291-8/+11
* 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
* Fix order of includePaths and systemIncludePathsJake Petroules2016-09-051-2/+2
* Remove assertions from command line parserChristian Kandeler2016-09-022-7/+0
* Distribution package: Allow to have a single top-level directoryChristian Kandeler2016-09-021-2/+7
* setup-qt: Fix toolchain profile look-upChristian Kandeler2016-09-011-3/+1
* Fix the input values of some ProbesChristian Kandeler2016-08-312-3/+3
* Fix property types in GccProbeChristian Kandeler2016-08-311-2/+2
* Do not use compiler include paths with moc from Qt 4.8Christian Kandeler2016-08-291-4/+9
* MSVC: Escape the percent sign in definesChristian Kandeler2016-08-291-1/+1
* Make sure a product's module properties are never nullChristian Kandeler2016-08-291-1/+1
* Fix file scope for Properties conditionsChristian Kandeler2016-08-296-1/+28
* More sensible fallback values for "base" & friendsChristian Kandeler2016-08-291-6/+12
* Do not allow "static" JS extension classes to be instantiatedChristian Kandeler2016-08-267-12/+56
* Make sure project.minimumQbsVersion is inherited to sub-projectsChristian Kandeler2016-08-261-1/+2
* Version bumpChristian Kandeler2016-08-252-2/+2
* Adapt autotest for MSVC 2015Christian Kandeler2016-08-251-4/+1
* 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-176-4/+19
* Improve error message for installing multiple files to the same pathJake Petroules2016-08-171-1/+3
* Fix reproducibleBuild autotest with mingwChristian Kandeler2016-08-171-0/+1
* Give debug info output file a proper path when using mingwChristian Kandeler2016-08-172-6/+14
* Automatically escape arguments in cpp.linkerFlags/platformLinkerFlagsJake Petroules2016-08-167-10/+46
* Introduce cpp.driverFlagsJake Petroules2016-08-155-4/+28
* Fix autotest on macOSChristian Kandeler2016-08-111-0/+2
* Fix warnings with custom properties in Export itemsChristian Kandeler2016-08-109-0/+70
* Add XFAILing autotest for newly discovered bugChristian Kandeler2016-08-104-0/+47
* Fix PkgConfigProbe for multi-profile projectsChristian Kandeler2016-08-057-4/+98
* Fix Probe cachingChristian Kandeler2016-08-052-6/+8