Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | CMake 3.16.0-rc1v3.16.0-rc1 | Brad King | 2019-10-10 | 1 | -1/+1 | |
* | | Merge branch 'rename_loglevel_option' into release-3.16 | Brad King | 2019-10-10 | 20 | -44/+160 | |
|\ \ | ||||||
| * | | CLI: Rename --loglevel to --log-level for naming consistency | Craig Scott | 2019-10-10 | 20 | -44/+160 | |
* | | | Merge branch 'pch-generate' into release-3.16 | Brad King | 2019-10-10 | 15 | -89/+255 | |
|\ \ \ | ||||||
| * | | | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 15 | -89/+255 | |
* | | | | Merge branch 'ExternalProject-minor-typos' into release-3.16 | Brad King | 2019-10-09 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | ExternalProject: fix some documentation typos | Ben Boeckel | 2019-10-09 | 1 | -2/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'vs-16.4-global-targets' into release-3.16 | Brad King | 2019-10-09 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | VS: Tell VS 16.4 not to verify CMake-provided custom command outputs | Brad King | 2019-10-07 | 1 | -0/+4 | |
| |/ / / | ||||||
* | | | | Merge branch 'file-GENERATE-earlier' into release-3.16 | Brad King | 2019-10-09 | 4 | -15/+11 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | file(GENERATE): Create output file structures even earlier | Brad King | 2019-10-07 | 4 | -15/+11 | |
| |/ / | ||||||
* | | | Merge branch 'apple-asm-deployment-target' into release-3.16 | Brad King | 2019-10-09 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Apple: Set Clang ASM compiler features | Gregor Jasny | 2019-10-09 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | Begin 3.16 release versioning | Brad King | 2019-10-07 | 1 | -3/+3 | |
* | | | Help: Drop development topic notes to prepare release | Brad King | 2019-10-07 | 2 | -9/+0 | |
|/ / | ||||||
* | | Merge topic 'doc-3.16-relnotes' | Brad King | 2019-10-07 | 44 | -295/+271 | |
|\ \ | ||||||
| * | | Help: Add missing 3.16 release notes for CPack/DEB descriptions | Brad King | 2019-10-07 | 1 | -0/+8 | |
| * | | Help: Organize and revise 3.16 release notes | Brad King | 2019-10-07 | 1 | -135/+178 | |
| * | | Help: Consolidate 3.16 release notes | Brad King | 2019-10-04 | 44 | -295/+220 | |
* | | | Merge topic 'doc_custom_commands_crosscompile' | Brad King | 2019-10-07 | 2 | -25/+45 | |
|\ \ \ | ||||||
| * | | | Help: Clarify how target names are handled in custom commands/targets | Craig Scott | 2019-10-05 | 2 | -25/+45 | |
* | | | | Merge topic 'export-genex-under-prefix' | Brad King | 2019-10-07 | 2 | -4/+7 | |
|\ \ \ \ | ||||||
| * | | | | install,export: Fix export of a genex following $<INSTALL_PREFIX> | Brad King | 2019-10-04 | 2 | -4/+7 | |
* | | | | | Merge topic 'test-per-config-sources' | Brad King | 2019-10-07 | 9 | -23/+71 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Enable ConfigSources test on every configuration | Brad King | 2019-10-04 | 9 | -23/+71 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'doc-install-strip' | Brad King | 2019-10-07 | 2 | -6/+36 | |
|\ \ \ \ \ | ||||||
| * | | | | | Help: Document install/strip targets for Ninja/UNIX Makefiles generators | Cristian Adam | 2019-10-04 | 2 | -6/+36 | |
| | |/ / / | |/| | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-07 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-06 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-05 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge topic 'unity-step' | Brad King | 2019-10-04 | 11 | -10/+28 | |
|\ \ \ | ||||||
| * | | | Unity build: Generate sources during Compute step | Brad King | 2019-10-03 | 11 | -10/+28 | |
* | | | | Merge topic 'pch-multi-language' | Brad King | 2019-10-04 | 6 | -153/+195 | |
|\ \ \ \ | ||||||
| * | | | | PCH: Fix CMake test files indentation | Cristian Adam | 2019-10-03 | 4 | -20/+20 | |
| * | | | | PCH: Add multi-language PCH generation support | Cristian Adam | 2019-10-03 | 4 | -143/+185 | |
* | | | | | Merge topic 'pch-clang-pch-regen' | Brad King | 2019-10-04 | 2 | -3/+7 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | PCH: Use clang's own pch functionality instead of the GCC emulation | Cristian Adam | 2019-10-03 | 2 | -3/+7 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-04 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'ctest-hardware-allocation' | Brad King | 2019-10-03 | 122 | -12/+6343 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Help: Add documentation for CTest hardware allocation | Kyle Edwards | 2019-10-02 | 6 | -0/+304 | |
| * | | | CTest: Add Json output for PROCESSES property | Kyle Edwards | 2019-10-02 | 3 | -4/+88 | |
| * | | | Tests: Add test for CTest hardware allocation feature | Kyle Edwards | 2019-10-02 | 23 | -26/+204 | |
| * | | | Tests: Write tests for cthwalloc helper tool | Kyle Edwards | 2019-10-02 | 45 | -0/+284 | |
| * | | | Tests: Write cthwalloc helper tool | Kyle Edwards | 2019-10-02 | 2 | -0/+428 | |
| * | | | CTest: Allocate hardware to tests | Kyle Edwards | 2019-10-02 | 10 | -7/+262 | |
| * | | | CTest: Add bin-packing algorithm | Kyle Edwards | 2019-10-02 | 5 | -0/+534 | |
| * | | | CTest: Add cmCTestHardwareAllocator class | Kyle Edwards | 2019-10-02 | 5 | -0/+553 | |
| * | | | CTest: Add parser for hardware spec file | Kyle Edwards | 2019-10-02 | 23 | -0/+404 | |
| * | | | CTest: Add lexer for PROCESSES property | Kyle Edwards | 2019-10-02 | 12 | -1/+3308 | |
* | | | | Merge topic 'FindGTK2-harfbuzz' | Brad King | 2019-10-03 | 1 | -0/+3 | |
|\ \ \ \ |