aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't add compiler defines to the Info.plist replacement variable listJake Petroules2017-05-101-9/+0
* Remove seemingly unused headerJake Petroules2017-05-101-1/+0
* Replace QQueue with std::queueJake Petroules2017-05-105-19/+23
* Support providing a settings directory to the autotestsChristian Kandeler2017-05-1011-129/+146
* Replace QByteArrayList with std::vectorJake Petroules2017-05-102-4/+4
* Fix default value of cpp.minimum{Macos,Ios}VersionChristian Kandeler2017-05-092-0/+2
* Add missing override specifiersJoerg Bornemann2017-05-092-3/+3
* Add support for building multi-resolution TIFFs on macOSJake Petroules2017-05-082-0/+86
* Add support for 64-bit ARM targets with Microsoft Visual C++Jake Petroules2017-05-083-2/+8
* libqtprofilesetup: Make installed Qt modules self-containedChristian Kandeler2017-05-086-64/+75
* Add documentation for generatorsJake Petroules2017-05-051-2/+77
* Merge "Merge 1.8 into master"Christian Kandeler2017-05-0531-61/+419
|\
| * Merge 1.8 into masterChristian Kandeler2017-05-0531-61/+419
| |\
| | * Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-0410-29/+45
| | * Qt.qml: Link against QML plugins when using a static QtChristian Kandeler2017-04-285-4/+212
| | * Fix commandFile autotest on MacChristian Kandeler2017-04-281-0/+1
| | * API: Catch error from ProductInstallerChristian Kandeler2017-04-281-5/+10
| | * Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-2810-3/+50
| | * Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-287-4/+28
| | * libqtprofilesetup: Support default QPA detection also in dev buildsChristian Kandeler2017-04-271-16/+33
| | * Fix "defined" appearing on RHS of macro definitionChristian Kandeler2017-04-271-3/+9
| | * libqtprofilesetup: Add a dedicated template file for Qt.qmlChristian Kandeler2017-04-213-0/+34
* | | Fix some autotests that do non-trivial stuff on the rhs of Product.typeChristian Kandeler2017-05-053-10/+14
|/ /
* | Fix "frameworkStructure" autotestChristian Kandeler2017-05-021-0/+2
* | Support enumeration of EvaluatorScriptClass-provided objectsJoerg Bornemann2017-05-025-0/+93
* | Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-0215-109/+342
* | Remove superfluous includesJoerg Bornemann2017-04-281-3/+0
* | Simplify profile handling in resolveDependsItemJoerg Bornemann2017-04-281-10/+4
* | Recognize __ARM64__ as a valid compiler defineJake Petroules2017-04-271-2/+2
* | Rename Item::setPropertyObserver to setObserverJoerg Bornemann2017-04-263-9/+9
* | Merge caches with same key in EvaluatorJoerg Bornemann2017-04-264-43/+40
* | Do not pass Logger in Evaluator's constructorJoerg Bornemann2017-04-264-6/+6
* | Remove superfluous includeJoerg Bornemann2017-04-261-1/+0
* | Remove superfluous forward declarationsJoerg Bornemann2017-04-261-6/+0
* | Merge 1.8 into masterChristian Kandeler2017-04-2115-28/+235
|\|
| * Fix "externalLibs" autotest on MacChristian Kandeler2017-04-211-0/+2
| * Add basic documentation for the qnx moduleJake Petroules2017-04-211-0/+93
| * GCC: Do not mess with the list of external librariesChristian Kandeler2017-04-217-8/+81
| * libqtprofilesetup: Turn "-pthread" into "-lpthread"Christian Kandeler2017-04-201-1/+5
| * Detect QNX SDK on Windows in C:\ (one of the default locations)Jake Petroules2017-04-181-1/+2
| * Documentation: Remove duplicated backslash characterChristian Kandeler2017-04-181-1/+1
| * Fix autotest for mingwChristian Kandeler2017-04-141-2/+2
| * GCC: remove escaped linker flags compatibility modeChristian Kandeler2017-04-127-17/+51
* | Make utility function slightly more generalJake Petroules2017-04-182-6/+11
* | Fix cpp module for MSVCJoerg Bornemann2017-04-141-3/+4
* | Command line parser: Refactor build config setupChristian Kandeler2017-04-141-55/+63
* | Improve support for Windows SxS assembly manifestsJake Petroules2017-04-133-9/+72
* | Fix some autotests that do non-trivial stuff on the rhs of Product.nameChristian Kandeler2017-04-133-10/+14
* | Add an autotest for how we handle a missing "-f" optionChristian Kandeler2017-04-139-0/+37
* | Fix tst_api::rc test failure with MSVCJoerg Bornemann2017-04-121-1/+1