summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.15'Brad King2019-07-190-0/+0
|\
| * Merge branch 'ctest-done-hash' into release-3.15Brad King2019-07-191-9/+9
| |\
* | \ Merge topic 'ctest-done-hash'Brad King2019-07-191-9/+9
|\ \ \ | | |/ | |/|
| * | CTest: Generate Done.xml before calculating its hashBetsy McPhail2019-07-191-9/+9
* | | Merge topic 'QCC-ninja-support'Brad King2019-07-191-1/+3
|\ \ \
| * | | cmGlobalNinjaGenerator: Use gnu compatible paths with QCCSamuel Ostlund2019-07-161-1/+3
* | | | Merge topic 'modernize_std_unique_ptr'Brad King2019-07-1910-81/+100
|\ \ \ \
| * | | | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-178-53/+71
| * | | | cmELF: Modernize to use std::unique_ptr instead of new/deleteSebastian Holtermann2019-07-172-28/+29
* | | | | Merge branch 'release-3.15'Brad King2019-07-190-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'msvc-runtime-library-doc' into release-3.15Brad King2019-07-193-1/+11
| |\ \ \ \
| * \ \ \ \ Merge branch 'vs-asmlist-dir' into release-3.15Brad King2019-07-182-4/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'msvc-runtime-library-doc'Brad King2019-07-193-1/+11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | MSVC: Document behavior when MSVC_RUNTIME_LIBRARY is not setBrad King2019-07-193-1/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'vs-asmlist-dir'Brad King2019-07-192-4/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | VS: Place intermediate files in the "ASM List Location" next to objectsBrad King2019-07-182-4/+2
| |/ / / /
* | | | | Merge topic 'findvulcan-doc-fix'Kyle Edwards2019-07-191-1/+1
|\ \ \ \ \
| * | | | | Fix repeated word in FindVulkan.cmakeNeroBurner2019-07-181-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-07-191-1/+1
|/ / / / /
* | | | | Merge branch 'release-3.15'Brad King2019-07-180-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'backport-swift-improvements' into release-3.15Brad King2019-07-185-15/+72
| |\ \ \ \
* | \ \ \ \ Merge topic 'swift-improvements'Brad King2019-07-180-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-swift-improvements' into swift-improvementsBrad King2019-07-180-0/+0
| |\ \ \ \ \ \ |/ / / / / / / | | | _ / / / | | | / / /
| * | | | | Swift: support SONAME on ELFish targetsSaleem Abdulrasool2019-07-181-2/+5
| * | | | | Swift: support multithreaded compilationSaleem Abdulrasool2019-07-183-6/+19
| * | | | | Swift: add rules for static linkingSaleem Abdulrasool2019-07-181-0/+6
| * | | | | Swift: Add library search paths for dependenciesSaleem Abdulrasool2019-07-181-7/+27
| * | | | | Support per-language library link flagsSaleem Abdulrasool2019-07-182-4/+19
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.15'Brad King2019-07-180-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'FindPython-interpreter-crosscompiling' into release-3.15Brad King2019-07-181-11/+10
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'FindPython-interpreter-crosscompiling'Brad King2019-07-181-11/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindPython: ensure interpreter is founded when cross-compilingMarc Chevrier2019-07-181-11/+10
| |/ / /
* | | | Merge topic 'aix-no-rtl'Brad King2019-07-183-14/+12
|\ \ \ \
| * | | | AIX: Do not enable runtime linking by default anymoreBrad King2019-07-173-14/+12
* | | | | CMake Nightly Date StampKitware Robot2019-07-181-1/+1
* | | | | Merge branch 'release-3.15'Brad King2019-07-170-0/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | CMake 3.15.0v3.15.0Brad King2019-07-171-1/+1
* | | | Merge topic 'aix-exe-implib'Brad King2019-07-1718-16/+68
|\ \ \ \ | |_|/ / |/| | |
| * | | AIX: Create import library for executables with exportsBrad King2019-07-1618-16/+68
| | |/ | |/|
* | | Merge topic 'cmake-qch-no-version-in-filename'Brad King2019-07-174-12/+10
|\ \ \
| * | | CMake.qch: Don't include the version in the file nameCraig Scott2019-07-174-12/+10
* | | | Merge topic 'project-version-0'Brad King2019-07-1715-66/+215
|\ \ \ \
| * | | | project: Keep leading `0` in PROJECT_VERSION componentsAlex Turbov2019-07-1613-29/+186
| * | | | Tests: Factor out RunCMake.project helper macro into moduleBrad King2019-07-152-6/+7
| * | | | Refactor: Use raw string literals instead of escapingAlex Turbov2019-07-151-1/+1
| * | | | Refactor: Use initializer lists instead of `push_back` seriesAlex Turbov2019-07-151-13/+11
| * | | | Refactor: Add some `const` to varsAlex Turbov2019-07-151-3/+3
| * | | | Refactor: Replace a "magic" number w/ a named constantAlex Turbov2019-07-151-4/+5
| * | | | Refactor: Eliminate one-time-used variablesAlex Turbov2019-07-151-12/+6
| * | | | Refactor: Eliminate `sep` from the loopAlex Turbov2019-07-151-3/+1