| Commit message (Expand) | Author | Age | Files | Lines |
* | Unity build: Add support for Ninja and Makefile generators | Cristian Adam | 2019-08-29 | 1 | -0/+1 |
|
|
* | 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 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ninja: Fix creation of library symlinks in folders with spaces | Eike Ziller | 2019-05-20 | 1 | -1/+3 |
|
|
* | | | Merge topic 'ninja-swift' | Brad King | 2019-05-20 | 1 | -26/+76 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ninja: add placeholders to support Swift build | Saleem Abdulrasool | 2019-05-16 | 1 | -1/+84 |
|
|
| * | | Swift: remove unnecessary unreleased Ninja infrastructure | Saleem Abdulrasool | 2019-05-16 | 1 | -33/+0 |
| |/ |
|
* | | Merge topic 'string-cleanup' | Brad King | 2019-05-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -1/+1 |
|
|
* | | Ninja: Add support for ADDITIONAL_CLEAN_FILES target property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'touch-after-ranlib' | Brad King | 2019-05-07 | 1 | -0/+14 |
|\ |
|
| * | Apple: Preserve high resolution mtime for static libraries | Gregor Jasny | 2019-05-05 | 1 | -0/+14 |
|
|
* | | Ninja,Makefile: use `unique_ptr` for memory management | Saleem Abdulrasool | 2019-04-18 | 1 | -5/+2 |
|
|
* | | cmTarget: Move member `*Commands` to impl | Sebastian Holtermann | 2019-03-23 | 1 | -2/+1 |
|
|
* | | Merge topic 'error-consolidate' | Brad King | 2019-02-25 | 1 | -2/+2 |
|\ \ |
|
| * | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+2 |
|
|
* | | | Ninja: add final placeholders to merge Swift partials | Saleem Abdulrasool | 2019-02-20 | 1 | -0/+33 |
|/ / |
|
* | | Ninja: remove duplicate local variable (NFC) | Saleem Abdulrasool | 2019-02-18 | 1 | -12/+10 |
|
|
* | | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -19/+17 |
|/ |
|
* | CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types | Robert Maynard | 2019-02-05 | 1 | -14/+15 |
|
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -5/+2 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -5/+2 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -3/+3 |
|/ |
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|