| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | 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 |
|
|
| * | | | | | | GHS: Fix toolset selection | Fred Baksik | 2019-01-16 | 3 | -26/+37 |
|
|
| * | | | | | | GHS: Append ".gpj" to target name when generating build command | Fred Baksik | 2019-01-16 | 4 | -1/+45 |
|
|
| * | | | | | | GHS: Integrity Application updates | Fred Baksik | 2019-01-16 | 14 | -62/+125 |
|
|
| * | | | | | | GHS: Add support for some of the source file properties | Fred Baksik | 2019-01-16 | 2 | -1/+22 |
|
|
| * | | | | | | GHS: Add support for object libraries | Fred Baksik | 2019-01-16 | 4 | -96/+70 |
|
|
| * | | | | | | GHS: EXCLUDE_FROM_ALL updates | Fred Baksik | 2019-01-16 | 4 | -70/+33 |
|
|
| * | | | | | | GHS: Use the correct compiler flags for CMAKE_BUILD_TYPE | Fred Baksik | 2019-01-16 | 10 | -120/+25 |
|
|
| * | | | | | | GHS: Cleanup unused file handling functions and file output updates | Fred Baksik | 2019-01-16 | 6 | -365/+35 |
|
|
| * | | | | | | GHS: Update the link line processing | Fred Baksik | 2019-01-16 | 3 | -56/+49 |
|
|
| * | | | | | | GHS: Place build system outputs per target output directives | Fred Baksik | 2019-01-16 | 8 | -46/+75 |
|
|
| * | | | | | | GHS: Update the top-level project generation | Fred Baksik | 2019-01-16 | 6 | -106/+241 |
|
|
| * | | | | | | GHS: Cleanup how source files are listed | Fred Baksik | 2019-01-16 | 4 | -48/+152 |
|
|
| * | | | | | | GHS: Update binary structure so that install scripts work | Fred Baksik | 2019-01-16 | 4 | -75/+105 |
|
|
| * | | | | | | GHS: Have the top-level project name follow the specified project name | Fred Baksik | 2019-01-16 | 2 | -3/+6 |
|
|
| * | | | | | | GHS: Update test suite | Fred Baksik | 2019-01-16 | 101 | -67/+921 |
|
|
| * | | | | | | GHS: Only print bsp and os directives if specified by user | Fred Baksik | 2019-01-16 | 3 | -36/+51 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge topic 'remove-duplicate-link' | Brad King | 2019-01-18 | 1 | -1/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Remove duplicate reference to IMPORTED_LINK_DEPENDENT_LIBRARIES_<CONFIG> | Kyle Edwards | 2019-01-17 | 1 | -1/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-18 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge topic 'cmake_role-global-property' | Brad King | 2019-01-17 | 35 | -27/+183 |
|\ \ \ \ \ |
|
| * | | | | | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 35 | -27/+183 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'vs-debug-utility-targets' | Brad King | 2019-01-17 | 10 | -121/+142 |
|\ \ \ \ \ |
|
| * | | | | | VS: Add support for VS_DEBUGGER_* properties on custom targets | Nils Gladitz | 2019-01-16 | 10 | -121/+142 |
| |/ / / / |
|
* | | | | | Merge topic 'fix_csharp_defines' | Brad King | 2019-01-17 | 4 | -0/+87 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | VS: Honor target_compile_definitions for C# projects | Wil Stark | 2019-01-16 | 4 | -0/+87 |
|
|