| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -12/+17 |
|
|
* | Ninja: Avoid empty phony edges for target ordering | Brad King | 2018-04-26 | 1 | -0/+13 |
|
|
* | Merge branch 'backport-ninja-issue-17942' into ninja-issue-17942 | Brad King | 2018-04-26 | 1 | -1/+3 |
|\ |
|
| * | Ninja: Do not add empty custom command for file(GENERATE) outputs | Brad King | 2018-04-26 | 1 | -1/+3 |
|
|
* | | Ninja: Fix Fortran support with response files | Brad King | 2018-04-05 | 1 | -18/+35 |
|
|
* | | cmNinjaTargetGenerator: Move force-rspfile check to earlier | Brad King | 2018-04-05 | 1 | -4/+5 |
|
|
* | | cmNinjaTargetGenerator: Move depfile logic to later in its function | Brad King | 2018-04-05 | 1 | -47/+49 |
|
|
* | | Merge topic 'co-compile-with-launcher' | Brad King | 2018-02-28 | 1 | -13/+26 |
|\ \ |
|
| * | | Fix combined use of compiler launcher with lint tools | Ilya A. Kriveshko | 2018-02-27 | 1 | -13/+26 |
| |/ |
|
* | | Ninja: Use as dependency file <objectDir/SourceName>.d if needed. | Claus Klein | 2018-02-20 | 1 | -2/+20 |
|/ |
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -4/+4 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | Merge topic 'xl-qoptfile' | Brad King | 2018-01-25 | 1 | -3/+9 |
|\ |
|
| * | Makefile,Ninja: Use tool-specific response file flag for include dirs | Brad King | 2018-01-24 | 1 | -3/+9 |
|
|
* | | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -1/+25 |
|
|
* | | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 1 | -4/+11 |
|/ |
|
* | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -8/+13 |
|
|
* | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 1 | -7/+14 |
|
|
* | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -6/+5 |
|
|
* | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 1 | -1/+1 |
|
|
* | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 1 | -4/+4 |
|\ |
|
| * | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+4 |
|
|
* | | Ninja: Fix quoting of RC language depfile in cmcldeps call | Brad King | 2017-09-25 | 1 | -1/+1 |
|/ |
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 1 | -1/+1 |
|\ |
|
| * | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 1 | -1/+1 |
|
|
* | | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -48/+28 |
|/ |
|
* | Add properties to run cppcheck along with the compiler | Bill Hoffman | 2017-08-30 | 1 | -2/+10 |
|
|
* | Merge topic 'cxx11-nullptr' | Brad King | 2017-08-25 | 1 | -3/+3 |
|\ |
|
| * | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | | Ninja: Fix references to source files in gfortran diagnostics | Raul Laasner | 2017-08-23 | 1 | -1/+7 |
|/ |
|
* | Merge topic 'ninja_cuda_export_compile_commands_support' | Brad King | 2017-07-14 | 1 | -6/+21 |
|\ |
|
| * | CUDA: CMAKE_EXPORT_COMPILE_COMMANDS now works with CUDA and Ninja | Robert Maynard | 2017-07-13 | 1 | -6/+21 |
|
|
* | | Ninja: always use response file for cmake_ninja_dyndep | Yurii Batrak | 2017-07-10 | 1 | -8/+2 |
|
|
* | | CUDA: Add option to run the compiler through launcher tools | Brad King | 2017-06-09 | 1 | -1/+2 |
|/ |
|
* | Ninja: Fix escaping of path to depfile | Brad King | 2017-05-30 | 1 | -4/+4 |
|
|
* | Merge topic 'ninja-dyndep-response-file' | Brad King | 2017-04-25 | 1 | -4/+15 |
|\ |
|
| * | Ninja: support response file for cmake_ninja_depends on Windows | Bernhard Burgermeister | 2017-04-25 | 1 | -4/+15 |
|
|
* | | Merge topic 'loosen-object-deps' | Brad King | 2017-04-24 | 1 | -9/+22 |
|\ \
| |/
|/| |
|
| * | ninja: break unnecessary target dependencies | Ben Boeckel | 2017-04-21 | 1 | -10/+8 |
|
|
| * | ninja: remove duplicate order-only dependencies | Ben Boeckel | 2017-04-21 | 1 | -0/+4 |
|
|
| * | ninja: describe the intermediate order depends target better | Ben Boeckel | 2017-04-21 | 1 | -1/+1 |
|
|
| * | Ninja: Order Fortran dyndep file generation explicitly | Brad King | 2017-04-21 | 1 | -0/+11 |
|
|
* | | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+3 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | Merge topic 'ninja-fortran-depfile-fix' | Brad King | 2017-03-22 | 1 | -1/+3 |
|\ |
|
| * | Ninja: Fix Fortran `include` dependency on generated file | Brad King | 2017-03-21 | 1 | -1/+3 |
|
|
* | | Merge topic 'cuda_no_ninja_response_support' | Brad King | 2017-03-22 | 1 | -3/+5 |
|\ \ |
|
| * | | CUDA: Disable support for using response files. | Robert Maynard | 2017-03-21 | 1 | -3/+5 |
| |/ |
|
| * | Merge branch 'ninja-no-full-path' into release | Brad King | 2017-02-24 | 1 | -4/+3 |
| |\ |
|