index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudio8Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-10
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
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2
/
+1
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-4
/
+2
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-2
/
+2
*
Merge topic 'vs-wince-no-deploy'
Brad King
2019-02-26
1
-5
/
+26
|
\
|
*
VS: support suppressing deployment of selected targets
Wil Stark
2019-02-25
1
-5
/
+26
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-1
/
+1
|
/
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-2
/
+2
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-0
/
+1
*
VS: Track explicitly when platform is specified in generator name
Brad King
2019-01-10
1
-1
/
+1
*
VS: Clarify global generator constructor interface
Brad King
2019-01-10
1
-2
/
+3
*
Add missing override
Vitaly Stakhovsky
2018-12-30
1
-1
/
+1
*
Convert cmIDEFlagTable to use owned strings
Stephan Szabo
2018-11-28
1
-1
/
+1
*
add_dependencies: Track backtraces internally
Brad King
2018-10-18
1
-2
/
+2
*
CMake: Internally uses -S instead of -H to specify source directory
Robert Maynard
2018-09-15
1
-3
/
+3
*
Merge topic 'glob_configure_depends'
Brad King
2018-04-06
1
-8
/
+30
|
\
|
*
Add glob verify support to XCode, VS, Ninja, and Makefile generators
Shane Parris
2018-04-01
1
-8
/
+30
*
|
Drop Visual Studio 8 2005 generator
Brad King
2018-04-02
1
-122
/
+0
|
/
*
Document and extend the CMAKE_SUPPRESS_REGENERATION variable
Shane Parris
2018-02-23
1
-1
/
+1
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-35
/
+24
*
server: return whether or not a target is generator provided
Justin Goshi
2017-11-20
1
-3
/
+3
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1
/
+1
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-1
/
+1
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-16
1
-1
/
+1
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-5
/
+5
|
/
*
Merge branch 'backport-vs-fix-config-map' into vs-fix-config-map
Brad King
2017-09-13
1
-4
/
+10
|
\
|
*
VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targets
Brad King
2017-09-13
1
-4
/
+10
*
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1
/
+1
*
|
Performance: Fix a few more unnecessary vector copies missed in af3fd6f
Aaron Orenstein
2017-08-18
1
-2
/
+2
|
/
*
Deprecate Visual Studio 8 2005 generator
Brad King
2017-04-21
1
-1
/
+1
*
cmGlobalVisualStudio8Generator: Drop unused GetDocumentation method
Brad King
2017-04-19
1
-7
/
+0
*
include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>
Beeble
2017-04-05
1
-3
/
+8
*
VS: Pass whole target to WriteProjectConfigurations
Beeble
2017-04-05
1
-2
/
+2
*
VS: Fix quoting of special characters in cmake re-run check commands
Brad King
2017-02-06
1
-2
/
+4
*
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
1
-2
/
+1
*
VS: Teach `cmake --build` to reconfigure if needed before building
Yves Frederix
2016-11-17
1
-1
/
+6
[next]