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
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-10/+11
*
cmGlobalGenerator: Allow FindMakeProgram to fail
Brad King
2016-10-20
1
-3/+7
*
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: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-7/+7
*
cmState: Port dependent code to new cmStateDirectory name
Stephen Kelly
2016-10-19
1
-2/+2
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-4/+4
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-14/+14
*
Factor IDE folder name retrieval out into helper method
Gregor Jasny
2016-10-17
1
-1/+1
*
cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator
Stephen Kelly
2016-10-10
1
-4/+4
*
cmLinkLineComputer: Extract from cmLocalGenerator
Stephen Kelly
2016-10-10
1
-0/+14
*
cmGlobalGenerator: Add API to get settings from top-level cmMakefile
Stephen Kelly
2016-10-06
1
-0/+19
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
cmGlobalGenerator: Optimize FindMakefile method with an index
Brad King
2016-09-26
1
-6/+17
*
Ninja: Refactor Fortran rejection logic
Brad King
2016-09-22
1
-0/+10
*
Convert: Avoid HOME_OUTPUT enum when converting to relative paths
Stephen Kelly
2016-09-19
1
-1/+1
*
Merge topic 'find-package-mode-fixes'
Brad King
2016-09-19
1
-0/+1
|
\
|
*
cmGlobalGenerator: Fix use of uninitialized value in --find-package mode
Brad King
2016-09-16
1
-0/+1
*
|
cmGlobalGenerator: Refactor global target construction
Brad King
2016-09-15
1
-109/+95
*
|
cmGlobalGenerator: Split CreateDefaultGlobalTargets implementation
Brad King
2016-09-15
1
-35/+51
|
/
*
cmTarget: Construct with basic information up front
Brad King
2016-09-14
1
-2/+2
*
Avoid requiring default cmTarget constructor for map indexing
Brad King
2016-09-14
1
-32/+52
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-6/+14
*
Convert: Replace trivial conversion with new method
Stephen Kelly
2016-08-27
1
-2/+2
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-9/+12
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-26/+28
*
Remove redundant arguments from fstream constructors
Daniel Pfeifer
2016-06-14
1
-1/+1
*
cmGlobalGenerator: Don't use cmMakefile::IssueMessage after configure
Stephen Kelly
2016-06-12
1
-3/+4
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-2/+1
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-1/+1
*
Merge topic 'standard-include-directories'
Brad King
2016-05-25
1
-0/+20
|
\
|
*
Add a variable to specify language-wide system include directories
Brad King
2016-05-25
1
-0/+20
*
|
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-1/+1
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1193/+825
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-44/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+14
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-13/+13
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Avoid depending on CMAKE_ROOT cache entry internally (#16015)
Brad King
2016-03-16
1
-1/+1
*
Diagnose recursive project/enable_language without crashing (#15999)
Brad King
2016-03-07
1
-0/+21
*
Merge topic 'cmake-gui-reset-generator'
Brad King
2016-02-16
1
-0/+7
|
\
|
*
cmake-gui: Fix cmState initialization when changing generators (#15959)
Brad King
2016-02-12
1
-0/+7
*
|
Improve internal generator target structure lookup
Brad King
2016-02-08
1
-35/+14
*
|
Fix internal target lookup performance regression
Brad King
2016-02-08
1
-33/+13
|
/
*
Merge topic 'reduce-allocations'
Brad King
2016-01-21
1
-6/+6
|
\
|
*
Remove temporary allocations by extending the lifetime of the retval.
Milian Wolff
2016-01-20
1
-6/+6
*
|
cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose
Brad King
2016-01-19
1
-1/+1
|
/
*
Alias: Fix access at generate-time (#15832)
Stephen Kelly
2015-11-08
1
-0/+6
*
cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget
Stephen Kelly
2015-10-27
1
-23/+3
*
cmLocalGenerator: Port Find method away from GetGeneratorTarget
Stephen Kelly
2015-10-27
1
-11/+28
[next]