summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | 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
* | | | | | | | | | Merge branch 'release-3.15'Brad King2019-07-170-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'find_package-fix-NO_MODULE' into release-3.15Brad King2019-07-164-2/+38
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'find_package-fix-NO_MODULE'Brad King2019-07-174-2/+38
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | / / / / / | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-164-2/+38
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-171-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'aix-explicit-exports'Brad King2019-07-1616-39/+106
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Drop RunCMake workaround for AIX ld warnings about GNU atexitBrad King2019-07-151-2/+0
| * | | | | | | | | AIX: Explicitly compute executable exports for both XL and GNUBrad King2019-07-158-9/+45
| * | | | | | | | | AIX: Explicitly compute shared object exports for both XL and GNUBrad King2019-07-153-20/+60
| * | | | | | | | | AIX: Drop redundant -brtl flagsBrad King2019-07-152-4/+0
| * | | | | | | | | XL: De-duplicate shared object creation flagsBrad King2019-07-156-5/+2
* | | | | | | | | | Merge topic 'doc-ENABLE_EXPORTS'Brad King2019-07-162-27/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Clarify ENABLE_EXPORTS per-platform link behaviorBrad King2019-07-161-9/+14
| * | | | | | | | | | Help: Simplify CMAKE_ENABLE_EXPORTS documentationBrad King2019-07-161-18/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'release-3.14'Brad King2019-07-160-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | CMake 3.14.6v3.14.6Brad King2019-07-161-1/+1
* | | | | | | | | | Merge topic 'FindPNG-msvc-static'Brad King2019-07-161-2/+2
|\ \ \ \ \ \ \ \ \ \