summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalXCodeGenerator: Simplify handling of multiple outputsBrad King2014-03-122-34/+19
* cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-127-29/+22
* Merge topic 'remove-c_str-calls'Brad King2014-03-12169-1679/+1679
|\
| * Workaround Sun C++ 5.9 compiler crashBrad King2014-03-121-2/+2
| * Remove c_str calls when using stream APIs.Stephen Kelly2014-03-1149-297/+297
| * Remove some c_str() calls.Stephen Kelly2014-03-11157-1384/+1384
* | Merge branch 'release'Brad King2014-03-120-0/+0
|\ \
| * \ Merge branch 'fix-find_dependency-EXACT' into releaseBrad King2014-03-121-3/+3
| |\ \
| * \ \ Merge branch 'fix-xcode-compiler-force' into releaseBrad King2014-03-115-92/+37
| |\ \ \
* | \ \ \ Merge topic 'unicode-cmake-gui'Brad King2014-03-122-0/+13
|\ \ \ \ \
| * | | | | Unicode: cmake-gui encoding now matches KWSys encoding.Clinton Stimpson2014-03-112-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge topic 'FindPkgConfig-revise-docs'Brad King2014-03-121-135/+118
|\ \ \ \ \
| * | | | | FindPkgConfig: restructure documentation and document commands and variablesDaniele E. Domenichelli2014-03-101-135/+118
* | | | | | Merge topic 'fix-find_dependency-EXACT-for-master'Brad King2014-03-1214-0/+54
|\ \ \ \ \ \
| * | | | | | Test error cases in find_dependency.Stephen Kelly2014-03-1114-0/+54
* | | | | | | Merge topic 'fix-find_dependency-EXACT'Brad King2014-03-121-3/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | find_dependency: Make sure invalid EXACT use can be reported.Stephen Kelly2014-03-111-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'fix-xcode-compiler-force'Brad King2014-03-125-92/+37
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possibleBrad King2014-03-103-0/+3
| * | | | | CMakeDetermine*Compiler: Factor out search for compiler in PATHBrad King2014-03-105-92/+34
* | | | | | CMake Nightly Date StampKitware Robot2014-03-121-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'ctest-coverage-extra'Brad King2014-03-112-1/+7
|\ \ \ \ \
| * | | | | Help: Add release notes for topic 'ctest-coverage-extra'Brad King2014-03-101-0/+5
| * | | | | CTest: Teach ctest_coverage() to read CTEST_COVERAGE_EXTRA_FLAGSVolkan Gezer2014-03-101-1/+2
* | | | | | Merge branch 'release'Brad King2014-03-110-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'doc-osx-path-variables' into releaseBrad King2014-03-103-0/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-AUTOGEN-custom-command-depends' into releaseBrad King2014-03-104-3/+36
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fix-find_dependency-EXACT' into releaseBrad King2014-03-101-2/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-Qt4-DBus-macro' into releaseBrad King2014-03-101-1/+1
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'cmcurl-include-first'Brad King2014-03-111-2/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmcurl: Include the local curl directories before all others.Raphael Kubo da Costa2014-03-101-2/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'watcom-VERBOSE-and-ERROR'Brad King2014-03-113-21/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: Improve handling of WMake verbose output and errorsJiri Malak2014-03-103-21/+26
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'cmELF-typo'Brad King2014-03-111-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)Ryo ONODERA2014-03-101-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'ninja-command-line-length-haiku'Brad King2014-03-111-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ninja: Detect command-line length limit on HaikuAdrien Destugues2014-03-101-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'FindFreetype-path-suffix-without-include'Brad King2014-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindFreetype: Add plain 'freetype2' path suffixAdrien Destugues2014-03-101-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'FindSDL-consistent-path-suffixes'Brad King2014-03-115-5/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindSDL: Make FindSDL_*.cmake path suffixes consistent with main moduleBrad King2014-03-105-5/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'fix-AUTOGEN-custom-command-depends'Brad King2014-03-114-3/+36
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | QtAutogen: Fix AUTOGEN depends on custom command output with VS.Stephen Kelly2014-03-104-3/+36
* | | | | | | | | | Merge topic 'fix-find_dependency-EXACT-for-master'Brad King2014-03-118-1/+62
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | find_dependency: Extend the tests for use of EXACT macro parameter.Stephen Kelly2014-03-108-1/+62
* | | | | | | | | | | Merge topic 'fix-find_dependency-EXACT'Brad King2014-03-111-2/+11
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | find_dependency: Don't propagate EXACT argument.Stephen Kelly2014-03-061-2/+11
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'fix-Qt4-DBus-macro'Brad King2014-03-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Qt4: Use correct qdbus executable in macro.Stephen Kelly2014-03-101-1/+1
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-03-111-1/+1
| |_|_|/ / / / / |/| | | | | | |