summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'out-of-dir-link-list'Brad King2020-01-176-126/+180
|\
| * target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-166-71/+108
| * cmTargetLinkLibrariesCommand: Move HandleLibrary to helper structBrad King2020-01-161-65/+82
* | Merge topic 'cmake-ctest-arguments'Brad King2020-01-171-0/+7
|\ \
| * | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctestRobert Goulet2020-01-151-0/+7
* | | Merge topic 'rename-cross-config-variable'Brad King2020-01-171-1/+1
|\ \ \
| * | | Ninja Multi-Config: Rename variable to be more consistentKyle Edwards2020-01-161-1/+1
* | | | Merge topic 'feature/cmSourceFile-avoid-unnecessary-copy'Brad King2020-01-171-2/+2
|\ \ \ \
| * | | | cmSourceFile: avoid unnnecessary copiesTim Blechmann2020-01-161-2/+2
* | | | | Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-171-0/+5
|\ \ \ \ \
| * | | | | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-161-0/+5
* | | | | | CMake Nightly Date StampKitware Robot2020-01-171-1/+1
* | | | | | Merge topic 'nag-submodule'Brad King2020-01-161-2/+6
|\ \ \ \ \ \
| * | | | | | Fortran: Add support for NAG Fortran submodulesNeil Carlson2020-01-151-2/+6
* | | | | | | Merge topic 'pch_job_pool'Brad King2020-01-162-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Add a separate job pool for PCH creationDan Johnston2020-01-162-0/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'file_download_filename'Brad King2020-01-161-1/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | file(DOWNLOAD): Don't fail if given just a filename to write toJohnny Jazeix2020-01-151-1/+2
* | | | | | | CMake Nightly Date StampKitware Robot2020-01-161-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'unity-lang-filename'Brad King2020-01-151-1/+1
|\ \ \ \ \ \
| * | | | | | Unity Build: include language in generated source file nameCristian Adam2020-01-141-1/+1
| * | | | | | Merge topic 'vs-Fortran-link-flags' into release-3.16Brad King2020-01-141-0/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'fix-cpack-deb-description-file' into release-3.16Brad King2020-01-131-2/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge topic 'objc-visibility-inlines' into release-3.16Brad King2020-01-131-4/+5
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'ctest-timeout-on-pipe'Brad King2020-01-151-3/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CTest: Fix timeout when grandchild keeps pipes openBrad King2020-01-141-3/+0
* | | | | | | | | | | Merge topic 'avoid-getcwd'Brad King2020-01-155-5/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmake: avoid getcwd in `CollapseFullPath`Tim Blechmann2020-01-145-5/+10
* | | | | | | | | | | | Merge topic 'modernize-memory-management'Brad King2020-01-1517-209/+177
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cmAlgorithms.h: remove obsolete helpersMarc Chevrier2020-01-141-41/+0
| * | | | | | | | | | | | cmMakefile: modernize memory managementMarc Chevrier2020-01-1416-168/+177
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-151-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge topic 'ninja_multi_config_support_cuda'Kyle Edwards2020-01-142-8/+41
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | CUDA: Mult-Config Ninja generator now supports CUDARobert Maynard2020-01-132-8/+41
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'cross-ninja-improve-error-handling'Brad King2020-01-141-3/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ninja Multi-Config: Improve error handling when not doing cross-config buildKyle Edwards2020-01-131-3/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'vs-Fortran-link-flags'Brad King2020-01-141-0/+8
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | VS: Add Fortran link flag table entries for /OPT:*Pavel Liavonau2020-01-131-0/+8
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'xcode-default-warnings'Brad King2020-01-141-3/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Xcode: Drop hard-coded default warning flags like -WmostBrad King2020-01-131-3/+0
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-141-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'target_compile_options-BEFORE-keyword'Brad King2020-01-132-2/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | target_compile_options: ensure BEFORE keyword is handled in all scopesMarc Chevrier2020-01-112-2/+12
| |/ / / / / / / /
* | | | | | | | | Merge topic 'ninja-cross-build-disable'Brad King2020-01-133-4/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja Multi-Config: Make cross-config building opt-inKyle Edwards2020-01-103-4/+25
* | | | | | | | | | Merge topic 'std-string'Brad King2020-01-133-40/+41
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCacheManager: more members use std::stringVitaly Stakhovsky2020-01-063-40/+41
* | | | | | | | | | | Merge topic 'refactoring-STL-erase_if'Brad King2020-01-137-21/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-097-21/+18
* | | | | | | | | | | | Merge topic 'out-of-dir-link-keyword'Brad King2020-01-132-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \