| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge branch 'update-buildsystem-docs' into release-3.11 | Brad King | 2018-03-12 | 1 | -6/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Help: Adapt cmake-buildsystem(7) to new IMPORTED targets features | Kai Wolf | 2018-03-12 | 1 | -6/+5 |
|/ / |
|
* | | CMake 3.11.0-rc3v3.11.0-rc3 | Brad King | 2018-03-09 | 1 | -1/+1 |
|
|
* | | Merge branch 'cuda-no-device-link-rsp' into release-3.11 | Brad King | 2018-03-07 | 1 | -0/+6 |
|\ \ |
|
| * | | CUDA: Do not pass unsupported @rspfile arguments to NVCC | Brad King | 2018-03-07 | 1 | -0/+6 |
|
|
* | | | Merge branch 'update-kwsys' into release-3.11 | Brad King | 2018-03-07 | 4 | -16/+25 |
|\ \ \ |
|
| * \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-03-07 | 4 | -16/+25 |
| |\ \ \ |
|
| | * | | | KWSys 2018-03-07 (2ad561e7) | KWSys Upstream | 2018-03-07 | 4 | -16/+25 |
|
|
* | | | | | Merge branch 'autogen-empty-source-file-fix' into release-3.11 | Brad King | 2018-03-06 | 1 | -11/+18 |
|\ \ \ \ \ |
|
| * | | | | | Autogen: Check if a file is empty before reading it | Sebastian Holtermann | 2018-03-06 | 1 | -11/+18 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'xl-new-compiler-macros' into release-3.11 | Brad King | 2018-03-06 | 4 | -10/+26 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | XL: Recognize compilers identified by __ibmxl__ | Brad King | 2018-03-06 | 4 | -10/+26 |
|/ / / / |
|
* | | | | CMake 3.11.0-rc2v3.11.0-rc2 | Brad King | 2018-02-27 | 1 | -1/+1 |
|
|
* | | | | Merge branch 'modules-restore-path-suffixes' into release-3.11 | Brad King | 2018-02-26 | 4 | -0/+11 |
|\ \ \ \ |
|
| * | | | | Modules: Restore recently removed search path suffixes | Brad King | 2018-02-26 | 4 | -0/+11 |
| |/ / / |
|
* | | | | Merge branch 'unixtimefix' into release-3.11 | Brad King | 2018-02-26 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1 | Bernhard M. Wiedemann | 2018-02-26 | 2 | -4/+4 |
| |/ / / |
|
* | | | | Merge branch '14297-partial-xcode-zero-check' into release-3.11 | Brad King | 2018-02-23 | 5 | -1/+26 |
|\ \ \ \ |
|
| * | | | | Xcode: Generate ZERO_CHECK generator target only once | Gregor Jasny | 2018-02-22 | 5 | -1/+26 |
|
|
* | | | | | Merge branch 'std-thread-link' into release-3.11 | Brad King | 2018-02-22 | 2 | -0/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | CMakeLib: Link to system thread libraries to support std::thread | Brad King | 2018-02-22 | 2 | -0/+3 |
| |/ / / |
|
* | | | | Merge branch 'test-CompileFeatures-c11-range' into release-3.11 | Brad King | 2018-02-21 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Tests: Make CompileFeatures C dialect check consistent with impl | Brad King | 2018-02-21 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'autogen-depend-filters-documentation' into release-3.11 | Brad King | 2018-02-21 | 2 | -26/+99 |
|\ \ \ \ |
|
| * | | | | Autogen: Doc: Extend AUTOMOC_DEPEND_FILTERS documentation | Sebastian Holtermann | 2018-02-21 | 1 | -18/+77 |
|
|
| * | | | | Autogen: Doc: Extend AUTOGEN_TARGET_DEPENDS documentation | Sebastian Holtermann | 2018-02-21 | 1 | -8/+22 |
| |/ / / |
|
* | | | | Merge branch 'ti-depfile-flag-fix' into release-3.11 | Brad King | 2018-02-20 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Compiler/TI: Fix depfile generation for C++ | Grzegorz Dobinski | 2018-02-20 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'help_fixup' into release-3.11 | Brad King | 2018-02-16 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Help: Fix command references in CMAKE_NETRC* variable documentation | Shane Parris | 2018-02-16 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Merge branch 'export-android-mk' into release-3.11v3.11.0-rc1 | Brad King | 2018-02-15 | 2 | -13/+17 |
|\ \ \ \ |
|
| * | | | | Android.mk: Fix export of static libraries with PRIVATE dependencies | Brad King | 2018-02-14 | 2 | -3/+6 |
|
|
| * | | | | Android.mk: Evaluate generator expressions up front | Brad King | 2018-02-14 | 1 | -12/+13 |
| |/ / / |
|
* | | | | Merge branch 'autogen-write-on-change-only' into release-3.11 | Brad King | 2018-02-13 | 1 | -34/+12 |
|\ \ \ \ |
|
| * | | | | Autogen: Overwrite info files when changed only | Sebastian Holtermann | 2018-02-06 | 1 | -34/+12 |
| |/ / / |
|
* | | | | Merge branch 'FindImageMagick-FixFor7.0.x' into release-3.11 | Brad King | 2018-02-13 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | FindImageMagick: Add 7.0 library names | Roman Wüger | 2018-02-06 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge branch '17711-reset-xcode-target-var' into release-3.11 | Brad King | 2018-02-13 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | cmGlobalXCodeGenerator: Properly initialize TARGETS variable | Gregor Jasny | 2018-02-13 | 1 | -0/+1 |
| |/ / / |
|
* | | | | CMake 3.11.0-rc1 version update | Brad King | 2018-02-05 | 2 | -4/+4 |
|
|
* | | | | Help: Drop development topic notes to prepare release | Brad King | 2018-02-05 | 2 | -9/+0 |
|/ / / |
|
* | | | Merge topic 'doc-3.11-relnotes' | Brad King | 2018-02-05 | 40 | -308/+279 |
|\ \ \ |
|
| * | | | Help: Organize and revise 3.11 release notes | Brad King | 2018-02-05 | 1 | -159/+197 |
|
|
| * | | | Help: Consolidate 3.11 release notes | Brad King | 2018-02-05 | 40 | -308/+241 |
|/ / / |
|
* | | | Merge topic 'bootstrap-try-clang' | Brad King | 2018-02-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | bootstrap: Add Clang to known compiler candidates | Axel Huebl | 2018-02-05 | 1 | -2/+2 |
|
|
* | | | | Merge topic 'fix_help_cmake_parse_arguments' | Brad King | 2018-02-05 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Help: Fix code example in cmake_parse_arguments.rst | Kai Wolf | 2018-02-04 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'autogen-improve-multi-config' | Brad King | 2018-02-05 | 10 | -510/+421 |
|\ \ \ \ \ |
|
| * | | | | | Autogen: Improved multi-config include scheme | Sebastian Holtermann | 2018-02-02 | 10 | -510/+421 |
|
|