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
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmLocalGenerator: Adopt custom target 'force' output name generation
Brad King
2020-12-15
1
-6/+22
*
cmLocalGenerator: Refactor custom command generator construction
Brad King
2020-12-15
1
-0/+9
*
cmMakefile: Simplify custom target 'force' output name generation
Brad King
2020-12-15
1
-5/+3
*
add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS
Brad King
2020-12-11
1
-2/+32
*
cmLocalGenerator: Evaluate generator expressions in custom command outputs
Brad King
2020-12-11
1
-4/+99
*
cmLocalGenerator: Simplify custom command output cmSourceFile creation
Brad King
2020-12-10
1
-39/+29
*
cmLocalGenerator: Factor out helper to expand custom command output paths
Brad King
2020-12-10
1
-0/+10
*
cmLocalGenerator: Refactor UpdateOutputToSourceMap to avoid boolean trap
Brad King
2020-12-10
1
-9/+8
*
cmLocalGenerator: Re-order logic in CreateGeneratedSource
Brad King
2020-12-10
1
-8/+9
*
Merge topic 'range-for-avoid-tmp-warning'
Brad King
2020-12-08
1
-1/+4
|
\
|
*
Cleanup: Fix warning about binding to a temporary in range-based for
Craig Scott
2020-12-07
1
-1/+4
*
|
Merge topic 'correct_ispc_path_computation'
Brad King
2020-12-08
1
-7/+16
|
\
\
|
*
|
ISPC: Handle OBJECT sources in different directories
Robert Maynard
2020-12-07
1
-7/+16
*
|
|
Merge topic 'asm_arch'
Brad King
2020-12-07
1
-1/+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
macOS: Add architecture flags only for native ASM dialect
Raul Tambre
2020-12-04
1
-1/+1
*
|
|
Merge topic 'pch-ios-multi-arch-nmc'
Brad King
2020-12-01
1
-2/+4
|
\
\
\
|
|
/
/
|
*
|
PCH: Fix compiler errors on iOS multi-arch using Ninja Multi-Config
Cristian Adam
2020-11-30
1
-2/+4
|
|
/
*
|
PCH: Do not mark PCH-header as generated
Deniz Bahadir
2020-11-16
1
-6/+8
*
|
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-4/+4
*
|
cmLocalGenerator::GetRuleLauncher: return cmProp
vvs31415
2020-11-02
1
-7/+4
*
|
configure_file: Add option for user defined permissions
Asit Dhal
2020-10-24
1
-2/+2
*
|
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-2/+2
*
|
cmLocalGenerator: Migrate custom command output lookup from cmMakefile
Brad King
2020-10-08
1
-6/+192
*
|
cmMakefile: Drop unnecessary custom command APPEND check
Brad King
2020-10-08
1
-1/+1
|
/
*
CUDA: Clang separable compilation
Raul Tambre
2020-09-24
1
-11/+0
*
Merge topic 'pch-tv90'
Brad King
2020-09-09
1
-8/+20
|
\
|
*
PCH: Fix 30s wait for VS2008 when used via -Tv90
Cristian Adam
2020-09-07
1
-8/+20
*
|
ISPC: Support generation for multiple instruction sets
Robert Maynard
2020-09-04
1
-2/+60
*
|
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-91/+91
*
|
Merge topic 'ispc_lang_support'
Brad King
2020-09-01
1
-0/+32
|
\
\
|
*
|
ISPC: Support ISPC header generation byproducts and parallel builds
Robert Maynard
2020-08-28
1
-0/+32
*
|
|
Merge topic 'osx_asm_architectures'
Brad King
2020-08-25
1
-2/+3
|
\
\
\
|
*
|
|
macOS: Respect OSX_ARCHITECTURES for ASM
Raul Tambre
2020-08-22
1
-2/+3
*
|
|
|
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'clang-cl-vfs'
Brad King
2020-08-10
1
-4/+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clang: Add support for passing VFS arguments
Thomas Bernard
2020-08-07
1
-4/+21
*
|
|
Merge topic 'reuse_pch_no_delay'
Brad King
2020-08-06
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
PCH: Avoid unnecessary 30s delay on MSBuild Generator with REUSE_FROM
Cristian Adam
2020-08-05
1
-1/+1
*
|
Merge topic 'unity_no_skip_autogen'
Brad King
2020-07-30
1
-1/+0
|
\
\
|
|
/
|
*
Unity Builds: Do not set SKIP_AUTOGEN to source files
Cristian Adam
2020-07-29
1
-1/+0
*
|
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-8/+7
*
|
Factor out generator checks for filtering on non-compiling targets
Brad King
2020-07-23
1
-1/+1
*
|
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-2/+2
*
|
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1/+1
*
|
Merge topic 'move_more_queries_to_cmStandardLevelResolver'
Brad King
2020-07-16
1
-141/+6
|
\
\
|
*
|
Move AddCompilerRequirementFlag to cmStandardLevelResolver
Robert Maynard
2020-07-15
1
-141/+6
*
|
|
Merge topic 'cmnonempty'
Kyle Edwards
2020-07-15
1
-5/+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-5/+3
*
|
|
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-4/+3
|
/
/
*
|
GetFeature(): return cmProp
Vitaly Stakhovsky
2020-07-11
1
-3/+3
[next]