summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cmake: Fix read-after-free while checking command-line argumentsBrad King2014-06-121-5/+13
* | | | CMake 3.0.0v3.0.0Brad King2014-06-091-1/+1
|/ / /
* | | Merge branch 'hpux-libarchive-compile' into releaseBrad King2014-06-091-12/+14
|\ \ \
| * | | libarchive: fix compilation on newer HP-UX versionsRolf Eike Beer2014-06-091-12/+14
|/ / /
* | | Merge branch 'fix-ctest-option-summary' into releaseBrad King2014-06-051-1/+2
|\ \ \
| * | | CTest: Added option description for --output-on-failureNils Gladitz2014-06-051-1/+2
* | | | Merge branch 'fix-build-crash-on-bad-generator' into releaseBrad King2014-06-0310-1/+21
|\ \ \ \
| * | | | cmake: Fix --build crash on bad CMAKE_GENERATOR in cacheBrad King2014-06-0310-1/+21
| |/ / /
* | | | Merge branch 'cmake-credits' into releaseBrad King2014-06-031-1/+1
|\ \ \ \
| * | | | Simplify and clarify credit text and linkBrad King2014-06-031-1/+1
* | | | | Merge branch 'cmake-credits' into releaseBrad King2014-06-033-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Simplify and clarify credit text and linkBrad King2014-06-033-5/+5
| |/ / /
* | | | Merge branch 'doc-include-dir-props' into releaseBrad King2014-06-023-3/+45
|\ \ \ \
| * | | | Help: Explain build/install-tree include dirs in more places (#14946)Brad King2014-06-023-3/+35
| * | | | Help: Add code example for INSTALL_INTERFACE to cmake-buildsystem.Stephen Kelly2014-06-021-1/+11
| |/ / /
* | | | Merge branch 'fix-cache-self-assignment' into releaseBrad King2014-05-272-6/+5
|\ \ \ \
| * | | | cmCacheManager: Avoid cache entry self-assignmentBrad King2014-05-271-5/+1
| * | | | cmake: Tolerate missing HELPSTRING on compiler changeBrad King2014-05-271-1/+4
| |/ / /
* | | | Merge branch 'GNUtoMS-vs-12' into releaseBrad King2014-05-271-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | GNUtoMS: Add support for VS 2013 (#14936)Brad King2014-05-271-1/+3
|/ / /
* | | CMake 3.0.0-rc6v3.0.0-rc6Brad King2014-05-221-1/+1
* | | Merge branch 'backport-kwsys-cygwin-fixes' into releaseBrad King2014-05-202-2/+11
|\ \ \
| * | | KWSys Process: Workaround child kill trouble on CygwinBrad King2014-05-201-0/+6
| * | | KWSys SystemTools: Port cygwin path conversion to modern APIBrad King2014-05-201-2/+5
* | | | Merge branch 'backport-fix-CMP0022-language-propagation' into releaseBrad King2014-05-192-11/+11
|\ \ \ \
| * | | | CMP0022: Fix link language propagation in NEW behaviorBrad King2014-05-192-11/+11
| |/ / /
* | | | Merge branch 'FindCUDA-separable-compilation-flags' into releaseBrad King2014-05-191-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | FindCUDA: Use CUDA_NVCC_FLAGS* for separable compilationJames Bigler2014-05-191-0/+9
* | | | Merge branch 'fix-atomic-rename-Windows-sharing-violation' into releaseBrad King2014-05-131-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | cmSystemTools::RenameFile: Retry on Windows ERROR_SHARING_VIOLATIONEric Berge2014-05-131-2/+4
* | | | CMake 3.0.0-rc5v3.0.0-rc5Brad King2014-05-131-1/+1
|/ / /
* | | Merge branch 'ninja-intel-linux' into releaseBrad King2014-05-091-2/+4
|\ \ \
| * | | Ninja: Fix deptype for Intel compiler on LinuxBrad King2014-05-091-2/+4
* | | | Merge branch 'backport-target-property-policy-context' into releaseBrad King2014-05-097-20/+38
|\ \ \ \ | |/ / / |/| | |
| * | | cmTarget: Evaluate CMP0026 in calling contextBrad King2014-05-097-10/+36
| * | | cmTarget: Drop unused GetProperty signatureBrad King2014-05-092-11/+3
|/ / /
* | | Merge branch 'vs-fix-MANIFESTUAC' into releaseBrad King2014-05-073-12/+3
|\ \ \
| * | | VS: Fix /MANIFESTUAC:NO linker option mappingEric Berge2014-05-073-12/+3
* | | | Merge branch 'desktop-icon' into releaseBrad King2014-05-071-1/+1
|\ \ \ \
| * | | | cmake-gui: Fix desktop file icon configurationJohannes Huber2014-05-071-1/+1
| |/ / /
* | | | Merge branch 'ctest-bad-generator' into releaseBrad King2014-05-075-0/+51
|\ \ \ \
| * | | | ctest_build: Do not crash on bad generator nameBrad King2014-05-075-0/+51
| |/ / /
* | | | Merge branch 'ncurses-tinfo' into releaseBrad King2014-05-061-3/+15
|\ \ \ \ | |/ / / |/| | |
| * | | FindCurses: Detect and satisfy ncurses dependency on tinfoMark Wright2014-05-061-2/+14
| * | | FindCurses: Honor CURSES_NEED_NCURSES when curses is foundMark Wright2014-05-061-1/+1
* | | | Merge branch 'hpux-compile' into releaseBrad King2014-05-062-2/+38
|\ \ \ \
| * | | | CompileFlags: add better selection which aCC version gets -AA +hpxstd98 flagsRolf Eike Beer2014-05-061-2/+6
| * | | | CompileFlags: Add -AA +hpxstd98 on HP-UX 11.11 with aCCRolf Eike Beer2014-05-062-1/+32
| * | | | CompileFlags: Test for C++ features after selecting flagsRolf Eike Beer2014-05-061-1/+2
| |/ / /
* | | | Merge branch 'backport-kwsys-compile-fix' into releaseBrad King2014-05-061-28/+15
|\ \ \ \