summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-013-2/+5
|\
| * fix warning in qmakevfs without PROEVALUATOR_FULLOswald Buddenhagen2016-09-291-0/+1
| * report cumulativity of $$system() and evaluator error output as wellOswald Buddenhagen2016-09-292-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-18/+30
|\|
| * Fix code signing for qmake-generated Xcode projects in Xcode 8 (again)Jake Petroules2016-09-221-18/+30
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+23
|\|
| * Fix code signing for qmake-generated Xcode projects in Xcode 8Jake Petroules2016-09-161-0/+23
* | 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
* | 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
* | Doc: Link issue startpage statement qmake-manual.qdocNico Vertriest2016-08-081-1/+1
* | 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 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
* | 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
| * Fix an issue causing qmake to generate corrupt Makefiles.Jake Petroules2016-06-151-2/+5
| * Use separate PDB files for compiling and linking in MSVC buildsJoerg Bornemann2016-06-151-2/+5
| * Doc: Fix example code in qmake ManualLeena Miettinen2016-06-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+7
|\|
| * Doc: Describe QMAKE_EXTENSION_STATICLIB in qmake ManualLeena Miettinen2016-06-031-0/+7
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-191-0/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+8
| |\|
| | * qmake: Introduce CE_PLATFORMNAME to fix creation of vcxproj filesOliver Wolff2016-05-181-0/+8
* | | add ProString::toLongLong() and make use of itOswald Buddenhagen2016-05-192-1/+2
* | | remove pointless conversion to QString in isTrue()Oswald Buddenhagen2016-05-191-5/+4
* | | remove pointless conversions to QString when converting to intOswald Buddenhagen2016-05-191-6/+6
* | | optimize ProString::toInt()/toShort()Oswald Buddenhagen2016-05-191-2/+2
|/ /
* | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-114-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-3/+11
|\|
| * add some missing filename expandos to extra compilersOswald Buddenhagen2016-05-021-1/+9
| * ensure that QMAKE_FILE_{IN,OUT}_BASE are quotedOswald Buddenhagen2016-05-021-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-292-34/+42
|\|
| * Possible crash in QMakeSourceFileInfoJesus Fernandez2016-04-291-30/+40
| * Unchecked return value in QMakeProjectJesus Fernandez2016-04-291-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-252-7/+14
|\|
| * Fix Group-relative specification of files in generated Xcode projects.Jake Petroules2016-04-201-6/+6
| * Fix dependency scanner being confused by UTF-8 BOMMATSUMURA Tetsuro2016-04-131-1/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+2
|\|
| * Fix abuse of assignment-in-conditional (and the resulting warning)Joerg Bornemann2016-04-061-2/+2