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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmDefinitions: Implement MakeClosure in terms of a list of ancestors.
Stephen Kelly
2015-04-29
2
-13/+17
*
cmDefinitions: Use list of cmDefinitions* to create closure.
Stephen Kelly
2015-04-29
1
-3/+11
*
cmMakefile: Remove stack adaptor for the VarStack.
Stephen Kelly
2015-04-29
1
-12/+12
*
cmDefinitions: Replace recursion with loop.
Stephen Kelly
2015-04-29
1
-18/+16
*
cmDefinitions: Replace private constructor with MakeClosure.
Stephen Kelly
2015-04-29
3
-20/+10
*
cmDefinitions: Make ClosureKeys API vector-based.
Stephen Kelly
2015-04-29
3
-11/+8
*
cmDefinitions: Inline GetClosureKeys implementation.
Stephen Kelly
2015-04-29
2
-11/+1
*
cmDefinitions: Replace ClosureKeys recursion with looping.
Stephen Kelly
2015-04-29
1
-14/+14
*
cmDefinitions: Change LocalKeys to return a vector.
Stephen Kelly
2015-04-29
3
-9/+10
*
cmDefinitions: Externalize the Set logic.
Stephen Kelly
2015-04-29
2
-11/+10
*
cmDefinitions: Add an Erase method.
Stephen Kelly
2015-04-29
2
-0/+7
*
cmMakefile: Use the Internal class to enclose the VarStack.
Stephen Kelly
2015-04-29
1
-46/+95
*
Merge topic 'clean-up-cmDefinitions'
Brad King
2015-04-29
2
-30/+11
|
\
|
*
cmDefinitions: Inline SetInternal method.
Stephen Kelly
2015-04-28
2
-16/+9
|
*
cmDefinitions: Remove unused Set return value.
Stephen Kelly
2015-04-28
2
-6/+4
|
*
cmDefinitions: Remove unused method.
Stephen Kelly
2015-04-28
2
-10/+0
*
|
Merge topic 'CMP0026-doc-title'
Brad King
2015-04-29
1
-1/+1
|
\
\
|
*
|
Help: Clarify policy CMP0026 title
Nils Gladitz
2015-04-28
1
-1/+1
*
|
|
Merge topic 'cmState-CurrentDirs'
Brad King
2015-04-29
65
-195/+313
|
\
\
\
|
*
|
|
cmState: Store the Current directories.
Stephen Kelly
2015-04-28
4
-16/+48
|
*
|
|
Introduce cmState::Snapshot.
Stephen Kelly
2015-04-28
4
-2/+48
|
*
|
|
cmState: Store the Source and Binary directories.
Stephen Kelly
2015-04-28
4
-8/+33
|
*
|
|
cmMakefile: Require the localGenerator in the constructor.
Stephen Kelly
2015-04-28
3
-52/+38
|
*
|
|
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
59
-86/+132
|
*
|
|
cmMakefile: Inline SetHome* methods into last remaining caller.
Stephen Kelly
2015-04-28
2
-32/+17
|
*
|
|
cmMakefile: Delegate storage of Home dirs to the cmake class.
Stephen Kelly
2015-04-28
4
-21/+19
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-29
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'deterministic-CTest-tests'
Brad King
2015-04-28
2
-0/+4
|
\
\
|
*
|
Tests: Guard more CTest tests against parallel execution.
Stephen Kelly
2015-04-27
2
-0/+4
*
|
|
Merge topic 'include-early-optional-handling'
Brad King
2015-04-28
1
-1/+13
|
\
\
\
|
*
|
|
include: Ask for permission, rather than forgiveness.
Stephen Kelly
2015-04-27
1
-1/+13
|
|
/
/
*
|
|
Merge topic 'fix-osx-framework-detection'
Brad King
2015-04-28
1
-9/+2
|
\
\
\
|
*
|
|
cmSystemTools: Fix IsPathToFramework implementation (#15535)
Brad King
2015-04-27
1
-9/+2
*
|
|
|
Merge topic 'InstallRequiredSystemLibraries-fix-mbcs'
Brad King
2015-04-28
1
-7/+2
|
\
\
\
\
|
*
|
|
|
InstallRequiredSystemLibraries: Fix MBCS MFC detection (#15531)
Bjoern Thiel
2015-04-27
1
-7/+2
|
|
/
/
/
*
|
|
|
Merge topic 'doc-sizeof_void_p'
Brad King
2015-04-28
1
-1/+1
|
\
\
\
\
|
*
|
|
|
Help: Clarify that CMAKE_SIZEOF_VOID_P is specific to the target machine
Nils Gladitz
2015-04-23
1
-1/+1
|
|
/
/
/
*
|
|
|
Merge topic 'test-ExportImport-AIX-GCC'
Brad King
2015-04-28
1
-0/+1
|
\
\
\
\
|
*
|
|
|
Tests: Fix ExportImport on AIX with GCC
Brad King
2015-04-23
1
-0/+1
|
|
/
/
/
*
|
|
|
Merge topic 'doc-CTEST_USE_LAUNCHERS-ninja'
Brad King
2015-04-28
2
-67/+54
|
\
\
\
\
|
*
|
|
|
ctest: Consolidate documentation of CTEST_USE_LAUNCHERS (#15533)
Brad King
2015-04-28
2
-14/+8
|
*
|
|
|
Modules/CTest: Improve documentation formatting
Brad King
2015-04-28
1
-34/+26
|
*
|
|
|
Modules/CTest: Use bracket comment for documentation block
Brad King
2015-04-28
1
-65/+66
*
|
|
|
|
Merge topic 'fix-test-RunCMake.CTest-line-numbers'
Brad King
2015-04-28
1
-1/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Tests: Fix RunCMake.CTest to tolerate source line number changes
Brad King
2015-04-27
1
-1/+1
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-28
1
-1/+1
|
|
/
|
/
|
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-27
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-26
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-25
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-24
1
-1/+1
|
/
[next]