summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Ninja: support `SWIFT_MODULE_NAME` propertySaleem Abdulrasool2019-01-183-2/+11
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'use-emplace'Brad King2019-01-2158-271/+271
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clang-tidy: Use emplaceRegina Pfeifer2019-01-1757-269/+269
| * | | | | | | | | | | CTestSVN: Accept std::string in SVNInfo constructorBrad King2019-01-172-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'ctest-json-polish'Brad King2019-01-219-11/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CTest: Teach --show-only= to reject unknown valuesBrad King2019-01-175-0/+8
| * | | | | | | | | | | CTest: Teach --show-only=json-v1 to filter out not-available testsBrad King2019-01-172-0/+6
| * | | | | | | | | | | Tests: Fix RunCMake.CTestCommandLine case when no python is foundBrad King2019-01-171-0/+3
| * | | | | | | | | | | Tests: Rename RunCMake.CTestCommandLine show-only test casesBrad King2019-01-175-12/+12
| * | | | | | | | | | | Tests: Fix RunCMake.CTestCommandLine to actually check json-v1Brad King2019-01-161-0/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindCURL-typo'Brad King2019-01-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindCURL: fix component failure when no pkg-configHiroshi Miura2019-01-211-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'command_file_link'Brad King2019-01-2115-3/+226
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmSystemTools: Silence CreateLink and CreateSymlink errorsTushar Maheshwari2019-01-163-21/+31
| * | | | | | | | | | | Tests: Avoid cross-device links in CREATE_LINK testTushar Maheshwari2019-01-163-1/+20
| * | | | | | | | | | | Tests: Skip symlink tests on WindowsTushar Maheshwari2019-01-165-10/+10
| * | | | | | | | | | | Tests: CREATE_LINK subcommand negative test caseTushar Maheshwari2019-01-164-0/+7
| * | | | | | | | | | | Tests: file CREATE_LINK subcommand test casesTushar Maheshwari2019-01-164-0/+21
| * | | | | | | | | | | Help: Add documentation for file(CREATE_LINK) subcommandTushar Maheshwari2019-01-161-0/+23
| * | | | | | | | | | | cmFileCommand: Add CREATE_LINK subcommandTushar Maheshwari2019-01-164-0/+143
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'find-package-resolve-symlinks'Brad King2019-01-2112-0/+96
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | find_package: add test coverage for CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKSDavid Aguilar2019-01-166-0/+63
| * | | | | | | | | | | find_package: optionally resolve symlinks when discovering packagesDavid Aguilar2019-01-166-0/+33
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'submit-url'Brad King2019-01-2115-143/+145
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CTest: Add documentation and release notes for SubmitURLRegina Pfeifer2019-01-166-14/+45
| * | | | | | | | | | | Modules/CTest: Set SubmitURLRegina Pfeifer2019-01-162-6/+14
| * | | | | | | | | | | ctest_submit: Add parameter SUBMIT_URLRegina Pfeifer2019-01-162-1/+16
| * | | | | | | | | | | CTest: Add option SubmitURLRegina Pfeifer2019-01-162-27/+17
| * | | | | | | | | | | CTest: Add function GetSubmitURLRegina Pfeifer2019-01-164-39/+30
| * | | | | | | | | | | ctest_submit: Remove submit method from log outputRegina Pfeifer2019-01-163-70/+37
| |/ / / / / / / / / /
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-211-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-201-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-191-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'automoc-test-in-place'Brad King2019-01-181-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Fix Qt4And5Automoc tests to work on in-source buildBrad King2019-01-171-4/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'GHS_updates'Brad King2019-01-18148-1046/+2084
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GHS: Update test suiteFred Baksik2019-01-1620-104/+170
| * | | | | | | | | GHS: Add Compiler ID detectionFred Baksik2019-01-1617-43/+177
| * | | | | | | | | GHS: try_compile() now uses GHS platform variablesFred Baksik2019-01-169-15/+39
| * | | | | | | | | GHS: Fix toolset selectionFred Baksik2019-01-163-26/+37
| * | | | | | | | | GHS: Append ".gpj" to target name when generating build commandFred Baksik2019-01-164-1/+45
| * | | | | | | | | GHS: Integrity Application updatesFred Baksik2019-01-1614-62/+125
| * | | | | | | | | GHS: Add support for some of the source file propertiesFred Baksik2019-01-162-1/+22
| * | | | | | | | | GHS: Add support for object librariesFred Baksik2019-01-164-96/+70
| * | | | | | | | | GHS: EXCLUDE_FROM_ALL updatesFred Baksik2019-01-164-70/+33
| * | | | | | | | | GHS: Use the correct compiler flags for CMAKE_BUILD_TYPEFred Baksik2019-01-1610-120/+25
| * | | | | | | | | GHS: Cleanup unused file handling functions and file output updatesFred Baksik2019-01-166-365/+35
| * | | | | | | | | GHS: Update the link line processingFred Baksik2019-01-163-56/+49
| * | | | | | | | | GHS: Place build system outputs per target output directivesFred Baksik2019-01-168-46/+75
| * | | | | | | | | GHS: Update the top-level project generationFred Baksik2019-01-166-106/+241