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
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-1/+4
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-10/+9
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-29/+30
*
cmake: Add an option to control what files needs to be traced
Alex Turbov
2016-06-17
1
-1/+23
*
Merge topic 'cleanup-streams'
Brad King
2016-06-16
1
-1/+1
|
\
|
*
Access std::ios_base with std::ios
Daniel Pfeifer
2016-06-14
1
-1/+1
*
|
Merge topic 'clean-up-cmMakefile-IssueMessage'
Brad King
2016-06-16
1
-3/+4
|
\
\
|
*
|
cmMakefile: Extract invoke result variables
Stephen Kelly
2016-06-13
1
-3/+4
|
|
/
*
|
Parser: Out-of-line conditional code to cmMakefile
Stephen Kelly
2016-06-13
1
-4/+75
|
/
*
Merge topic 'fix-cmake-ISP-violation'
Brad King
2016-06-13
1
-3/+3
|
\
|
*
cmake: Remove force from IssueMessage API
Stephen Kelly
2016-06-12
1
-3/+3
*
|
Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'
Brad King
2016-06-13
1
-14/+38
|
\
\
|
*
|
cmMakefile: Port messages for compile features to cmake
Stephen Kelly
2016-06-12
1
-9/+29
|
*
|
cmMakefile: Avoid IssueMessage after configure is finished
Stephen Kelly
2016-06-12
1
-5/+9
|
|
/
*
|
Merge topic 'find-lib32'
Brad King
2016-06-13
1
-0/+8
|
\
\
|
*
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
1
-0/+8
|
|
/
*
|
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-1/+2
|
/
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-1/+1
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-13/+4
*
cmMakefile: Optimize AddSystemIncludeDirectories for empty set
Brad King
2016-05-24
1
-0/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1937/+1289
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-69/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+26
*
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
*
cmMakefile::AddCacheDefinition: avoid conversions between char* and string
Rolf Eike Beer
2016-04-20
1
-10/+11
*
cmListFileBacktrace: Refactor storage to provide efficient value semantics
Brad King
2016-04-18
1
-95/+45
*
Add call stack to unused/uninitialized variable warnings
Brad King
2016-04-15
1
-17/+3
*
cmMakefile: Move cmMakefileCall to .cxx file
Brad King
2016-04-15
1
-13/+20
*
cmState: Rename CallStack snapshots to IncludeFile
Brad King
2016-04-12
1
-1/+1
*
Merge topic 'fix-target-alias-in-subdir'
Brad King
2016-04-05
1
-14/+2
|
\
|
*
Rename local target lookup methods to clarify purpose
Brad King
2016-04-01
1
-2/+2
|
*
Fix lookup of an ALIAS target outside aliased target's directory (#16044)
Brad King
2016-04-01
1
-14/+2
*
|
Merge topic 'fix-variable_watch-reallocation'
Brad King
2016-03-24
1
-8/+15
|
\
\
|
|
/
|
*
Avoid occasional use-after-free when a variable watch is executed
Yves Frederix
2016-03-23
1
-8/+15
*
|
Avoid depending on CMAKE_ROOT cache entry internally (#16015)
Brad King
2016-03-16
1
-12/+8
*
|
Drop Visual Studio 6 generator
Brad King
2016-03-09
1
-28/+0
|
/
*
Fix internal target lookup performance regression
Brad King
2016-02-08
1
-0/+2
*
add_custom_command: Clarify error when TARGET is out of scope (#15681)
Brad King
2016-01-28
1
-1/+18
*
Optimize cmMakefile::ExpandVariablesInStringNew.
Milian Wolff
2016-01-20
1
-10/+9
*
Make message suppression more consistent.
Michael Scott
2015-11-30
1
-3/+5
*
Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...
Brad King
2015-11-25
1
-16/+12
|
\
|
*
cmState: Enforce policy scope balancing around variable scopes
Brad King
2015-11-25
1
-6/+1
|
*
cmMakefile: Remove unused PolicyPushPop interfaces
Brad King
2015-11-25
1
-5/+3
|
*
cmMakefile: Clarify purpose of method that pops a scope snapshot
Brad King
2015-11-25
1
-7/+10
*
|
Merge topic 'minor-cleanups'
Brad King
2015-10-28
1
-2/+2
|
\
\
|
*
|
cmMakefile: Fix typo in comment
Stephen Kelly
2015-10-27
1
-1/+1
|
*
|
cmMakefile: Fix style
Stephen Kelly
2015-10-27
1
-1/+1
*
|
|
cmMakefile: Add imported target accessor
Stephen Kelly
2015-10-27
1
-0/+12
*
|
|
cmTarget: Implement ALIAS in terms of name mapping
Stephen Kelly
2015-10-27
1
-5/+8
[next]