Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | FindHDF5: Use keywords in find_library calls | Brad King | 2017-02-03 | 1 | -2/+8 | |
| * | | | | FindHDF5: Initialize/finalize internal search options variable | Brad King | 2017-02-03 | 1 | -7/+11 | |
| * | | | | FindHDF5: Fix command-line parsing argument extraction order | Brad King | 2017-02-03 | 1 | -55/+37 | |
* | | | | | Merge topic 'findmpi-flags-fix' | Brad King | 2017-02-06 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindMPI: Remove leading spaces from flags | Christian Pfeiffer | 2017-02-02 | 1 | -0/+2 | |
| * | | | | | FindMPI: Reset MPI_INCLUDE_PATH_WORK before use | Christian Pfeiffer | 2017-02-01 | 1 | -0/+2 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-06 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-05 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-04 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge topic 'gcc-features' | Brad King | 2017-02-03 | 6 | -23/+39 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | GNU C++: record that -fvisibility-inlines-hidden is available since 4.0 | Rolf Eike Beer | 2017-02-02 | 1 | -1/+1 | |
| * | | | | GNU C: record that C99 is available since at least 3.4 | Rolf Eike Beer | 2017-02-02 | 4 | -10/+22 | |
| * | | | | Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported | Rolf Eike Beer | 2017-02-02 | 1 | -1/+5 | |
| * | | | | Tests/Module/WCDH: write multi_file_compiler_detection.h before using it | Rolf Eike Beer | 2017-02-02 | 1 | -11/+11 | |
| | |/ / | |/| | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'find_cuda_fix_typo' | Brad King | 2017-02-02 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string | Pierre Moreau | 2017-02-02 | 1 | -1/+1 | |
* | | | | Merge topic 'doc-compile-features-fixup' | Brad King | 2017-02-02 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Help: Fix language standard link text in cmake-compile-features(7) | Brad King | 2017-02-02 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge topic 'FindGSL-regex-fixup' | Brad King | 2017-02-02 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | FindGSL: Fix gl_version.h extraction regex | Igor Peschinskiy | 2017-02-01 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-02 | 1 | -1/+1 | |
* | | | | Merge branch 'release-3.7' | Brad King | 2017-02-01 | 0 | -0/+0 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge branch 'case-insensitive-bindir-detection' into release | Brad King | 2017-01-20 | 1 | -1/+2 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'release-3.7' | Brad King | 2017-02-01 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
* | | | | | Merge topic 'WCDH_allow_unsupported' | Brad King | 2017-02-01 | 4 | -139/+137 | |
|\ \ \ \ \ | ||||||
| * | | | | | CompileFeatures Test: make sure the target "CompileFeatures" is always defined | Rolf Eike Beer | 2017-01-30 | 1 | -10/+8 | |
| * | | | | | Tests/Module/WCDH: make it work with only C features defined | Rolf Eike Beer | 2017-01-30 | 1 | -51/+51 | |
| * | | | | | WCDH: optionally omit error code for unknown compilers or compiler versions | Rolf Eike Beer | 2017-01-30 | 3 | -11/+61 | |
| * | | | | | WCDH: add macro to write simple replacement defines | Rolf Eike Beer | 2017-01-30 | 1 | -70/+20 | |
* | | | | | | Merge topic 'FortranCInterface-vs-intel-workaround' | Brad King | 2017-02-01 | 2 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FortranCInterface: Fix support for VS with Intel toolset | Brad King | 2017-02-01 | 2 | -2/+4 | |
* | | | | | | | Merge topic 'intel-c11-windows' | Brad King | 2017-02-01 | 1 | -5/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Features: Update version of Intel Compiler on Windows supporting C 11 | Brad King | 2017-02-01 | 1 | -5/+8 | |
* | | | | | | | | Merge topic 'doc-cmake-packages-typo' | Brad King | 2017-02-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Fix typo in <pkg>_NOT_FOUND_MESSAGE example in cmake-packages(7) | Brad King | 2017-02-01 | 1 | -2/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'doc-cmake-developer-purpose' | Brad King | 2017-02-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Extend documented purpose of cmake-developer(7) manual | Brad King | 2017-02-01 | 1 | -1/+1 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'developer-setup' | Brad King | 2017-02-01 | 3 | -3/+21 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Convert local hook configuration to a Git config file format | Brad King | 2017-01-31 | 1 | -3/+4 | |
| * | | | | | | | Add pre-commit hook to check whether SetupForDevelopment must re-run | Brad King | 2017-01-31 | 2 | -0/+17 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-01 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'CSharpVS2017' | Brad King | 2017-01-31 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VS: Fix CSharp compiler identification for VS 2017 | Gilles Khouzam | 2017-01-31 | 1 | -4/+4 | |
* | | | | | | | | Merge topic 'FindBoost-cache-unset-on-change' | Brad King | 2017-01-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindBoost: unset cache variables if the lib dir changes | Yves Frederix | 2017-01-30 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'topic-reproducible-build' | Brad King | 2017-01-31 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: make tests pass with SOURCE_DATE_EPOCH set | Bernhard M. Wiedemann | 2017-01-30 | 2 | -0/+2 | |
* | | | | | | | | | | Merge topic 'vs-export-external-objects' | Brad King | 2017-01-31 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for external objects | Zsolt Parragi | 2017-01-30 | 1 | -0/+8 | |