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
/
cmVisualStudio10TargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'vs-asmlist-dir'
Brad King
2019-07-19
1
-2/+1
|
\
|
*
VS: Place intermediate files in the "ASM List Location" next to objects
Brad King
2019-07-18
1
-2/+1
*
|
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
|
Merge topic 'object-library-sbcs'
Brad King
2019-07-12
1
-1/+1
|
\
\
|
|
/
|
*
VS: Fix SBCS support for object libraries
Brad King
2019-07-12
1
-1/+1
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
|
Merge topic 'cuda-no-device-link-when-disabled'
Brad King
2019-07-02
1
-1/+1
|
\
\
|
|
/
|
*
CUDA: Do not device link if CUDA is not an enabled language
Robert Maynard
2019-07-01
1
-1/+1
*
|
Merge topic 'vs-dpi-aware'
Brad King
2019-06-27
1
-8/+25
|
\
\
|
*
|
VS: Add VS_DPI_AWARE target property
Matt Weir
2019-06-26
1
-8/+25
*
|
|
Merge topic 'cuda-msvc-runtime-library'
Brad King
2019-06-27
1
-15/+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookup
Brad King
2019-06-26
1
-15/+11
*
|
|
VS10Generator: add project properties to enable WindowsCE deployment.
Wil Stark
2019-06-19
1
-0/+5
|
|
/
|
/
|
*
|
cmPropertyMap: Make std::map container private
Sebastian Holtermann
2019-06-08
1
-12/+12
|
/
*
Merge topic 'vs-add-package-reference'
Brad King
2019-05-31
1
-0/+28
|
\
|
*
VS: Added support for VS package references for nuget
Kinan Mahdi
2019-05-30
1
-0/+28
*
|
Merge topic 'vs-depends-dedup'
Brad King
2019-05-31
1
-19/+43
|
\
\
|
|
/
|
/
|
|
*
VS: De-duplicate custom command dependencies
Frans van Dorsselaer
2019-05-30
1
-4/+24
|
*
VS: Clarify name of custom commands AdditionalInputs variable
Frans van Dorsselaer
2019-05-30
1
-8/+8
|
*
VS: Isolate custom command input/output generation scopes
Brad King
2019-05-30
1
-12/+16
*
|
Merge topic 'remove_unneeded_device_link_calls'
Brad King
2019-05-22
1
-15/+3
|
\
\
|
*
|
CUDA: More exhaustive checks to determine when to do device linking
Robert Maynard
2019-05-21
1
-15/+3
*
|
|
VS: Factor out helper to compute ApplicationTypeRevision
Brad King
2019-05-21
1
-8/+8
*
|
|
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-3/+3
|
/
/
*
|
Merge topic 'vs-project-import'
Brad King
2019-04-16
1
-0/+19
|
\
\
|
*
|
VS: add target property VS_PROJECT_IMPORT_<propspath>
Leonid Pospelov
2019-04-15
1
-0/+19
*
|
|
cmVisualStudio10TargetGenerator: Simplify code of two functions
Leonid Pospelov
2019-04-12
1
-8/+6
*
|
|
cmVisualStudio10TargetGenerator: Use count instead of find
Leonid Pospelov
2019-04-12
1
-19/+9
*
|
|
cmVisualStudio10TargetGenerator: Remove uses of const_cast
Leonid Pospelov
2019-04-12
1
-11/+9
*
|
|
VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup
Brad King
2019-04-02
1
-8/+2
*
|
|
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-0/+1
|
/
/
*
|
Merge topic 'vs-explicit-newline'
Brad King
2019-03-07
1
-0/+1
|
\
\
|
|
/
|
*
VS: Encode newlines in XML attributes
Luca Cappa
2019-03-06
1
-0/+1
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-10/+7
*
|
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-2/+2
*
|
Create and use `cmGeneratorTarget::Names`
Saleem Abdulrasool
2019-02-11
1
-13/+6
|
/
*
CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types
Robert Maynard
2019-02-05
1
-12/+13
*
Merge topic 'vs-wince-deployment'
Brad King
2019-02-04
1
-1/+7
|
\
|
*
VS: Fix deployment for WinCE projects
Wil Stark
2019-02-01
1
-1/+7
*
|
VS: Fix WinRT component references
Gilles Khouzam
2019-02-01
1
-2/+8
|
/
*
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-4/+4
*
Merge topic 'vs-debug-utility-targets'
Brad King
2019-01-17
1
-49/+52
|
\
|
*
VS: Add support for VS_DEBUGGER_* properties on custom targets
Nils Gladitz
2019-01-16
1
-49/+52
*
|
Merge topic 'fix_csharp_defines'
Brad King
2019-01-17
1
-0/+4
|
\
\
|
|
/
|
/
|
|
*
VS: Honor target_compile_definitions for C# projects
Wil Stark
2019-01-16
1
-0/+4
*
|
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3/+3
|
/
*
Merge topic 'fix-source-group-CMakeLists.txt'
Brad King
2019-01-15
1
-0/+8
|
\
|
*
Restore support for a custom source group for CMakeLists.txt
Brad King
2019-01-14
1
-0/+8
*
|
cmVisualStudio10TargetGenerator: Fix .NET Compact Framework projects.
Wil Stark
2019-01-11
1
-1/+32
|
/
*
VS: Honor WinCE deployment properties in VS 2010+
Wil Stark
2019-01-10
1
-0/+27
[next]