index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qmake
/
generators
/
win32
/
msvc_objectmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set GenerateDebugInformation to true in vcproj if at least /DEBUG is set
Alexey Edelev
2023-01-13
1
-1
/
+2
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-14
/
+14
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-2
/
+2
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-9
/
+9
*
qmake/msbuild: Turn off "use full paths in diagnostics" by default
Joerg Bornemann
2022-06-22
1
-1
/
+1
*
qmake/msbuild: Support all /DEBUG:xxx linker options
Joerg Bornemann
2022-06-22
1
-4
/
+16
*
qmake/msbuild: Support all /LTCG:xxx options
Joerg Bornemann
2022-06-22
1
-17
/
+21
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-4
/
+2
*
qmake: Support Visual Studio 2022
Joerg Bornemann
2021-11-10
1
-0
/
+2
*
qmake/vcxproj: Fix malformed <Message> tags
Joerg Bornemann
2021-10-25
1
-0
/
+1
*
qmake/vcxproj generator: Handle C standard compiler flags
Joerg Bornemann
2021-08-26
1
-6
/
+34
*
qmake: Recognize MSVC 16.x as VS 2019 in the VS project generator
Joerg Bornemann
2021-08-26
1
-27
/
+31
*
qmake: Support multiple /MERGE:from=to options in MSVC generator
Joerg Bornemann
2020-09-18
1
-1
/
+7
*
Silence some warnings about fallthrough
Friedemann Kleint
2020-07-09
1
-1
/
+2
*
Remove winrt
Oliver Wolff
2020-06-06
1
-2
/
+1
*
Port qmake over to user QRegularExpression
Lars Knoll
2020-05-05
1
-2
/
+2
*
Purge the dep_cd_cmd parameter from callExtraCompilerDependCommand
Joerg Bornemann
2020-01-24
1
-4
/
+1
*
Fix dependency resolution for extra compilers in VS projects
Joerg Bornemann
2020-01-07
1
-27
/
+9
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Joerg Bornemann
2019-09-20
1
-1
/
+0
|
\
|
*
Make it possible to undefine NDEBUG for nmake and VS projects
Joerg Bornemann
2019-09-18
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-04
1
-12
/
+3
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Allan Sandfeld Jensen
2019-08-27
1
-12
/
+3
|
|
\
|
|
*
Fix classical strcmp misuse in VS project generator
Joerg Bornemann
2019-08-24
1
-12
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-06-14
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-06-07
1
-0
/
+1
|
|
\
\
|
|
|
/
|
|
*
qmake: Cleanup
Kai Koehne
2019-06-05
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-04-24
1
-0
/
+8
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-04-24
1
-0
/
+8
|
|
\
\
|
|
|
/
|
|
*
Teach qmake MSVC's compiler options /std:c++[14|17|latest]
Joerg Bornemann
2019-04-23
1
-0
/
+8
*
|
|
QRegExp include cleanup
Samuel Gaist
2019-04-19
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-15
1
-1
/
+2
|
\
\
|
|
/
|
*
qmake vcxproj generator: Update platform toolset and solution header for VS 2019
Joerg Bornemann
2019-02-13
1
-1
/
+2
*
|
Support 'CONFIG += precompile_header_c' in VS projects
Joerg Bornemann
2018-11-24
1
-19
/
+23
*
|
Simplify VCFilter::modifyPCHstage a bit
Joerg Bornemann
2018-11-24
1
-29
/
+27
*
|
Remove variable autogenSourceFile from VCFilter::modifyPCHstage
Joerg Bornemann
2018-11-24
1
-3
/
+2
*
|
Rename VcProjGenerator::[autogen]precompCPP to [autogen]precompSource
Joerg Bornemann
2018-11-24
1
-4
/
+4
|
/
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Qt Forward Merge Bot
2018-09-30
1
-4
/
+1
|
\
|
*
Fix the /J option for MSVC project generation
Andrew Patterson
2018-09-27
1
-4
/
+1
*
|
qmake: Apply modernize-use-nullptr
Alessandro Portale
2018-08-08
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-19
1
-9
/
+9
|
\
|
*
qmake: Use braces for struct initialization in MSVC object model
Orgad Shaneh
2017-06-12
1
-9
/
+9
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-05-29
1
-6
/
+2
|
\
\
|
|
/
|
*
Fix parsing of MSVC's /utf-8 option, take 2
Joerg Bornemann
2017-05-23
1
-1
/
+1
|
*
Do not warn about unknown MSVC compiler conformance options
Joerg Bornemann
2017-05-23
1
-5
/
+1
*
|
Remove leading whitespace from command lines in VS projects
Joerg Bornemann
2017-05-23
1
-1
/
+1
|
/
*
Fix uninitialized VCLinkerTool::DebugInfoOption
Joerg Bornemann
2017-03-22
1
-0
/
+1
*
Fix parsing of the /utf8 MSVC compiler flag in VS project generator
Joerg Bornemann
2017-03-13
1
-1
/
+6
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-25
1
-1
/
+2
|
\
*
|
Remove support for WinRT 8.1 and Windows Phone 8.1
Maurice Kalinowski
2017-01-18
1
-1
/
+0
[next]