index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudio71Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-20
/
+15
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1
/
+1
*
VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targets
Brad King
2017-09-13
1
-4
/
+10
*
Drop Visual Studio 7 .NET 2003 generator
Brad King
2017-04-19
1
-67
/
+1
*
include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>
Beeble
2017-04-05
1
-4
/
+9
*
VS: Pass whole target to WriteProjectConfigurations
Beeble
2017-04-05
1
-1
/
+1
*
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
1
-2
/
+1
*
Merge topic 'vs-csharp-prep'
Brad King
2016-10-20
1
-0
/
+4
|
\
|
*
VS: Add CSharp project uuid and file extension
Michael Stürmer
2016-10-19
1
-0
/
+4
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1
/
+1
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0
/
+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-98
/
+65
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-11
/
+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0
/
+2
*
Merge topic 'clang-format-include-order'
Brad King
2016-05-02
1
-0
/
+2
|
\
|
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+2
*
|
Deprecate Visual Studio 7 .NET 2003 generator
Brad King
2016-04-28
1
-1
/
+1
|
/
*
VS: Fix default target support for targets nested inside a folder
Taylor Braun-Jones
2016-03-23
1
-1
/
+18
*
VS: Add option to choose the `.sln` startup project (#15578)
Davy Durham
2016-03-22
1
-1
/
+2
*
VS: Port utility depends to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1
/
+1
*
VS: Port target depends to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1
/
+1
*
VS: Port ProjectDepends to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-4
/
+4
*
VS: Port TargetIsFortranOnly to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1
/
+1
*
VS: Port WriteProject to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-5
/
+5
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-15
1
-1
/
+1
*
VS: Refactor target ordering logic
Brad King
2015-09-22
1
-1
/
+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-08-24
1
-1
/
+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-08-24
1
-1
/
+1
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2
/
+2
*
VS: Do not accumulate configurations globally (#15577)
Brad King
2015-05-21
1
-7
/
+12
*
VS: Remove obsolete methods.
Stephen Kelly
2015-05-19
1
-10
/
+0
*
VS: Move version information to global generator.
Stephen Kelly
2015-05-19
1
-2
/
+2
*
VS: Simplify setting of flag table.
Stephen Kelly
2015-05-19
1
-1
/
+0
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-2
/
+1
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2
/
+4
*
VS: Do not generate a BOM in .sln files
Brad King
2015-02-24
1
-5
/
+0
*
Encoding: Write Visual Studio solution file with BOM.
Clinton Stimpson
2014-12-26
1
-0
/
+5
*
VS: Remove unused parameter of WriteTargetConfigurations
Brad King
2014-06-13
1
-1
/
+1
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-4
/
+5
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2
/
+2
*
stringapi: Use strings for VS project names
Ben Boeckel
2014-03-08
1
-4
/
+4
*
VS: Teach include_external_msproject about non-C++ projects (#14661)
David Golub
2013-12-20
1
-1
/
+1
*
Constify handling of target dependencies.
Stephen Kelly
2013-12-11
1
-2
/
+2
*
VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators
Brad King
2013-11-18
1
-1
/
+0
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-1
/
+0
*
VS: Replace ArchitectureId with PlatformName
Patrick Gansterer
2013-08-05
1
-1
/
+2
*
VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too
Patrick Gansterer
2013-08-05
1
-4
/
+4
*
VS: Added "Deploy" at project configuration for WindowsCE targets
Patrick Gansterer
2012-11-27
1
-1
/
+1
*
Merge topic 'generator-factory'
Brad King
2012-11-20
1
-2
/
+2
|
\
[next]