| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'vs_deploy_content_fix' | Brad King | 2018-12-13 | 1 | -0/+1 |
|\ |
|
| * | VS: Fix Deploy content in .csproj files | Wil Stark | 2018-12-07 | 1 | -0/+1 |
|
|
* | | VisualStudio10TargetGenerator: support C# refs with '.' in file name. | Wil Stark | 2018-12-11 | 1 | -1/+2 |
|/ |
|
* | Merge topic 'cuda-external' | Brad King | 2018-12-06 | 1 | -1/+2 |
|\ |
|
| * | CUDA: Fix crash on linking to a CUDA target without CUDA enabled | Brad King | 2018-12-05 | 1 | -1/+2 |
|
|
* | | Merge topic 'fix-custom-target-with-csharp' | Brad King | 2018-11-01 | 1 | -9/+7 |
|\ \
| |/ |
|
| * | CSharp: Fix regression in VS project type selection for custom target | Brad King | 2018-10-31 | 1 | -9/+7 |
|
|
| * | Merge branch 'vs-csharp-in-custom-target' into release-3.13 | Brad King | 2018-10-23 | 1 | -0/+4 |
| |\ |
|
| * \ | Merge branch 'vs-cuda-pdb' into release-3.13 | Brad King | 2018-10-10 | 1 | -7/+18 |
| |\ \ |
|
* | \ \ | Merge topic 'vs-csharp-in-custom-target' | Brad King | 2018-10-24 | 1 | -0/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | VS: Fix crash on CSharp sources in a custom target | Brad King | 2018-10-23 | 1 | -0/+4 |
|
|
* | | | | Merge topic 'gem-string' | Brad King | 2018-10-17 | 1 | -4/+6 |
|\ \ \ \ |
|
| * | | | | cmGeneratorTarget::GetExportMacro: return const std::string* | Vitaly Stakhovsky | 2018-10-16 | 1 | -4/+6 |
|
|
* | | | | | cmVisualStudio10TargetGenerator: Code improvement | Vitaly Stakhovsky | 2018-10-14 | 1 | -45/+30 |
|/ / / / |
|
* | | | | Merge topic 'vs-cuda-pdb' | Brad King | 2018-10-11 | 1 | -7/+18 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | VS: Add workaround for CUDA compiler PDB location with space | Brad King | 2018-10-10 | 1 | -0/+7 |
|
|
| * | | VS: Drop workaround for CUDA compiler PDB location on CUDA 9.2+ | Brad King | 2018-10-10 | 1 | -7/+11 |
| |/ |
|
* | | VS: Add flag table entry for -Qspectre | Brad King | 2018-10-08 | 1 | -0/+8 |
|/ |
|
* | Merge topic 'fix-csharp-target-type' | Brad King | 2018-10-03 | 1 | -3/+5 |
|\ |
|
| * | VS: Fix CSharp flag selection when linking to a static C++ library | Brad King | 2018-10-02 | 1 | -3/+5 |
|
|
* | | Merge topic 'vs-ipo' | Brad King | 2018-09-18 | 1 | -5/+12 |
|\ \ |
|
| * | | VS: Do not specify incremental linking if LTCG is enabled | Brad King | 2018-09-17 | 1 | -3/+5 |
|
|
| * | | IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual Studio | Niels Dekker | 2018-09-17 | 1 | -2/+7 |
|
|
* | | | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -19/+11 |
|
|
* | | | genex: Simplify cmGeneratorExpressionInterpreter | Brad King | 2018-09-07 | 1 | -2/+1 |
|/ / |
|
* | | Merge topic 'grd-stdstring' | Brad King | 2018-09-06 | 1 | -1/+1 |
|\ \ |
|
| * | | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | | | Merge topic 'isonoff-cstr' | Brad King | 2018-09-06 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge topic 'vs-CMakeLists.txt' | Brad King | 2018-09-05 | 1 | -1/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | VS: Restore CMakeLists.txt references in each target | Brad King | 2018-09-05 | 1 | -1/+5 |
|
|
* | | Merge topic 'vs-winrt-default' | Brad King | 2018-08-31 | 1 | -2/+4 |
|\ \ |
|
| * | | VS: Add option to tell generator that platfrom is WinRT by default | Mikhail Korolev | 2018-08-30 | 1 | -2/+4 |
|
|
* | | | cmVisualStudio10TargetGenerator: clean up c_str()s | Vitaly Stakhovsky | 2018-08-28 | 1 | -8/+8 |
|
|
* | | | Merge topic 'lg-directory' | Brad King | 2018-08-28 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | cmLocalGenerator: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -4/+3 |
|
|
* | | | | Merge topic 'mk-directory' | Brad King | 2018-08-28 | 1 | -8/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -8/+8 |
| |/ / |
|
* | | | Merge topic 'static-lib-options' | Brad King | 2018-08-27 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | static library: add property STATIC_LIBRARY_OPTIONS | Marc Chevrier | 2018-08-15 | 1 | -1/+6 |
| |/ / |
|
* | | | Merge topic 'ProjectReference' | Brad King | 2018-08-27 | 1 | -23/+21 |
|\ \ \ |
|
| * | | | VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible | Bastien Schatt | 2018-08-12 | 1 | -23/+21 |
|
|
* | | | | VS: Avoid VS 2017 toolset default use of /FC flag | Brad King | 2018-08-23 | 1 | -0/+10 |
| |/ /
|/| | |
|
* | | | cmVisualStudioGeneratorOptions::Parse(): const std::string& argument | Vitaly Stakhovsky | 2018-08-13 | 1 | -11/+11 |
|
|
* | | | cmCompiledGeneratorExpression::Evaluate(): return const std::string& | Vitaly Stakhovsky | 2018-08-09 | 1 | -10/+9 |
|/ / |
|
* | | Merge topic 'csharp-link-file' | Brad King | 2018-07-09 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | VS: Only link cs files when they're not in binary dir | Robert Dailey | 2018-07-06 | 1 | -4/+7 |
|
|
* | | Merge topic 'vs_debugger' | Brad King | 2018-06-22 | 1 | -2/+39 |
|\ \ |
|
| * | | VS10Project: Expand VS_DEBUGGER_* capabilities | Jon Chronopoulos | 2018-06-17 | 1 | -2/+39 |
|
|
* | | | Merge topic 'vs-cuda-no-host-includes' | Brad King | 2018-06-20 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|