| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Fix rebuild with regeneration after input CMake code change (#15754) | Brad King | 2015-09-22 | 1 | -1/+1 |
|
|
* | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 1 | -1/+1 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+29 |
|
|
* | Merge topic 'vs-store-phone-cert-thumbs' | Brad King | 2015-08-31 | 1 | -1/+15 |
|\ |
|
| * | VS: Windows Store/Phone package cert thumbprint | Gilles Khouzam | 2015-08-27 | 1 | -1/+15 |
|
|
* | | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -2/+2 |
|
|
* | | Replace 'foo.size() != 0' pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|/ |
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget: Move GetFullName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetCompilePDBPath from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Move GetLibraryNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Move GetExecutableNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 |
|
|
* | VS: Add more Nsight Tegra generator Android property settings | Mikhail Filimonov | 2015-07-14 | 1 | -6/+135 |
|
|
* | Merge topic 'auto_export_dll_symbols' | Brad King | 2015-07-08 | 1 | -2/+28 |
|\ |
|
| * | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -2/+28 |
|
|
* | | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -2/+2 |
|/ |
|
* | Get the local generator from the GeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS' | Brad King | 2015-06-04 | 1 | -4/+1 |
|\ |
|
| * | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -4/+1 |
|
|
* | | VS: Compute project GUIDs deterministically | Brad King | 2015-06-04 | 1 | -4/+0 |
|/ |
|
* | VS: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -56/+39 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -23/+24 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -5/+5 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | VS: Add support for XAML source files | Gilles Khouzam | 2015-04-03 | 1 | -3/+77 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+2 |
|
|
* | cmVisualStudio10TargetGenerator: Wrap long line | Brad King | 2015-02-24 | 1 | -1/+2 |
|
|
* | VS: Specify absolute output directory for the Midl tool | Tim Blechmann | 2015-02-23 | 1 | -1/+1 |
|
|
* | VS: Set default language in generated Windows Phone and Store projects | Robert Goulet | 2015-01-29 | 1 | -0/+2 |
|
|
* | VS: Add missing newlines to .vcxproj generation | Robert Goulet | 2015-01-29 | 1 | -2/+2 |
|
|
* | VS: Add source file property to set extra hlsl shader flags | Robert Goulet | 2015-01-28 | 1 | -0/+13 |
|
|
* | Add 'ANDROID_API_MIN' target property to set Android Target MIN API | Dmitry Polyanitsa | 2014-12-17 | 1 | -0/+6 |
|
|
* | VS: Inherit target-level "-wd" flags in source files (#15284) | Brad King | 2014-12-04 | 1 | -0/+5 |
|
|
* | Merge topic 'vs-hlsl-typo' | Brad King | 2014-12-04 | 1 | -1/+1 |
|\ |
|
| * | VS: Fix typo in VS_SHADER_MODEL lookup comment | Brad King | 2014-12-03 | 1 | -1/+1 |
|
|
* | | Merge topic 'vs-phone-store-deployment-location' | Brad King | 2014-12-04 | 1 | -0/+15 |
|\ \ |
|
| * | | VS: Add source file property to specify Windows App deployment location | Gilles Khouzam | 2014-12-03 | 1 | -0/+15 |
| |/ |
|
* | | Merge topic 'fix-wince-unicode-entry-point' | Brad King | 2014-12-03 | 1 | -2/+16 |
|\ \ |
|
| * | | VS, WINCE: Fix entry point for Unicode builds | Pascal Bach | 2014-12-03 | 1 | -2/+16 |
|
|
* | | | Merge topic 'vs-hlsl-settings' | Brad King | 2014-12-03 | 1 | -1/+26 |
|\ \ \
| | |/
| |/| |
|
| * | | VS: Add source file properties to set the hlsl shader entry point and model | Cedric Perthuis | 2014-12-03 | 1 | -1/+26 |
| |/ |
|
* | | Merge topic 'vs-check-phone-store-tools' | Brad King | 2014-11-18 | 1 | -1/+2 |
|\ \ |
|
| * | | VS: Do not produce WinMD file for OBJECT libraries (#15228) | Gilles Khouzam | 2014-11-17 | 1 | -1/+2 |
| |/ |
|
* | | Merge topic 'fix-vs2015-warnings' | Brad King | 2014-11-17 | 1 | -2/+2 |
|\ \ |
|