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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Add CMake_INSTALL_DEPENDENCIES option
Konstantin Podsvirov
2015-07-27
1
-2/+2
*
cmake-gui: Install Qt5 Windows platform plugin
Konstantin Podsvirov
2015-07-27
1
-10/+24
*
CMake Nightly Date Stamp
Kitware Robot
2015-07-24
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2015-07-23
1
-1/+1
*
Merge topic 'export-no-custom-target'
Brad King
2015-07-22
1
-0/+6
|
\
|
*
export: Reject custom target exports earlier (#15657)
Brad King
2015-07-21
1
-0/+6
*
|
Merge topic 'target-directory-properties'
Brad King
2015-07-22
1
-0/+12
|
\
\
|
*
|
Add SOURCE_DIR and BINARY_DIR target properties
Clifford Yapp
2015-07-21
1
-0/+12
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-22
1
-1/+1
|
/
*
Merge topic 'remove-special-MACROS-handling'
Brad King
2015-07-21
4
-32/+5
|
\
|
*
cmMakefile: Remove special handling of MACROS property.
Stephen Kelly
2015-07-19
4
-32/+5
*
|
Merge topic 'remove-special-LINK_DIRECTORIES-handling'
Brad King
2015-07-21
3
-79/+30
|
\
\
|
|
/
|
*
cmMakefile: Remove special handling of LINK_DIRECTORIES property.
Stephen Kelly
2015-07-18
3
-75/+30
|
*
cmMakefile: Inline only use of GetLinkDirectories.
Stephen Kelly
2015-07-18
2
-5/+1
*
|
Merge topic 'cmState-Directory'
Brad King
2015-07-21
6
-102/+142
|
\
\
|
*
|
cmState: Extract a Directory class.
Stephen Kelly
2015-07-18
6
-101/+141
|
*
|
cmState: Forward-declare a type earlier.
Stephen Kelly
2015-07-18
1
-1/+1
|
|
/
*
|
Merge topic 'remove-Properties-accessor'
Brad King
2015-07-21
3
-10/+22
|
\
\
|
*
|
cmMakefile: Remove GetProperties method.
Stephen Kelly
2015-07-18
1
-3/+0
|
*
|
cmMakefile: Add a PropertyKeys accessor.
Stephen Kelly
2015-07-18
3
-7/+22
|
|
/
*
|
Merge topic 'clean-up-include_regular_expression'
Brad King
2015-07-21
3
-17/+4
|
\
\
|
*
|
cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.
Stephen Kelly
2015-07-18
3
-17/+4
*
|
|
Merge topic 'minor-cleanups'
Brad King
2015-07-21
17
-81/+50
|
\
\
\
|
*
|
|
cmLocalUnixMakefileGenerator3: Port away from the Parent.
Stephen Kelly
2015-07-18
1
-3/+3
|
*
|
|
cmMakefile: Add include which we use.
Stephen Kelly
2015-07-18
1
-0/+1
|
*
|
|
cmState: Remove unused variable.
Stephen Kelly
2015-07-18
1
-2/+0
|
*
|
|
cmGetCMakePropertyCommand: Clean up VARIABLES handling.
Stephen Kelly
2015-07-18
1
-3/+2
|
|
/
/
|
*
|
cmListFileBacktrace: Constify API.
Stephen Kelly
2015-07-18
2
-4/+4
|
*
|
Genex: Store a backtrace, not a pointer to one.
Stephen Kelly
2015-07-17
10
-33/+32
|
*
|
cmMakefile: Fix indentation.
Stephen Kelly
2015-07-17
1
-8/+8
|
*
|
cmMakefile: Remove dead code.
Stephen Kelly
2015-07-17
1
-10/+0
|
*
|
CodeLite: Remove unused code.
Stephen Kelly
2015-07-17
1
-18/+0
*
|
|
Merge topic 'remove-ListFileStack'
Brad King
2015-07-21
2
-22/+25
|
\
\
\
|
*
|
|
cmMakefile: Remove unused ListFileStack.
Stephen Kelly
2015-07-18
2
-8/+0
|
*
|
|
cmMakefile: Port some users of ListFileStack to cmState.
Stephen Kelly
2015-07-18
1
-3/+3
|
*
|
|
cmMakefile: Remove obsolete condition.
Stephen Kelly
2015-07-18
1
-4/+0
|
*
|
|
cmMakefile: Simplify setting of current snapshot.
Stephen Kelly
2015-07-18
1
-2/+1
|
*
|
|
cmMakefile: Implement LISTFILE_STACK property in terms of cmState.
Stephen Kelly
2015-07-18
1
-1/+9
|
*
|
|
cmMakefile: Implement FormatListFileStack in terms of cmState.
Stephen Kelly
2015-07-18
1
-4/+12
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-21
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-20
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-19
1
-1/+1
|
|
/
|
/
|
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-18
1
-1/+1
|
/
*
Merge topic 'ctest-change-id'
Brad King
2015-07-17
2
-0/+13
|
\
|
*
CTest: Optionally add a ChangeId attribute on XML Site tags
Zack Galbreath
2015-07-17
2
-0/+13
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-17
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-07-16
1
-1/+1
*
|
Merge topic 'update-kwsys'
Brad King
2015-07-15
2
-16/+45
|
\
\
|
*
|
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-07-15
2
-16/+45
*
|
|
Merge topic 'makefile-target-messages'
Brad King
2015-07-15
1
-2/+14
|
\
\
\
[next]