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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autogen: Iterate source files only once
Sebastian Holtermann
2017-09-07
1
-1/+3
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-3/+3
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-8/+8
*
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-4/+5
*
cmGlobalGenerator: Rename member to avoid shadowing
Brad King
2017-06-14
1
-3/+9
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-2/+4
*
cmGlobalGenerator::DirectoryContent: remove custom copy ctor
Daniel Pfeifer
2017-04-21
1
-6/+0
*
cmGlobalGenerator: Add method to check if object file location is known
Brad King
2017-04-18
1
-0/+5
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Merge topic 'ipo-policy-CMP0069'
Brad King
2017-03-31
1
-0/+2
|
\
|
*
Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION
Ruslan Baratov
2017-03-30
1
-0/+2
*
|
Apple: Fix Resources location for all generators
Gregor Jasny
2017-03-23
1
-0/+4
|
/
*
Add policy CMP0068 separate install_name and RPATH settings on macOS
Clinton Stimpson
2017-02-14
1
-0/+3
*
Xcode: Control emission of EFFECTIVE_PLATFORM_NAME
Gregor Jasny
2017-01-20
1
-0/+4
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-11/+11
*
Introduce CM_UNORDERED_MAP
Daniel Pfeifer
2016-10-24
1
-21/+4
*
cmGlobalGenerator: Allow FindMakeProgram to fail
Brad King
2016-10-20
1
-1/+1
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-1/+2
*
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-2/+2
*
cmState: Port dependent code to new cmStateDirectory name
Stephen Kelly
2016-10-19
1
-2/+2
*
Factor IDE folder name retrieval out into helper method
Gregor Jasny
2016-10-17
1
-1/+2
*
cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator
Stephen Kelly
2016-10-10
1
-2/+3
*
cmLinkLineComputer: Extract from cmLocalGenerator
Stephen Kelly
2016-10-10
1
-0/+7
*
Merge topic 'nmake-encoding'
Brad King
2016-10-07
1
-0/+7
|
\
|
*
NMake: Use ANSI encoding for NMake Makefiles
Dāvis Mosāns
2016-10-06
1
-0/+7
*
|
cmGlobalGenerator: Add API to get settings from top-level cmMakefile
Stephen Kelly
2016-10-06
1
-0/+4
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
cmGlobalGenerator: Optimize FindMakefile method with an index
Brad King
2016-09-26
1
-0/+10
*
Ninja: Refactor Fortran rejection logic
Brad King
2016-09-22
1
-0/+2
*
cmGlobalGenerator: Refactor global target construction
Brad King
2016-09-15
1
-11/+24
*
cmGlobalGenerator: Split CreateDefaultGlobalTargets implementation
Brad King
2016-09-15
1
-0/+6
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-15/+17
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-8/+8
*
Make C++ feature checks extensible
Daniel Pfeifer
2016-06-27
1
-2/+2
*
cmGlobalGenerator: Make IsMultiConfig() const
Tobias Hunger
2016-06-01
1
-1/+1
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-95/+109
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-4/+4
*
Drop Visual Studio 6 generator
Brad King
2016-03-09
1
-5/+0
*
Diagnose recursive project/enable_language without crashing (#15999)
Brad King
2016-03-07
1
-0/+1
*
Improve internal generator target structure lookup
Brad King
2016-02-08
1
-0/+6
*
Fix internal target lookup performance regression
Brad King
2016-02-08
1
-1/+17
*
cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget
Stephen Kelly
2015-10-27
1
-14/+0
*
cmLocalGenerator: Port Find method away from GetGeneratorTarget
Stephen Kelly
2015-10-27
1
-1/+3
*
cmGlobalGenerator: Add FindGeneratorTarget API
Stephen Kelly
2015-10-27
1
-0/+6
*
cmTarget: Implement ALIAS in terms of name mapping
Stephen Kelly
2015-10-27
1
-12/+2
*
cmGlobalGenerator: Remove direct storage of targets
Stephen Kelly
2015-10-27
1
-4/+3
*
cmGlobalGenerator: Move GeneratorTargetsType to usage site.
Stephen Kelly
2015-10-24
1
-0/+4
[next]