summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* qmake: remove unused #includeMarc Mutz2016-09-091-1/+0
* Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-3/+10
* Enable precompiled headers on iOS, tvOS, watchOSJake Petroules2016-09-022-18/+67
* QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-301-0/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-0/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+7
| |\
| | * winrt: Add support for version requirements for MSVC2015Maurice Kalinowski2016-08-251-0/+7
* | | add discard_from() functionOswald Buddenhagen2016-08-253-5/+45
* | | fix argument order in recursive qmake invocationsOswald Buddenhagen2016-08-252-7/+7
* | | make include(,<into>) implementation a bit less convolutedOswald Buddenhagen2016-08-252-6/+9
* | | optimize operator+ ProString vs. char*Oswald Buddenhagen2016-08-251-2/+2
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-225-31/+55
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-192-11/+13
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-20/+26
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-20/+26
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-20/+20
| | | * Define _WINDLL when building a DLLFredrik Orderud2016-08-111-0/+6
| * | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-103-7/+23
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
| |\| |
| | * | Doc: Link issue startpage statement qmake-manual.qdocNico Vertriest2016-08-081-1/+1
| * | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-08-081-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-4/+4
* | | | Don't hold MakefileGenerator::Compiler in QListMarc Mutz2016-08-161-1/+1
* | | | qmake: don't hold VCFilter in QListMarc Mutz2016-08-161-1/+1
* | | | qmake: remove pointless ~VCProjectSingleConfig()Marc Mutz2016-08-161-3/+0
* | | | qmake: mark VCProjectSingleConfig as movableMarc Mutz2016-08-161-0/+1
* | | | qmake: Mark MakefileGenerator::Compiler as Q_MOVABLE_TYPEMarc Mutz2016-08-151-0/+3
* | | | qmake: remove pointless ~VCConfiguration()Marc Mutz2016-08-151-1/+0
* | | | qmake: remove pointless ~VCFilter()Marc Mutz2016-08-151-1/+0
* | | | qmake: replace a uint:1 with a boolMarc Mutz2016-08-151-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-3/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-3/+10
| |\|
| | * terminate when command called by system() got SIGINT or SIGQUITOswald Buddenhagen2016-07-211-3/+10
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-226-93/+151
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-196-93/+151
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-156-92/+151
| | |\|
| | | * fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-1/+5
| | | * fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-6/+9
| | | * fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-17/+39
| | | * make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-133-6/+12
| | | * make error() propagate from custom replace functionsOswald Buddenhagen2016-07-133-55/+78
| | | * fix error() not propagating through if()Oswald Buddenhagen2016-07-134-8/+9
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+0
| | |\|
| | | * nuke dead expandVariableReferences() overload prototypeOswald Buddenhagen2016-06-301-1/+0
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-201-0/+38
|/ / /
* | | Remove the -target command line optionLars Knoll2016-07-051-2/+0
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-219-11/+26
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-219-11/+26
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-209-11/+26
| | |\|
| | | * qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-06-166-6/+15