Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to optimize link dependencies for static libraries | Kyle Edwards | 2020-08-12 | 37 | -0/+296 |
* | Merge topic 'build-interface-targets' | Brad King | 2020-08-10 | 41 | -65/+394 |
|\ | |||||
| * | fileapi: Add INTERFACE libraries with SOURCES to codemodel-v2 | Brad King | 2020-08-07 | 12 | -1/+260 |
| * | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 26 | -18/+134 |
| * | Remove filtering of allowed INTERFACE library properties | Brad King | 2020-08-03 | 4 | -46/+0 |
* | | Merge topic 'runcmake-make-english' | Brad King | 2020-08-10 | 1 | -0/+3 |
|\ \ | |||||
| * | | Tests: Set LC_MESSAGES for RunCMake.Make | Kyle Edwards | 2020-08-08 | 1 | -0/+3 |
* | | | Merge topic 'clang-cl-vfs' | Brad King | 2020-08-10 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflict | Thomas Bernard | 2020-08-07 | 1 | -4/+4 |
| | |/ | |/| | |||||
* | | | Merge topic 'test-FindPkgConfig-isolate-env' | Brad King | 2020-08-10 | 1 | -0/+5 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Tests: Isolate RunCMake.FindPkgConfig from caller environment | Brad King | 2020-08-07 | 1 | -0/+5 |
* | | | Merge topic 'cuda_memcheck_more_errors' | Brad King | 2020-08-07 | 3 | -1/+19 |
|\ \ \ | |||||
| * | | | Tests: Add cases for cuda-memcheck error types | Tobias Ribizel | 2020-08-05 | 3 | -1/+19 |
| | |/ | |/| | |||||
* | | | Merge topic 'compiler_flags' | Brad King | 2020-08-06 | 10 | -0/+93 |
|\ \ \ | |||||
| * | | | Toolchain: Test compiler initial settings | Fred Baksik | 2020-08-03 | 10 | -0/+93 |
* | | | | Merge topic 'automoc_timestamp_deps' | Brad King | 2020-08-06 | 6 | -0/+56 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Merge branch 'backport-3.17-automoc_timestamp_deps' | Brad King | 2020-08-05 | 6 | -0/+56 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | AutoGen: Add test to check for correct AutoMoc dependencies | Alexandru Croitor | 2020-08-03 | 6 | -0/+56 |
| | * | | Merge branch 'backport-3.17-graphviz-restore-per-target' into release-3.17 | Brad King | 2020-07-21 | 3 | -0/+56 |
| | |\ \ | |||||
| | * \ \ | Merge topic 'pch-fix-bad-ClearSourcesCache' into release-3.17 | Brad King | 2020-06-01 | 1 | -2/+5 |
| | |\ \ \ | |||||
* | | \ \ \ | Merge topic 'fixup_bundle_item-fix' | Brad King | 2020-07-29 | 5 | -0/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | BundleUtilities: do not run install_name_tool on scripts | T.J. Corona | 2020-07-28 | 5 | -0/+28 |
* | | | | | | | Merge topic 'file-download-no-save' | Craig Scott | 2020-07-28 | 5 | -0/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | file(DOWNLOAD): Make file argument optional | Kyle Edwards | 2020-07-27 | 5 | -0/+14 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'revert-add_test-special-chars' | Brad King | 2020-07-28 | 56 | -373/+6 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||||
| * | | | | | add_test: Revert "Allow special characters in test name" | Brad King | 2020-07-27 | 56 | -373/+6 |
| * | | | | | Merge branch 'backport-3.17-graphviz-restore-per-target' | Brad King | 2020-07-21 | 3 | -0/+56 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Tests: Cover Graphviz support for per-target dependency graph options | Stephan Rohmen | 2020-07-21 | 3 | -0/+56 |
| * | | | | | Merge topic 'macos-11-file-GET_RUNTIME_DEPENDENCIES' into release-3.18 | Brad King | 2020-07-14 | 1 | -12/+14 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'profiling-case-insensitive-command-names' into release-3.18 | Brad King | 2020-07-14 | 2 | -1/+18 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'EXCLUDE_FROM_ALL-genex' | Brad King | 2020-07-27 | 4 | -9/+6 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Tests: Simplify RunCMake.ExcludeFromAll single-config case | Brad King | 2020-07-23 | 2 | -8/+4 |
| * | | | | | | | Tests: Fix RunCMake.ExcludeFromAll test program warning | Brad King | 2020-07-23 | 1 | -0/+1 |
| * | | | | | | | cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error message | Brad King | 2020-07-23 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'fix-typos-identified-using-codespell' | Brad King | 2020-07-23 | 13 | -15/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 13 | -15/+15 |
* | | | | | | | | | Tests: Rename test RunCMake.{interface_library => InterfaceLibrary} | Brad King | 2020-07-22 | 33 | -1/+1 |
* | | | | | | | | | Merge topic 'EXCLUDE_FROM_ALL-genex' | Brad King | 2020-07-22 | 12 | -0/+97 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Allow generator expressions in the EXCLUDE_FROM_ALL target property | Joerg Bornemann | 2020-07-21 | 12 | -0/+97 |
* | | | | | | | | | Merge topic 'TARGET_PROPERTY-strip-empty-list-elements' | Brad King | 2020-07-22 | 2 | -1/+23 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Genex: $<TARGET_PROPERTY> strip emtpy list elements for predefined properties | Marc Chevrier | 2020-07-21 | 2 | -1/+23 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Tests: Cover Graphviz support for per-target dependency graph options | Stephan Rohmen | 2020-07-21 | 3 | -0/+64 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Apple: suppress Xcode 12 ranlib warning | Gregor Jasny | 2020-07-17 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'cmake-E-create_hardlink' | Brad King | 2020-07-16 | 10 | -0/+49 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake: Add -E create_hardlink | Sibi Siddharthan | 2020-07-15 | 10 | -0/+49 |
* | | | | | | | | Move AddCompilerRequirementFlag to cmStandardLevelResolver | Robert Maynard | 2020-07-15 | 2 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'genx-COMPILE_LANGUAGE-support' | Brad King | 2020-07-14 | 4 | -0/+36 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Genex $<COMPILE_LANGUAGE>: Extend contexts supported | Marc Chevrier | 2020-07-13 | 4 | -0/+36 |
* | | | | | | | | Merge topic 'macos-11-file-GET_RUNTIME_DEPENDENCIES' | Brad King | 2020-07-14 | 1 | -12/+14 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Tests: Update file(G_R_D) test to make system library optional | Kyle Edwards | 2020-07-13 | 1 | -12/+14 |