summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* | support relative paths in QMAKE_RPATHDIROswald Buddenhagen2015-10-201-3/+16
* | fix bogus complaints about prl targets without extension in bundlesOswald Buddenhagen2015-10-141-1/+2
* | fix the trailing-backslash-in-DESTDIR-on-mingw workaroundOswald Buddenhagen2015-10-141-5/+7
* | QtCore/qmake: drop some unneeded QChar -> QString conversionsMarc Mutz2015-10-111-1/+1
* | Stop generating implicit suffix rules in MakefilesTor Arne Vestbø2015-10-093-22/+2
* | Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-094-120/+121
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-022-12/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-12/+14
| |\|
| | * qmake: Fix 'Libs:' line in .pc files on OS XMartin Afanasjew2015-09-281-1/+2
| | * fix parsing of WinRT compiler optionsJoerg Bornemann2015-09-181-11/+11
| | * Fix qmake messing up headers of generated Visual Studio solution filesJonathan Meier2015-09-071-0/+1
* | | merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-028-115/+86
* | | rewrite windows library handlingOswald Buddenhagen2015-10-025-71/+63
* | | make .prl processing less convolutedOswald Buddenhagen2015-10-022-53/+45
* | | make processPrlFile() munge the path less when replacing the targetOswald Buddenhagen2015-10-021-9/+8
* | | make lflags deduplication independent from link_prlOswald Buddenhagen2015-10-021-2/+1
* | | merge processPrlFiles() into findLibraries()Oswald Buddenhagen2015-10-028-161/+121
|/ /
* | remove QMAKE_<lib>_SUFFIX supportOswald Buddenhagen2015-10-013-8/+1
* | remove support for CONFIG+=compile_libtoolOswald Buddenhagen2015-10-012-100/+10
* | remove questionable libtool "compatibility" code from prl processingOswald Buddenhagen2015-10-011-11/+2
* | remove pointless code pathOswald Buddenhagen2015-10-011-11/+3
* | remove pointless code from prl processingOswald Buddenhagen2015-10-011-13/+1
* | remove bizarre prl substitution codeOswald Buddenhagen2015-10-011-9/+1
* | make /LIBPATH: deduplication code more like in the unix generatorOswald Buddenhagen2015-10-011-18/+13
* | remove link_highest_lib_version misfeatureOswald Buddenhagen2015-10-013-24/+4
* | remove magic patching up of libraries specified by file nameOswald Buddenhagen2015-10-012-82/+24
* | unify handling of library prefixes and extensionsOswald Buddenhagen2015-10-015-30/+5
* | remove references to $$QMAKE_CYGWIN_EXEOswald Buddenhagen2015-10-011-2/+0
* | inline NmakeMakefileGenerator::getPdbTarget()Oswald Buddenhagen2015-10-012-7/+1
* | remove support for {rvct,arm,ti}_linkerOswald Buddenhagen2015-10-012-61/+12
* | remove overuse of trimmed()Oswald Buddenhagen2015-10-014-10/+9
* | de-duplicate calculation of target baseOswald Buddenhagen2015-10-011-6/+7