summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AIX: Create import library for executables with exportsBrad King2019-07-1618-16/+68
* 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
|\ \ \
| * | | FindPNG: Add static libpng names for MSVCSteve Robinson2019-07-151-2/+2
* | | | Merge topic 'FindMatlab/pre-2018-fixes'Brad King2019-07-161-81/+81
|\ \ \ \
| * | | | FindMatlab: code comment and ordering of the findersRaffi Enficiaud2019-07-141-73/+69
| * | | | FindMatlab: fixing extension bat file invocation errorRaffi Enficiaud2019-07-141-2/+11
| * | | | FindMatlab: Fixing compilation issues on WindowsRaffi Enficiaud2019-07-141-6/+1
* | | | | CMake Nightly Date StampKitware Robot2019-07-161-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'cleanup-gen-lookups'Brad King2019-07-1512-64/+67
|\ \ \ \
| * | | | Makefile: De-duplicate executable link rule lookupBrad King2019-07-121-3/+2
| * | | | De-duplicate checks for whether a platform uses Windows DLLsBrad King2019-07-125-15/+15
| * | | | Refactor checks for whether a target has an import libraryBrad King2019-07-128-46/+50
* | | | | Merge topic 'modernize-cmCommand-memory-management'Brad King2019-07-15177-462/+1132
|\ \ \ \ \
| * | | | | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-14136-399/+1014
| * | | | | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-1444-63/+118
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.15'Brad King2019-07-150-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.15Brad King2019-07-122-3/+17
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.14'Brad King2019-07-150-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.14Brad King2019-07-122-3/+17
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge topic 'FindBISON-CMP0088-SourcePath'Brad King2019-07-152-3/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindBISON: Fix CMP0088 NEW behavior for non-absolute input pathsBrian Carlson2019-07-122-3/+17
* | | | | | | Merge topic 'soname'Brad King2019-07-151-2/+5
|\ \ \ \ \ \ \
| * | | | | | | Swift: support SONAME on ELFish targetsSaleem Abdulrasool2019-07-111-2/+5
* | | | | | | | CMake Nightly Date StampKitware Robot2019-07-151-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-07-141-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-07-131-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'cleanup-statics-stream-flush'Craig Scott2019-07-134-115/+103
|\ \ \ \ \ \
| * | | | | | Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx`Alex Turbov2019-07-091-4/+6
| * | | | | | Refactor: Use anonymous namespace instead of `static`sAlex Turbov2019-07-091-61/+55
| * | | | | | Refactor: Remove one-time used macrosAlex Turbov2019-07-091-31/+30
| * | | | | | Refactor: Optimize some stream output operationsAlex Turbov2019-07-093-19/+12
* | | | | | | Merge topic 'cmake-e-true-false'Brad King2019-07-126-0/+29
|\ \ \ \ \ \ \
| * | | | | | | cmake -E: Add true and false commandsKyle Edwards2019-07-116-0/+29
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-124-102/+60
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ctest: propagate make program to cmakeRobert Maynard2019-07-114-102/+60
* | | | | | | Merge topic 'compiler-id-encoding'Brad King2019-07-122-5/+8
|\ \ \ \ \ \ \
| * | | | | | | CMakeDetermineCompilerId: Consider UTF-16 encodings of INFO stringsBrad King2019-07-112-5/+8
* | | | | | | | Merge branch 'release-3.15'Brad King2019-07-120-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'object-library-sbcs' into release-3.15Brad King2019-07-121-1/+1
| |\ \ \ \ \ \ \