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
*
cmLocalGenerator: Assert that there is a parent.
Stephen Kelly
2015-05-14
1
-4/+1
*
cmMakefile: Remove redundant variable set.
Stephen Kelly
2015-05-14
1
-1/+0
*
cmMakefile: Use the state to determine the parent directory.
Stephen Kelly
2015-05-14
1
-3/+4
*
Use new top-level check abstraction.
Stephen Kelly
2015-05-14
2
-3/+3
*
cmLocalGenerator: Add abstraction to check if top-level.
Stephen Kelly
2015-05-14
4
-10/+10
*
cmGlobalGenerator: Move some flags from cmLocalGenerator.
Stephen Kelly
2015-05-14
16
-81/+79
*
cmLocalGenerator: Port loops to cmState::Snapshot.
Stephen Kelly
2015-05-14
1
-22/+20
*
cmState: Add an accessor for Parent snapshot and a validity check.
Stephen Kelly
2015-05-14
2
-0/+24
*
cmLocalGenerator: Convert two recursive methods to loops.
Stephen Kelly
2015-05-14
1
-20/+50
*
cmLocalGenerator: Get project directories from the cmState.
Stephen Kelly
2015-05-14
1
-37/+36
*
cmLocalGenerator: Initialize state before creating cmMakefile.
Stephen Kelly
2015-05-14
3
-15/+23
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
38
-94/+66
*
Tests: Add case for 'ctest' run with bad CTestTestfile
Brad King
2015-05-14
2
-0/+17
*
cmGlobalBorlandMakefileGenerator: Do not inherit from NMake generator
Brad King
2015-05-14
1
-1/+1
*
Don't use a cmLocalGenerator instance to call static methods.
Stephen Kelly
2015-05-14
5
-23/+21
*
cmLocalGenerator: Remove EscapeForShellOldStyle to only caller.
Stephen Kelly
2015-05-14
3
-33/+30
*
cmLocalGenerator: Remove unused members.
Stephen Kelly
2015-05-14
1
-4/+0
*
Merge topic 'update-kwsys'
Brad King
2015-05-14
2
-5/+9
|
\
|
*
KWSys: Tell Git not to export .gitattributes
Brad King
2015-05-13
1
-4/+0
|
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-05-13
1
-1/+9
|
|
\
|
|
*
KWSys 2015-05-12 (b1d560a0)
KWSys Robot
2015-05-13
1
-1/+9
*
|
|
Merge topic 'FindHDF5-version-support'
Brad King
2015-05-14
2
-7/+22
|
\
\
\
|
*
|
|
FindHDF5: Add version support
Axel Huebl
2015-05-13
2
-5/+18
|
*
|
|
FindHDF5: Check for a few H5pubconf*.h name variants
Brad King
2015-05-13
1
-2/+4
*
|
|
|
Merge topic 'FindJava-openjdk-8'
Brad King
2015-05-14
1
-1/+1
|
\
\
\
\
|
*
|
|
|
FindJava: Fix OpenJDK 8 version detection (#15565)
Felix Geyer
2015-05-12
1
-1/+1
|
|
/
/
/
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-05-14
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-05-13
1
-1/+1
|
/
/
*
|
Merge topic 'ctest-no-make-i'
Brad King
2015-05-12
25
-7/+156
|
\
\
|
*
|
CTest: Stop telling 'make' to ignore errors with -i
Brad King
2015-05-12
25
-5/+154
|
*
|
Help: Fix build_command alternative signature docs
Brad King
2015-05-12
1
-1/+1
|
*
|
build_command: Choose configuration consistently across signatures
Brad King
2015-05-12
1
-1/+1
*
|
|
Merge topic 'cpack-deb-component-dependencies'
Brad King
2015-05-12
8
-16/+294
|
\
\
\
|
*
|
|
Help: Add notes for topic 'cpack-deb-component-dependencies'
Brad King
2015-05-12
1
-0/+6
|
*
|
|
CPack/DEB per component dependencies
Raffi Enficiaud
2015-05-08
7
-16/+288
|
|
/
/
*
|
|
Merge topic 'cpack-not-running-tests'
Brad King
2015-05-12
3
-23/+25
|
\
\
\
|
*
|
|
CPack: Enable DEB and RPM tests more reliably
Domen Vrankar
2015-05-12
3
-23/+25
|
|
/
/
*
|
|
Merge topic 'find_package-no-cmake-gui-paths'
Brad King
2015-05-12
6
-70/+16
|
\
\
\
|
*
|
|
find_package: Drop search in recent cmake-gui locations
Brad King
2015-05-08
4
-42/+16
|
*
|
|
FindFLTK: Drop search in recent cmake-gui locations
Brad King
2015-05-08
2
-28/+0
*
|
|
|
Merge topic 'detect-c++14-missing-gets'
Brad King
2015-05-12
3
-1/+41
|
\
\
\
\
|
*
|
|
|
Avoid using C++14 to build CMake if cstdio breaks
Brad King
2015-05-08
3
-1/+41
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'doc-file-COPY-preserves-structure'
Brad King
2015-05-12
1
-1/+5
|
\
\
\
\
|
*
|
|
|
Help: Clarify file(COPY) directory semantics (#15561)
Brad King
2015-05-08
1
-1/+5
*
|
|
|
|
Merge topic 'ExternalProject-improve-missing-source-error'
Brad King
2015-05-12
11
-1/+81
|
\
\
\
\
\
|
*
|
|
|
|
ExternalProject: Improve error when SOURCE_DIR is missing (#15560)
Brad King
2015-05-08
11
-1/+81
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'ninja-gcc-windows'
Brad King
2015-05-12
2
-2/+2
|
\
\
\
\
\
|
*
|
|
|
|
RC: Do not override MinGW Makefiles generator preference
Brad King
2015-05-11
1
-1/+1
|
*
|
|
|
|
Ninja: Use forward slashes for linking with any GCC on Windows (#15439)
Thomas Herz
2015-05-08
1
-1/+1
*
|
|
|
|
|
Merge topic 'suppress-LNK4089-warning'
Brad King
2015-05-12
1
-0/+2
|
\
\
\
\
\
\
[next]