summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'multi-ninja-pch'Brad King2020-01-204-131/+149
|\
| * Multi-Ninja: Add precompile headers supportCristian Adam2020-01-174-131/+149
* | Merge topic 'realpath-cache'Brad King2020-01-203-2/+17
|\ \
| * | cmGlobalGenerator: Add cache for realpath() resultsTim Blechmann2020-01-163-2/+17
* | | Merge topic 'autogen_rcc_skip_unity'Brad King2020-01-202-14/+19
|\ \ \
| * | | Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated filesSebastian Holtermann2020-01-172-14/+19
* | | | Merge topic 'acc-fix-in-source-depends-path'Brad King2020-01-203-6/+21
|\ \ \ \
| * | | | cmGeneratorTarget: search for relative paths to the binary directoryBen Boeckel2020-01-161-0/+11
| * | | | cmLocalGenerator: collapse the path after constructionBen Boeckel2020-01-161-0/+2
| * | | | add_custom_command: check if a relative path should be an in-source pathBen Boeckel2020-01-162-4/+7
| * | | | cmLocalGenerator: simplify the current source dir queryBen Boeckel2020-01-161-2/+1
* | | | | CMake Nightly Date StampKitware Robot2020-01-201-1/+1
* | | | | Merge topic 'pch-msvc-no-path-repetition'Craig Scott2020-01-191-1/+2
|\ \ \ \ \
| * | | | | PCH: No repeated path for internal generated PCH files (MSVC case)Cristian Adam2020-01-161-1/+2
* | | | | | CMake Nightly Date StampKitware Robot2020-01-191-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-01-181-1/+1
* | | | | | 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
| | |_|/ / / / / / / / | |/| | | | | | | | |