| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Simplify XML code | Vitaly Stakhovsky | 2018-03-27 | 1 | -24/+21 |
|
|
* | cmVisualStudioGeneratorOptions: Move XML code to subclasses | Vitaly Stakhovsky | 2018-03-26 | 1 | -18/+48 |
|
|
* | cmVisualStudio10TargetGenerator: fix indentation | Vitaly Stakhovsky | 2018-03-19 | 1 | -0/+3 |
|
|
* | Merge topic 'vs-debugger-command' | Brad King | 2018-03-19 | 1 | -0/+7 |
|\ |
|
| * | VS: Add target property VS_DEBUGGER_COMMAND | Hannes Mezger | 2018-03-14 | 1 | -0/+7 |
|
|
* | | cmVisualStudio10TargetGenerator: improved XML nesting | Vitaly Stakhovsky | 2018-03-16 | 1 | -68/+77 |
|/ |
|
* | cmVisualStudio10TargetGenerator: Use helpers for XML tags | Vitaly Stakhovsky | 2018-03-07 | 1 | -312/+162 |
|
|
* | cmIDEOptions: use std::string | Vitaly Stakhovsky | 2018-02-26 | 1 | -1/+1 |
|
|
* | Merge topic 'project-references-csharp-17678' | Brad King | 2018-02-26 | 1 | -0/+11 |
|\ |
|
| * | VS: Support C# project references | Robert Dailey | 2018-02-23 | 1 | -0/+11 |
|
|
* | | VS: Convert loops to C++11, other C++ improvements | Vitaly Stakhovsky | 2018-02-22 | 1 | -53/+35 |
|/ |
|
* | cmVisualStudio10TargetGenerator: Make some data members const; simplify | Vitaly Stakhovsky | 2018-02-06 | 1 | -59/+33 |
|
|
* | cmVisualStudio10TargetGenerator: Limit scope of ConvertToWindowsSlash() | Vitaly Stakhovsky | 2018-02-02 | 1 | -50/+52 |
|
|
* | Merge topic 'msvc_cuda_files_use_consistent_obj_names' | Brad King | 2018-01-31 | 1 | -3/+14 |
|\ |
|
| * | CUDA: Use MSVC default pattern for naming object files | Robert Maynard | 2018-01-30 | 1 | -3/+14 |
|
|
* | | Merge topic 'vs-restore-order' | Brad King | 2018-01-31 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | VS: Restore the order of the AdditionalIncludeDirectories tag | Vitaly Stakhovsky | 2018-01-30 | 1 | -2/+2 |
|
|
* | | VS: Use newline for empty DebugInformationFormat tags | Robert Dailey | 2018-01-26 | 1 | -4/+5 |
|/ |
|
* | Merge topic 'sourceFile-new-properties' | Brad King | 2018-01-25 | 1 | -54/+77 |
|\ |
|
| * | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -1/+18 |
|
|
| * | VisualStudio generators: refactoring | Marc Chevrier | 2018-01-23 | 1 | -54/+41 |
|
|
| * | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 1 | -1/+20 |
|
|
* | | Merge topic 'stdstring' | Brad King | 2018-01-25 | 1 | -2/+2 |
|\ \ |
|
| * | | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -2/+2 |
| |/ |
|
* | | cmVisualStudio10TargetGenerator: remove redundant space char in some tags | Vitaly Stakhovsky | 2018-01-23 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language' | Brad King | 2018-01-18 | 1 | -0/+11 |
|\ |
|
| * | CUDA: MSVC will now state files are cuda files when needed | Robert Maynard | 2018-01-12 | 1 | -0/+11 |
|
|
* | | Merge topic 'extend-compile-language-genex' | Brad King | 2018-01-16 | 1 | -22/+45 |
|\ \
| |/
|/| |
|
| * | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 1 | -14/+27 |
|
|
| * | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 1 | -3/+6 |
|
|
| * | cmVisualStudio10TargetGenerator: Factor out include dir computation | Brad King | 2018-01-11 | 1 | -6/+13 |
|
|
* | | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc' | Brad King | 2018-01-12 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | CUDA: Allow -G to control device debuging on MSVC. | Robert Maynard | 2018-01-11 | 1 | -0/+6 |
|
|
* | | VS: Modernize 'for' loops in cmVisualStudio10TargetGenerator to C++11 | Vitaly Stakhovsky | 2017-12-21 | 1 | -238/+167 |
|/ |
|
* | Merge topic 'per-source-COMPILE_LANGUAGE-genex-support' | Brad King | 2017-12-14 | 1 | -3/+5 |
|\ |
|
| * | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -3/+5 |
|
|
* | | cmIDEOptions: use std::string instead of const char* | Vitaly Stakhovsky | 2017-12-09 | 1 | -4/+4 |
|/ |
|
* | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 1 | -1/+10 |
|
|
* | Merge topic 'src-genex-refactoring' | Brad King | 2017-12-05 | 1 | -11/+6 |
|\ |
|
| * | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -11/+6 |
|
|
* | | Use CM_FALLTHROUGH in Windows-specific code | Brad King | 2017-12-04 | 1 | -0/+1 |
|
|
* | | VS: Enable generation of CSharp projects without initial .cs files | Michael Stürmer | 2017-11-29 | 1 | -6/+10 |
|/ |
|
* | VS: Order .vcxproj.filters files deterministically | Brad King | 2017-11-15 | 1 | -3/+6 |
|
|
* | cmSourceGroup: Return strings from GetName and GetFullName | Brad King | 2017-11-15 | 1 | -4/+4 |
|
|
* | VS: Fix warnings in generated references to '.settings' files | Yoshinori Tahara | 2017-11-09 | 1 | -6/+2 |
|
|
* | VS: Add source file property to set hlsl debug and optimization flags | Jeremiah van Oosten | 2017-10-30 | 1 | -0/+22 |
|
|
* | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -4/+5 |
|
|
* | VS,Xcode: Add CMakeLists.txt sources without mutating targets | Brad King | 2017-10-18 | 1 | -0/+9 |
|
|
* | VS: Set CUDA TargetMachinePlatform explicitly on x64 | Brad King | 2017-10-17 | 1 | -0/+7 |
|
|
* | Merge topic 'vs-no-empty-link-version' | Brad King | 2017-10-04 | 1 | -2/+0 |
|\ |
|