summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-319-66/+97
|\
| * qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2017-08-261-1/+5
| * qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2017-08-261-5/+9
| * qmake: remove pointless use of raw data in $$[QMAKEFEATURES] accessOswald Buddenhagen2017-08-262-2/+1
| * qmake: remove seemingly pointless QString::detach() callsOswald Buddenhagen2017-08-261-2/+2
| * qmake: prune obsolete QString::detach() callOswald Buddenhagen2017-08-261-3/+1
| * qmake: make more use of ProString built-insOswald Buddenhagen2017-08-263-19/+15
| * qmake: fix raw data detach avoidanceOswald Buddenhagen2017-08-263-12/+6
| * qmake: fix excessive detaching of raw dataOswald Buddenhagen2017-08-261-3/+3
| * qmake: make yet more use of ProString::toQStringRef()Oswald Buddenhagen2017-08-265-15/+22
| * Adapt qmake's raw-string parser to avoid confusion by macrosEdward Welbourne2017-08-241-7/+35
| * Add MSVC manifest backup file to "clean" targetJoerg Bornemann2017-08-181-0/+1
* | MSVC: Support precompiled header also for C filesOrgad Shaneh2017-08-282-3/+27
* | Introduce OBJECTIVE_HEADERSFrancois Ferrand2017-08-251-0/+24
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-158-29/+55
|\|
| * qmake: don't limit command line length when not actually on windowsOswald Buddenhagen2017-08-151-1/+2
| * Change source identifier type in ProStringOswald Buddenhagen2017-08-157-28/+53
* | uic: Add -no-stringliteral optionAlexander Volkov2017-08-031-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-4/+9
|\|
| * qmake: fix warning about duplicate references in project fileJake Petroules2017-07-201-1/+5
| * qmake: Remove last remains of WinCE supportOliver Wolff2017-07-191-3/+3
| * winrt: qmake: Fix deployment rules of created solution filesOliver Wolff2017-07-191-2/+3
* | QFileSystemEngine: Remove the remainder of Windows XP functionsThiago Macieira2017-07-253-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-7/+30
|\|
| * Doc: Update docs for QMAKE_MACOSX_DEPLOYMENT_TARGET in qmake ManualLeena Miettinen2017-07-171-6/+5
| * Doc: Add Apple OS deployment targets to the qmake ManualLeena Miettinen2017-07-171-1/+25
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+4
|\|
| * qmake: Separate object_script by Makefile nameOrgad Shaneh2017-07-071-0/+4
* | Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-082-0/+5
* | Mark an unlikely test as such and condition in positive orderEdward Welbourne2017-07-071-7/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+4
|\|
| * Pass the absolute path with the file when finding filesAndy Shaw2017-06-191-3/+4
* | Remove duplicate qrandom target and source file referenceJoerg Bornemann2017-06-201-4/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-195-39/+19
|\|
| * qmake: Delete static library before calling ar on MinGWOrgad Shaneh2017-06-121-0/+7
| * qmake: Fix initialization order in VcprojGenerator ctorOrgad Shaneh2017-06-121-2/+2
| * qmake: Use braces for struct initialization in MSVC object modelOrgad Shaneh2017-06-121-9/+9
| * qmake: Delete unused variables in MSBuild object modelOrgad Shaneh2017-06-121-27/+0
| * qmake: Avoid raw string comparisonOrgad Shaneh2017-06-121-1/+1
* | Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-122-1/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-072-0/+7
|\|
| * make mkspecs not mess up -rpath-linkOswald Buddenhagen2017-05-311-0/+2
| * make mkspecs not mess up library and include search pathsOswald Buddenhagen2017-05-312-0/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-6/+2
|\|
| * Fix parsing of MSVC's /utf-8 option, take 2Joerg Bornemann2017-05-231-1/+1
| * Do not warn about unknown MSVC compiler conformance optionsJoerg Bornemann2017-05-231-5/+1
* | Remove leading whitespace from command lines in VS projectsJoerg Bornemann2017-05-231-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-077-54/+122
|\|
| * Simplify built-in qmake install commandSimon Hausmann2017-05-044-37/+31
| * VS 2017: Fall back to "x86" as arch if it is not "arm" or "x64"Oliver Wolff2017-05-031-1/+1