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
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-3/+10
*
cmLocalGenerator: Simplify Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-7/+6
*
cmCustomCommand: Move constructor arguments to individual setters
NAKAMURA Takumi
2021-11-18
1
-3/+7
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+2
*
VS: Add Visual Studio 17 2022 generator
Brad King
2021-06-25
1
-0/+11
*
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-1/+1
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-1/+1
*
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-2/+2
*
Merge topic 'vs-sln-version-16'
Brad King
2020-06-03
1
-1/+1
|
\
|
*
VS: Fix .sln support for VS Version Selector with VS 2019
Brad King
2020-06-02
1
-1/+1
|
*
Merge topic 'vs-sln-version' into release-3.17
Brad King
2020-05-20
1
-0/+1
|
|
\
*
|
\
Merge topic 'vs-sln-version'
Brad King
2020-05-20
1
-0/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
VS: Restore .sln support for VS Version Selector
Brad King
2020-05-19
1
-0/+1
*
|
|
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-3/+3
*
|
|
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-1/+1
*
|
|
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-3/+3
|
|
/
|
/
|
*
|
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-1/+1
*
|
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-3/+3
*
|
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-3/+3
*
|
cmCustomCommand: Explicitly pass backtrace on construction
Daniel Eiband
2019-11-24
1
-3/+4
*
|
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-6/+7
*
|
VS: Add support for per-config sources
Brad King
2019-10-17
1
-9/+0
*
|
Teach check for single-language targets to consider all configurations
Brad King
2019-10-17
1
-2/+1
|
/
*
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
|
\
\
|
|
/
[next]