summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Genex: Move TARGET_PROPERTY linked targets evaluation to endBrad King2019-07-211-35/+28
* cmGeneratorTarget: Refactor usage requirement genex evaluationBrad King2019-07-191-270/+209
* cmGeneratorTarget: Move static functions to anonymous namespaceBrad King2019-07-191-26/+43
* cmGeneratorTarget: Order usage requirement processing logic consistentlyBrad King2019-07-191-10/+11
* cmGeneratorTarget: Remove unnecessary copy to local variableBrad King2019-07-191-4/+3
* cmGeneratorTarget: Remove unused member of internal classBrad King2019-07-191-3/+0
* cmGeneratorExpressionDAGChecker: Avoid const_castBrad King2019-07-192-4/+2
* CMake Nightly Date StampKitware Robot2019-07-191-1/+1
* CMake Nightly Date StampKitware Robot2019-07-181-1/+1
* Merge topic 'aix-exe-implib'Brad King2019-07-174-5/+19
|\
| * AIX: Create import library for executables with exportsBrad King2019-07-164-5/+19
* | Merge topic 'project-version-0'Brad King2019-07-172-60/+82
|\ \
| * | project: Keep leading `0` in PROJECT_VERSION componentsAlex Turbov2019-07-162-29/+60
| * | 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 topic 'find_package-fix-NO_MODULE'Brad King2019-07-171-2/+3
|\ \ \
| * | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-161-2/+3
* | | | CMake Nightly Date StampKitware Robot2019-07-171-1/+1
| |_|/ |/| |
* | | Merge topic 'aix-explicit-exports'Brad King2019-07-164-4/+29
|\ \ \
| * | | AIX: Explicitly compute executable exports for both XL and GNUBrad King2019-07-154-4/+29
* | | | 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-15175-460/+1128
|\ \ \ \
| * | | | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-14135-398/+1014
| * | | | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-1442-62/+114
* | | | | 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-121-0/+12
|\ \ \ \ \
| * | | | | cmake -E: Add true and false commandsKyle Edwards2019-07-111-0/+12
* | | | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-121-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ctest: propagate make program to cmakeRobert Maynard2019-07-111-0/+5
* | | | | | Merge topic 'object-library-sbcs'Brad King2019-07-121-1/+1
|\ \ \ \ \ \
| * | | | | | VS: Fix SBCS support for object librariesBrad King2019-07-121-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | CMake 3.15.0-rc4v3.15.0-rc4Brad King2019-07-101-1/+1
| * | | | | Merge branch 'cuda-imported-library-device-linking' into release-3.15Brad King2019-07-101-6/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ccmake-clear-aliases' into release-3.15Brad King2019-07-091-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'loglevel-option-case-consistency' into release-3.15Craig Scott2019-07-091-1/+1
| |\ \ \ \ \ \ \