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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-16/+18
*
Merge topic 'autogen-optimize-cleanup'
Brad King
2017-08-23
1
-5/+0
|
\
|
*
Remove AUTOGEN variables from cmSourceFile and cmMakefile
Sebastian Holtermann
2017-08-22
1
-5/+0
*
|
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-3/+3
|
/
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+1
*
find_*: Add a new PackageRoot search path group
Chuck Atkins
2017-05-16
1
-0/+5
*
Use CM_DISABLE_COPY
Daniel Pfeifer
2017-04-24
1
-5/+3
*
cmMakefile::ScopePushPop: make noncopyable
Daniel Pfeifer
2017-04-21
1
-0/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
cmMakefile: Create an explicit "Object Libraries" source group
Brad King
2017-04-11
1
-0/+4
*
Add support for x32-abi
Steven Newbury
2017-03-07
1
-0/+2
*
Makefile: Allow adding post-build rules to object libraries
Gregor Jasny
2017-02-22
1
-1/+9
*
add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option
Ed Branch
2017-01-14
1
-5/+10
*
Features: Add infrastructure for C++ 17 language standard
Brad King
2016-12-02
1
-1/+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-10/+10
*
Introduce CM_UNORDERED_MAP
Daniel Pfeifer
2016-10-24
1
-27/+4
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-3/+3
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-3/+5
*
Merge topic 'clean-up-link-configuration'
Brad King
2016-10-10
1
-15/+1
|
\
|
*
cmMakefile: Implement LinkLibraries as an internal property
Stephen Kelly
2016-10-07
1
-7/+0
|
*
cmMakefile: Inline method into only remaining caller
Stephen Kelly
2016-10-07
1
-2/+0
|
*
cmMakefile: Remove obsolete parameter
Stephen Kelly
2016-10-07
1
-1/+1
|
*
cmMakefile: Inline method into only caller
Stephen Kelly
2016-10-07
1
-1/+0
|
*
cmMakefile: Remove superfluous overload
Stephen Kelly
2016-10-07
1
-1/+0
|
*
cmMakefile: Remove useless link directory container
Stephen Kelly
2016-10-07
1
-3/+0
*
|
cmMakefile: Return a string from GetDefineFlags
Stephen Kelly
2016-10-10
1
-1/+1
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+4
*
add_custom_command: Add DEPFILE option for Ninja
Kulla Christoph
2016-08-30
1
-10/+8
*
Parser: Port away from cmMakefile
Stephen Kelly
2016-08-25
1
-0/+1
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-12/+18
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-7/+6
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-18/+17
*
Make C++ feature checks extensible
Daniel Pfeifer
2016-06-27
1
-3/+3
*
Merge topic 'fix-cmake-ISP-violation'
Brad King
2016-06-13
1
-2/+1
|
\
|
*
cmake: Remove force from IssueMessage API
Stephen Kelly
2016-06-12
1
-2/+1
*
|
Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'
Brad King
2016-06-13
1
-3/+4
|
\
\
|
*
|
cmMakefile: Port messages for compile features to cmake
Stephen Kelly
2016-06-12
1
-3/+4
|
|
/
*
|
Merge topic 'find-lib32'
Brad King
2016-06-13
1
-0/+3
|
\
\
|
*
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
1
-0/+3
|
|
/
*
|
Add missing braces around statements in header files
Daniel Pfeifer
2016-06-11
1
-2/+4
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-166/+159
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-5/+5
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+2
*
cmListFileBacktrace: Refactor storage to provide efficient value semantics
Brad King
2016-04-18
1
-1/+1
*
cmMakefile: Move cmMakefileCall to .cxx file
Brad King
2016-04-15
1
-13/+0
*
Rename local target lookup methods to clarify purpose
Brad King
2016-04-01
1
-1/+1
*
Fix lookup of an ALIAS target outside aliased target's directory (#16044)
Brad King
2016-04-01
1
-2/+1
[next]