| Commit message (Expand) | Author | Age | Files | Lines |
* | configure_file: Add option to control file permissions transfer to copy | Rahul Gottipati | 2020-06-30 | 1 | -1/+1 |
|
|
* | Merge topic 'visual-studio-android' | Brad King | 2020-06-26 | 1 | -11/+53 |
|\ |
|
| * | Visual Studio: Add Android support | Kyle Edwards | 2020-06-24 | 1 | -8/+51 |
|
|
| * | Refactor: Add IsAndroidGuiExecutable() method to cmTarget | Kyle Edwards | 2020-06-18 | 1 | -3/+2 |
|
|
* | | cmVisualStudio10TargetGenerator: Do not segfault on empty config | Robert Maynard | 2020-06-24 | 1 | -2/+3 |
|/ |
|
* | VS: Restore compilation of '.C' sources as C++ | Brad King | 2020-06-11 | 1 | -3/+6 |
|
|
* | VS: Use StdOutEncoding for VS 16.7 Preview 3 and above | Justin Goshi | 2020-06-03 | 1 | -5/+5 |
|
|
* | VS: Drop StdOutEncoding with VS 16.6 pending investigation | Brad King | 2020-05-29 | 1 | -2/+5 |
|
|
* | CUDA: Move VS CudaRuntime selection to be with rest of CUDA options | Brad King | 2020-05-22 | 1 | -4/+11 |
|
|
* | VS: Simplify logic adding source file C/C++ language flag to MSVC | Brad King | 2020-05-18 | 1 | -21/+7 |
|
|
* | VS: Compute managed type from an existing configuration | Brad King | 2020-05-18 | 1 | -1/+2 |
|
|
* | VS: Write custom commands for sources from all configurations | Brad King | 2020-05-18 | 1 | -8/+14 |
|
|
* | cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructure | Brad King | 2020-05-18 | 1 | -66/+94 |
|
|
* | Merge topic 'vs-pch-compile-opts' | Brad King | 2020-05-12 | 1 | -1/+1 |
|\ |
|
| * | VS: Fix using PCH from source with COMPILE_OPTIONS | Brad King | 2020-05-11 | 1 | -1/+1 |
|
|
* | | GetSafeProperty: return std::string const& | Vitaly Stakhovsky | 2020-04-30 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -130/+120 |
|
|
* | | VS: Add option for per-target PlatformToolset | Julien Jemine | 2020-04-29 | 1 | -2/+8 |
|
|
* | | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 1 | -6/+16 |
|
|
* | | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -4/+4 |
|
|
* | | Merge topic 'cmprop-source' | Brad King | 2020-04-15 | 1 | -56/+58 |
|\ \ |
|
| * | | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -56/+58 |
|
|
* | | | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -0/+14 |
|/ / |
|
* | | cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config | Brad King | 2020-04-01 | 1 | -3/+2 |
|
|
* | | cmTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-30 | 1 | -7/+7 |
|
|
* | | Merge topic 'vs-non-built-file-item-metadata' | Brad King | 2020-03-30 | 1 | -93/+146 |
|\ \ |
|
| * | | VS: Add VS_SOURCE_SETTINGS_<tool> target property | Matt Davies | 2020-03-20 | 1 | -0/+16 |
|
|
| * | | VS: Add VS_SETTINGS source file property | Matt Davies | 2020-03-20 | 1 | -2/+32 |
|
|
| * | | VS: Use unordered_map to write HLSL settings. | Matt Davies | 2020-03-20 | 1 | -93/+100 |
|
|
* | | | VS10Generator: avoid many string allocations | Rolf Eike Beer | 2020-03-24 | 1 | -46/+36 |
|
|
* | | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -10/+11 |
|/ / |
|
* | | cmPropertyMap: Introduce cmProp as return type for GetProperty() functions | Vitaly Stakhovsky | 2020-03-13 | 1 | -2/+2 |
|
|
* | | CSharp: Add support for source groups with out-of-source builds | Kinan Mahdi | 2020-02-28 | 1 | -83/+46 |
|
|
* | | Merge branch 'backport-3.16-link-line-backtrace' | Brad King | 2020-02-10 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Propagate backtraces from LINK_LIBRARIES through to link line items | Brad King | 2020-02-10 | 1 | -8/+8 |
|
|
| * | Merge topic 'vs-version-for-unity' into release-3.16 | Brad King | 2020-02-05 | 1 | -7/+3 |
| |\ |
|
| * \ | Merge topic 'vs-16.4-custom-command-inputs' into release-3.16 | Brad King | 2020-01-29 | 1 | -1/+7 |
| |\ \ |
|
* | \ \ | Merge topic 'vs-version-for-unity' | Brad King | 2020-02-05 | 1 | -7/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | VS: Do not use native unity builds on VS 2017 versions less than 15.8 | Brad King | 2020-02-04 | 1 | -7/+3 |
| |/ / |
|
| * | | Merge topic 'pch-force-include' into release-3.16 | Brad King | 2019-12-16 | 1 | -0/+3 |
| |\ \ |
|
* | \ \ | Merge topic 'vs-16.4-custom-command-inputs' | Brad King | 2020-01-29 | 1 | -1/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | VS: Tell VS 16.4 not to verify SYMBOLIC custom command inputs | Brad King | 2020-01-28 | 1 | -1/+7 |
|
|
* | | | | Merge topic 'cuda_runtime_library_controls' | Brad King | 2020-01-28 | 1 | -12/+1 |
|\ \ \ \ |
|
| * | | | | CUDA: Add abstraction for cuda runtime selection | Robert Maynard | 2020-01-27 | 1 | -12/+1 |
|
|
* | | | | | Merge topic 'csharp-no-valued-macros' | Brad King | 2020-01-27 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | CSharp: Do not pass definitions with values | Sumit Bhardwaj | 2020-01-24 | 1 | -0/+4 |
| |/ / / / |
|
* | | | | | VS: Add support for .NET Standard and .NET Core | Joerg Bornemann | 2020-01-24 | 1 | -17/+30 |
|/ / / / |
|
* | | | | Merge topic 'fix-vs-winrt-by-default' | Brad King | 2019-12-17 | 1 | -5/+4 |
|\ \ \ \ |
|
| * | | | | VS: Change CMAKE_VS_WINRT_BY_DEFAULT to not implicitly enable WinRT | Petr Polezhaev | 2019-12-16 | 1 | -5/+4 |
|
|
* | | | | | Merge topic 'vs-xml-improve' | Brad King | 2019-12-17 | 1 | -12/+6 |
|\ \ \ \ \ |
|