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: 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
|
|
\
*
|
|
Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files
Brad King
2017-03-21
1
-4/+8
*
|
|
Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation
Brad King
2017-03-09
1
-1/+1
*
|
|
Refactor module definition file selection
Brad King
2017-03-09
1
-3/+4
*
|
|
Merge topic 'ninja-no-full-path'
Brad King
2017-02-27
1
-4/+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Revert "Ninja: Use full path for all source files"
Brad King
2017-02-24
1
-4/+3
*
|
CUDA: Fix boolean interpretation of CUDA_SEPARABLE_COMPILATION
Brad King
2017-02-20
1
-1/+2
*
|
Add properties to run the cpplint style checker with the compiler
Jamie Snape
2017-01-23
1
-1/+9
*
|
CUDA: Detect MSVC architecture id
Brad King
2017-01-12
1
-1/+2
*
|
Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
Brad King
2016-12-15
1
-15/+1
*
|
Merge topic 'clang-tidy'
Brad King
2016-12-12
1
-1/+1
|
\
\
|
*
|
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
|
|
Merge topic 'fix-ctest-launchers'
Brad King
2016-12-12
1
-0/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Comment ExpandRuleVariables calls not preceded by launcher insertion
Brad King
2016-12-09
1
-0/+1
*
|
|
Ninja,Makefile: Name static library compile PDB files as VS does
Brad King
2016-11-30
1
-0/+7
*
|
|
CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target property
Robert Maynard
2016-11-14
1
-3/+15
*
|
|
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-8/+11
*
|
|
Add generator expression support to per-source COMPILE_FLAGS
Zsolt Parragi
2016-10-28
1
-2/+8
*
|
|
Merge topic 'clang-tidy'
Brad King
2016-10-20
1
-2/+4
|
\
\
\
|
*
|
|
fix more issues reported by clang-tidy
Daniel Pfeifer
2016-10-20
1
-2/+4
|
|
/
/
*
|
|
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
|
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
|
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-14/+14
|
/
/
*
|
cmRulePlaceholderExpander: Port clients to direct-use
Stephen Kelly
2016-10-15
1
-9/+16
*
|
cmLocalGenerator: Use strings instead of a Target in rule replacement
Stephen Kelly
2016-10-15
1
-2/+5
*
|
cmLocalGenerator: Use a converter in rule replacement API
Stephen Kelly
2016-10-15
1
-3/+6
*
|
cmLocalGenerator: Remove the launcher from RuleVariables
Stephen Kelly
2016-10-15
1
-2/+10
|
/
*
Ninja: Fix RC language depfile generation with cmcldeps
Ben Boeckel
2016-10-13
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Ninja: Add source location as include directory for preprocessed files
Nils Gladitz
2016-09-27
1
-0/+12
*
Ninja: Add dyndep rules for Fortran module dependencies
Brad King
2016-09-22
1
-1/+164
*
Ninja: Add explicit preprocessing step for Fortran
Brad King
2016-09-22
1
-1/+165
*
cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputs
Brad King
2016-09-20
1
-2/+3
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-0/+8
*
Ninja: Add `$subdir/{test,install,package}` targets
Brad King
2016-08-09
1
-12/+1
*
Ninja: Use full path for all source files
Chaoren Lin
2016-08-08
1
-3/+4
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-1/+1
*
Merge topic 'compiler-features'
Brad King
2016-06-28
1
-4/+4
|
\
|
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-4/+4
*
|
Merge topic 'ninja-no-rsp-for-rc'
Brad King
2016-06-28
1
-2/+4
|
\
\
|
|
/
|
/
|
|
*
ninja, rc: ignore CMAKE_NINJA_FORCE_RESPONSE_FILE for RC files
Ben Boeckel
2016-06-27
1
-2/+4
*
|
Ninja: Make bundle resources a dependency of their target
Florent Castelli
2016-06-23
1
-2/+6
*
|
Refactor Makefile/Ninja tool working directory storage
Brad King
2016-06-17
1
-1/+1
*
|
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-8/+16
*
|
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-2/+1
|
/
*
Merge topic 'improve-character-find-and-replace'
Brad King
2016-05-25
1
-1/+1
|
\
|
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-1/+1
[prev]
[next]