Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cmGlobalXCodeGenerator: Prefer std::string over char* | Gregor Jasny | 2019-03-17 | 2 | -7/+7 | |
* | | | | | | | | Merge topic 'is-valid-utf8' | Brad King | 2019-03-19 | 3 | -0/+101 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cm_utf8: add an is_valid function | Ben Boeckel | 2019-03-18 | 3 | -0/+101 | |
* | | | | | | | | | Merge topic 'CheckTypeSize-decl-warning' | Brad King | 2019-03-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CheckTypeSize: Fix with clang '-Werror,-Wmissing-variable-declarations' | Campbell Barton | 2019-03-18 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'FindBLAS-mklroot' | Brad King | 2019-03-19 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindBLAS: respect MKLROOT and MKL_ROOT if available | Mario Emmenlauer | 2019-03-15 | 1 | -0/+26 | |
* | | | | | | | | | | Merge topic 'file_time_comparison' | Brad King | 2019-03-19 | 17 | -338/+350 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmake: Use scopes to limit temporary object lifetime | Sebastian Holtermann | 2019-03-18 | 1 | -14/+16 | |
| * | | | | | | | | | | cmDependsC: Read cache file modification time only once | Sebastian Holtermann | 2019-03-18 | 1 | -4/+8 | |
| * | | | | | | | | | | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare | Sebastian Holtermann | 2019-03-18 | 6 | -17/+13 | |
| * | | | | | | | | | | Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS | Sebastian Holtermann | 2019-03-18 | 3 | -4/+3 | |
| * | | | | | | | | | | Substitute FileComparison in variable names with FileTimeCache | Sebastian Holtermann | 2019-03-18 | 5 | -18/+18 | |
| * | | | | | | | | | | Rename cmFileTimeComparison to cmFileTimeCache | Sebastian Holtermann | 2019-03-18 | 11 | -41/+37 | |
| * | | | | | | | | | | cmFileTimeComparison: Replace anonymous private class with std::map | Sebastian Holtermann | 2019-03-18 | 2 | -54/+15 | |
| * | | | | | | | | | | cmFileTimeComparison: Use cmFileTime internally | Sebastian Holtermann | 2019-03-18 | 3 | -184/+54 | |
| * | | | | | | | | | | New cmFileTime class | Sebastian Holtermann | 2019-03-18 | 4 | -0/+184 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'environment-modules' | Brad King | 2019-03-19 | 7 | -0/+382 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FindEnvModules: Provide a CMake interface to environment modules | Chuck Atkins | 2019-03-18 | 7 | -0/+382 | |
* | | | | | | | | | | | Merge topic 'cray-bad-compiler-option' | Brad King | 2019-03-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cray: Detect bad options passed on the command line | Chuck Atkins | 2019-03-15 | 1 | -0/+1 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-19 | 1 | -1/+1 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'utf8-fixes' | Brad King | 2019-03-18 | 2 | -7/+29 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cm_utf8: reject codepoints above 0x10FFFF | Ben Boeckel | 2019-03-14 | 2 | -4/+7 | |
| * | | | | | | | | | | cm_utf8: reject UTF-16 surrogate half codepoints | Ben Boeckel | 2019-03-14 | 2 | -2/+7 | |
| * | | | | | | | | | | testUTF8: add more test cases | Ben Boeckel | 2019-03-14 | 1 | -6/+16 | |
| * | | | | | | | | | | testUTF8: comment why sequences are invalid | Ben Boeckel | 2019-03-14 | 1 | -2/+6 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'ExternalProject-optimize-git' | Brad King | 2019-03-18 | 1 | -38/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ExternalProject: Extend documentation about GIT_TAG usage | Bartosz Kosiorek | 2019-03-15 | 1 | -0/+3 | |
| * | | | | | | | | | | ExternalProject: Drop unnecessary 'git submodule init' | Bartosz Kosiorek | 2019-03-14 | 1 | -9/+0 | |
| * | | | | | | | | | | ExternalProject: Simplify generated 'git clone' scripts | Bartosz Kosiorek | 2019-03-14 | 1 | -28/+24 | |
| * | | | | | | | | | | ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes | Bartosz Kosiorek | 2019-03-14 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'FindGLEW-updates' | Brad King | 2019-03-18 | 6 | -33/+314 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FindGLEW: Add test | Claudio Fantacci | 2019-03-15 | 4 | -0/+40 | |
| * | | | | | | | | | | FindGLEW: Update implementation | Claudio Fantacci | 2019-03-15 | 2 | -33/+274 | |
* | | | | | | | | | | | Merge topic 'release_note_for_cuda_compiler_generator_expressions' | Brad King | 2019-03-18 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add a release note for the cuda compiler generator expressions | Robert Maynard | 2019-03-15 | 1 | -0/+5 | |
* | | | | | | | | | | | | Merge topic 'import-zstd' | Brad King | 2019-03-18 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | zstd: Disable BMI2 instructions for build within CMake | Brad King | 2019-03-15 | 1 | -0/+3 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-18 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-17 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'pkg-config-linker-flags' | Marc Chevrier | 2019-03-16 | 3 | -1/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | FindPkgConfig: Set linker flags on imported targets | Radek Nadstawny | 2019-03-13 | 3 | -1/+31 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-16 | 1 | -1/+1 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'export-package-default-off' | Brad King | 2019-03-15 | 11 | -14/+117 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | export: Disable PACKAGE mode user package registry by default | Robert Maynard | 2019-03-15 | 11 | -14/+117 | |
* | | | | | | | | | | | | Merge topic 'ninja-dyndep-touchups' | Brad King | 2019-03-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cmNinjaTargetGenerator: use a different depfile for preprocessing | Ben Boeckel | 2019-03-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | cmake_ninja_dyndep: don't duplicate slashes | Ben Boeckel | 2019-03-12 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'release-3.14' | Brad King | 2019-03-15 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |