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
/
cmGlobalVisualStudio8Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'backport-revert-vs-show-cmake-files'
Brad King
2023-08-02
1
-16/+0
|
\
|
*
VS: Revert "Add CMake input files to ZERO_CHECK"
Brad King
2023-08-02
1
-16/+0
*
|
strings: use character literals where possible
Ben Boeckel
2023-07-28
1
-13/+13
*
|
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
1
-4/+4
|
/
*
VS: Restore Windows SDK selection with platform in generator name
Brad King
2023-06-22
1
-9/+0
*
Preserve --compile-no-warning-as-error in automatic CMake re-runs
Brad King
2023-05-30
1
-0/+3
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-2/+3
*
VS: Add CMake input files to ZERO_CHECK
Alexander Neundorf
2023-04-25
1
-0/+16
*
cmGlobalVisualStudio8Generator: Collect CMake input files earlier
Alexander Neundorf
2023-04-25
1
-12/+11
*
VS: Parse comma-separated fields from CMAKE_GENERATOR_PLATFORM
Brad King
2023-04-05
1
-1/+82
*
VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known
Brad King
2023-04-05
1
-0/+9
*
cmCustomCommand: Refactor custom command-specific policy values
Kyle Edwards
2023-02-06
1
-3/+0
*
clang-tidy: fix `readability-qualified-auto` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
clang-tidy: fix `readability-use-anyofallof` lints
Ben Boeckel
2022-11-29
1
-13/+16
*
clang-tidy: fix `modernize-loop-convert` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
clang-tidy: fix `bugprone-parent-virtual-call` lints
Ben Boeckel
2022-11-29
1
-0/+2
*
clang-tidy: fix `readability-redundant-string-cstr` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
clang-tidy: fix `modernize-use-auto` lints
Ben Boeckel
2022-11-29
1
-4/+2
*
clang-tidy: fix `readability-static-accessed-through-instance` lints
Ben Boeckel
2022-11-29
1
-1/+2
*
VS: Introduce IsInSolution to check whether a target is in sln file
Sumit Bhardwaj
2022-02-12
1
-1/+1
*
cmCustomCommand: Track main dependency explicitly
NAKAMURA Takumi
2021-12-14
1
-3/+2
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-3/+22
*
cmLocalGenerator: Simplify Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-23/+22
*
cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8
NAKAMURA Takumi
2021-11-18
1
-5/+11
*
VS: Model a default target framework
Brad King
2021-11-06
1
-0/+36
*
cmGlobalVisualStudio8Generator: Refactor SetGeneratorPlatform
Brad King
2021-11-03
1
-4/+11
*
VS: Map /Y- flag to not use precompiled headers with VS 2008
Luigi Fiorentini
2021-09-22
1
-0/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-4/+4
*
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-9/+10
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-2/+2
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-7/+7
*
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-2/+6
*
VS: Add target property to explicitly control solution deployment
Alexander Boczar
2020-02-25
1
-14/+22
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-3/+4
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-1/+1
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-1/+1
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-15/+17
*
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-6/+5
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-5/+7
*
cmMakefile: Remove AddUtilityCommand overload without byproducts
Daniel Eiband
2019-09-26
1
-5/+5
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-6/+6
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-5/+3
*
cmCustomCommandLine: Provide command line make functions
Daniel Eiband
2019-09-16
1
-16/+6
*
add_custom_command: Refactor setting implicit depends
Daniel Eiband
2019-09-12
1
-3/+6
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-0/+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-16/+11
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+1
[next]