index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmNinjaTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ninja: name dyndep internal files using the object file
Ben Boeckel
2019-02-25
1
-2/+2
*
cmNinjaTargetGenerator: remove "preprocessed" mentions in dyndep
Ben Boeckel
2019-02-25
1
-2/+3
*
ninja: do not assume explicit preprocessing uses that output
Ben Boeckel
2019-02-25
1
-26/+52
*
ninja: pass language to cmake_ninja_depends
Ben Boeckel
2019-02-25
1
-3/+3
*
ninja: make dyndep generation language aware
Ben Boeckel
2019-02-25
1
-9/+12
*
Ninja: add properties for Swift partial module and doc
Saleem Abdulrasool
2019-02-18
1
-0/+14
*
Merge topic 'ninja-swift-library-name'
Brad King
2019-02-15
1
-0/+5
|
\
|
*
Add placeholder for Swift's library name
Saleem Abdulrasool
2019-02-13
1
-0/+5
*
|
Merge topic 'fortran-submodule-names'
Brad King
2019-02-14
1
-0/+4
|
\
\
|
|
/
|
/
|
|
*
Fortran: Fix submodule file names across compilers
Brad King
2019-02-14
1
-0/+4
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-15/+13
|
/
*
Use cmSourceFile::GetIsGenerated
Sebastian Holtermann
2019-02-01
1
-1/+1
*
Ninja: Use deps=gcc for Intel Compiler on Windows
Brad King
2019-01-30
1
-2/+22
*
Ninja: Drop unnecessary deptype customization infrastructure
Brad King
2019-01-30
1
-4/+0
*
Ninja: support `SWIFT_MODULE_NAME` property
Saleem Abdulrasool
2019-01-24
1
-1/+6
*
Ninja: support `SWIFT_MODULE_NAME` property
Saleem Abdulrasool
2019-01-18
1
-2/+5
*
Ninja: add new placeholder `SWIFT_AUXILIARY_SOURCES`
Saleem Abdulrasool
2019-01-15
1
-0/+18
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-2/+0
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-4/+2
*
genex: Simplify cmGeneratorExpressionInterpreter
Brad King
2018-09-07
1
-7/+4
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Marc Chevrier
2018-06-27
1
-8/+7
*
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
|
/
[next]