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
/
cmLocalVisualStudioGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-1/+3
*
Remove redundant calls to CollapseFullPath
Brad King
2020-03-24
1
-2/+1
*
cmCustomCommand: Explicitly pass backtrace on construction
Daniel Eiband
2019-11-24
1
-2/+2
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmCustomCommandLine: Provide command line make functions
Daniel Eiband
2019-09-16
1
-7/+2
*
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-0/+1
*
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-3/+4
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-9/+5
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-2/+2
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
VS: only add custom command line if it is not empty
Michael Stürmer
2017-09-04
1
-3/+7
*
Merge topic 'enable_ptx_compilation'
Brad King
2017-04-21
1
-3/+15
|
\
|
*
CUDA: Allow sources to be compiled to .ptx files
Robert Maynard
2017-04-20
1
-3/+15
*
|
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-2/+4
|
/
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Convert: Inline uses of START_OUTPUT
Stephen Kelly
2016-09-19
1
-1/+3
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+1
*
Convert: Replace Convert(FULL) with equivalent
Stephen Kelly
2016-08-27
1
-1/+2
*
Convert: Replace uses of Convert(NONE)
Stephen Kelly
2016-08-27
1
-1/+1
*
VS: Replace variable with an if()
Stephen Kelly
2016-08-27
1
-2/+5
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-57/+45
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
VS: Port ImplibDir to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-7/+5
*
VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-2/+2
*
cmGeneratorTarget: Move GetDirectory from cmTarget.
Stephen Kelly
2015-10-08
1
-2/+4
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-3/+2
*
cmLocalGenerator: Remove Parent pointer.
Stephen Kelly
2015-08-28
1
-2/+1
*
cmLocalVisualStudioGenerator: Use computed .obj extension (#13685)
Bastien Schatt
2015-08-18
1
-2/+2
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-2/+3
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-1/+1
*
VS: Move version information to global generator.
Stephen Kelly
2015-05-19
1
-2/+10
*
cmGlobalGenerator: Move some flags from cmLocalGenerator.
Stephen Kelly
2015-05-14
1
-2/+0
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-2/+3
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-1/+3
*
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-1/+3
*
cmLocalGenerator: Add ComputeObjectFilenames interface.
Stephen Kelly
2014-03-13
1
-0/+40
*
Generalize cmCustomCommandGenerator to more fields
Brad King
2014-03-12
1
-4/+2
*
cmCustomCommand: Return std::string from GetWorkingDirectory
Brad King
2014-03-12
1
-4/+4
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-2/+2
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-2/+2
*
Resolve warnings about unused variables.
Stephen Kelly
2012-11-07
1
-1/+0
*
Pre-compute object file names before VS project generation
Brad King
2012-03-09
1
-63/+0
*
VS: Simplify object name computation
Brad King
2012-03-06
1
-57/+30
*
VS: Use "call " keyword with .cmd and .bat file custom commands (#12445)
David Cole
2011-11-18
1
-0/+14
*
Order VS local generator Version ivar values consistently
Brad King
2011-11-14
1
-1/+2
[next]