summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge topic 'swift-exe-rpath'Brad King2020-02-181-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Swift: support `-rpath` for executablesSaleem Abdulrasool2020-02-171-0/+5
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-02-180-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'ninja-multi-framework-dependency-autogen-fix' into release-3.17Brad King2020-02-1829-87/+152
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'ninja-multi-framework-dependency-autogen-fix'Brad King2020-02-1829-87/+152
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'backport-ninja-multi-framework-dependency-autogen-fix' into nin...Kyle Edwards2020-02-1729-87/+152
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | / / / / / / / | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-1729-87/+152
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-02-181-1/+1
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-02-170-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'git-config-with-spaces' into release-3.17Brad King2020-02-175-13/+28
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'git-config-with-spaces'Brad King2020-02-175-13/+28
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | / / / / / / / | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | ExternalProject: Quote each git --config option to handle spacesCraig Scott2020-02-152-2/+4
| * | | | | | | | | | Tests: Add missing ExternalProject smoke testsCraig Scott2020-02-151-0/+8
| * | | | | | | | | | Tests: Fix test_clean target missing some test directoriesCraig Scott2020-02-153-11/+16
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'makefiles-deep-configure'Brad King2020-02-174-16/+16
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Makefiles: Re-run CMake if file configured in subdirectory is missingHugh Sorby2020-02-144-16/+16
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-02-171-1/+1
* | | | | | | | | | Merge topic 'docs-cpack-typos'Craig Scott2020-02-162-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Correct typos in CPack docsJoachim Wuttke (h)2020-02-162-2/+2
|/ / / / / / / / / /
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-02-161-1/+1
* | | | | | | | | | Merge topic 'doc-cpack'Craig Scott2020-02-153-38/+53
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: module CPack: improve summary and IntroductionJoachim Wuttke (o)2020-02-141-12/+12
| * | | | | | | | | | Help: CPackComponent: improve summary and introductionJoachim Wuttke (o)2020-02-141-11/+9
| * | | | | | | | | | Help: CPack Archive Generator: Clarify source vs binary packageJoachim Wuttke (o)2020-02-141-15/+32
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-02-151-1/+1
* | | | | | | | | | | Merge topic 'update-libarchive'Brad King2020-02-14154-1336/+11647
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | libarchive: Update to build within CMakeBrad King2020-02-135-23/+18
| * | | | | | | | | | | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2020-02-13151-1319/+11634
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | LibArchive 2020-02-11 (3288ebb0)LibArchive Upstream2020-02-13153-1325/+11285
| * | | | | | | | | | | | libarchive: Update script to get 3.4.2Brad King2020-02-131-1/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'cpack-doc-ifw'Brad King2020-02-141-18/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Help: CPack IFW Generator: not only configures, but also runs QtIFW.Joachim Wuttke (o)2020-02-131-2/+5
| * | | | | | | | | | | | Help: More cross references between CPackIFW and CPackIFWGenerator.Joachim Wuttke (o)2020-02-131-16/+13
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge topic 'doc-install-dest'Brad King2020-02-141-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Help: command install: absolute paths unsupported by CPackJoachim Wuttke (o)2020-02-121-3/+10
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-02-141-1/+1
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-02-131-1/+1
* | | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-02-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'doc-ascii' into release-3.17Brad King2020-02-122-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'doc-ascii'Brad King2020-02-122-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Help: Replace UTF-8 apostrophe with ascii apostropheBrad King2020-02-122-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-02-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | CMake 3.17.0-rc1v3.17.0-rc1Brad King2020-02-121-1/+1
* | | | | | | | | | | Merge topic 'ninja-strcat-usage'Kyle Edwards2020-02-122-151/+154
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | cmNinjaTargetGenerator: cmStrCat usageBen Boeckel2020-02-111-79/+81
| * | | | | | | | | | cmGlobalNinjaGenerator: cmStrCat usageBen Boeckel2020-02-111-57/+61
| * | | | | | | | | | cmGlobalNinjaGenerator: factor out /all target name computationBen Boeckel2020-02-111-14/+11
| * | | | | | | | | | cmGlobalNinjaGenerator: avoid unnecessary string additionBen Boeckel2020-02-111-1/+1
* | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-02-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'doc-cpack' into release-3.17Brad King2020-02-121-3/+3
| |\ \ \ \ \ \ \ \ \ \