summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| | | * 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
* | | | configure.exe: Remove old code that supported MSVC < 2013Thiago Macieira2016-06-201-3/+1
* | | | Remove Windows CE vestigeJoerg Bornemann2016-06-201-5/+1
|/ / /
* | | Improve error reporting when parsing JSON filesLars Knoll2016-06-172-3/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+7
|\| |
| * | 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
* | | add $$sorted() function.Oswald Buddenhagen2016-05-253-1/+20
* | | add $$str_member() functionOswald Buddenhagen2016-05-253-37/+110
* | | improve the docu of $$member()Oswald Buddenhagen2016-05-251-7/+24
* | | add $$str_size() functionOswald Buddenhagen2016-05-252-2/+19
* | | add $$num_add() (numeric addition) functionOswald Buddenhagen2016-05-252-2/+47
* | | add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-05-252-3/+42
* | | remove remaining pointless conversions to QStringOswald Buddenhagen2016-05-241-27/+24
* | | make split_value_list() take a QStringRef as inputOswald Buddenhagen2016-05-243-10/+12
* | | make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-05-247-28/+32
* | | make QMakeEvaluator::isActiveConfig() take a QStringRef argumentOswald Buddenhagen2016-05-246-7/+17
* | | add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-05-246-11/+19
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-236-15/+18
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-191-0/+8
| |\ \