summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1111-45/+44
|\
| * remove redundant namespace qualificationOswald Buddenhagen2016-02-051-2/+1
| * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-0411-43/+43
* | QtBase: avoid uses of Java-style iterators [QHash, QMap]Marc Mutz2016-02-021-3/+1
* | qmake: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-015-6/+24
* | qmake: replace a QLinkedList with QVectorMarc Mutz2016-02-011-5/+5
* | qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-01-285-16/+16
* | qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-01-287-19/+18
* | qmake: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-01-281-1/+2
* | qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-286-22/+22
* | qmake: don't iterate over .keys()Marc Mutz2016-01-281-6/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2612-18/+52
|\|
| * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-1/+1
| * Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-218-4/+38
| * QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-215-13/+13
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-262-1/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-1/+4
| |\|
| | * Support precompiled header files without file extension in VS projectsJoerg Bornemann2016-01-181-1/+1
| | * winrt: enable hardware buttons for Windows 10Maurice Kalinowski2016-01-141-0/+3
* | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-212-0/+2
* | | Updated license headersJani Heikkinen2016-01-2131-527/+372
|/ /
* / MakefileGenerator: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-121-6/+8
|/
* rewrite qtAddToolEnv()Oswald Buddenhagen2016-01-081-4/+0
* winphone: Invoke windeployqt twice unconditionally for vcprojMaurice Kalinowski2016-01-051-2/+2
* Correctly flag WinPhoneFrank Meerkoetter2016-01-011-1/+1
* qmake: Combine two variables into an array to simplify a loop.Edward Welbourne2015-12-171-7/+5
* qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-171-36/+47
* qmake: simplify file-reading loop in findMocsEdward Welbourne2015-12-151-4/+4
* qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-151-81/+85
* qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-151-0/+2
* Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-151-102/+236
* Don't ignore first character after a string.Edward Welbourne2015-12-111-7/+4
* Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-081-9/+38
* Remove Wow6432Node versions of Visual Studio registry keysJoerg Bornemann2015-12-082-33/+8
* Remove superfluous code from collectDependenciesJoerg Bornemann2015-12-041-5/+3
* vcproj generator: Fix auto-generated inter-project dependenciesJoerg Bornemann2015-12-041-1/+1
* qmake: Correctly handle shadow build of nested vcsubdirs projects.Mathew Sutcliffe2015-12-011-21/+3
* Simplify a search for terminator.Edward Welbourne2015-11-241-7/+4
* Comment to point out problem with CRLF handling.Edward Welbourne2015-11-201-0/+1
* Simplify a loop's set-up and control.Edward Welbourne2015-11-201-2/+2
* Rework scan for keyword in preprocessor directive.Edward Welbourne2015-11-201-15/+11
* Skip spaces (after #) earlier to catch blank line or end-of-buffer.Edward Welbourne2015-11-201-8/+12
* Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-201-14/+13
* Readability clean-up (purely cosmetic).Edward Welbourne2015-11-201-93/+97
* Rip out the #qmake_warning "preprocessor directive".Edward Welbourne2015-11-201-17/+1
* MakefileGenerator::processSources() doesn't need to be virtual.Edward Welbourne2015-11-132-2/+1
* Xcode generator: only replace the suffix in the library pathRichard Moe Gustavsen2015-11-091-2/+9
* fix vcxproj linker optionsJoerg Bornemann2015-10-271-6/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-0/+2
|\
| * Add support for -Zc:throwingNew option to vcxproj generation for 2015Andy Shaw2015-10-231-0/+2