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
/
cmLocalVisualStudio7Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-6/+6
*
Merge topic 'tag-std-string'
Brad King
2019-11-13
1
-1/+1
|
\
|
*
cmVisualStudio10TargetGenerator: use std::string for tag
Vitaly Stakhovsky
2019-11-10
1
-1/+1
*
|
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-7/+7
|
/
*
cmGeneratorTarget: Return non-const sources from GetAllConfigSources
Brad King
2019-10-17
1
-1/+1
*
Merge topic 'pch-generate'
Brad King
2019-10-10
1
-2/+16
|
\
|
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-2/+16
*
|
VS: Tell VS 16.4 not to verify CMake-provided custom command outputs
Brad King
2019-10-07
1
-0/+4
|
/
*
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-1/+0
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-7/+8
*
cmCustomCommandLine: Provide command line make functions
Daniel Eiband
2019-09-16
1
-17/+8
*
Merge topic 'use-using'
Brad King
2019-09-06
1
-1/+1
|
\
|
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
|
Merge topic 'unity-build'
Brad King
2019-09-05
1
-2/+6
|
\
\
|
|
/
|
/
|
|
*
Unity build: Add support for Visual Studio generator
Cristian Adam
2019-08-29
1
-2/+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
-2/+2
|
/
*
Precompile headers: Add support for Visual Studio generators
Cristian Adam
2019-08-28
1
-0/+2
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-84/+46
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-3/+2
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-3/+2
*
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-4/+2
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+1
*
VS: Place intermediate files in the "ASM List Location" next to objects
Brad King
2019-07-18
1
-2/+1
*
VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup
Brad King
2019-04-02
1
-8/+1
*
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-0/+1
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-5/+5
*
Create and use `cmGeneratorTarget::Names`
Saleem Abdulrasool
2019-02-11
1
-20/+11
*
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-63/+45
|
\
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-63/+45
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-7/+4
|
/
*
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-5/+5
|
\
|
*
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-5/+5
*
|
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-3/+3
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-0/+1
*
Convert cmIDEFlagTable to use owned strings
Stephan Szabo
2018-11-28
1
-4/+4
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-1/+1
*
cmGeneratorTarget::GetExportMacro: return const std::string*
Vitaly Stakhovsky
2018-10-16
1
-2/+2
*
Merge topic 'provide_explicit_source_and_build_command_line_options'
Brad King
2018-09-19
1
-1/+1
|
\
|
*
CMake: Internally uses -S instead of -H to specify source directory
Robert Maynard
2018-09-15
1
-1/+1
*
|
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-2/+2
*
|
genex: Simplify cmGeneratorExpressionInterpreter
Brad King
2018-09-07
1
-2/+1
*
|
cmMakefile: Make GetRequiredDefinition return std::string
Vitaly Stakhovsky
2018-09-05
1
-4/+3
|
/
*
Merge topic 'lg-directory'
Brad King
2018-08-28
1
-1/+1
|
\
|
*
cmLocalGenerator: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-1/+1
*
|
static library: add property STATIC_LIBRARY_OPTIONS
Marc Chevrier
2018-08-15
1
-1/+3
|
/
*
cmVisualStudioGeneratorOptions::Parse(): const std::string& argument
Vitaly Stakhovsky
2018-08-13
1
-4/+4
*
VS: extended OutputDeploymentDebuggerTool for AdditionalFiles
Frank Goyens
2018-07-09
1
-18/+32
*
VS: moved EscapeForXML function higher up and made static
Frank Goyens
2018-07-06
1
-11/+12
[next]