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
/
cmGlobalVisualStudio7Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxxmodules: rework control logic for scanning regular C++ sources
Ben Boeckel
2023-10-02
1
-8/+0
*
Merge topic 'modules-better-messages'
Brad King
2023-08-25
1
-2/+2
|
\
|
*
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
1
-2/+2
*
|
strings: use character literals where possible
Ben Boeckel
2023-07-28
1
-4/+4
*
|
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
1
-12/+11
*
|
strings: compare to static `string_view` instances in Windows-only code
Ben Boeckel
2023-07-27
1
-13/+14
*
|
Deprecate Visual Studio 12 2013 generator
Brad King
2023-06-26
1
-0/+20
*
|
Drop Visual Studio 11 2012 generator
Brad King
2023-06-13
1
-20/+0
|
/
*
codespell: Fix typos
Brad King
2023-05-22
1
-1/+1
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
Deprecate Visual Studio 9 2008 generator
Brad King
2023-02-08
1
-0/+20
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-3/+3
*
clang-tidy: fix `readability-use-anyofallof` lints
Ben Boeckel
2022-11-29
1
-7/+6
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2022-11-29
1
-2/+4
*
clang-tidy: fix `readability-container-size-empty` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2022-11-29
1
-6/+12
*
clang-tidy: fix `readability-redundant-string-cstr` lints
Ben Boeckel
2022-11-29
1
-5/+5
*
clang-tidy: fix `readability-static-accessed-through-instance` lints
Ben Boeckel
2022-11-29
1
-2/+3
*
clang-tidy: fix `modernize-use-equals-default` lints
Ben Boeckel
2022-11-29
1
-3/+1
*
ASM_MARMASM: Add support for Microsoft ARM assembler language
Ilia K
2022-11-09
1
-0/+1
*
Deprecate Visual Studio 11 2012 generator
Brad King
2022-09-27
1
-0/+20
*
Drop Visual Studio 10 2010 generator
Brad King
2022-09-26
1
-20/+0
*
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+15
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
VS: Introduce IsInSolution to check whether a target is in sln file
Sumit Bhardwaj
2022-02-12
1
-2/+2
*
cmGlobalVisualStudio7Generator: Drop unused method
Brad King
2022-02-12
1
-16/+0
*
Make cmGlobalVisualStudioGenerator::VSVersion enum class
Sumit Bhardwaj
2022-01-25
1
-1/+2
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-1/+1
*
VS: Add DOTNET_SDK property to generate SDK-style C# projects
Sumit Bhardwaj
2021-12-21
1
-1/+9
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-3/+10
*
Source: Replace C headers with C++ ones
Rose
2021-11-02
1
-2/+1
*
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
-10/+10
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-4/+3
*
Deprecate Visual Studio 10 2010 generator
Brad King
2021-07-29
1
-0/+19
*
cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPES
Brad King
2021-06-30
1
-8/+1
*
cmLocalGenerator: Factor out relative path conversion helpers
Brad King
2021-05-13
1
-2/+1
*
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-3/+4
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-2/+2
*
Refactor: Use cmToCStr()
Vitaly Stakhovsky
2020-09-03
1
-2/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+2
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-3/+3
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-2/+1
*
GetFeature(): return cmProp
Vitaly Stakhovsky
2020-07-11
1
-3/+2
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-2/+3
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-12/+13
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-2/+2
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+3
[next]