Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 9 | -5/+78 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'exclude_from_all' | Brad King | 2019-01-25 | 8 | -29/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 8 | -29/+15 | |
* | | | | | | Merge topic 'swift' | Brad King | 2019-01-25 | 1 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: support `SWIFT_MODULE_NAME` property | Saleem Abdulrasool | 2019-01-24 | 1 | -1/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'clang-warnings' | Brad King | 2019-01-25 | 2 | -4/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Silence -Wcomma warning | Brad King | 2019-01-23 | 1 | -2/+3 | |
| * | | | | | | Avoid -Wstring-plus-int warning | Brad King | 2019-01-23 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2019-01-25 | 4 | -5/+114 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-01-24 | 4 | -5/+114 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 28 | -85/+62 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 28 | -85/+62 | |
* | | | | | | | Merge topic 'renamefile-string' | Brad King | 2019-01-25 | 9 | -22/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 9 | -22/+25 | |
* | | | | | | | | Merge topic 'error-overloads' | Brad King | 2019-01-25 | 23 | -54/+62 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 23 | -54/+62 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'unixmfg3-string' | Brad King | 2019-01-25 | 6 | -63/+45 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmLocalUnixMakefileGenerator3: more methods accept std::string | Vitaly Stakhovsky | 2019-01-22 | 6 | -63/+45 | |
* | | | | | | | | | Merge topic 'revert-file-alt-httpauth' | Brad King | 2019-01-25 | 1 | -8/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Revert "file: Allow DOWNLOAD/UPLOAD using alternate authentication methods" | Brad King | 2019-01-24 | 1 | -8/+0 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | CMake 3.13.3v3.13.3 | Brad King | 2019-01-14 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'cmake-option-parsing' into release-3.13 | Brad King | 2019-01-14 | 3 | -16/+22 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Autogen: Issue a warning when AUTOMOC/UIC/RCC gets disabled. | Sebastian Holtermann | 2019-01-10 | 1 | -0/+25 | |
* | | | | | | | | | | Merge topic 'aarch64-no-std-move-function' | Brad King | 2019-01-25 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmListCommand: Avoid std::function move constructor on aarch64 | Brad King | 2019-01-24 | 1 | -0/+5 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-25 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-24 | 1 | -1/+1 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'tidy-pass-by-value' | Brad King | 2019-01-23 | 73 | -256/+265 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 73 | -256/+265 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2019-01-23 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-01-22 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'getmodulesfile-string' | Brad King | 2019-01-23 | 6 | -25/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 6 | -25/+20 | |
* | | | | | | | | | Merge topic 'cmake_build_jobs_supports_no_space' | Brad King | 2019-01-23 | 1 | -19/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmake: --build supports '-jN' | Robert Maynard | 2019-01-22 | 1 | -19/+36 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'cmake-warn-no-src-build-dir' | Brad King | 2019-01-23 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmake: Convert no source/build dir error to warning | Craig Scott | 2019-01-22 | 1 | -2/+5 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-23 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'implicit-includes' | Brad King | 2019-01-22 | 2 | -9/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | try_compile: Preserve special characters in COMPILE_DEFINITIONS | Brad King | 2019-01-21 | 1 | -1/+3 | |
| * | | | | | | | | Refactor exclusion of -I/usr/include to avoid per-language values | Brad King | 2019-01-21 | 1 | -8/+16 | |
* | | | | | | | | | Merge topic 'help-mark-default-generator' | Brad King | 2019-01-22 | 8 | -22/+64 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Help: Mark default CMake generator with asterisk | Artur Ryt | 2019-01-18 | 5 | -8/+38 | |
| * | | | | | | | | ccmake: Append rather than replace Generators section of docs | Craig Scott | 2019-01-18 | 1 | -1/+1 | |
| * | | | | | | | | cmake: Return generator docs directly | Artur Ryt | 2019-01-18 | 5 | -13/+25 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'crosscompiling_emulator-fix' | Brad King | 2019-01-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CROSSCOMPILING_EMULATOR: Fix test generation for empty value | Kyle Edwards | 2019-01-21 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'Wcomma' | Brad King | 2019-01-22 | 5 | -11/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed all but one clang -Wcomma warning | Sean McBride | 2019-01-12 | 5 | -11/+13 | |
* | | | | | | | | | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 9 | -56/+42 | |
|\ \ \ \ \ \ \ \ \ |