summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-058-32/+15
| | |/ | |/|
* | | Merge topic 'iwyu-freebsd-pkg'Brad King2019-09-062-3/+5
|\ \ \
| * | | CPack/FreeBSD: Cleanup include-what-you-use diagnosticsBrad King2019-09-052-3/+5
| |/ /
* | | CMake Nightly Date StampKitware Robot2019-09-061-1/+1
|/ /
* | Merge topic 'unity-build'Brad King2019-09-0510-2/+161
|\ \
| * | Unity build: Add XCode supportCristian Adam2019-08-302-1/+6
| * | Unity build: Add support for Visual Studio generatorCristian Adam2019-08-293-3/+65
| * | Unity build: Add support for Ninja and Makefile generatorsCristian Adam2019-08-297-0/+92
* | | Merge topic 'cpack-zstd'Brad King2019-09-0524-320/+106
|\ \ \
| * | | CPack: Add generator for .tar.zst packagesRegina Pfeifer2019-09-043-0/+9
| * | | cmCPackArchiveGenerator: Code cleanupRegina Pfeifer2019-09-0424-320/+97
* | | | CMake Nightly Date StampKitware Robot2019-09-051-1/+1
| |_|/ |/| |
* | | Merge topic 'tidy-use-using'Brad King2019-09-0479-161/+163
|\ \ \
| * | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0379-161/+163
* | | | Merge topic 'fortran-INCLUDE-defines'Brad King2019-09-042-6/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Ninja: Pass preprocessor definitions when compiling with Intel FortranBrad King2019-09-032-6/+23
| |/ /
* | | CMake Nightly Date StampKitware Robot2019-09-041-1/+1
|/ /
* | IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-0311-0/+11
* | cmCTestTestHandler: Re-order includes to follow our conventionBrad King2019-09-031-16/+17
* | Merge topic 'add-non-empty-configurations-getter'Brad King2019-09-037-49/+34
|\ \
| * | cmMakefile: Add configurations getter with empty configuration defaultDaniel Eiband2019-08-307-49/+34
| |/
* | Merge topic 'rename-mutating-getfullpath-overload'Brad King2019-09-0320-45/+46
|\ \
| * | cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-2920-45/+46
| |/
* | Merge topic 'clang-ipo-support'Brad King2019-09-035-7/+108
|\ \
| * | bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-305-7/+108
* | | Merge topic 'vs-cuda-custom-dir'Brad King2019-09-033-6/+86
|\ \ \
| * | | cuda: Extend vs10 target generator to use custom cuda pathBenjamin Wozniak2019-08-301-4/+25
| * | | cuda: Extend toolset argument to accept pathBenjamin Wozniak2019-08-272-2/+61
* | | | Merge topic 'cpack-install-multiple-configurations'Brad King2019-09-031-21/+49
|\ \ \ \
| * | | | cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-301-17/+47
| * | | | Refactor: Use `unique_ptr` instead of raw pointerAlex Turbov2019-08-191-5/+3
* | | | | Merge topic 'fileapi-CMP0037-OLD'Brad King2019-09-031-0/+6
|\ \ \ \ \
| * | | | | fileapi: Fix codemodel v2 target file name for CMP0037 OLD behaviorBrad King2019-08-301-0/+6
* | | | | | CMake Nightly Date StampKitware Robot2019-09-031-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-09-021-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-09-011-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-08-311-1/+1
* | | | | | Merge topic 'remove_directory-symlink'Brad King2019-08-301-4/+11
|\ \ \ \ \ \
| * | | | | | cmake: Teach -E remove_directory to remove directory symlinksJon Chronopoulos2019-08-301-4/+11
* | | | | | | Merge topic 'update-kwsys'Brad King2019-08-303-132/+82
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-08-293-132/+82
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-301-1/+1
|/ / / / / /
* | | | | | Merge topic 'per-lang-link-library-flag'Brad King2019-08-291-4/+14
|\ \ \ \ \ \
| * | | | | | Add per-lang variants of CMAKE_LINK_LIBRARY_{FILE_FLAG,SUFFIX}Alan W. Irwin2019-08-271-4/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'precompile-headers'Brad King2019-08-2922-6/+462
|\ \ \ \ \ \
| * | | | | | Precompile headers: Add support for Visual Studio generatorsCristian Adam2019-08-283-1/+21
| * | | | | | Precompile headers: Add support for Xcode generatorCristian Adam2019-08-281-0/+12
| * | | | | | Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-2810-4/+240
| * | | | | | PCH: add target_precompile_headers commandDaniel Pfeifer2019-08-274-0/+83
| * | | | | | PCH: add PRECOMPILE_HEADERS to special propertiesDaniel Pfeifer2019-08-266-1/+106