Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'update-libuv' | Brad King | 2019-01-21 | 98 | -3144/+3400 |
|\ | |||||
| * | libuv: Update CMake-internal buildsystem | Brad King | 2019-01-17 | 4 | -23/+31 |
| * | libuv: Include uv/ headers from each other without any path | Brad King | 2019-01-17 | 2 | -14/+14 |
| * | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2019-01-17 | 94 | -3123/+3371 |
| |\ | |||||
| | * | libuv 2019-01-15 (f84c5e69) | libuv upstream | 2019-01-16 | 94 | -3128/+3406 |
* | | | Merge topic 'cmake-role-fix' | Brad King | 2019-01-21 | 4 | -3/+20 |
|\ \ \ | |||||
| * | | | CMAKE_ROLE: Fix value for ctest --build-and-test | Kyle Edwards | 2019-01-18 | 4 | -3/+20 |
* | | | | Merge topic 'autogen_mocs_compilation_first' | Brad King | 2019-01-21 | 6 | -20/+28 |
|\ \ \ \ | |||||
| * | | | | Autogen: Prepend instead of append `mocs_compilation.cpp` to the sources list | Sebastian Holtermann | 2019-01-18 | 2 | -4/+6 |
| * | | | | cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSource | Sebastian Holtermann | 2019-01-18 | 4 | -16/+22 |
* | | | | | Merge topic 'swift-module-name' | Brad King | 2019-01-21 | 3 | -2/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: support `SWIFT_MODULE_NAME` property | Saleem Abdulrasool | 2019-01-18 | 3 | -2/+11 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 58 | -271/+271 |
|\ \ \ \ \ | |||||
| * | | | | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 57 | -269/+269 |
| * | | | | | CTestSVN: Accept std::string in SVNInfo constructor | Brad King | 2019-01-17 | 2 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'ctest-json-polish' | Brad King | 2019-01-21 | 9 | -11/+29 |
|\ \ \ \ \ | |||||
| * | | | | | CTest: Teach --show-only= to reject unknown values | Brad King | 2019-01-17 | 5 | -0/+8 |
| * | | | | | CTest: Teach --show-only=json-v1 to filter out not-available tests | Brad King | 2019-01-17 | 2 | -0/+6 |
| * | | | | | Tests: Fix RunCMake.CTestCommandLine case when no python is found | Brad King | 2019-01-17 | 1 | -0/+3 |
| * | | | | | Tests: Rename RunCMake.CTestCommandLine show-only test cases | Brad King | 2019-01-17 | 5 | -12/+12 |
| * | | | | | Tests: Fix RunCMake.CTestCommandLine to actually check json-v1 | Brad King | 2019-01-16 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'FindCURL-typo' | Brad King | 2019-01-21 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | FindCURL: fix component failure when no pkg-config | Hiroshi Miura | 2019-01-21 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'command_file_link' | Brad King | 2019-01-21 | 15 | -3/+226 |
|\ \ \ \ \ | |||||
| * | | | | | cmSystemTools: Silence CreateLink and CreateSymlink errors | Tushar Maheshwari | 2019-01-16 | 3 | -21/+31 |
| * | | | | | Tests: Avoid cross-device links in CREATE_LINK test | Tushar Maheshwari | 2019-01-16 | 3 | -1/+20 |
| * | | | | | Tests: Skip symlink tests on Windows | Tushar Maheshwari | 2019-01-16 | 5 | -10/+10 |
| * | | | | | Tests: CREATE_LINK subcommand negative test case | Tushar Maheshwari | 2019-01-16 | 4 | -0/+7 |
| * | | | | | Tests: file CREATE_LINK subcommand test cases | Tushar Maheshwari | 2019-01-16 | 4 | -0/+21 |
| * | | | | | Help: Add documentation for file(CREATE_LINK) subcommand | Tushar Maheshwari | 2019-01-16 | 1 | -0/+23 |
| * | | | | | cmFileCommand: Add CREATE_LINK subcommand | Tushar Maheshwari | 2019-01-16 | 4 | -0/+143 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'find-package-resolve-symlinks' | Brad King | 2019-01-21 | 12 | -0/+96 |
|\ \ \ \ \ | |||||
| * | | | | | find_package: add test coverage for CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS | David Aguilar | 2019-01-16 | 6 | -0/+63 |
| * | | | | | find_package: optionally resolve symlinks when discovering packages | David Aguilar | 2019-01-16 | 6 | -0/+33 |
| |/ / / / | |||||
* | | | | | Merge topic 'submit-url' | Brad King | 2019-01-21 | 15 | -143/+145 |
|\ \ \ \ \ | |||||
| * | | | | | CTest: Add documentation and release notes for SubmitURL | Regina Pfeifer | 2019-01-16 | 6 | -14/+45 |
| * | | | | | Modules/CTest: Set SubmitURL | Regina Pfeifer | 2019-01-16 | 2 | -6/+14 |
| * | | | | | ctest_submit: Add parameter SUBMIT_URL | Regina Pfeifer | 2019-01-16 | 2 | -1/+16 |
| * | | | | | CTest: Add option SubmitURL | Regina Pfeifer | 2019-01-16 | 2 | -27/+17 |
| * | | | | | CTest: Add function GetSubmitURL | Regina Pfeifer | 2019-01-16 | 4 | -39/+30 |
| * | | | | | ctest_submit: Remove submit method from log output | Regina Pfeifer | 2019-01-16 | 3 | -70/+37 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-21 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-20 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-19 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'automoc-test-in-place' | Brad King | 2019-01-18 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Tests: Fix Qt4And5Automoc tests to work on in-source build | Brad King | 2019-01-17 | 1 | -4/+4 |
* | | | | | Merge topic 'GHS_updates' | Brad King | 2019-01-18 | 148 | -1046/+2084 |
|\ \ \ \ \ | |||||
| * | | | | | GHS: Update test suite | Fred Baksik | 2019-01-16 | 20 | -104/+170 |
| * | | | | | GHS: Add Compiler ID detection | Fred Baksik | 2019-01-16 | 17 | -43/+177 |
| * | | | | | GHS: try_compile() now uses GHS platform variables | Fred Baksik | 2019-01-16 | 9 | -15/+39 |