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
*
Merge topic 'clean-up-link-configuration'
Brad King
2016-10-10
1
-92/+55
|
\
|
*
cmMakefile: Simplify programmer error to an assert
Stephen Kelly
2016-10-07
1
-8/+3
|
*
cmMakefile: Implement LinkLibraries as an internal property
Stephen Kelly
2016-10-07
1
-28/+47
|
*
cmMakefile: Inline method into only remaining caller
Stephen Kelly
2016-10-07
1
-29/+0
|
*
cmMakefile: Remove obsolete parameter
Stephen Kelly
2016-10-07
1
-4/+3
|
*
cmTarget: Remove target name from parameter list
Stephen Kelly
2016-10-07
1
-3/+3
|
*
cmMakefile: Use public API to find a target
Stephen Kelly
2016-10-07
1
-3/+3
|
*
cmMakefile: Inline method into only caller
Stephen Kelly
2016-10-07
1
-14/+0
|
*
cmMakefile: Use public API to find a target
Stephen Kelly
2016-10-07
1
-3/+4
|
*
cmMakefile: Invert if() condition to remove else
Stephen Kelly
2016-10-07
1
-3/+3
|
*
cmMakefile: Remove ALIAS check
Stephen Kelly
2016-10-07
1
-7/+0
|
*
cmMakefile: Collapse two consecutive if()s into one
Stephen Kelly
2016-10-07
1
-14/+11
|
*
cmMakefile: DeMorgan-invert condition
Stephen Kelly
2016-10-07
1
-4/+4
|
*
cmMakefile: Return after error and remove else condition
Stephen Kelly
2016-10-07
1
-17/+18
|
*
cmMakefile: Invert handling of error condition
Stephen Kelly
2016-10-07
1
-6/+6
|
*
cmMakefile: Remove superfluous overload
Stephen Kelly
2016-10-07
1
-5/+0
|
*
cmMakefile: Remove useless link directory container
Stephen Kelly
2016-10-07
1
-4/+1
|
*
cmTarget: Inline MergeLinkLibraries into only caller
Stephen Kelly
2016-10-07
1
-1/+10
*
|
cmMakefile: Remove pointless condition
Stephen Kelly
2016-10-09
1
-4/+2
|
/
*
project: Fix support for explicit RC language
Brad King
2016-09-28
1
-1/+20
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
cmState: Record buildsystem target names in each directory
Brad King
2016-09-19
1
-0/+1
*
cmTarget: Construct with basic information up front
Brad King
2016-09-14
1
-8/+8
*
Avoid requiring default cmTarget constructor for map indexing
Brad King
2016-09-14
1
-2/+3
*
cmMakefile: Restore nested error logic use of cmExecutionStatus
Brad King
2016-09-06
1
-11/+8
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-6/+7
*
add_custom_command: Add DEPFILE option for Ninja
Kulla Christoph
2016-08-30
1
-4/+6
*
Parser: Port away from cmMakefile
Stephen Kelly
2016-08-25
1
-3/+12
*
cmMakefile: Port nested error logic away from cmExecutionStatus
Stephen Kelly
2016-08-25
1
-7/+11
*
cmMakefile: Simplify IssueMessage implementation
Stephen Kelly
2016-08-25
1
-5/+3
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-10/+16
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-85/+82
*
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
[next]