| Commit message (Expand) | Author | Age | Files | Lines |
* | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 1 | -0/+1 |
|
|
* | Help: Move CMAKE_XCODE_GENERATE_SCHEME to proper manual section | Brad King | 2020-09-14 | 1 | -1/+1 |
|
|
* | Merge topic 'pch-instantiate-templates' | Brad King | 2020-09-10 | 1 | -0/+1 |
|\ |
|
| * | PCH: Template instantiation support | Tobias Hieta | 2020-09-02 | 1 | -0/+1 |
|
|
* | | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 1 | -0/+1 |
|
|
* | | Merge topic 'xcode-link-phase-all' | Craig Scott | 2020-09-01 | 1 | -0/+1 |
|\ \ |
|
| * | | Xcode: Use "Link Binary With Libraries" build phase in some cases | Gusts Kaksis | 2020-08-31 | 1 | -0/+1 |
| |/ |
|
* | | Merge topic 'ispc_lang_support' | Brad King | 2020-09-01 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 1 | -0/+1 |
|
|
* | | VS: Add option for custom Win10 SDK version maximum | jonathan molinatto | 2020-08-25 | 1 | -0/+1 |
|
|
* | | Add option to optimize link dependencies for static libraries | Kyle Edwards | 2020-08-12 | 1 | -0/+1 |
|
|
* | | Clang: Add support for passing VFS arguments | Thomas Bernard | 2020-08-07 | 1 | -0/+1 |
|/ |
|
* | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+1 |
|
|
* | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 1 | -0/+1 |
|
|
* | CTest: Add CTEST_RESOURCE_SPEC_FILE variable | Kyle Edwards | 2020-04-02 | 1 | -0/+1 |
|
|
* | PCH: add an option to disable `-Winvalid-pch` | Cristian Adam | 2020-03-26 | 1 | -0/+1 |
|
|
* | Merge topic 'doc-3.17-relnotes' | Brad King | 2020-03-10 | 1 | -1/+1 |
|\ |
|
| * | Help: Fix toctree order of Xcode scheme variable and property | Brad King | 2020-03-10 | 1 | -1/+1 |
|
|
* | | Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> | Alexandru Croitor | 2020-03-04 | 1 | -0/+1 |
|/ |
|
* | Ninja Multi-Config: Remove "NMC" from variable names | Kyle Edwards | 2020-02-27 | 1 | -3/+3 |
|
|
* | Merge topic 'ninja-multi-variable-shuffle' | Brad King | 2020-02-03 | 1 | -4/+3 |
|\ |
|
| * | Ninja Multi-Config: Shuffle variables around | Kyle Edwards | 2020-02-03 | 1 | -4/+3 |
|
|
* | | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 1 | -0/+1 |
|
|
* | | Help: Document which variable names CMake reserves. | Robert Maynard | 2020-01-29 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'cuda_runtime_library_controls' | Brad King | 2020-01-28 | 1 | -0/+1 |
|\ |
|
| * | CUDA: Add abstraction for cuda runtime selection | Robert Maynard | 2020-01-27 | 1 | -0/+1 |
|
|
* | | Merge topic 'ninja-multi-cross-configs' | Brad King | 2020-01-24 | 1 | -0/+1 |
|\ \ |
|
| * | | Ninja Multi-Config: Add variable to control configs used in cross-config build | Kyle Edwards | 2020-01-23 | 1 | -0/+1 |
| |/ |
|
* | | Merge topic 'vs-dotnet-standard-core' | Brad King | 2020-01-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | VS: Add support for .NET Standard and .NET Core | Joerg Bornemann | 2020-01-24 | 1 | -0/+1 |
|
|
* | | Ninja Multi-Config: Add variable to control aliases in build.ninja | Kyle Edwards | 2020-01-22 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'cmake-ctest-arguments' | Brad King | 2020-01-17 | 1 | -0/+1 |
|\ |
|
| * | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest | Robert Goulet | 2020-01-15 | 1 | -0/+1 |
|
|
* | | Merge topic 'rename-cross-config-variable' | Brad King | 2020-01-17 | 1 | -2/+2 |
|\ \ |
|
| * | | Ninja Multi-Config: Rename variable to be more consistent | Kyle Edwards | 2020-01-16 | 1 | -2/+2 |
| |/ |
|
* | | Ninja: Add a separate job pool for PCH creation | Dan Johnston | 2020-01-16 | 1 | -0/+1 |
|/ |
|
* | Ninja Multi-Config: Make cross-config building opt-in | Kyle Edwards | 2020-01-10 | 1 | -0/+1 |
|
|
* | Help: Document CMAKE_FIND_DEBUG_MODE | Robert Maynard | 2019-12-19 | 1 | -0/+1 |
|
|
* | CMAKE_DEBUG_TARGET_PROPERTIES to `provides information` section | Robert Maynard | 2019-12-16 | 1 | -1/+1 |
|
|
* | Help: Add documentation and release notes for multi-config Ninja | Kyle Edwards | 2019-12-13 | 1 | -0/+1 |
|
|
* | Merge topic 'function-var-current' | Kyle Edwards | 2019-12-12 | 1 | -0/+4 |
|\ |
|
| * | cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variables | Alex Turbov | 2019-12-10 | 1 | -0/+4 |
|
|
* | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -0/+1 |
|
|
* | | Xcode: Add custom working directory property | Gregor Jasny | 2019-11-18 | 1 | -0/+1 |
|
|
* | | Merge topic 'objc-standard-docs' | Brad King | 2019-11-12 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | ObjC: Document ObjC/ObjCXX standard properties / variables | Cristian Adam | 2019-11-11 | 1 | -0/+6 |
|
|
* | | Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' | Craig Scott | 2019-11-05 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY | Robert Maynard | 2019-11-04 | 1 | -0/+1 |
|
|
* | | Merge topic 'xcode-scheme-env' | Brad King | 2019-10-25 | 1 | -0/+1 |
|\ \ |
|
| * | | Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variable | Felix Heidrich | 2019-10-24 | 1 | -0/+1 |
|
|