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
*
Fix typo in error message on missing required variable
Brad King
2016-12-16
1
-1/+1
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
Merge topic 'try_compile-lang-std'
Brad King
2016-12-07
1
-6/+10
|
\
|
*
try_compile: Stop processing when test build system fails to generate
Brad King
2016-12-06
1
-6/+10
*
|
Features: Add infrastructure for C++ 17 language standard
Brad King
2016-12-02
1
-7/+26
|
/
*
CUDA: C++ compile features now enable cuda c++11 support.
Robert Maynard
2016-11-14
1
-0/+3
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-14/+14
*
Remove cmCommand::Enabled and all related accessors
Daniel Pfeifer
2016-10-24
1
-1/+1
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+2
*
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
-6/+6
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-7/+8
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-22/+25
*
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
|
\
[next]