| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'swift-exe-exports' | Brad King | 2020-02-04 | 1 | -3/+10 |
|\ |
|
| * | Ninja: properly handle exports from Swift exes | Saleem Abdulrasool | 2020-02-02 | 1 | -3/+10 |
|
|
* | | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 1 | -0/+2 |
|/ |
|
* | Ninja Multi-Config: Add variable to control configs used in cross-config build | Kyle Edwards | 2020-01-23 | 1 | -4/+6 |
|
|
* | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja | Kyle Edwards | 2020-01-22 | 1 | -5/+5 |
|
|
* | CUDA: Mult-Config Ninja generator now supports CUDA | Robert Maynard | 2020-01-13 | 1 | -7/+38 |
|
|
* | Merge topic 'ninja-cross-build-disable' | Brad King | 2020-01-13 | 1 | -2/+12 |
|\ |
|
| * | Ninja Multi-Config: Make cross-config building opt-in | Kyle Edwards | 2020-01-10 | 1 | -2/+12 |
|
|
* | | Refactoring: suppress cmEraseIf in favor of cm::erase_if | Marc Chevrier | 2020-01-09 | 1 | -3/+3 |
|/ |
|
* | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -2/+2 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -46/+110 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -146/+175 |
|
|
* | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 1 | -1/+1 |
|
|
* | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -2/+0 |
|
|
* | Unity build: Generate sources during Compute step | Brad King | 2019-10-03 | 1 | -1/+0 |
|
|
* | Ninja: Ensure shared library version symlinks are created for dependents | Brad King | 2019-10-01 | 1 | -0/+21 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Merge topic 'unity-build' | Brad King | 2019-09-05 | 1 | -0/+1 |
|\ |
|
| * | Unity build: Add support for Ninja and Makefile generators | Cristian Adam | 2019-08-29 | 1 | -0/+1 |
|
|
* | | Merge topic 'clang-ipo-support' | Brad King | 2019-09-03 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | bindexplib: supporting llvm bitcode formats using llvm-nm | Zsolt Parragi | 2019-08-30 | 1 | -0/+8 |
|
|
* | | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -0/+2 |
|
|
* | | Merge topic 'ninja_additional_clean_files_custom_target' | Brad King | 2019-08-27 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targets | Sebastian Holtermann | 2019-08-26 | 1 | -0/+1 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -59/+33 |
|
|
* | | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -5/+5 |
|
|
* | | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -2/+2 |
|
|
* | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|/ |
|
* | Ninja: Fix CUDA device linking when using response files | Francisco Facioni | 2019-06-25 | 1 | -13/+2 |
|
|
* | Ninja: Add support for CUDA nvcc response files | Francisco Facioni | 2019-06-03 | 1 | -6/+15 |
|
|
* | Ninja: Compute linker response file flag earlier | Francisco Facioni | 2019-06-03 | 1 | -22/+28 |
|
|
* | Ninja: Use cmNinjaBuild class for WriteBuild | Sebastian Holtermann | 2019-05-30 | 1 | -34/+30 |
|
|
* | Ninja: Use cmNinjaBuild class for WriteBuild | Sebastian Holtermann | 2019-05-30 | 1 | -73/+64 |
|
|
* | Ninja: Use cmNinjaBuild class for WriteBuild | Sebastian Holtermann | 2019-05-30 | 1 | -16/+15 |
|
|
* | Ninja: Use cmNinjaBuild instead of WritePhonyBuild | Sebastian Holtermann | 2019-05-30 | 1 | -7/+8 |
|
|
* | Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods | Sebastian Holtermann | 2019-05-29 | 1 | -88/+65 |
|
|
* | Ninja,Swift: correct response file handling | Saleem Abdulrasool | 2019-05-23 | 1 | -1/+5 |
|
|
* | Merge topic 'swift-flags' | Brad King | 2019-05-23 | 1 | -0/+11 |
|\ |
|
| * | Ninja,Swift: pass along DEFINES/FLAGS/INCLUDES | Saleem Abdulrasool | 2019-05-21 | 1 | -0/+11 |
|
|
* | | Merge topic 'remove_unneeded_device_link_calls' | Brad King | 2019-05-22 | 1 | -26/+4 |
|\ \ |
|
| * | | CUDA: More exhaustive checks to determine when to do device linking | Robert Maynard | 2019-05-21 | 1 | -26/+4 |
|
|
| * | | cmNinjaLinkLineDeviceComputer now lives in the correct source file | Robert Maynard | 2019-05-20 | 1 | -1/+1 |
|
|
* | | | Merge topic 'swift-debug-variant' | Brad King | 2019-05-22 | 1 | -13/+10 |
|\ \ \ |
|
| * | | | Ninja,Swift: reuse `SWIFT_MODULE_NAME` for `SWIFT_MODULE` | Saleem Abdulrasool | 2019-05-20 | 1 | -13/+10 |
| | |/
| |/| |
|
* | | | Merge topic 'ninja-lib-symlink-space' | Brad King | 2019-05-22 | 1 | -1/+3 |
|\ \ \
| |/ /
|/| | |
|