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
/
cmGlobalVisualStudioGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+6
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-1/+1
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-1/+1
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-1/+1
*
|
|
cmMakefile: Remove AddUtilityCommand overload without byproducts
Daniel Eiband
2019-09-26
1
-2/+3
*
|
|
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-1/+1
*
|
|
Merge topic 'fix-vsmacro-access-violation'
Brad King
2019-09-26
1
-13/+3
|
\
\
\
|
*
|
|
VS: Fix access violation when calling Visual Studio macro
Daniel Eiband
2019-09-24
1
-13/+3
*
|
|
|
VS: Remove call to ConvertToWindowsExtendedPath with result discarded
Daniel Eiband
2019-09-21
1
-1/+0
|
/
/
/
*
|
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+2
*
|
|
cmCustomCommandLine: Provide command line make functions
Daniel Eiband
2019-09-16
1
-8/+3
*
|
|
Merge topic 'pvs-cleanup'
Brad King
2019-08-26
1
-9/+8
|
\
\
\
|
*
|
|
cmGlobalVisualStudioGenerator: Fix buffer sizes used with RegEnumKeyExW
Brad King
2019-08-22
1
-4/+4
|
*
|
|
cmGlobalVisualStudioGenerator: Fix buffer sizes used RegQueryValueExW
Brad King
2019-08-22
1
-5/+4
*
|
|
|
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+1
*
|
|
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-8/+7
|
/
/
/
*
|
|
Merge topic 'vs-sln-bom'
Brad King
2019-08-21
1
-0/+3
|
\
\
\
|
*
|
|
VS: Emit UTF-8 BOM for generated solution files
Justin Goshi
2019-08-20
1
-0/+3
*
|
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
|
/
/
/
*
|
|
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-3/+3
|
/
/
*
|
cmGlobalVisualStudioGenerator: remove redundant variables
Leonid Pospelov
2019-04-24
1
-12/+5
*
|
cmGlobalVisualStudioGenerator: use cmJoin to join the filenames
Leonid Pospelov
2019-04-22
1
-11/+1
*
|
cmGlobalVisualStudioGenerator: use auto instead of iterator types
Leonid Pospelov
2019-04-22
1
-6/+5
*
|
Merge topic 'vs-default-platform'
Brad King
2019-04-22
1
-0/+8
|
\
\
|
|
/
|
*
VS: Provide the default platform name to project code
Brad King
2019-04-19
1
-0/+8
*
|
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-0/+1
*
|
Merge topic 'vs-fortran-rc'
Brad King
2019-03-04
1
-0/+4
|
\
\
|
|
/
|
*
VS: Fix Fortran target type selection with RC sources
Brad King
2019-03-01
1
-0/+4
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-1/+1
|
/
*
VS: Fix Fortran target type selection when linking C++ targets
Brad King
2019-02-04
1
-19/+12
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-3/+2
*
cmSystemTools::Message: Add overload accepting std::string
Vitaly Stakhovsky
2019-01-28
1
-2/+2
*
Pass EXCLUDE_FROM_ALL from directory to targets
Zack Galbreath
2019-01-21
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
VS: Add Visual Studio 16 2019 generator
Brad King
2019-01-11
1
-0/+11
*
VS: Track explicitly when platform is specified in generator name
Brad King
2019-01-10
1
-0/+1
*
VS: Move platform name members to top-level global generator
Brad King
2019-01-10
1
-1/+28
*
VS: Convert WriteSLNHeader to non-virtual lookup table
Brad King
2019-01-10
1
-0/+52
*
VS: Convert GetIDEVersion to non-virtual table lookup
Brad King
2019-01-10
1
-0/+19
*
cmake-gui: Fix "Open Project" for VS IDE with space in path
Brad King
2018-10-25
1
-2/+3
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-3/+3
*
cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced()
Michael Stürmer
2018-04-24
1
-13/+0
*
remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget
Michael Stürmer
2018-04-23
1
-24/+1
*
VS: Support C# project references
Robert Dailey
2018-02-23
1
-18/+16
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-66/+39
*
server: return whether or not a target is generator provided
Justin Goshi
2017-11-20
1
-2/+2
*
VS,Xcode: Add CMakeLists.txt sources without mutating targets
Brad King
2017-10-18
1
-9/+0
*
cmake: Add --open option for IDE generators
Gregor Jasny
2017-10-13
1
-0/+33
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
[next]