| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'vs-ReferenceOutputAssembly-conditions' | Brad King | 2019-09-26 | 1 | -26/+2 |
|\ |
|
| * | VS: Do not reference output assemblies of targets with no output | Vedran Vujinovic | 2019-09-19 | 1 | -26/+2 |
|
|
* | | Merge topic 'vs-16.4-custom-commands' | Brad King | 2019-09-25 | 1 | -2/+16 |
|\ \ |
|
| * | | VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs | Brad King | 2019-09-24 | 1 | -2/+16 |
|
|
* | | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -44/+16 |
|
|
* | | | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly' | Brad King | 2019-09-09 | 1 | -0/+76 |
|\ \ |
|
| * | | CUDA: static lib device linking computes required static libs | Robert Maynard | 2019-09-05 | 1 | -0/+76 |
|
|
* | | | Merge topic 'use-using' | Brad King | 2019-09-06 | 1 | -7/+7 |
|\ \ \ |
|
| * | | | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -7/+7 |
| |/ / |
|
* | | | Merge topic 'unity-build' | Brad King | 2019-09-05 | 1 | -0/+51 |
|\ \ \
| |/ /
|/| | |
|
| * | | Unity build: Add support for Visual Studio generator | Cristian Adam | 2019-08-29 | 1 | -0/+51 |
|
|
* | | | Merge topic 'vs-cuda-custom-dir' | Brad King | 2019-09-03 | 1 | -4/+25 |
|\ \ \
| |/ /
|/| | |
|
| * | | cuda: Extend vs10 target generator to use custom cuda path | Benjamin Wozniak | 2019-08-30 | 1 | -4/+25 |
|
|
* | | | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -1/+12 |
|\ \ \ |
|
| * | | | Precompile headers: Add support for Visual Studio generators | Cristian Adam | 2019-08-28 | 1 | -1/+12 |
|
|
* | | | | Merge topic 'vs-ConfigurationType-genex' | Brad King | 2019-08-28 | 1 | -1/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | VS: Add support for generator expressions to VS_CONFIGURATION_TYPE | Daniel Eiband | 2019-08-26 | 1 | -1/+4 |
|
|
* | | | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+2 |
|/ / / |
|
* | | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -53/+33 |
|
|
* | | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -6/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -6/+3 |
|
|
* | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -10/+10 |
|/ / |
|
* | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -5/+5 |
|
|
* | | Merge topic 'vs-spectre-off' | Brad King | 2019-07-31 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | VS: Fix mapping of `-Qspectre-` flag | Brad King | 2019-07-30 | 1 | -4/+7 |
|
|
* | | 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 |
|/ / |
|