aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Executor: Do not assert on condition that can actually happen.v1.5.1Christian Kandeler2016-06-027-3/+81
* Don't warn about unknown Windows versions if no version is set.Jake Petroules2016-06-021-1/+1
* Add missing code location to some parsing errors.Christian Kandeler2016-06-021-4/+8
* Version validator: Nicer error message for fixed component number.Christian Kandeler2016-06-011-1/+4
* Print more descriptive "unknown Windows version" warning messages.Jake Petroules2016-05-306-32/+47
* BuildGraphLocker: Workaround a lockfile issueOrgad Shaneh2016-05-301-1/+8
* Enable C++11 for the scanner plugins.Christian Kandeler2016-05-272-0/+2
* PkgConfigProbe: Make sure no values are undefined in the success case.Christian Kandeler2016-05-275-8/+89
* Fix edge case in module look-up.Christian Kandeler2016-05-255-2/+42
* Check for self-assignment in ProjectData assignment operator.Jake Petroules2016-05-251-2/+4
* Fix use of potentially uninitialized value.Jake Petroules2016-05-251-1/+1
* cpp module: enable exceptions by defaultSergey Petrov2016-05-242-2/+12
* Fix setup-toolchains when the compiler name is g++ and no --type is set.Jake Petroules2016-05-231-0/+2
* Fix responseFiles autotest on non-WindowsJoerg Bornemann2016-05-201-1/+3
* Fix static-lib-deps autotest on WindowsJoerg Bornemann2016-05-201-0/+1
* Fix null pointer accesses.Christian Kandeler2016-05-202-11/+22
* Add missing initializations for class members.Christian Kandeler2016-05-201-2/+2
* Respect the conditions of Export items.Christian Kandeler2016-05-206-0/+67
* Quote arguments in response filesPhilip Schuchardt2016-05-205-1/+94
* remove unnecessary path normalizationOswald Buddenhagen2016-05-191-1/+0
* nuke unused cleanPath() functionOswald Buddenhagen2016-05-191-13/+0
* use TEMPLATE = aux instead of bizarre phony target hackOswald Buddenhagen2016-05-191-24/+2
* Properly support disabling the use of precompiled headers.Christian Kandeler2016-05-182-0/+6
* Clone values when copying them from Export items.Christian Kandeler2016-05-182-2/+1
* Update "importingProduct" autotest to reflect newly found bug.Christian Kandeler2016-05-182-26/+32
* Doc: Align code snippetsKai Koehne2016-05-181-1/+2
* Add missing _MSC_VER=XXXX define to compilerDefinesJoerg Bornemann2016-05-172-1/+10
* Fix flaky autotest.Christian Kandeler2016-05-121-32/+64
* Version bump to 1.5.1.Christian Kandeler2016-05-112-2/+2
* Fix missing import in moc.jsv1.5.0Joerg Bornemann2016-05-061-0/+3
* Skip sanity checks by default in release mode.Christian Kandeler2016-05-041-0/+11
* Fix wrong assumption about transformer output timestamps.Christian Kandeler2016-05-045-7/+52
* Add an "importingProduct" variable to the Export item.Christian Kandeler2016-05-037-1/+56
* Enable exceptions in qbs projectOrgad Shaneh2016-05-031-0/+1
* Fix warnings in tst_blackbox::errorInfoJoerg Bornemann2016-05-032-5/+6
* cli module: fix compilerFlags additionПетров Сергей2016-05-031-3/+1
* fix imports in tst_blackbox::trackExternalProductChangesJoerg Bornemann2016-05-022-1/+2
* Fix qmake build with icc on Windows.Christian Kandeler2016-05-024-4/+4
* Skip TestBlackbox::infoPlist outside OS X.Jake Petroules2016-05-021-0/+3
* Fix error locationsJoerg Bornemann2016-05-021-6/+24
* Aggregate the cpp module's Info.plist properties with the product's.Jake Petroules2016-05-025-0/+53
* Remove DBus adaptor autotest for invalid input file names.Christian Kandeler2016-05-024-22/+0
* Add missing base property to Export itemsJoerg Bornemann2016-04-294-2/+22
* Fix DBus autotest.Christian Kandeler2016-04-292-2/+3
* Fix DBus adaptor/interface support.Christian Kandeler2016-04-298-5/+35
* Document the relevant file tags of the Qt modules.Christian Kandeler2016-04-291-33/+157
* Document the file tags of the java module.Christian Kandeler2016-04-281-0/+28
* Fix DBUS module on Windows.Christian Kandeler2016-04-271-2/+7
* DBus module: Add support for the qdbusxml2cpp tool.Christian Kandeler2016-04-2718-0/+771
* Fix check whether a module is required.Christian Kandeler2016-04-276-11/+81