Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'file_generate_target' | Brad King | 2020-08-25 | 5 | -23/+46 |
|\ | |||||
| * | file(GENERATE): Add TARGET argument | Raul Tambre | 2020-08-20 | 5 | -23/+46 |
* | | Merge topic 'unk_imported_location' | Brad King | 2020-08-25 | 2 | -1/+36 |
|\ \ | |||||
| * | | cmTarget: Raise error if imported target location is not set | Raul Tambre | 2020-08-21 | 2 | -1/+36 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-25 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-24 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-23 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-22 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-21 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'fix-file-generate-cmp0070' | Brad King | 2020-08-20 | 2 | -16/+36 |
|\ | |||||
| * | file(GENERATE): Fix missing check for policy CMP0070 | Josef Angstenberger | 2020-08-19 | 1 | -2/+1 |
| * | file(GENERATE): Refactor outputFileName calculation | Josef Angstenberger | 2020-08-19 | 2 | -8/+19 |
| * | file(GENERATE): Refactor inputFileName calculation | Josef Angstenberger | 2020-08-19 | 2 | -6/+16 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-20 | 1 | -1/+1 |
* | | Merge topic 'ccmake-no-form-warnings' | Brad King | 2020-08-19 | 1 | -0/+8 |
|\ \ | |||||
| * | | ccmake: suppress warnings in third-party form code | Brad King | 2020-08-18 | 1 | -0/+8 |
| |/ | |||||
* | | Merge topic 'cpack-wix-custom-xmlns' | Brad King | 2020-08-19 | 3 | -2/+52 |
|\ \ | |||||
| * | | CPack/WiX: Add support for custom XML namespaces | Fritz Elfert | 2020-08-18 | 3 | -2/+52 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-19 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'FixGraphvizAliasTargets' | Brad King | 2020-08-18 | 1 | -3/+11 |
|\ \ | |||||
| * | | Graphviz: Fix bug that shows duplicated alias targets | Stephan Rohmen | 2020-08-17 | 1 | -3/+11 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-18 | 1 | -1/+1 |
* | | | Merge topic 'add_test-special-chars-in-name' | Brad King | 2020-08-17 | 2 | -10/+116 |
|\ \ \ | |/ / |/| | | |||||
| * | | add_test: Allow special characters in test name (w/ policy CMP0110) | Deniz Bahadir | 2020-08-12 | 2 | -10/+116 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-16 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-15 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-14 | 1 | -1/+1 |
* | | Merge topic 'optimize-static-library-deps' | Kyle Edwards | 2020-08-13 | 5 | -8/+212 |
|\ \ | |||||
| * | | Add option to optimize link dependencies for static libraries | Kyle Edwards | 2020-08-12 | 5 | -8/+212 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-13 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'bootstrap-ninja' | Brad King | 2020-08-11 | 3 | -5/+18 |
|\ \ | |||||
| * | | Bootstrap: Add support for Ninja | Kyle Edwards | 2020-08-10 | 3 | -5/+18 |
* | | | Merge topic 'osx-archs-apple-only' | Brad King | 2020-08-11 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | PCH: Avoid Apple-specific architecture flags on other platforms | Brad King | 2020-08-10 | 1 | -0/+3 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-11 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'build-interface-targets' | Brad King | 2020-08-10 | 16 | -189/+63 |
|\ \ \ | |||||
| * | | | fileapi: Add INTERFACE libraries with SOURCES to codemodel-v2 | Brad King | 2020-08-07 | 1 | -1/+1 |
| * | | | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 10 | -63/+47 |
| * | | | Remove filtering of allowed INTERFACE library properties | Brad King | 2020-08-03 | 6 | -104/+6 |
| * | | | Makefiles: Use IsInBuildSystem in global generator target type checks | Brad King | 2020-08-03 | 1 | -21/+9 |
* | | | | Merge topic 'clang-cl-vfs' | Brad King | 2020-08-10 | 2 | -6/+27 |
|\ \ \ \ | |||||
| * | | | | Clang: Add support for passing VFS arguments | Thomas Bernard | 2020-08-07 | 1 | -4/+21 |
| * | | | | cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflict | Thomas Bernard | 2020-08-07 | 1 | -2/+6 |
* | | | | | Merge topic 'ninja-msvc-deps-prefix' | Brad King | 2020-08-10 | 3 | -3/+43 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: Write msvc_deps_prefix as UTF-8 when console codepage is UTF-8 | Ben McMorran | 2020-08-07 | 1 | -2/+20 |
| * | | | | | cmGeneratedFileStream: Add WriteRaw method | Ben McMorran | 2020-08-03 | 2 | -1/+23 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-10 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-09 | 1 | -1/+1 |