summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.15.4v3.15.4Brad King2019-09-301-1/+1
* Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' into release-3.15Brad King2019-09-308-21/+48
|\
| * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-308-17/+25
| |\
| | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-308-17/+25
| | * CMake 3.14.6v3.14.6Brad King2019-07-161-1/+1
| | * CMake 3.14.5v3.14.5Brad King2019-05-311-1/+1
| | * Merge branch 'vs-depends-dedup' into release-3.14Brad King2019-05-302-20/+45
| | |\
| * | | Makefiles: Revert "Make build root targets ... recursive"Brad King2019-09-271-5/+24
* | | | VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputsBrad King2019-09-242-3/+17
|/ / /
* | | CMake 3.15.3v3.15.3Brad King2019-09-041-1/+1
* | | Merge branch 'fileapi-CMP0037-OLD' into release-3.15Brad King2019-08-301-0/+6
|\ \ \
| * | | fileapi: Fix codemodel v2 target file name for CMP0037 OLD behaviorBrad King2019-08-301-0/+6
* | | | Merge branch 'backport-find-no-name' into release-3.15Brad King2019-08-281-1/+1
|\ \ \ \
| * | | | find_path: Fix crash on empty old-style list of namesBrad King2019-08-281-1/+1
| |/ / /
* | | | Merge branch 'autogen_fix_use_after_move' into release-3.15Brad King2019-08-272-3/+3
|\ \ \ \
| * | | | Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h fileSebastian Holtermann2019-08-272-3/+3
| |/ / /
* | | | Merge branch 'alpine-cpu_zero' into release-3.15Brad King2019-08-271-0/+2
|\ \ \ \
| * | | | cmAffinity: Add include for CPU_ZERO on Alpine LinuxBrad King2019-08-271-0/+2
| |/ / /
* | | | Merge branch 'cmGlobalGenerator-compilerId-lifetime' into release-3.15Brad King2019-08-271-7/+4
|\ \ \ \
| * | | | cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetimeBrad King2019-08-261-7/+4
| |/ / /
* | | | Merge branch 'ninja_additional_clean_files_custom_target' into release-3.15Brad King2019-08-272-0/+4
|\ \ \ \
| * | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targetsSebastian Holtermann2019-08-262-0/+4
| |/ / /
* | | | Merge branch 'ctest-json-REQUIRED_FILES' into release-3.15Brad King2019-08-221-2/+2
|\ \ \ \
| * | | | CTest: Fix --show-only=json-v1 output with REQUIRED_FILES propertyBrad King2019-08-221-2/+2
| |/ / /
* | | | ccmake: handle cache entries with empty STRINGS propertyM Furkan USLU2019-08-201-0/+3
|/ / /
* | | CMake 3.15.2v3.15.2Brad King2019-08-071-1/+1
* | | Merge branch 'find_package-prefer-config-not-found' into release-3.15Brad King2019-08-061-1/+3
|\ \ \
| * | | find_package: Fix prefer-config mode to not fail on missing optional packageCristian Adam2019-08-061-1/+3
* | | | Merge branch 'fileapi-install-generators' into release-3.15Brad King2019-08-024-7/+22
|\ \ \ \
| * | | | fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-314-7/+22
| |/ / /
* | | | Merge branch 'source_group-tree-files' into release-3.15Brad King2019-07-301-11/+4
|\ \ \ \
| * | | | source_group: Fix regression in relative FILESBrad King2019-07-301-11/+4
| |/ / /
* | | | Merge branch 'vs-spectre-off' into release-3.15Brad King2019-07-302-5/+8
|\ \ \ \
| * | | | VS: Fix mapping of `-Qspectre-` flagBrad King2019-07-302-5/+8
| |/ / /
* | | | Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-291-8/+9
|/ / /
* | | CMake 3.15.1v3.15.1Brad King2019-07-261-1/+1
* | | Merge branch 'makefile-depend-relative-include' into release-3.15Brad King2019-07-252-3/+12
|\ \ \
| * | | Makefile: Fix regression in dependencies on relative includesBrad King2019-07-242-3/+12
* | | | Merge branch 'fix-emulator-arguments' into release-3.15Brad King2019-07-231-1/+1
|\ \ \ \
| * | | | Fix allocation in CROSSCOMPILING_EMULATOR evaluationMarek Antoniak2019-07-231-1/+1
| |/ / /
* | | | Merge branch 'ctest-done-hash' into release-3.15Brad King2019-07-191-9/+9
|\ \ \ \
| * | | | CTest: Generate Done.xml before calculating its hashBetsy McPhail2019-07-191-9/+9
| |/ / /
* | | | Merge branch 'vs-asmlist-dir' into release-3.15Brad King2019-07-182-4/+2
|\ \ \ \
| * | | | VS: Place intermediate files in the "ASM List Location" next to objectsBrad King2019-07-182-4/+2
| |/ / /
* | | | Swift: Add library search paths for dependenciesSaleem Abdulrasool2019-07-181-7/+27
* | | | Support per-language library link flagsSaleem Abdulrasool2019-07-181-4/+17
|/ / /
* | | CMake 3.15.0v3.15.0Brad King2019-07-171-1/+1
* | | Merge branch 'find_package-fix-NO_MODULE' into release-3.15Brad King2019-07-161-2/+3
|\ \ \
| * | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-161-2/+3
* | | | Merge branch 'object-library-sbcs' into release-3.15Brad King2019-07-121-1/+1
|\ \ \ \