index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudio11Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
1
-17/+18
*
strings: combine string literals where possible
Ben Boeckel
2023-07-27
1
-2/+4
*
strings: compare to static `string_view` instances in Windows-only code
Ben Boeckel
2023-07-27
1
-3/+5
*
Drop Visual Studio 11 2012 generator
Brad King
2023-06-13
1
-139/+0
*
clang-tidy: fix `bugprone-parent-virtual-call` lints
Ben Boeckel
2022-11-29
1
-0/+1
*
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2022-11-29
1
-4/+2
*
clang-tidy: fix `modernize-use-nullptr` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry
Alex Turbov
2022-11-17
1
-5/+4
*
ASM_MARMASM: Add support for Microsoft ARM assembler language
Ilia K
2022-11-09
1
-0/+12
*
Deprecate Visual Studio 11 2012 generator
Brad King
2022-09-27
1
-1/+1
*
Make cmGlobalVisualStudioGenerator::VSVersion enum class
Sumit Bhardwaj
2022-01-25
1
-1/+1
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-2/+9
*
Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()
Kyle Edwards
2020-10-05
1
-2/+2
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-13/+19
*
VS: support suppressing deployment of selected targets
Wil Stark
2019-02-25
1
-8/+3
*
Add global generator factory method to get default platform name
Brad King
2019-01-18
1
-0/+2
*
Add global generator factory method to get list of known platforms
Brad King
2019-01-18
1
-0/+16
*
Split global generator factory list with and without platforms
Brad King
2019-01-18
1
-1/+10
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-2/+2
*
VS: Clarify global generator constructor interface
Brad King
2019-01-10
1
-2/+3
*
VS: Convert WriteSLNHeader to non-virtual lookup table
Brad King
2019-01-10
1
-10/+0
*
Add missing override
Vitaly Stakhovsky
2018-12-30
1
-1/+1
*
Replace header flag tables with json reading
Stephan Szabo
2018-11-28
1
-12/+6
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-8/+6
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-5/+5
*
VS: Add flag tables for C#
Michael Stürmer
2016-12-01
1
-0/+2
*
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
1
-0/+1
*
VS: Move toolset flag table lookup to global generator
Don Olmstead
2016-10-25
1
-0/+10
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-2/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CMake: Report whether generators support platforms
Tobias Hunger
2016-07-14
1
-0/+1
*
cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes
Tobias Hunger
2016-07-14
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-139/+93
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-14/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
VS: Ignore USE_FOLDER property on VS versions that do not support it
Brad King
2016-04-26
1
-4/+4
*
cmake-gui: Add option to specify generator toolset
Robert Dailey
2015-11-17
1
-0/+2
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-3/+3
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-11/+8
*
VS: Remove obsolete methods.
Stephen Kelly
2015-05-19
1
-7/+0
*
VS: Move version information to global generator.
Stephen Kelly
2015-05-19
1
-2/+2
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-5/+2
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2/+4
*
cmake: Show in --help how to select VS target platform (#15422)
Brad King
2015-04-07
1
-2/+5
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
VS: Improve error messages when compiler is not detected (#15228)
Gilles Khouzam
2014-11-14
1
-14/+105
*
VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binaries
Gilles Khouzam
2014-07-31
1
-0/+14
*
VS: Select WindowsPhone and WindowsStore default toolsets
Brad King
2014-07-31
1
-0/+50
[next]